* lisp/speedbar.el (speedbar-toggle-images): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-11-10 Glenn Morris <rgm@gnu.org>
2
3 * speedbar.el (speedbar-toggle-images): Doc fix.
4
5 * progmodes/python.el (python-shell): Doc fix.
6
7 * wid-edit.el (widget-field-use-before-change)
8 (widget-use-overlay-change): Doc fixes.
9
10 2010-11-09 Glenn Morris <rgm@gnu.org>
11
12 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
13
14 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * minibuffer.el (minibuffer-completion-help): Specify the end of the
17 completion field (bug#7211).
18
19 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
20 Fix handling of backslash escapes.
21 (python-quote-syntax): Adjust accordingly.
22
23 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
24
25 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
26 (vc-mtn-workfile-branch): Adjust to new output format.
27
28 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * international/mule-cmds.el (princ-list): Mark as obsolete.
31
32 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * emacs-lisp/smie.el: New package.
35
36 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
37
38 * files.el (backup-by-copying-when-mismatch):
39 Set `permanent-local' property.
40
41 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
42 `permanent-local' property for `backup-by-copying-when-mismatch'.
43
44 2010-11-06 Eli Zaretskii <eliz@gnu.org>
45
46 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
47 (ls-lisp-classify-file): New function.
48 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
49 (ls-lisp-classify): Call ls-lisp-classify-file.
50 (insert-directory): Remove blanks from switches.
51
52 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
53
54 * progmodes/verilog-mode.el (verilog-insert-one-definition)
55 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
56 AUTOINOUT for SV style multidimensional arrays, bug294.
57 Reported by Eric Mastromarchi.
58 (verilog-preprocess): Use with-current-buffer and
59 font-lock-fontify-buffer to cleanup style issues.
60
61 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
62
63 * net/trampver.el: Update release number.
64
65 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
66
67 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
68 beginning of the string. Use `string-match-p'. (Bug#6765)
69
70 2010-11-01 Glenn Morris <rgm@gnu.org>
71
72 * locate.el (locate, locate-mode): Doc fixes.
73
74 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
75
76 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
77 user for confirmation.
78 (server-force-stop): Use it.
79 (server-start): Use server-force-stop for kill-emacs-hook, to
80 avoid user interaction while killing Emacs.
81
82 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
85 (log-edit-author): New dynamic var.
86 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
87 Use it to return the author if different from committer.
88 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
89
90 2010-10-31 Eli Zaretskii <eliz@gnu.org>
91
92 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
93
94 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
95
96 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
97 (vc-root-diff, vc-print-root-log, vc-log-incoming)
98 (vc-log-outgoing): Use it.
99 (vc-diff-internal): Set diff-vc-backend.
100
101 * vc/diff-mode.el (diff-vc-backend): New var.
102
103 2010-10-31 Juri Linkov <juri@jurta.org>
104
105 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
106 buffer-locally to lambda that re-runs the vc diff command.
107 (Bug#6447)
108
109 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
110
111 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
112
113 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
114 log-outgoing commands.
115 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
116 to create a buffer local revert-buffer-function variable.
117 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
118 revert-buffer-function lambda.
119
120 Improve VC create/retrieve tag/branch.
121 * vc.el (vc-create-tag): Do not read the directory name for VCs
122 with repository revision granularity. Adjust the tag/branch
123 prompt. Reset VC properties.
124 (vc-retrieve-tag): Do not read the directory name for VCs
125 with repository revision granularity. Reset VC properties.
126
127 Add optional support for resetting VC properties.
128 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
129 call vc-file-clearprops when true.
130 (vc-resynch-buffer): Add new optional argument, pass it down.
131 (vc-resynch-buffers-in-directory): Likewise.
132
133 Improve support for special markup in the VC commit message.
134 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
135 * vc-hg.el (vc-hg-checkin): Add support for Date:.
136 * vc-git.el (vc-git-checkin):
137 * vc-bzr.el (vc-bzr-checkin): Likewise.
138
139 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
140 * vc-git.el (vc-git-log-view-mode): Fix font lock for
141 incoming/outgoing logs.
142 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
143
144 * vc-git.el (vc-git-log-outgoing): Use the same format as the
145 short log.
146 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
147 command
148
149 Add bindings for vc-log-incoming and vc-log-outgoing.
150 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
151 and vc-log-outgoing.
152 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
153 and vc-log-outgoing.
154
155 Improve state updating for VC tag commands.
156 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
157 to update the state of all buffers in the directory.
158
159 2010-05-19 Glenn Morris <rgm@gnu.org>
160
161 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
162
163 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * vc.el (vc-checkin, vc-modify-change-comment):
166 Adjust to new vc-start/finish-logentry.
167 (vc-find-conflicted-file): New command.
168 (vc-transfer-file): Adjust to new vc-checkin.
169 (vc-next-action): Improve scoping.
170
171 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
172 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
173
174 * vc-dispatcher.el (vc-log-edit): Shorten names for
175 log-edit-show-files.
176
177 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
178 (vc-bzr-conflicted-files): New function.
179
180 * log-edit.el (log-edit-summary, log-edit-header)
181 (log-edit-unknown-header): New faces.
182 (log-edit-headers-alist): New var.
183 (log-edit-header-contents-regexp): New const.
184 (log-edit-match-to-eoh): New function.
185 (log-edit-font-lock-keywords): Use them.
186 (log-edit): Insert a "Summary:" header as default.
187 (log-edit-mode): Mark font-lock rules as case-insensitive.
188 (log-edit-done): Cleanup headers.
189 (log-edit-extract-headers): New function to replace it.
190
191 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
192 the windows/frames.
193
194 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
195
196 * vc-dir.el (vc-dir-kill-line): New command.
197 (vc-dir-mode-map): Bind it to C-k.
198 (vc-dir-headers): Abbreviate the working dir.
199
200 * vc-git.el (vc-git-revision-table): Include remote branches.
201
202 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
203
204 New VC methods: vc-log-incoming and vc-log-outgoing.
205 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
206 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
207 New functions.
208 (vc-print-log-internal): Just call vc-log-internal-common.
209 (vc-log-view-type): New permanent local variable.
210
211 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
212
213 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
214 of the dynamic bound vc-short-log.
215 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
216
217 * vc-git.el (vc-git-log-outgoing): New function.
218 (vc-git-log-view-mode): Use vc-log-view-type instead
219 of the dynamic bound vc-short-log.
220
221 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
222 the dynamic bound vc-short-log. Highlight the tag.
223 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
224 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
225 (vc-hg-incoming-mode): Remove.
226 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
227
228 Fix default-directory for vc-root-diff.
229 * vc.el (vc-root-diff): Bind default-directory to the root
230 directory for the diff command.
231
232 2010-10-31 Sam Steingold <sds@gnu.org>
233
234 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
235 `vc-hg-command' with a list of flags.
236
237 2010-10-31 Glenn Morris <rgm@gnu.org>
238
239 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
240 log-edit-before-checkin-process.
241
242 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
243
244 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
245
246 * vc-dispatcher.el (vc-start-logentry): Doc fix.
247 (log-view-process-buffer, log-edit-extra-flags): Declare.
248
249 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
250
251 Add special markup processing for commit logs.
252 * log-edit.el (log-edit): Add new argument MODE. Use that mode
253 when non-nil instead of the log-view-mode.
254
255 * vc.el (vc-default-log-edit-mode): New function.
256
257 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
258 log-edit.
259
260 Support for shelving snapshots and for showing shelves.
261 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
262 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
263 New functions.
264 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
265 (vc-bzr-extra-menu-map): Map them.
266
267 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
268
269 * net/tramp.el (tramp-handle-insert-file-contents): For root,
270 preserve owner and group when editing files. (Bug#7289)
271
272 2010-10-29 Glenn Morris <rgm@gnu.org>
273
274 * speedbar.el (speedbar-mode):
275 * play/fortune.el (fortune-in-buffer, fortune):
276 * play/gomoku.el (gomoku-mode):
277 * play/landmark.el (lm-mode):
278 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
279 Replace inappropriate uses of toggle-read-only. (Bug#7292)
280
281 2010-10-28 Glenn Morris <rgm@gnu.org>
282
283 * select.el (x-selection): Mark it as an obsolete alias.
284
285 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
286
287 * add-log.el (find-change-log): Use derived-mode-p rather than
288 major-mode (bug#7284).
289
290 2010-10-27 Glenn Morris <rgm@gnu.org>
291
292 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
293 rather than just an unused variable that inherits from the real one.
294
295 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
296
297 * verilog-mode.el (verilog-directive-re): Make this variable
298 auto-built for efficiency of execution and updating.
299 (verilog-extended-complete-re): Support 'pure' fucntion & task
300 declarations (these have no bodies).
301 (verilog-beg-of-statement): General cleanup to enable support of
302 'pure' fucntion & task declarations (these have no bodies).
303 These efforts together fix Verilog bug210 from veripool; which was also
304 noticed by Steve Pearlmutter.
305 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
306 (verilog-directive-nest-re, verilog-set-auto-endcomments):
307 Support `elsif. Reported by Shankar Giri.
308 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
309 attribute handling for lining up declarations and assignments.
310 (verilog-beg-of-statement-1): Fix issue where continued declaration
311 is indented differently if it is after a begin..end clock.
312 (verilog-in-attribute-p, verilog-skip-backward-comments)
313 (verilog-skip-forward-comment-p): Support proper treatment of
314 attributes by indent code. Reported by Jeff Steele.
315 (verilog-in-directive-p): Fix comment to correctly describe function.
316 (verilog-backward-up-list, verilog-in-struct-region-p)
317 (verilog-backward-token, verilog-in-struct-p)
318 (verilog-in-coverage-p, verilog-do-indent)
319 (verilog-pretty-declarations): Use verilog-backward-up-list as
320 wrapper around backward-up-list inorder to properly skip comments.
321 Reported by David Rogoff.
322 (verilog-property-re, verilog-endcomment-reason-re)
323 (verilog-beg-of-statement, verilog-set-auto-endcomments)
324 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
325 of if). Reported by Max Bjurling and
326 (verilog-calc-1): Fix for clocking block in modport
327 declaration. Reported by Brian Hunter.
328
329 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
330
331 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
332 (verilog-gate-keywords, verilog-read-sub-decls)
333 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
334 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
335 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
336 (verilog-read-decls): Fix spaces in V2K module parameters causing
337 mis-identification as interfaces, bug287.
338 (verilog-read-decls): Fix not treating "parameter string" as a
339 parameter in AUTOINSTPARAM.
340 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
341 treating `elsif similar to `endif inside AUTOSENSE.
342 (verilog-do-indent): Implement correct automatic or static task or
343 function end comment highlight. Reported by Steve Pearlmutter.
344 (verilog-font-lock-keywords-2): Fix highlighting of single
345 character pins, bug264. Reported by Michael Laajanen.
346 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
347 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
348 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
349 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
350 (verilog-pretty-expr): Fix interactive arguments, bug272.
351 Reported by Mark Johnson.
352 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
353 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
354 bug269. Suggested by Gary Delp.
355 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
356 (verilog-preprocessor, verilog-set-compile-command):
357 Create verilog-preprocess and verilog-preprocessor to show
358 preprocessed output.
359 (verilog-get-beg-of-line, verilog-get-end-of-line)
360 (verilog-modi-file-or-buffer, verilog-modi-name)
361 (verilog-modi-point, verilog-within-string): Move defmacro's
362 before first use to avoid warning. Reported by Steve Pearlmutter.
363 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
364 (verilog-colorize-region, verilog-highlight-buffer)
365 (verilog-highlight-includes, verilog-highlight-modules)
366 (verilog-highlight-region, verilog-mode): Rename colorize to
367 highlight to match other packages. Disable module highlighting,
368 as received speed complaints, reenable for experimentation only
369 using new verilog-highlight-modules.
370 (verilog-read-decls): Fix regexp stack overflow in very large
371 AUTO_TEMPLATEs, bug250.
372 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
373 (verilog-scan): Create verilog-save-buffer-state to standardize
374 making insignificant changes that shouldn't call hooks.
375 (verilog-save-no-change-functions, verilog-save-scan-cache)
376 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
377 Create verilog-save-no-change-functions to wrap verilog-scan
378 preservation, and fix to work with nested preserved calls.
379 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
380 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
381 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
382 (verilog-submit-bug-report): Update variable list to be complete.
383 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
384 breaking on-the-fly font-locking.
385 (verilog-colorize-buffer, verilog-colorize-include-files)
386 (verilog-colorize-include-files-buffer, verilog-colorize-region)
387 (verilog-load-file-at-mouse, verilog-load-file-at-point)
388 (verilog-mode, verilog-read-inst-module-matcher): With point on a
389 AUTOINST cell instance name, middle mouse button now finds-file on
390 it. Suggested by Brad Dobbie.
391 (verilog-alw-get-temps, verilog-auto-reset)
392 (verilog-auto-sense-sigs, verilog-read-always-signals)
393 (verilog-read-always-signals-recurse): Fix loop indexes being
394 AUTORESET. AUTORESET now assumes any variables in the
395 initialization section of a for() should be ignored. Reported by
396 Dan Dever.
397 (verilog-error-font-lock-keywords)
398 (verilog-error-regexp-emacs-alist)
399 (verilog-error-regexp-xemacs-alist): Fix error detection of
400 Cadence HAL, reported by David Asher. Repair drift between the
401 three similar error variables.
402 (verilog-modi-lookup, verilog-modi-lookup-cache)
403 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
404 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
405 Fix slow verilog-auto expansion on very large files.
406 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
407 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
408 "{1*2{...". Broke in last revision.
409 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
410 submodule connections with replications "{#{a},#{b}}".
411
412 2010-10-23 Glenn Morris <rgm@gnu.org>
413
414 * comint.el (comint-password-prompt-regexp):
415 Match "enter the password". (Bug#7224)
416
417 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
418
419 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
420 Fix typo in docstring.
421
422 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
423
424 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
425 errors.
426
427 * net/trampver.el: Update release number.
428
429 2010-10-20 Kenichi Handa <handa@m17n.org>
430
431 * face-remap.el (text-scale-adjust): Call read-event with a proper
432 prompt.
433
434 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
435
436 * net/tramp.el (tramp-do-file-attributes-with-stat)
437 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
438 order to make stat results a float. Patch by Andreas Schwab
439 <schwab@linux-m68k.org>.
440
441 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * repeat.el (repeat): Use read-key (bug#6256).
444
445 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
446
447 * emacs-lisp/unsafep.el: Don't mark functions that display
448 messages as safe. Suggested by Johan Bockgård.
449
450 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
453 Turn comments into docstrings.
454
455 * minibuffer.el (completion--replace): Move point where it belongs
456 when there's a common suffix (bug#7215).
457
458 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
459
460 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
461 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
462 <dale@codefu.org>.
463
464 2010-10-15 Kenichi Handa <handa@m17n.org>
465
466 * international/characters.el: Add category '|' (word breakable)
467 to fullwidth characters.
468
469 2010-10-14 Kenichi Handa <handa@m17n.org>
470
471 * mail/rmail.el (rmail-show-message-1): Catch an error of
472 base64-decode-region and just show an error message (bug#7165).
473
474 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
475 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
476 a font-spec (bug#7197).
477
478 2010-10-13 Glenn Morris <rgm@gnu.org>
479
480 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
481
482 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
483
484 * international/mule.el (define-coding-system):
485 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
486 * composite.el (compose-region): Fix typo in docstring.
487
488 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
489
490 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
491 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
492 (mac-right-option-modifier): New alias for ns-right-option-modifier.
493
494 * cus-start.el (all): ns-right-alternate-modifier is new.
495
496 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
497
498 * Makefile.in (ELCFILES): Update.
499
500 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * emacs-lisp/lisp.el (lisp-completion-at-point):
503 Use emacs-lisp-mode-syntax-table for the whole function.
504
505 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
506
507 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
508 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
509 work when breakpoint number exceeds nine.
510
511 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
512
513 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
514 instead of font-lock-mode before adding keywords.
515 Remove hi-lock-mode off code. Remove inhibit hack.
516 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
517 non-nil; removed hook inhibit hack.
518
519 2010-10-09 Glenn Morris <rgm@gnu.org>
520
521 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
522 (load-path-shadows-find): ... to this.
523 (list-load-path-shadows): Update for above change.
524
525 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
526
527 2010-10-08 Glenn Morris <rgm@gnu.org>
528
529 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
530
531 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
532 (shadows-compare-text-p): Make it an obsolete alias for...
533 (load-path-shadows-compare-text): ... new name.
534 (find-emacs-lisp-shadows): Update for above name change.
535 (load-path-shadows-same-file-or-nonexistent): New name for the old
536 shadow-same-file-or-nonexistent.
537
538 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
539
540 * minibuffer.el (completion--some, completion--do-completion)
541 (minibuffer-complete-and-exit, minibuffer-completion-help)
542 (completion-basic-try-completion)
543 (completion-basic-all-completions)
544 (completion-pcm--find-all-completions): Use lexical-let to
545 avoid some false matches in variable completion (Bug#7056)
546
547 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
548
549 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
550
551 2010-10-03 Leo <sdl.web@gmail.com>
552
553 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
554 return non-nil if the file exists (Bug#7090).
555
556 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * minibuffer.el (completion--replace):
559 Better preserve markers (bug#7138).
560
561 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
562
563 * server.el (server-process-filter): Doc fix.
564
565 2010-09-27 Drew Adams <drew.adams@oracle.com>
566
567 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
568
569 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
570
571 * Makefile.in (ELCFILES): Update.
572
573 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
574 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
575
576 2010-09-27 Kenichi Handa <handa@m17n.org>
577
578 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
579 "ustar" format.
580
581 2010-09-27 Kenichi Handa <handa@m17n.org>
582
583 * international/mule.el (define-coding-system): Docstring fixed.
584
585 * international/mule-diag.el (describe-character-set): Use princ
586 with proper print-length and print-level instead of insert.
587
588 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
589
590 * window.el (walk-windows): Doc fix (bug#7105).
591
592 2010-09-23 Glenn Morris <rgm@gnu.org>
593
594 * isearch.el (isearch-lazy-highlight-cleanup)
595 (isearch-lazy-highlight-initial-delay)
596 (isearch-lazy-highlight-interval)
597 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
598 * net/net-utils.el (ipconfig-program-options):
599 Move aliases to options before the associated definitions.
600
601 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * newcomment.el (comment-normalize-vars): Better test validity of
604 comment-end-skip.
605
606 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
609 (float-e): New name for `e'.
610 (degrees-to-radians, radians-to-degrees):
611 * calendar/solar.el (solar-longitude):
612 * calculator.el (calculator-registers, calculator-funcall):
613 * textmodes/artist.el (artist-spray-random-points):
614 * play/bubbles.el (bubbles--initialize-images): Use new names.
615
616 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
617
618 Update to CEDET 1.0's version of EIEIO.
619
620 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
621 New function.
622 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
623 (eieio-default-eval-maybe): Eval val instead of unquoting only.
624 (class-precedence-list): If class is nil, return nil.
625 (eieio-generic-call): If class of first input arg is nil, don't
626 look up static methods, and do check for primary methods.
627 (initialize-instance): See if the default needs to be evaluated
628 during the constructor.
629 (eieio-perform-slot-validation-for-default): Don't do the check
630 for values that will eventually be evaluated.
631 (eieio-eval-default-p): New function.
632 (eieio-default-eval-maybe): Use it.
633
634 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
635
636 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
637 method-invocation-order.
638 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
639 (eieio-class-precedence-dfs): Compute class precedence list using
640 dfs algorithm.
641 (eieio-class-precedence-bfs): Compute class precedence list using
642 bfs algorithm.
643 (eieio-class-precedence-c3): Compute class precedence list using
644 c3 algorithm.
645 (class-precedence-list): New function.
646 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
647 (inconsistent-class-hierarchy): New error symbol.
648 (call-next-method): Stow the replacement argument list for future
649 call-next-method invocations.
650
651 2010-09-15 Glenn Morris <rgm@gnu.org>
652
653 * calendar/appt.el (appt-check): If not displaying the diary,
654 use (diary 1) to only get the entries we need.
655 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
656 that it is in day order. (Bug#7019)
657
658 * calendar/appt.el (appt-check): Rather than showing the diary,
659 just turn off invisible display, and only if needed.
660
661 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
662
663 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
666 Add `when' argument. Update callers.
667
668 * subr.el (unintern): Declare the obarray arg mandatory.
669
670 2010-09-14 Glenn Morris <rgm@gnu.org>
671
672 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
673 Doc fixes.
674
675 * calendar/diary-lib.el (diary-included-files): New variable.
676 (diary-list-entries): Maybe initialize diary-included-files.
677 (diary-include-other-diary-files): Append to diary-included-files.
678 * calendar/appt.el (appt-update-list): Also check the members of
679 diary-included-files. (Bug#6999)
680 (appt-check): Doc fix.
681
682 2010-09-12 David Reitter <david.reitter@gmail.com>
683
684 * simple.el (line-move-visual): Do not truncate goal column to
685 integer size. (Bug#7020)
686
687 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * repeat.el (repeat): Allow repeating when the last event is a click.
690 Suggested by Drew Adams (bug#6256).
691
692 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
693
694 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
695 Replace setting HGRCPATH to "" by some less invasive --config options.
696
697 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * font-lock.el (font-lock-beginning-of-syntax-function):
700 Mark as obsolete.
701
702 2010-09-10 Glenn Morris <rgm@gnu.org>
703
704 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
705 and tool-bar modes. (Bug#6211)
706 (menu-bar-mode): Move setting of standard-value after the
707 minor-mode definition, otherwise it seems to have no effect.
708
709 2010-09-08 Masatake YAMATO <yamato@redhat.com>
710
711 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
712 Fix typo. (Bug#6976)
713
714 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
715
716 * whitespace.el: Allow cleaning up blanks without blank
717 visualization (Bug#6651). Adjust help window for
718 whitespace-toggle-options (Bug#6479). Allow to use fill-column
719 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
720 (whitespace-style): Add new value 'face. Adjust docstring.
721 (whitespace-space, whitespace-hspace, whitespace-tab):
722 Adjust foreground property face.
723 (whitespace-line-column): Adjust docstring and type declaration.
724 (whitespace-style-value-list, whitespace-toggle-option-alist)
725 (whitespace-help-text): Adjust const initialization.
726 (whitespace-toggle-options, global-whitespace-toggle-options):
727 Adjust docstring.
728 (whitespace-display-window, whitespace-interactive-char)
729 (whitespace-style-face-p, whitespace-color-on): Adjust code.
730 (whitespace-help-scroll): New fun.
731
732 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
733
734 * files.el (directory-abbrev-alist): Use \` as default regexp.
735
736 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
737 chars like - or ] (bug#6984).
738 (rx-any-condense-range): Explode 2-char ranges.
739
740 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * textmodes/bibtex.el:
743 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
744
745 2010-09-02 Glenn Morris <rgm@gnu.org>
746
747 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
748
749 2010-08-31 Kenichi Handa <handa@m17n.org>
750
751 * international/mule-cmds.el (standard-display-european-internal):
752 Setup standard-display-table for 8-bit characters by storing 8-bit
753 characters in the element vector.
754
755 * disp-table.el (standard-display-8bit):
756 Setup standard-display-table for 8-bit characters by storing 8-bit
757 characters in the element vector.
758 (standard-display-european): Likewise.
759
760 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
761
762 Sync with Tramp 2.1.19.
763
764 * net/tramp-cmds.el (tramp-cleanup-all-connections)
765 (tramp-reporter-dump-variable, tramp-load-report-modules)
766 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
767 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
768
769 * net/tramp-compat.el (top): Do not autoload
770 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
771 only when `start-file-process' is not bound.
772 (byte-compile-not-obsolete-vars): Define if not bound.
773 (tramp-compat-funcall): New defmacro.
774 (tramp-compat-line-beginning-position)
775 (tramp-compat-line-end-position)
776 (tramp-compat-temporary-file-directory)
777 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
778 (tramp-compat-copy-file, tramp-compat-copy-directory)
779 (tramp-compat-delete-file, tramp-compat-delete-directory)
780 (tramp-compat-number-sequence, tramp-compat-process-running-p):
781 Use it.
782 (tramp-advice-file-expand-wildcards): Do not use
783 `tramp-handle-file-remote-p'.
784 (tramp-compat-make-temp-file): Simplify fallback implementation.
785 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
786 (tramp-compat-copy-tree): Remove function.
787 (tramp-compat-delete-file): New defun.
788 (tramp-compat-delete-directory): Provide implementation for older
789 Emacsen.
790 (tramp-compat-file-attributes): Handle only
791 `wrong-number-of-arguments' error.
792
793 * net/tramp-fish.el (tramp-fish-handle-copy-file):
794 Add PRESERVE_SELINUX_CONTEXT.
795 (tramp-fish-handle-delete-file): Add TRASH arg.
796 (tramp-fish-handle-directory-files-and-attributes):
797 Do not use `tramp-fish-handle-file-attributes.
798 (tramp-fish-handle-file-local-copy)
799 (tramp-fish-handle-insert-file-contents)
800 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
801
802 * net/tramp-gvfs.el (top): Require url-util.
803 (tramp-gvfs-mount-point): Remove.
804 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
805 and `set-file-selinux-context'.
806 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
807 (tramp-gvfs-handle-file-selinux-context)
808 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
809 (with-tramp-dbus-call-method): Format trace message.
810 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
811 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
812 Implement backup call, when operation on local files fails.
813 Use progress reporter. Flush properties of changed files.
814 (tramp-gvfs-handle-delete-file): Add TRASH arg.
815 Use `tramp-compat-delete-file'.
816 (tramp-gvfs-handle-expand-file-name): Expand "~/".
817 (tramp-gvfs-handle-make-directory): Make more traces.
818 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
819 (tramp-gvfs-url-file-name): Hexify file name in url.
820 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
821 into account for the resulting file name.
822 (tramp-gvfs-handler-askquestion): Preserve current message, in
823 order to let progress reporter continue afterwards. (Bug#6257)
824 Return dummy mountpoint, when the answer is "no".
825 See `tramp-gvfs-maybe-open-connection'.
826 (tramp-gvfs-handler-mounted-unmounted)
827 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
828 attribute "default_location". Set "prefix" property.
829 Handle default-location.
830 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
831 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
832 exists. Raise an error, if not (due to a corresponding answer
833 "no" in interactive questions, for example).
834 Use `tramp-compat-funcall'.
835
836 * net/tramp-imap.el (top): Autoload `epg-make-context'.
837 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
838 (tramp-imap-do-copy-or-rename-file)
839 (tramp-imap-handle-insert-file-contents)
840 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
841 (tramp-imap-handle-delete-file): Add TRASH arg.
842
843 * net/tramp-smb.el (tramp-smb-handle-copy-file):
844 Add PRESERVE-SELINUX-CONTEXT.
845 (tramp-smb-handle-copy-file)
846 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
847 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
848 Use `with-progress-reporter'.
849 (tramp-smb-handle-delete-file): Add TRASH arg.
850
851 * net/tramp.el (tramp-methods): Move hostname to the end in all
852 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
853 appropriate.
854 (tramp-verbose): Describe verbose level 9.
855 (tramp-completion-function-alist)
856 (tramp-file-name-regexp, tramp-chunksize)
857 (tramp-local-coding-commands, tramp-remote-coding-commands)
858 (with-connection-property, tramp-completion-mode-p)
859 (tramp-action-process-alive, tramp-action-out-of-band)
860 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
861 (tramp-exists-file-name-handler): Fix docstring.
862 (tramp-remote-process-environment): Use `format' instead of
863 `concat'. Protect version string by apostroph.
864 (tramp-shell-prompt-pattern): Do not use a shy group in case of
865 XEmacs.
866 (tramp-file-name-regexp-unified)
867 (tramp-completion-file-name-regexp-unified): On W32 systems, do
868 not regard the volume letter as remote filename. (Bug#5447)
869 (tramp-perl-file-attributes)
870 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
871 (tramp-vc-registered-read-file-names): Read input as
872 here-document, otherwise the command could exceed maximum length
873 of command line.
874 (tramp-file-name-handler-alist): Add `file-selinux-context' and
875 `set-file-selinux-context'.
876 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
877 backtrace functions.
878 (tramp-error-with-buffer): Don't show the connection buffer when
879 we are in completion mode.
880 (tramp-progress-reporter-update, tramp-remote-selinux-p)
881 (tramp-handle-file-selinux-context)
882 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
883 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
884 New defuns.
885 (with-progress-reporter): New defmacro.
886 (tramp-debug-outline-regexp): New defconst.
887 (top, tramp-rfn-eshadow-setup-minibuffer)
888 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
889 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
890 (tramp-completion-mode-p, tramp-check-for-regexp)
891 (tramp-open-connection-setup-interactive-shell)
892 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
893 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
894 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
895 Use `tramp-compat-funcall'.
896 (tramp-handle-make-symbolic-link): Flush file properties.
897 (tramp-handle-load, tramp-handle-file-local-copy)
898 (tramp-handle-insert-file-contents, tramp-handle-write-region)
899 (tramp-handle-vc-registered, tramp-maybe-send-script)
900 (tramp-find-shell): Use `with-progress-reporter'.
901 (tramp-do-file-attributes-with-stat): Add space in format string,
902 in order to work around a bug in pdksh. Reported by Gilles Pion
903 <gpion@lfdj.com>.
904 (tramp-handle-verify-visited-file-modtime): Do not send a command
905 when the connection is not established.
906 (tramp-handle-set-file-times): Simplify the check for utc.
907 (tramp-handle-directory-files-and-attributes)
908 (tramp-get-remote-path): Use `copy-tree'.
909 (tramp-completion-handle-file-name-all-completions): Ensure, that
910 non remote files are still checked. Oops.
911 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
912 Handle PRESERVE-SELINUX-CONTEXT.
913 (tramp-do-copy-or-rename-file): Add progress reporter.
914 (tramp-do-copy-or-rename-file-directly): Do not use
915 `tramp-handle-file-remote-p'.
916 (tramp-do-copy-or-rename-file-out-of-band):
917 Use `tramp-compat-delete-directory'.
918 (tramp-do-copy-or-rename-file-out-of-band)
919 (tramp-compute-multi-hops, tramp-maybe-open-connection):
920 Use `format-spec-make'.
921 (tramp-handle-delete-file): Add TRASH arg.
922 (tramp-handle-dired-uncache): Flush directory cache, not only file
923 cache.
924 (tramp-handle-expand-file-name)
925 (tramp-completion-handle-file-name-all-completions)
926 (tramp-completion-handle-file-name-completion):
927 Use `tramp-connectable-p'.
928 (tramp-handle-start-file-process): Set connection property "vec".
929 Use it, in order to invalidate file caches. Check only for
930 `remote-tty' process property.
931 Implement tty setting. (Bug#4604, Bug#6360)
932 (tramp-file-name-for-operation): Add `call-process-region' and
933 `set-file-selinux-context'.
934 (tramp-find-foreign-file-name-handler)
935 (tramp-advice-make-auto-save-file-name)
936 (tramp-set-auto-save-file-modes): Remove superfluous check for
937 `stringp'. This is done inside `tramp-tramp-file-p'.
938 (tramp-file-name-handler): Trace 'quit. Catch the error for some
939 operations when we are in completion mode. This gives the user
940 the chance to correct the file name in the minibuffer.
941 (tramp-completion-mode-p): Use `non-essential'.
942 (tramp-handle-file-name-all-completions): Backward/ XEmacs
943 compatibility: Use `completion-ignore-case' if
944 `read-file-name-completion-ignore-case' does not exist.
945 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
946 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
947 `tramp-open-shell'.
948 (tramp-action-password): Hide password prompt before next run.
949 (tramp-process-actions): Widen connection buffer for the trace.
950 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
951 process property. Trace stty settings if `tramp-verbose' >= 9.
952 Apply workaround for IRIX64 bug. Move argument of last
953 `tramp-send-command' where it belongs to.
954 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
955 front of `login-args'.
956 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
957 on "/dev/null" instead of "/".
958 (tramp-get-ls-command-with-dired): Make test for "--dired"
959 stronger.
960 (tramp-set-auto-save-file-modes): Adapt version check.
961 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
962 (tramp-handle-process-file): Call the program in a subshell, in
963 order to preserve working directory.
964 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
965 `tramp-remote-sh' from `tramp-methods'.
966 (tramp-get-ls-command): Make test for "--color=never" stronger.
967 (tramp-check-for-regexp): Use (forward-line 1).
968
969 * net/trampver.el: Update release number.
970
971 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
972
973 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
974 empty argument to gvfs-copy.
975
976 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
977
978 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
979 handle new TRASH arg of `delete-file'.
980
981 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
982
983 * net/tramp.el (tramp-handle-insert-directory): Don't use
984 `forward-word', its default syntax could be changed.
985
986 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
987 Michael Albinus <michael.albinus@gmx.de>
988
989 Implement compression for inline methods.
990
991 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
992 (tramp-copy-size-limit): Allow also nil.
993 (tramp-inline-compress-commands): New defconst.
994 (tramp-find-inline-compress, tramp-get-inline-compress)
995 (tramp-get-inline-coding): New defuns.
996 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
997 replaced by `tramp-get-inline-coding'.
998 (tramp-handle-file-local-copy, tramp-handle-write-region)
999 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1000
1001 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1002
1003 Detect ssh 'ControlMaster' argument automatically in some cases.
1004
1005 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1006 (tramp-default-method): Use it.
1007
1008 2010-08-26 Karel Klíč <kklic@redhat.com>
1009
1010 * net/tramp.el (tramp-file-name-for-operation):
1011 Add file-selinux-context.
1012
1013 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1014
1015 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1016
1017 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1020 (Bug#6907).
1021
1022 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1023
1024 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1025 with "else" (Bug#3991).
1026
1027 2010-08-22 Leo <sdl.web@gmail.com>
1028
1029 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1030 (ignore, bright, dim, keyword): Split list of nicknames before
1031 passing to rcirc-add-or-remove (Bug#6894).
1032
1033 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1036
1037 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1038
1039 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1040 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1041 New version 13.0.
1042 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1043 Adjust initialization.
1044 (whitespace-bob-marker, whitespace-eob-marker)
1045 (whitespace-buffer-changed): New vars.
1046 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1047 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1048 (whitespace-post-command-hook, whitespace-display-char-on):
1049 Adjust code.
1050 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1051 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1052
1053 2010-08-21 Leo <sdl.web@gmail.com>
1054
1055 Fix buffer-list rename&refresh after killing a buffer in ido.
1056 * lisp/ido.el: Revert Óscar's.
1057 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1058 Remember the buffers at head, rather than their name.
1059 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1060
1061 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1062 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1065 extra backslash added to each line (bug#6890).
1066
1067 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1070
1071 2010-08-21 Glenn Morris <rgm@gnu.org>
1072
1073 * menu-bar.el (menu-bar-games-menu): Add landmark.
1074
1075 2010-08-20 Glenn Morris <rgm@gnu.org>
1076
1077 * align.el (align-regexp): Make group and spacing arguments
1078 use the interactive defaults when non-interactive. (Bug#6698)
1079
1080 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1081 expansion, so as not to need sendmail.
1082 (mail-text-start): Remove declaration.
1083 (rmail-retry-failure): Require sendmail.
1084
1085 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1088
1089 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1090
1091 * progmodes/flymake.el (flymake-start-syntax-check-process):
1092 Use `start-file-process' in order to let it run also on remote hosts.
1093
1094 2010-08-18 Kenichi Handa <handa@m17n.org>
1095
1096 * files.el: Add `word-wrap' as safe local variable.
1097
1098 2010-08-18 Glenn Morris <rgm@gnu.org>
1099
1100 * woman.el (woman-translate): Case matters. (Bug#6849)
1101
1102 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1103
1104 * simple.el (kill-region): Doc fix (Bug#6787).
1105
1106 2010-08-14 Glenn Morris <rgm@gnu.org>
1107
1108 * calendar/diary-lib.el (diary-header-line-format):
1109 Fit it to the window, not the frame.
1110
1111 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1112
1113 * subr.el (ignore-errors): Add debug declaration.
1114
1115 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1116
1117 * whitespace.el (whitespace-color-off): Remove post-command-hook
1118 locally.
1119
1120 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1121
1122 * replace.el (replace-highlight): Bind isearch-forward and
1123 isearch-error, ensuring that highlighting is updated if the user
1124 switches the search direction (Bug#6808).
1125
1126 * isearch.el (isearch-lazy-highlight-forward): New var.
1127 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1128 (isearch-lazy-highlight-update): Use it.
1129
1130 2010-08-06 Kenichi Handa <handa@m17n.org>
1131
1132 * international/mule.el (define-charset): Store NAME as :base property.
1133 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1134 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1135 current priority. Force using the designation of the specific
1136 charset by adding `charset' text property. Improve the whole
1137 algorithm.
1138
1139 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1140
1141 * emulation/pc-select.el (pc-selection-mode-hook)
1142 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1143 (pc-selection-mode): Fix typos in docstrings.
1144
1145 2010-08-04 Kenichi Handa <handa@m17n.org>
1146
1147 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1148 ctext-non-standard-encodings-alist here.
1149
1150 * international/mule.el (ctext-non-standard-encodings-alist):
1151 Add "koi8-r" and "microsoft-cp1251".
1152 (ctext-standard-encodings): New variable.
1153 (ctext-non-standard-encodings-table): List only elements for
1154 non-standard encodings.
1155 (ctext-pre-write-conversion): Adjust for the above change.
1156 Check ctext-standard-encodings.
1157
1158 * international/mule-conf.el (compound-text): Doc fix.
1159 (ctext-no-compositions): Doc fix.
1160 (compound-text-with-extensions): Doc fix.
1161
1162 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1165
1166 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1167
1168 * progmodes/which-func.el (which-func-format): Split help-echo text
1169 into lines, like other mode-line tooltips.
1170
1171 * server.el (server-start): When using TCP sockets, force IPv4
1172 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1173
1174 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1177
1178 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * term.el (term-delimiter-argument-list): Reflow docstring.
1181 (term-read-input-ring, term-write-input-ring, term-send-input)
1182 (term-bol, term-erase-in-display, serial-supported-or-barf):
1183 Fix typos in docstrings.
1184
1185 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1188
1189 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1192
1193 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1194
1195 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1196 Fix typo in docstring (bug#6747).
1197
1198 2010-07-30 Leo <sdl.web@gmail.com>
1199
1200 * eshell/esh-io.el (eshell-get-target): Better detection of
1201 read-only file (Bug#6762).
1202
1203 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * align.el (align-default-spacing): Doc fix.
1206 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1207
1208 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1209
1210 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1211
1212 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1213
1214 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1215 (display-time-world-buffer-name, display-time-world-mode-map):
1216 Fix typos in docstrings.
1217
1218 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1219
1220 * image-mode.el (image-display-size): New function.
1221 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1222 (image-mode-fit-frame): Use it (Bug#6639).
1223
1224 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * dired.el (dired-buffers-for-dir): Handle list values of
1227 dired-directory (Bug#6636).
1228
1229 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1230
1231 * vc.el (vc-coding-system-inherit-eol): New defvar.
1232 (vc-coding-system-for-diff): Use it to decide whether to inherit
1233 from the file the EOL format for reading the diffs of that file.
1234 (Bug#4451)
1235
1236 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1237
1238 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1239 unibyte, so compressed attachments are not compressed again.
1240
1241 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1242
1243 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1244 now that unicode is used (Bug#6594).
1245
1246 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * simple.el (push-mark-command): Set the selection if
1249 select-active-regions is non-nil.
1250
1251 2010-07-10 Glenn Morris <rgm@gnu.org>
1252
1253 * calendar/calendar.el (calendar-week-end-day): New function.
1254 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1255 Respect calendar-week-start-day. (Bug#6606)
1256 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1257 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1258 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1259 respect calendar-week-start-day.
1260
1261 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * simple.el (use-region-p): Doc fix (Bug#6607).
1264
1265 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1266
1267 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1268 builtins (BufferError, BytesWarning, WindowsError; callables
1269 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1270
1271 2010-07-07 Glenn Morris <rgm@gnu.org>
1272
1273 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1274 forward-line fallout.
1275
1276 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * mouse.el (mouse-appearance-menu): Add docstring.
1279
1280 * help.el (describe-key): Print up-event using key-description.
1281
1282 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1283
1284 * net/zeroconf.el (zeroconf-resolve-service)
1285 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1286 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1287
1288 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1289
1290 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1291
1292 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1293
1294 Avoid displaying files with a nil state in vc-dir.
1295 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1296 cases that cause insertion.
1297 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1298 with a nil state.
1299
1300 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1303
1304 2010-06-29 Leo <sdl.web@gmail.com>
1305
1306 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1307
1308 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1309
1310 * generic-x.el (bat-generic-mode): Fix regexp for command line
1311 switches (Bug#5719).
1312
1313 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1314
1315 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1316 of nconc to avoid pure storage error (Bug#6239).
1317
1318 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1319
1320 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1321 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1322 bindings of bookmark-automatically-show-annotations (Bug#6515).
1323
1324 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1325
1326 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1327 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1328
1329 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1330
1331 * comint.el (make-comint, make-comint-in-buffer): Mention return
1332 value in the docstrings. (Bug#6498)
1333
1334 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1335
1336 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1337 since it is not present when using some non-default switches.
1338
1339 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1340
1341 * simple.el (compose-mail): Fix doc string to refer to
1342 `compose-mail-user-agent-warnings', instead of to the
1343 nonexistent `compose-mail-check-user-agent'.
1344
1345 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 Fix vc-annotate for renamed files when using Git.
1348 * vc-git.el (vc-git-find-revision): Deal with empty results from
1349 ls-files. Doe not pass the object as a file name to cat-file, it
1350 is not a file name.
1351 (vc-git-annotate-command): Pass the file name using -- to avoid
1352 ambiguity with the revision.
1353 (vc-git-previous-revision): Pass a relative file name.
1354
1355 2010-06-22 Glenn Morris <rgm@gnu.org>
1356
1357 * progmodes/js.el (js-mode-map): Use standard capitalization and
1358 ellipses for menu entries.
1359
1360 * wid-edit.el (widget-complete): Doc fix.
1361
1362 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1363
1364 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1365
1366 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1367
1368 Fix annotating other revisions for renamed files in vc-annotate.
1369 * vc-annotate.el (vc-annotate): Add an optional argument for the
1370 VC backend. Use it when non-nil.
1371 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
1372
1373 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1374 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1375 Do not pass the file name to the 'previous-revision call when we
1376 don't want a file diff. (Bug#6489)
1377
1378 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1379
1380 Fix finding revisions for renamed files in vc-annotate.
1381 * vc.el (vc-find-revision): Add an optional argument for
1382 the VC backend. Use it when non-nil.
1383 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1384 backend to vc-find-revision. (Bug#6487)
1385
1386 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1387
1388 Fix reading file names in Git annotate buffers.
1389 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1390 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1391
1392 2010-06-20 Alan Mackenzie <acm@muc.de>
1393
1394 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1395 in file local variables, set it first.
1396
1397 2010-06-19 Glenn Morris <rgm@gnu.org>
1398
1399 * descr-text.el (describe-char-unicode-data): Insert separating
1400 space when needed. (Bug#6422)
1401
1402 * progmodes/idlwave.el (idlwave-action-and-binding):
1403 Fix typo in 2009-12-03 change. (Bug#6450)
1404
1405 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1408
1409 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * font-lock.el (font-lock-major-mode): Rename from
1412 font-lock-mode-major-mode to distinguish it from
1413 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1414 (font-lock-set-defaults):
1415 * font-core.el (font-lock-default-function): Adjust users.
1416 (font-lock-mode): Don't set it at all.
1417
1418 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1421
1422 2010-06-15 Glenn Morris <rgm@gnu.org>
1423
1424 * calendar/appt.el (appt-time-msg-list): Doc fix.
1425 (appt-check): Let-bind appt-warn-time.
1426 (appt-add): Make the 3rd argument optional.
1427 Simplify argument names. Doc fix. Check for integer WARNTIME.
1428 Only add WARNTIME to the output list if non-nil.
1429
1430 2010-06-15 Ivan Kanis <apple@kanis.eu>
1431
1432 * calendar/appt.el (appt-check): Let the 3rd element of
1433 appt-time-msg-list specify the warning time.
1434 (appt-add): Add new argument with the warning time. (Bug#5176)
1435
1436 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1437
1438 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1439 older than version 1.6. (Bug#6361)
1440
1441 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
1442
1443 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1444 used by cl-do-arglist. (Bug#6408)
1445
1446 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * emacs-lisp/advice.el (ad-compile-function):
1449 Define warning-suppress-types before we let-bind it (bug#6275).
1450
1451 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1452 declare it, make it buffer-local and permanent-local (bug#6324).
1453 (vc-resynch-window): Adjust name.
1454 * vc-hooks.el (vc-find-file-hook): Adjust name.
1455
1456 2010-06-07 Jonathan Rockway <jon@jrock.us>
1457
1458 * net/rcirc.el: Add support for password authentication.
1459 (rcirc-server-alist): Add :password keyword.
1460 (rcirc): Ask for a password, or get it from the server's alist.
1461 (rcirc-connect): Add password argument. Pass it to server.
1462
1463 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1464
1465 * net/dbus.el (dbus-register-method): Declare function.
1466 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1467 (dbus-introspect): Doc fix.
1468 (dbus-event-bus-name, dbus-introspect-get-interface)
1469 (dbus-introspect-get-argument): Reflow docstrings.
1470
1471 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * term/common-win.el (x-colors): Add "dark green" and "dark
1474 turquoise" (Bug#6332).
1475
1476 2010-06-03 Glenn Morris <rgm@gnu.org>
1477
1478 * desktop.el (desktop-clear-preserve-buffers):
1479 Add "*Warnings*" buffer. (Bug#6336)
1480
1481 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1482
1483 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1484
1485 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1488 `file-directory-p' to the filename part rather than to the whole text.
1489
1490 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1493
1494 2010-05-31 Drew Adams <drew.adams@oracle.com>
1495
1496 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1497
1498 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * subr.el (momentary-string-display): Just use read-event to read
1501 the exit event (Bug#6238).
1502
1503 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1506 (ansi-color-drop-regexp): New constant.
1507 (ansi-color-apply, ansi-color-filter-region)
1508 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1509 (ansi-color-apply): Build string list before calling concat.
1510
1511 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1514 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1515
1516 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1517
1518 * htmlfontify.el (hfy-face-resolve-face): New function.
1519 (hfy-face-to-style): Use it (Bug#6279).
1520
1521 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * epa.el (epa--select-keys): Don't explicitly delete the window since
1524 that can fail (e.g. sole window in frame). Use dedication instead.
1525
1526 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1527
1528 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1529
1530 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * subr.el (read-quoted-char): Resolve modifiers after key
1533 remapping (bug#6212).
1534
1535 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1538 (tmm-get-keymap): Compute shortcuts (bug#6171).
1539
1540 2010-05-10 Glenn Morris <rgm@gnu.org>
1541
1542 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1543 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1544
1545 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * Version 23.2 released.
1548
1549 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1550
1551 * international/mule.el (auto-coding-alist): Only purecopy
1552 car of each item, not the whole list (Bug#6083).
1553
1554 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * progmodes/js.el (js-mode): Make paragraph variables local before
1557 calling c-setup-paragraph-variables (Bug#6071).
1558
1559 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1560
1561 * composite.el (compose-region, reference-point-alist): Fix typos
1562 in the doc strings.
1563
1564 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1565
1566 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1567 gnuplot's "set" command.
1568
1569 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * abbrev.el (last-abbrev-text): Doc fix.
1572 (abbrev-prefix-mark): Don't escape parenthesis.
1573
1574 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1575
1576 * composite.el (find-composition): Doc fix.
1577
1578 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1581 (sql-oracle-program, sql-sqlite-options)
1582 (sql-query-placeholders-and-send): Doc fixes.
1583 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1584 (sql-imenu-generic-expression, sql-buffer)
1585 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1586 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1587 (sql-mode-sybase-font-lock-keywords)
1588 (sql-mode-informix-font-lock-keywords)
1589 (sql-mode-interbase-font-lock-keywords)
1590 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1591 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1592 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1593 (sql-product-feature, sql-highlight-product)
1594 (comint-line-beginning-position, sql-rename-buffer)
1595 (sql-toggle-pop-to-buffer-after-send-region)
1596 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1597 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1598 Fix typos in docstrings.
1599
1600 2010-04-23 Juri Linkov <juri@jurta.org>
1601
1602 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1603 property instead of `invisible' and `after-string' (bug#5998).
1604
1605 2010-04-23 Juri Linkov <juri@jurta.org>
1606
1607 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1608
1609 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * filecache.el (file-cache-add-directory-list)
1612 (file-cache-add-directory-recursively): Fix typos in docstrings.
1613
1614 2010-04-22 Kenichi Handa <handa@m17n.org>
1615
1616 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1617 (gujarati-composable-pattern): Fix typo.
1618
1619 2010-04-20 Kenichi Handa <handa@m17n.org>
1620
1621 * language/indian.el (oriya-composable-pattern)
1622 (tamil-composable-pattern, malayalam-composable-pattern):
1623 Add two-part vowels to "v" (vowel sign).
1624
1625 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * files.el (copy-directory): Handle symlinks (Bug#5982).
1628
1629 * progmodes/compile.el (compilation-next-error-function):
1630 Revert 2009-10-12 change (Bug#5983).
1631
1632 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1633
1634 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1635 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1636 (Bug#5846).
1637
1638 2010-04-20 Glenn Morris <rgm@gnu.org>
1639
1640 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1641
1642 * minibuffer.el (completion-at-point): Doc fix.
1643
1644 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1645
1646 Fix the version number for added files.
1647 * vc-hg.el (vc-hg-working-revision): Check if the file is
1648 registered after hg parent fails (Bug#5961).
1649
1650 2010-04-17 Glenn Morris <rgm@gnu.org>
1651
1652 * htmlfontify.el (htmlfontify-buffer)
1653 (htmlfontify-copy-and-link-dir): Autoload entry points.
1654
1655 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1656
1657 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1658 name relative to the project root (Bug#5960).
1659
1660 2010-04-16 Glenn Morris <rgm@gnu.org>
1661
1662 * vc-git.el (vc-git-print-log): Doc fix.
1663
1664 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1665
1666 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1667
1668 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1669
1670 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1671 default settings (Bug#5928).
1672
1673 2010-04-10 Glenn Morris <rgm@gnu.org>
1674
1675 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1676 New function.
1677 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1678
1679 2010-04-07 Kenichi Handa <handa@m17n.org>
1680
1681 * language/indian.el (malayalam-composable-pattern): Fix previous
1682 change (add U+0D4D "SIGN VIRAMA").
1683 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1684 (tamil-composable-pattern): Fix typo in the regexp.
1685 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1686 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1687 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1688
1689 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1692 paragraph-separate (Bug#5821).
1693
1694 2010-04-05 Juri Linkov <juri@jurta.org>
1695
1696 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1697
1698 * info.el (Info-find-node-2): Comment out code that skips
1699 breadcrumbs line.
1700 (Info-mouse-follow-link): New command.
1701 (Info-link-keymap): New keymap.
1702 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1703 Return a string with links instead of inserting breadcrumbs
1704 to the Info buffer.
1705 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1706 Instead of putting the `invisible' text property over the Info
1707 header, make an overlay over the Info header with the `invisible'
1708 property and `after-string' set to the string returned by
1709 `Info-breadcrumbs'.
1710
1711 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1714 Reported by monkey@sandpframing.com.
1715
1716 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1717
1718 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1719 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1720
1721 2010-03-30 Kenichi Handa <handa@m17n.org>
1722
1723 * language/sinhala.el (composition-function-table): Fix regexp for
1724 the new Unicode specification.
1725
1726 * language/indian.el (devanagari-composable-pattern)
1727 (tamil-composable-pattern, kannada-composable-pattern)
1728 (malayalam-composable-pattern): Adjust for the new Unicode
1729 specification.
1730 (bengali-composable-pattern, gurmukhi-composable-pattern)
1731 (gujarati-composable-pattern, oriya-composable-pattern)
1732 (telugu-composable-pattern): New variables to cope with the new
1733 Unicode specification. Use them in composition-function-table.
1734
1735 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 Make tmm-menubar work for the Buffers menu again (bug#5726).
1738 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1739 vectors rather than cons cells, as used in menu-bar-update-buffers.
1740
1741 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1744 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1745 electric punctuation for "{}();,:" (Bug#5586).
1746
1747 * mail/sendmail.el (mail-default-directory): Doc fix.
1748
1749 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * mail/sendmail.el (mail-default-directory): Doc fix.
1752
1753 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1754
1755 * subr.el (version-regexp-alist, version-to-list)
1756 (version-list-<, version-list-=, version-list-<=)
1757 (version-list-not-zero, version<, version<=, version=): Doc fix.
1758 (Bug#5744).
1759
1760 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1761 Nick Roberts <nickrob@snap.net.nz>
1762
1763 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1764 (gdb-init-1): Use it.
1765
1766 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * vc.el (vc-root-diff): Doc fix.
1769
1770 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1773
1774 * simple.el (append-to-buffer): Fix last change.
1775
1776 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * simple.el (append-to-buffer): Ensure that point is preserved if
1779 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1780 (Bug#5749)
1781
1782 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1785 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1786 not be present any more.
1787
1788 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * faces.el (set-face-attribute): Fix typo in docstring.
1791 (face-valid-attribute-values): Reflow docstring.
1792
1793 2010-03-23 Glenn Morris <rgm@gnu.org>
1794
1795 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1796
1797 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * indent.el (indent-for-tab-command): Doc fix.
1800
1801 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1804 (image-dired-read-comment): Doc fix.
1805
1806 * json.el (json-object-type, json-array-type, json-key-type)
1807 (json-false, json-null, json-read-number):
1808 * minibuffer.el (completion-in-region-functions):
1809 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1810 (cal-tex-cursor-week):
1811 * emacs-lisp/trace.el (trace-function):
1812 * eshell/em-basic.el (eshell/printnl):
1813 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1814 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1815 * obsolete/levents.el (allocate-event, event-key, event-object)
1816 (event-point, event-process, event-timestamp, event-to-character)
1817 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1818 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1819 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1820 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1821 (reftex-highlight-selection): Fix typos in docstrings.
1822
1823 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1826
1827 2010-03-18 Glenn Morris <rgm@gnu.org>
1828
1829 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1830 2008-02-13 without comment; mark it obsolete.
1831 (rmail-highlight-headers): Use rmail-highlight-face once more.
1832
1833 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * woman.el (woman2-process-escapes): Only consume the newline if
1836 the filler character is on a line by itself (Bug#5729).
1837
1838 2010-03-16 Kenichi Handa <handa@m17n.org>
1839
1840 * language/indian.el (devanagari-composable-pattern): Add more
1841 consonants.
1842
1843 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1844
1845 * net/trampver.el: Update release number.
1846
1847 2010-03-13 Glenn Morris <rgm@gnu.org>
1848
1849 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1850
1851 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1852
1853 * net/tramp.el (tramp-find-executable):
1854 Use `tramp-get-connection-buffer'. Make the regexp for checking
1855 output of "wc -l" more robust.
1856 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1857 (tramp-open-connection-setup-interactive-shell): Remove workaround
1858 for OpenSolaris bug, it is not needed anymore.
1859
1860 2010-03-12 Glenn Morris <rgm@gnu.org>
1861
1862 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1863
1864 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1865
1866 * files.el (auto-mode-alist): Accept more verilog file patterns.
1867
1868 2010-03-09 Miles Bader <miles@gnu.org>
1869
1870 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1871 instead of "format:"; this ensures that the output is
1872 newline-terminated.
1873
1874 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1877 that all errors are caught, and that the return value is always a
1878 list (Bug#5692).
1879
1880 2010-03-08 Kenichi Handa <handa@m17n.org>
1881
1882 * language/misc-lang.el (windows-1256): New coding system.
1883 (cp1256): New alias of windows-1256 (bug#5690).
1884
1885 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1886
1887 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1888 call to rfc822-bad-address. (Bug#5692)
1889
1890 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1891
1892 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1893 Use vc-git-root as default directory for revision path (Bug#5657).
1894
1895 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * calculator.el (calculator): Don't bind split-window-keep-point
1898 (Bug#5674).
1899
1900 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * vc-git.el: Re-flow to fit into 80 columns.
1903 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1904 Remove spurious `quote' element in each case alternative.
1905 (vc-git-show-log-entry): Use prog1.
1906 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1907
1908 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1911
1912 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1915 definition, not the name (Bug#5481).
1916
1917 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1918
1919 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1920 argument with a local variable. (Bug#5670)
1921
1922 2010-03-02 Juri Linkov <juri@jurta.org>
1923
1924 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1925
1926 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1927
1928 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1929 error when FILENAME and NEWNAME are existing remote directories.
1930
1931 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1932 parameter DIR-FLAG.
1933
1934 2010-03-02 Glenn Morris <rgm@gnu.org>
1935
1936 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1937 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1938
1939 2010-03-01 Kenichi Handa <handa@m17n.org>
1940
1941 * language/burmese.el (burmese-composable-pattern): Rename from
1942 myanmar-composable-pattern.
1943
1944 * international/characters.el (script-list):
1945 * international/fontset.el (script-representative-chars):
1946 Change myanmar to burmese.
1947 (otf-script-alist): Likewise.
1948 (setup-default-fontset): Likewise. Re-fix :otf spec.
1949
1950 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1951
1952 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1953
1954 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1955
1956 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1957
1958 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1959
1960 * net/tramp.el (tramp-handle-write-region): START can be a string.
1961 Take care in the checks. Reported by Dan Davison
1962 <davison@stats.ox.ac.uk>.
1963
1964 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1965
1966 * net/dbus.el (dbus-introspect, dbus-get-property)
1967 (dbus-set-property, dbus-get-all-properties): Use
1968 `dbus-call-method' when noninteractive. (Bug#5645)
1969
1970 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1973 * emacs-lisp/elint.el (elint-add-required-env):
1974 * calendar/icalendar.el (icalendar--add-diary-entry):
1975 * calc/calcalg2.el (math-tracing-integral):
1976 * files.el (recover-session-finish): Use with-current-buffer
1977 instead of save-excursion.
1978
1979 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 Fix in-buffer completion when after-change-functions modify the buffer.
1982 * minibuffer.el (completion--replace): New function.
1983 (completion--do-completion): Use it and use relative movement.
1984
1985 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1986
1987 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1988
1989 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1990
1991 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1992 Allow the characters _<> in the stack entry (Bug#5653).
1993
1994 2010-02-26 Kenichi Handa <handa@m17n.org>
1995
1996 * language/burmese.el: Fix entries in composition-function-table.
1997 (myanmar-composable-pattern): New variable.
1998
1999 * international/fontset.el (setup-default-fontset): Add an entry
2000 for myanmar.
2001
2002 * international/characters.el (script-list): Add Myanmar
2003 Extended-A.
2004
2005 2010-02-26 Glenn Morris <rgm@gnu.org>
2006
2007 * custom.el (custom-initialize-delay): Doc fix.
2008
2009 * mail/sendmail.el (send-mail-function): Autoload the call
2010 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2011
2012 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * files.el (hack-local-variables-filter): For eval forms, also
2015 check safe-local-variable-p (Bug#5636).
2016
2017 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2018
2019 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2020 and use c(ad)r of cddr (Bug#5640).
2021
2022 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2023
2024 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2025 setting the modes by `ignore-errors'. It might fail, for example
2026 if the file is not owned by the user but the group.
2027 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2028
2029 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * files.el (directory-listing-before-filename-regexp): Use
2032 stricter matching for iso-style dates, to avoid false matches with
2033 date-like filenames (Bug#5597).
2034
2035 * htmlfontify.el (htmlfontify): Doc fix.
2036
2037 * eshell/eshell.el (eshell): Doc fix.
2038
2039 * startup.el (fancy-about-screen): In mode-line, apply
2040 mode-line-buffer-id face only to the buffer name (Bug#5613).
2041
2042 2010-02-20 Kevin Ryde <user42@zip.com.au>
2043
2044 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2045 In `watcom' anchor regexp to start of line, to avoid slowness
2046 (Bug#5599).
2047
2048 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2049
2050 * subr.el (remove-yank-excluded-properties): Explain in a comment
2051 why `category' property is removed.
2052
2053 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2056 2010-02-17 change.
2057
2058 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2059
2060 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2061 (icalendar--convert-weekly-to-ical)
2062 (icalendar--convert-yearly-to-ical)
2063 (icalendar--convert-block-to-ical)
2064 (icalendar--convert-cyclic-to-ical)
2065 (icalendar--convert-anniversary-to-ical): Take care of time
2066 specifications where hour has 1-digit only (Bug#5549).
2067
2068 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2071 of disassemble output in GDB 7.1.
2072
2073 2010-02-19 Glenn Morris <rgm@gnu.org>
2074
2075 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2076 property. (Bug#5593)
2077
2078 2010-02-18 Sam Steingold <sds@gnu.org>
2079
2080 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2081
2082 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 Use abbreviated file names in bookmarks (bug#5591).
2085 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2086 calls to expand-file-name.
2087 (bookmark-relocate): Use abbreviated file names in bookmarks.
2088 (bookmark-load): Use abbreviated file names in messages.
2089
2090 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2091
2092 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2093 expand "." and "..". Reported by Thierry Volpiatto
2094 <thierry.volpiatto@gmail.com>.
2095
2096 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2097
2098 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2099 permissions of the temporary file to "0600". In case the remote
2100 file has no read permissions for the owner, there might be
2101 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2102
2103 22010-02-18 Glenn Morris <rgm@gnu.org>
2104
2105 * emacs-lisp/authors.el (authors-renamed-files-alist):
2106 Add entries for INSTALL.CVS.
2107
2108 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2109
2110 * vc-bzr.el: Fix typo in Known Bugs section.
2111
2112 * isearch.el (isearch-update-post-hook): New hook.
2113 (isearch-update): Use the new hook.
2114
2115 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2116
2117 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2118 Fix errors in copying directories.
2119 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2120 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2121 (tramp-handle-delete-file)
2122 (tramp-handle-dired-recursive-delete-directory)
2123 (tramp-handle-write-region): Flush also the cache for the upper
2124 directory.
2125
2126 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2129
2130 * cus-edit.el (hardware): Doc fix.
2131
2132 * man.el (man): Add to external custom group.
2133
2134 * delim-col.el (columns): Move to wp custom group.
2135
2136 * doc-view.el (doc-view): Add to data custom group.
2137
2138 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2139
2140 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2141 by ispell-parse-output (Bug#5575).
2142
2143 2010-02-16 Kenichi Handa <handa@m17n.org>
2144
2145 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2146 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2147 (skkdic-convert): Use `euc-japan' coding system for writing.
2148
2149 2010-02-16 Glenn Morris <rgm@gnu.org>
2150
2151 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2152 tex-main-file before using it. (Bug#5562)
2153
2154 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2157 warnings, since it is annoying for the user to see them each time he
2158 runs the code.
2159
2160 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2163 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2164 instead of PROC for caching "first-password-request". Otherwise,
2165 new processes would not profit from passwords already entered.
2166
2167 * net/tramp-cache.el (tramp-dump-connection-properties):
2168 Don't save "first-password-request" property.
2169
2170 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * outline.el (outline-head-from-level):
2173 * simple.el (with-wrapper-hook):
2174 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2175 (elint-defun, elint-buffer-env, elint-top-form-logged)
2176 (elint-unbound-variable):
2177 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2178 Fix typos in docstrings.
2179
2180 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2181
2182 * files.el (insert-directory): When WILDCARD-REGEXP and
2183 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2184 whole directory. (Bug#5551)
2185
2186 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2187 dired's alignment sanity. (Bug#5516)
2188
2189 2010-02-14 Juri Linkov <juri@jurta.org>
2190
2191 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2192 Remove remaining ^H with their preceding chars. (Bug#5566)
2193
2194 2010-02-13 Glenn Morris <rgm@gnu.org>
2195
2196 * simple.el (transpose-subr): Give it a doc-string.
2197
2198 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2199 Doc fixes.
2200
2201 2010-02-12 Juri Linkov <juri@jurta.org>
2202
2203 * arc-mode.el (archive-unique-fname): Make directories for nested
2204 archives. (Bug#5540)
2205
2206 2010-02-12 Juri Linkov <juri@jurta.org>
2207
2208 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2209
2210 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * subr.el (copy-overlay): Handle deleted overlays.
2213
2214 * man.el (Man-completion-table): Don't signal an error if we can't run
2215 manual-program (bug#4056).
2216
2217 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2218
2219 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2220
2221 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2222
2223 * info.el (Info-bookmark-jump): Simplify.
2224
2225 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2226 (bookmark-default-handler): Accept new bookmark field `buffer'.
2227
2228 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * iswitchb.el (iswitchb-completions): Revert last change.
2231
2232 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2233
2234 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2235 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2236 This prevents file names like "~/" being listed literally.
2237
2238 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2239
2240 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2241 Remove dead code. (Bug#5546)
2242
2243 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2246 correctly (Bug#5548).
2247
2248 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2249
2250 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2251 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2252
2253 2010-02-08 Kenichi Handa <handa@m17n.org>
2254
2255 * international/mule-util.el (with-coding-priority): Add autoload
2256 cookie for putting `lisp-indent-function'.
2257
2258 2010-02-07 Glenn Morris <rgm@gnu.org>
2259
2260 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2261 Move F2003 named interfaces from keywords-2 to keywords-1, and
2262 use function-name-face rather than constant-face.
2263 Simplify "abstract interface" regexp.
2264
2265 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2268 ID-FORMAT. Pass it to `file-attributes'.
2269
2270 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2271
2272 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2273
2274 * faces.el (set-face-attribute): Allow calling
2275 internal-set-lisp-face-attribute with 'unspecified family and
2276 foundry argument (Bug#5536).
2277
2278 2010-02-07 Glenn Morris <rgm@gnu.org>
2279
2280 * progmodes/f90.el (f90-font-lock-keywords-2)
2281 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2282 Handle F2003 named interfaces.
2283
2284 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2285
2286 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2287 beg and end before calling c-get-state-before-change-functions.
2288
2289 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2290
2291 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2292
2293 2010-02-05 Juri Linkov <juri@jurta.org>
2294
2295 * doc-view.el (doc-view-mode):
2296 * image-mode.el (image-mode): Put property mode-class=special.
2297 (Bug#4896)
2298
2299 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2300
2301 * vc-svn.el (vc-svn-revision-table): New function.
2302
2303 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * net/ange-ftp.el (ange-ftp-insert-directory):
2306 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2307 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2308 Handle also directories. (Bug#5478)
2309
2310 2010-02-05 Glenn Morris <rgm@gnu.org>
2311
2312 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2313
2314 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * startup.el (command-line-1): Convert options beginning with a
2317 single dash as well (Bug#5519).
2318
2319 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2322 * minibuffer.el (completion-initials-expand): Only check the presence
2323 of delims *within* the boundaries, since otherwise the / delim is
2324 always found for files.
2325
2326 Fix up various corner case problems.
2327 * doc-view.el (doc-view-last-page-number): New function.
2328 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2329 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2330 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2331 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2332 (doc-view-convert-current-doc): Don't create the resolution.el file
2333 here any more.
2334 (doc-view-pdf/ps->png): Do it here instead.
2335 (doc-view-already-converted-p): Check that resolution.el is present.
2336 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2337 windows that are not yet showing images.
2338
2339 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2340
2341 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2342 `dired-uncache' for every elemnt which is an absolute file name.
2343
2344 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2345 directory, handle its directory component.
2346 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2347 function is called permanently and creates noise, otherwise.
2348
2349 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2350 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2351 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2352
2353 2010-02-04 David Burger <dburger@google.com> (tiny change)
2354
2355 * macros.el (apply-macro-to-region-lines):
2356 Minor simplification. (Bug#5485)
2357
2358 2010-02-04 Glenn Morris <rgm@gnu.org>
2359
2360 * mail/rmail.el (rmail-show-message-1): Handle malformed
2361 quoted-printable text. (Bug#5441)
2362
2363 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2364
2365 * simple.el (visual-line-mode): Capitalize lighter.
2366
2367 2010-02-03 John Wiegley <jwiegley@gmail.com>
2368
2369 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2370 list of files considered for "virtual buffer" completions.
2371
2372 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2375 also in case of (and (not full) (not wildcard)). This is needed,
2376 when dired is called with a list of files, which are not in
2377 `default-directory'. (Bug#5478)
2378
2379 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2382
2383 2010-02-02 Juri Linkov <juri@jurta.org>
2384
2385 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2386 from unidiff to allow function-line after @@.
2387
2388 2010-02-02 Juri Linkov <juri@jurta.org>
2389
2390 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2391 '(RCS SCCS) with inverted condition.
2392
2393 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2396 messages.
2397
2398 2010-02-01 Juri Linkov <juri@jurta.org>
2399
2400 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2401 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2402 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2403 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2404
2405 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2408 (doc-view-revert-buffer): New command.
2409 (doc-view-mode-map): Use it.
2410
2411 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2412
2413 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2414 pending merge is detected.
2415
2416 2010-01-31 Juri Linkov <juri@jurta.org>
2417
2418 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2419 beginning of interactive spec like all other grep commands do.
2420 Put "all" in front of "gz". (Bug#5260)
2421
2422 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2423
2424 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2425
2426 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2429 regexp is incorrect (Bug#5476).
2430
2431 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2432
2433 * net/tramp.el (tramp-handle-insert-directory): Handle also
2434 symlinks, when FILENAME is not in `default-directory'.
2435
2436 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2437
2438 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2439 FILE is not in `default-directory'. (Bug#5478)
2440
2441 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2442 of SWITCHES. Handle the case, FILENAME is not in
2443 `default-directory'. (Bug#5478)
2444 (tramp-register-file-name-handlers): Add safe-magic property.
2445
2446 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2449 unzip (Bug#5475).
2450
2451 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2452
2453 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2454 (flymake-master-make-header-init): Add other C++ filename masks.
2455 (flymake-find-possible-master-files)
2456 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2457
2458 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2459
2460 Fix some busybox annoyances.
2461
2462 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2463 not responding." string.
2464 (tramp-open-connection-setup-interactive-shell): Dump stty
2465 settings. Enable "neveropen" arg for all `tramp-send-command'
2466 calls. Handle "=" in variable values properly.
2467 (tramp-find-inline-encoding): Raise an error, when no encoding is
2468 found.
2469 (tramp-wait-for-output): Check, whether PROC buffer is available.
2470 Remove spurious " ^H" sequences, sent by busybox.
2471 (tramp-get-ls-command): Suppress coloring, if possible.
2472
2473 2010-01-28 Glenn Morris <rgm@gnu.org>
2474
2475 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2476
2477 * log-edit.el (log-edit-strip-single-file-name): Add missing
2478 :safe, :group, and :version tags.
2479
2480 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2481
2482 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2483 buffers. (Bug#5477)
2484
2485 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2486
2487 * files.el (delete-directory): Handle moving to trash without
2488 first doing recursion (Bug#5436).
2489
2490 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2491
2492 * vc-hooks.el (vc-path): Mark as obsolete.
2493
2494 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2495
2496 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2497 names too.
2498
2499 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2500 for the short log.
2501 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2502
2503 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2504
2505 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2506
2507 * vc-bzr.el (vc-bzr-revision-table): New function.
2508
2509 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2510
2511 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2512 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2513
2514 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2515
2516 Remove support for adding --signoff on commit.
2517 Future support will use an incompatible generic mechanism.
2518 * vc-git.el (vc-git-add-signoff): Remove variable.
2519 (vc-git-toggle-signoff): Remove function.
2520 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2521
2522 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2523 from xterm-set-background-mode. Return t if the background mode
2524 was set.
2525 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2526 earlier, call it again in case the background mode has changed.
2527
2528 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2529
2530 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2531 (Bug#3541).
2532
2533 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * emacs-lisp/assoc.el (aelement): Doc fix.
2536 (aput, adelete, amake): Use lexical-let (Bug#5450).
2537
2538 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2539
2540 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2541 is the same as subprogram call, not declaration. (Bug#5435).
2542
2543 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2544
2545 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2546 (tramp-smb-maybe-open-connection): Use it.
2547
2548 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2549
2550 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2551
2552 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2555 just because we see "encoding: 8bit".
2556 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2557
2558 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2561
2562 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2563
2564 * jka-compr.el (jka-compr-load): If load-file is not in
2565 load-history, try its file-truename version. (bug#5447)
2566
2567 2010-01-21 Alan Mackenzie <acm@muc.de>
2568
2569 Fix a situation where deletion of a cpp construct throws an error.
2570 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2571 invoking c-with-all-but-one-cpps-commented-out, check that the
2572 special cpp construct is still in the buffer.
2573 (c-parse-state): Record the special cpp with markers, not numbers.
2574
2575 2010-01-21 Kenichi Handa <handa@m17n.org>
2576
2577 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2578 process last-command-event, as it is now decoded first (Bug#5380).
2579
2580 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2583
2584 2010-01-20 Glenn Morris <rgm@gnu.org>
2585
2586 * indent.el (tab-always-indent): Fix custom-type.
2587
2588 2010-01-19 Alan Mackenzie <acm@muc.de>
2589
2590 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2591 buffer throws "args out of range".
2592 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2593 playing the role of delimiter.
2594
2595 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2596
2597 * progmodes/ada-mode.el: Fix bug#5400.
2598 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2599 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2600 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2601 Improve comments in "is" portion. Handle null procedure declaration.
2602 (ada-move-to-end): Improve doc string.
2603
2604 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2605
2606 * ido.el (ido-cur-list): Initialize to nil.
2607 Remove obsolete information from commentary.
2608 (ido-choice-list): Initialize to nil.
2609 (ido-get-bufname): Reject minibuffers.
2610 (ido-make-buffer-list): If "default" is a nonexistent
2611 buffer, ignore it, as per the function's comment.
2612 (ido-kill-buffer-internal): New function.
2613 (ido-kill-buffer-at-head): Use it.
2614 (ido-visit-buffer): Likewise.
2615
2616 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2619
2620 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2621
2622 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2623 Fix typos in chart titles.
2624
2625 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2626 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2627 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2628 (describe-class, eieio-describe-generic, describe-generic):
2629 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2630 (eieio-speedbar-expand):
2631 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2632 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2633 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2634 (viper-del-backward-char-in-replace, viper-backward-indent)
2635 (viper-brac-function, viper-register-to-point, viper-submit-report):
2636 * net/tramp.el (tramp-remote-coding-commands):
2637 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2638 Fix typos in docstrings.
2639
2640 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * mail/sendmail.el (mail-yank-original): Set the mark if the
2643 specified function for yanking does not do it.
2644
2645 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2646
2647 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2648
2649 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2650 resyncing a directory.
2651
2652 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2653
2654 * progmodes/ada-mode.el: Fix bug#1920.
2655 (ada-ident-re): Delete ., allow multibyte characters.
2656 (ada-goto-label-re): New; matches goto labels.
2657 (ada-block-label-re): New; matches block labels.
2658 (ada-label-re): New; matches both.
2659 (ada-named-block-re): Deleted; callers changed to use
2660 `ada-block-label-re' instead.
2661 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2662 Use `ada-block-label-re'.
2663 (ada-indent-on-previous-lines): Improve handling of goto labels.
2664 (ada-get-indent-block-start): Special-case block label.
2665 (ada-get-indent-label): Split into `ada-indent-block-label' and
2666 `ada-indent-goto-label'.
2667 (ada-goto-stmt-start, ada-goto-next-non-ws):
2668 Optionally ignore goto labels.
2669 (ada-goto-next-word): Simplify.
2670 (ada-indent-newline-indent-conditional): Insert newline before
2671 trying to fix indentation; doc fix.
2672
2673 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2674
2675 * calc/calc.el (calc-command-flags): Give it an initial value.
2676
2677 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * files.el (minibuffer-with-setup-hook):
2680 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2681 (artist-key-draw-continously, artist-key-do-continously-continously)
2682 (artist-key-set-point-continously, artist-mouse-draw-continously):
2683 Fix typos in docstrings.
2684
2685 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2686
2687 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2688 return t (Bug#3898).
2689
2690 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2691
2692 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2693 can parse the output of the external commands (Bug#5279).
2694
2695 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2696
2697 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2698
2699 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2702
2703 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2704
2705 * startup.el (command-line): Remove unused --icon-type arg.
2706 Handle --display arg, passing it to command-line-1 (Bug#5392).
2707
2708 2010-01-16 Mario Lang <mlang@delysid.org>
2709
2710 * emacs-lisp/chart.el (chart-translate-namezone):
2711 * textmodes/artist.el (artist-compute-popup-menu-table):
2712 Remove duplicated words in doc-strings.
2713
2714 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2715
2716 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2717 to mairix-search to suppress threading (Bug#5342).
2718
2719 2010-01-15 Kenichi Handa <handa@m17n.org>
2720
2721 * international/mule-cmds.el (canonicalize-coding-system-name):
2722 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2723
2724 2010-01-15 Glenn Morris <rgm@gnu.org>
2725
2726 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2727
2728 * wid-edit.el (widget-keymap): Doc fix.
2729
2730 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2731 former seems to be more widely accepted by various svn versions.
2732
2733 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2734
2735 * find-cmd.el (find-constituents):
2736 * vc-arch.el (vc-arch-root):
2737 * window.el (window-body-height, pop-up-frames):
2738 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2739 * progmodes/ada-stmt.el (ada-if):
2740 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2741 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2742 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2743 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2744
2745 * progmodes/flymake.el (flymake-post-syntax-check):
2746 Fix typo in error message.
2747
2748 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2749
2750 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2751 which is always a string. (Bug#5313)
2752
2753 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * progmodes/ada-xref.el (ada-default-prj-properties):
2756 Simplify previous change.
2757
2758 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2759
2760 * progmodes/ada-xref.el (ada-default-prj-properties):
2761 Default ada_project_path to $ADA_PROJECT_PATH.
2762
2763 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2764
2765 * progmodes/ada-mode.el (ada-create-keymap):
2766 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2767
2768 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2769
2770 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2771 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2772 (ada-get-current-indent, ada-imenu-generic-expression)
2773 (ada-which-function): Check for it.
2774
2775 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2776
2777 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2778 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2779
2780 2010-01-14 Glenn Morris <rgm@gnu.org>
2781
2782 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2783
2784 2010-01-14 Kenichi Handa <handa@m17n.org>
2785
2786 * composite.el (auto-composition-mode): Make it a buffer local
2787 variable (permanent-local).
2788 (auto-composition-function): Set the default value to
2789 auto-compose-chars.
2790 (auto-composition-mode): Make it a simple function, not a minor mode.
2791 (global-auto-composition-mode): Likewise.
2792 (turn-on-auto-composition-if-enabled): Delete it.
2793
2794 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2795
2796 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2797
2798 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * files.el (copy-directory): Compute target for recursive
2801 directories with identical names. (Bug#5343)
2802
2803 2010-01-12 Glenn Morris <rgm@gnu.org>
2804
2805 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2806 it to bug-gnu-emacs rather than emacs-pretest-bug.
2807
2808 2010-01-11 Sam Steingold <sds@gnu.org>
2809
2810 * imenu.el (imenu-default-create-index-function): Detect infinite
2811 loops caused by imenu-prev-index-position-function.
2812
2813 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * htmlfontify.el (htmlfontify-load-rgb-file)
2816 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2817 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2818 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2819 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2820 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2821 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2822 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2823 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2824 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2825 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2826 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2827 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2828 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2829 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2830 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2831 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2832 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2833 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2834 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2835 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2836 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2837 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2838 backslash-quoting from parentheses, etc.
2839
2840 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * progmodes/js.el: Autoload javascript-mode alias.
2843
2844 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2845
2846 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2847 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2848 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2849 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2850 Fix typos in docstrings.
2851 (ffap-url-regexp): Doc fix.
2852 (ffap-at-mouse): Fix typo in message.
2853
2854 2010-01-11 Glenn Morris <rgm@gnu.org>
2855
2856 * version.el (emacs-copyright): Set copyright year to 2010.
2857
2858 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * format.el (format-annotate-function): Only set
2861 write-region-post-annotation-function after running to-fn so as not to
2862 affect nested write-region calls (bug#5273).
2863
2864 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2867 wisent/python.el.
2868
2869 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2870
2871 * man.el (Man-goto-section): Signal error if the section is not
2872 found (Bug#5317).
2873
2874 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2877 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2878
2879 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * progmodes/compile.el: Don't treat compile-command as safe if
2882 compilation-read-command might be nil (Bug#4218).
2883
2884 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2885
2886 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2887 NS options.
2888
2889 2010-01-08 Kenichi Handa <handa@m17n.org>
2890
2891 * international/fontset.el (build-default-fontset-data):
2892 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2893
2894 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2895
2896 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2897 to `create-file-buffer' as it expects, not just a buffer name.
2898 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2899 to help uniquify. (Bug#3224)
2900
2901 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2902
2903 * font-setting.el (font-setting-change-default-font): Use user-spec
2904 instead of name.
2905
2906 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2907
2908 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2909
2910 2010-01-05 Tom Tromey <tromey@redhat.com>
2911
2912 * progmodes/python.el (python-font-lock-keywords):
2913 Handle qualified decorators (Bug#881).
2914
2915 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2916
2917 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2918 in a lightweight checkout.
2919
2920 2010-01-05 Kenichi Handa <handa@m17n.org>
2921
2922 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2923
2924 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2925
2926 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2927
2928 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2929
2930 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2931 checkouts. (Bug#618)
2932 (vc-bzr-log-view-mode): Also highlight the author.
2933 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2934 (vc-bzr-shelve-menu-map):
2935 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2936 (vc-bzr-shelve-apply): Make prompt more explicit.
2937
2938 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2941 They are valid characters in URL paths (rfc3986), and at least
2942 Firefox does not understand the encoded version (Bug#3166).
2943
2944 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2945
2946 * progmodes/octave-mod.el (octave-end-keywords)
2947 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2948 Add "end" keyword (Bug#3061).
2949 (octave-end-as-array-index-p): New function.
2950 (calculate-octave-indent): Use it.
2951
2952 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2953
2954 * bookmark.el: Consistently put the text property on the bookmark name.
2955 (bookmark-bmenu-marks-width): Bump back to 2, to include
2956 annotation marks.
2957 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2958 property on the bookmark name, instead of not putting it at all.
2959 (bookmark-bmenu-list): Fix where we put the text property.
2960
2961 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2962
2963 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2964 for showing buffer modified state (as added in the previous change).
2965
2966 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2967
2968 * bookmark.el: Show modified state of bookmark buffer more accurately.
2969 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2970 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2971 (with-buffer-modified-unmodified): New macro.
2972 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2973 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2974 Use new macro to preserve the buffer modified state.
2975
2976 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2977
2978 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2979 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2980 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2981 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2982 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2983 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2984 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2985
2986 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2987
2988 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2989 Make the lines in the generated doc string shorter. (Bug#4668)
2990
2991 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2992
2993 * net/rcirc.el: Add follow-link binding (Bug#4738).
2994
2995 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2996
2997 * Makefile.in (bzr-update): Rename from cvs-update.
2998 (cvs-update): New target for backward compatibility.
2999
3000 * makefile.w32-in (bzr-update): Rename from cvs-update.
3001 (cvs-update): New target for backward compatibility.
3002
3003 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3004
3005 * bookmark.el: Remove gratuitous gratitude.
3006
3007 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3008
3009 * bookmark.el (bookmark-bmenu-any-marks): New function
3010 (bookmark-bmenu-save): Clear buffer modification if no marks.
3011
3012 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3013
3014 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3015 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3016 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3017 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3018
3019 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3020 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3021 To: emacs-devel {_AT_} gnu.org
3022 Subject: bookmark.el bug report
3023 Date: Mon, 28 Dec 2009 14:19:16 +0800
3024 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3025
3026 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3027
3028 * bookmark.el: Improvements suggested by Drew Adams:
3029 (bookmark-bmenu-ensure-position): New name for
3030 `bookmark-bmenu-check-position'. Just ensure the position,
3031 don't return any meaningful value.
3032 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3033 New constants.
3034
3035 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3036
3037 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3038 (bookmark-yank-point, bookmark-bmenu-check-position):
3039 Fix typos in docstrings.
3040 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3041 (bookmark-name-from-full-record, bookmark-get-position)
3042 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3043 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3044 Remove useless quoting of parenthesis, etc. in docstrings.
3045
3046 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3047 (ediff-append-custom-diff): Fix typo in error message.
3048 (ediff-meta-mark-equal-files): Fix typos in messages.
3049
3050 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3051
3052 * net/imap-hash.el (imap-hash-make): Doc fix.
3053 (imap-hash-test): Fix typo in error message; reflow docstring.
3054 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3055 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3056 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3057 Fix typos in docstrings.
3058 (imap-hash-open-connection): Fix typo in error message.
3059
3060 * play/gomoku.el (gomoku): Fix typos in docstring.
3061
3062 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3063 (gdb-jsonify-buffer): Fix typos in docstring.
3064 (gdb-goto-breakpoint): Fix typo in error message.
3065 ("Display Other Windows"): Fix typo in help message.
3066 (gdb-speedbar-expand-node): Fix typo in question.
3067
3068 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3069 (idlwave-html-system-help-location, idlwave-html-help-location)
3070 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3071 (idlwave-help-browser-generic-args, idlwave-help-directory)
3072 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3073 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3074 (idlwave-online-help, idlwave-help-html-link)
3075 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3076 Fix typos in docstrings.
3077 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3078 Reflow docstrings.
3079 (idlwave-help-assistant-start): Fix typo in error message.
3080
3081 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3082 (octave-electric-space): Fix typos in docstrings.
3083
3084 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3087
3088 2010-01-01 Juri Linkov <juri@jurta.org>
3089
3090 * comint.el (comint-input-ring-size): Make it a defcustom and
3091 increase the default to 500 (Bug#5148).
3092
3093 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3094
3095 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3096 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3097 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3098
3099 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3100
3101 Show working revision correctly for mercurial.
3102 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3103 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3104
3105 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3106
3107 Declare some functions for the byte-compiler.
3108 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3109 (speedbar-timer-fn, speedbar-change-expand-button-char)
3110 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3111
3112 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3113
3114 This changeset reverts GDB Graphical Interface to use annotations.
3115 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3116
3117 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3118
3119 Make vc-dir work on subdirectories of the bzr root.
3120 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3121 file names relative to it.
3122 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3123 relative directory to vc-bzr-after-dir-status.
3124
3125 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3126
3127 * font-lock.el (font-lock-refresh-defaults): New function, which
3128 can be used to let font-lock react to external changes in
3129 variables like font-lock-defaults and keywords.
3130 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3131
3132 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3135
3136 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3137
3138 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3139
3140 Supersede color.diff settings in git log (bug#5211).
3141
3142 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3143 escape chars in its output when the user has color.diff set to `always'.
3144 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3145
3146 2009-12-26 Kevin Ryde <user42@zip.com.au>
3147
3148 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3149 node. Keep previous "Index" name to work with past coreutils too.
3150
3151 * man.el (man): Revise docstring a bit to show -a and -l as
3152 examples. Add -k description since support for it has otherwise
3153 been a secret. (Further to bug#3717.)
3154 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3155 "no matches" rather than "Can't find manpage", as the latter reads
3156 like -k was interpreted as a page name, which is not so. (Bug#5431)
3157
3158 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3159
3160 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3161 switches. Check also for //SUBDIRED// line.
3162
3163 2009-12-25 Kenichi Handa <handa@m17n.org>
3164
3165 * language/indian.el (devanagari-composable-pattern): Fixed to
3166 handle ZWNJ and ZWJ. Use it in composition-function-table for
3167 Devanagari.
3168 (malayalam-composable-pattern): Fix previous change.
3169
3170 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3171
3172 * ps-print.el (ps-face-attributes): It was not returning the
3173 attribute face for faces specified as string. Reported by harven
3174 <harven@free.fr>. (Bug#5254)
3175 (ps-print-version): New version 7.3.5.
3176
3177 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3178
3179 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3180 timezone names.
3181 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3182 (icalendar--add-diary-entry): Remove the trailing blank that
3183 diary-make-entry inserts.
3184
3185 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3186
3187 Make `file-expand-wildcards' work for remote files.
3188
3189 * files.el (file-expand-wildcards): In case of remote files, check
3190 only local file name part for wildcards. Provide feature 'files
3191 and subfeature 'remote-wildcards. (Bug#5198)
3192
3193 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3194 if there is already an established connection.
3195 (tramp-advice-file-expand-wildcards): Remove it.
3196
3197 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3198 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3199 Activate advice for older GNU Emacs versions. (Bug#5237)
3200
3201 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3202
3203 Some doc fixes (more needed).
3204
3205 * find-cmd.el (find-constituents): Reflow docstring.
3206 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3207 (find-generic): Doc fix.
3208
3209 2009-12-17 Juri Linkov <juri@jurta.org>
3210
3211 Fix regression from 23.1 to allow multiple modes in Local Variables.
3212
3213 * files.el (hack-local-variables-filter): While ignoring duplicates,
3214 don't take `mode' into account.
3215 (hack-local-variables-filter, hack-dir-local-variables): Don't
3216 remove duplicate `mode' from local-variables-alist (like `eval').
3217
3218 2009-12-17 Juri Linkov <juri@jurta.org>
3219
3220 Make `dired-diff' more safe. (Bug#5225)
3221
3222 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3223 `current' or when `file' is a directory of the `current' file.
3224
3225 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3226
3227 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3228 unconditionally preloaded files.
3229
3230 2009-12-16 Juri Linkov <juri@jurta.org>
3231
3232 Revert to old 23.1 logic of using the file at the mark as default.
3233 * dired-aux.el (dired-diff): Use the file at the mark as default
3234 if it's not the same as the current file, and the target dir is
3235 the current dir or the mark is active. Add the current file
3236 as the arg of `dired-dwim-target-defaults'. Use the default file
3237 in the prompt. (Bug#5225)
3238
3239 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3240
3241 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3242 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3243 (tramp-check-for-regexp): Check also, when an echoing shell stops
3244 to echo sent commands.
3245
3246 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * Makefile.in: Revert last change (Bug#5191).
3249
3250 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3251
3252 * vc-hg.el (vc-hg-print-log): Fix argument order.
3253 (vc-hg-working-revision): Make sure the command is executed in a
3254 known environment so that we can parse the output. (Bug#4417)
3255
3256 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3257
3258 * progmodes/python.el (python-symbol-completions): Remove text
3259 properties from symbol string before calling python-send-receive.
3260
3261 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3262
3263 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3264 when there are values for both file and line. (Bug#5060)
3265
3266 2009-12-14 Juri Linkov <juri@jurta.org>
3267
3268 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3269 whitespace after the file name of the first line of unified format,
3270 because git-diff doesn't output whitespace and file modification time
3271 after the file name.
3272
3273 2009-12-14 David Kastrup <dak@gnu.org>
3274
3275 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3276 check if it already has the `display' property added by
3277 `Info-display-images-node', and not put the `invisible' property
3278 in this case.
3279
3280 2009-12-13 Glenn Morris <rgm@gnu.org>
3281
3282 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3283 (report-emacs-bug): In message-mode, sort manually before storing
3284 original report text. (Bug#5178)
3285 Remove superfluous save-excursion.
3286
3287 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3290 when responding to "GetAll" properties.
3291
3292 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * simple.el (compose-mail): Remove mail-setup-with-from from
3295 customization checks.
3296
3297 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3298
3299 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3300 RAR archives created on Unix systems.
3301
3302 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3305 the varalias that was accidentally removed by the 2009-11-19 change
3306 (bug#5186).
3307
3308 2009-12-12 Kenichi Handa <handa@m17n.org>
3309
3310 * language/indian.el (indian-compose-regexp): New function.
3311 (malayalam-composable-pattern): Fix the pattern.
3312 (composition-function-table): Set malayalam-composable-pattern for
3313 Malayalam characters.
3314
3315 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3318 rather than down-mouse-1, based on follow-link conventions.
3319
3320 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3321 are compiled.
3322
3323 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3324
3325 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3326 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3327 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3328 (verilog-leap-to-head, verilog-backward-token):
3329 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3330
3331 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3332
3333 * progmodes/verilog-mode.el (verilog-auto-lineup)
3334 (verilog-nameable-item-re): Cleanup user-visible spelling and
3335 documentation errors. One reported by Gary Delp.
3336 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3337 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3338 package, bug195. Reported by Pierre-David Pfister.
3339
3340 2009-12-11 Glenn Morris <rgm@gnu.org>
3341
3342 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3343
3344 * mail/emacsbug.el: No longer require sendmail.
3345 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3346 (report-emacs-bug-orig-text): Doc fix.
3347 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3348 New local variables, to adapt to different mail-user-agents.
3349 (report-emacs-bug): Fix test for a gnu.org address.
3350 Use overlays for emphasis, since font-lock defeats 'face property.
3351 Pretest bugs also end up at the newsgroup these days.
3352 Stop message-mode stripping text properties.
3353 Set and use the new buffer-local variables.
3354 (report-emacs-bug-hook): Add doc-string.
3355 Remove some unnecessary save-excursions and simplify.
3356 Use the appropriate hook and send-command.
3357
3358 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3359 capitalization of some menu entries.
3360
3361 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3362
3363 * whitespace.el (whitespace-display-char-on): Ensure
3364 `buffer-display-table' is unique when two or more windows are
3365 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3366 New version 12.1.
3367
3368 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3369
3370 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3371 characters in the Attribute field.
3372
3373 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3374
3375 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3376
3377 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3380 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3381 Disregard autoload-excludes.
3382 (update-directory-autoloads): Obey autoload-excludes here instead.
3383 But don't store its contents in no-autoloads and remove entries that
3384 refer to excludes files.
3385
3386 2009-12-10 Glenn Morris <rgm@gnu.org>
3387
3388 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3389 (expand-mail-aliases): Define for compiler.
3390
3391 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3392 Define for compiler.
3393
3394 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3395 appropriate for the mail-user-agent in use.
3396
3397 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3398
3399 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3400
3401 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3402
3403 Fix short log parsing and fontification.
3404 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3405 Fix fontification for the [merge] label.
3406
3407 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3408
3409 Drop some properties to avoid surprises.
3410 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3411 (hfy-fontify-buffer): Use it.
3412
3413 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 Minor cleanup.
3416 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3417 Adjust all callers.
3418 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3419 args compulsory. Adjust callers.
3420 (ffap-gopher-at-point): Remove unused var `name'.
3421
3422 Get rid of the ELCFILES abomination.
3423 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3424 (compile-elcfiles): New phony target.
3425 (compile-main): Compute ELCFILES dynamically.
3426 (compile-clean): New target to remove left-over elc files.
3427 (compile, all): Use it.
3428
3429 2009-12-09 Kenichi Handa <handa@etlken>
3430
3431 * international/mule-diag.el: Require help-mode instead of help-fns.
3432
3433 2009-12-09 Kenichi Handa <handa@m17n.org>
3434
3435 * international/mule-cmds.el (ucs-names): Supply sufficiently
3436 fine ranges instead of pre-calculating accurate ranges.
3437 Iterate with bigger gc-cons-threshold.
3438
3439 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3440
3441 Add support for stashing a snapshot of the current tree.
3442 * vc-git.el (vc-git-stash-snapshot): New function.
3443 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3444
3445 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3446
3447 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3448 instead of `(beginning|end)-of-line'.
3449
3450 2009-12-08 Glenn Morris <rgm@gnu.org>
3451
3452 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3453
3454 * Makefile.in (ELCFILES): Regenerate.
3455
3456 2009-12-07 Juri Linkov <juri@jurta.org>
3457
3458 Don't lazy-highlight the comint output in history Isearch mode.
3459
3460 * comint.el (comint-history-isearch-search): Instead of
3461 `comint-line-beginning-position', use `comint-after-pmark-p'
3462 to check if point if before the process mark, and go to
3463 `process-mark' in this case.
3464
3465 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * textmodes/tex-mode.el (latex-complete)
3468 (latex-indent-or-complete): Remove.
3469 (latex-mode): Set completion-at-point-functions instead.
3470
3471 Provide a standard completion command and hook it into TAB.
3472 * minibuffer.el (completion-at-point-functions): New var.
3473 (completion-at-point): New command.
3474 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3475 * progmodes/python.el (python-mode-map): Use completion-at-point.
3476 (python-completion-at-point): Rename from python-partial-symbol and
3477 adjust for use in completion-at-point-functions.
3478 (python-mode): Setup completion-at-point for Python completion.
3479 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3480 extracted from lisp-complete-symbol.
3481 (lisp-complete-symbol): Use it.
3482 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3483 setup completion-at-point for Elisp completion.
3484 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3485 Use completion-at-point.
3486 * ielm.el (ielm-map): Use completion-at-point.
3487 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3488 * progmodes/sym-comp.el: Move to...
3489 * obsolete/sym-comp.el: Move from progmodes.
3490
3491 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3492
3493 Prevent save-buffer in Rmail buffers from using the coding-system
3494 of the current message, and from clobbering the encoding mnemonics
3495 in the mode line (Bug#4623).
3496
3497 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3498 flag, too.
3499 (rmail-message-encoding): New variable.
3500 (rmail-write-region-annotate): Record the encoding of the current
3501 message in rmail-message-encoding.
3502 (rmail-after-save-hook): New function, restores the encoding of
3503 the current message after the message collection is saved.
3504
3505 2009-12-07 Juri Linkov <juri@jurta.org>
3506
3507 * progmodes/grep.el (grep-read-files): Use `completing-read'
3508 instead of `read-string'. Set its `collection' arg to
3509 `read-file-name-internal'. (Bug#4301)
3510
3511 2009-12-07 Juri Linkov <juri@jurta.org>
3512
3513 Correctly restore original Isearch point. (Bug#4994)
3514
3515 * isearch.el (isearch-mode): Move `isearch-push-state' after
3516 `(run-hooks 'isearch-mode-hook)'.
3517 (isearch-cancel): When `isearch-push-state-function' is defined,
3518 let-bind `isearch-cmds' to the first state (the last element of
3519 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3520 function and restores the original point). Otherwise, move point
3521 to `isearch-opoint'.
3522
3523 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3526 chars that don't have names, so the table can be built much faster at
3527 run-time.
3528
3529 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3530
3531 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3532 change. Suggested by David Kastrup.
3533
3534 * simple.el (compose-mail): Check for incompatibilities and warn.
3535 (compose-mail-user-agent-warnings): New option.
3536
3537 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3538
3539 Support showing a single log entry from vc-annotate.
3540 * vc.el (print-log): Add a new argument: START-REVISION.
3541 (vc-print-log-internal): Add a new optional argument and
3542 pass it to the backend.
3543 (vc-print-log, vc-print-root-log): Adjust callers.
3544 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3545 buffer already displays the requested log entry, use it.
3546 Otherwise display only the log entry in question.
3547 * vc-svn.el (vc-svn-print-log):
3548 * vc-mtn.el (vc-mtn-print-log):
3549 * vc-hg.el (vc-hg-state):
3550 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3551 (vc-git-show-log-entry): Return t on success.
3552 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3553 (vc-bzr-show-log-entry): Return t on success.
3554 * vc-rcs.el (vc-rcs-print-log):
3555 * vc-sccs.el (vc-sccs-print-log):
3556 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3557
3558 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3559
3560 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3561 Add menus to the meta mode. (Bug#5043)
3562
3563 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3564
3565 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3566 event-key.
3567
3568 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3569
3570 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3571
3572 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3573 Berbain <raphael.berbain@gmail.com>.
3574
3575 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3576 characters.
3577 (tramp-initial-end-of-output): New defconst.
3578 (tramp-methods, tramp-find-shell)
3579 (tramp-open-connection-setup-interactive-shell)
3580 (tramp-maybe-open-connection): Use it.
3581 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3582 existence of `#' and `$'.
3583
3584 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3585 `tramp-initial-end-of-output'.
3586
3587 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3588
3589 Get the background mode from the terminal for xterm, and set
3590 faces accordingly.
3591 * term/xterm.el (xterm-set-background-mode): New function.
3592 (terminal-init-xterm): Use it in case xterm supports background
3593 color queries. Recompute faces after getting the background
3594 color.
3595
3596 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3597
3598 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3599 number comment back on its own line, for easier parsing.
3600
3601 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 Make it work for non-file buffers (bug#5102).
3604 * doc-view.el (doc-view-current-cache-dir):
3605 Use doc-view-buffer-file-name rather than buffer-file-name.
3606 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3607
3608 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3609
3610 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3611 author field is too short.
3612
3613 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3614
3615 * vc-git.el (vc-git-print-log): Handle a limit argument.
3616 Display the short log in graph form and with labels.
3617 (vc-git-log-view-mode): Handle labels.
3618
3619 Make vc-revert change VC state from 'added to 'unregistered.
3620 * vc-git.el (vc-git-revert): Call git reset first.
3621
3622 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3623
3624 * net/newst-backend.el, net/newst-plainview.el:
3625 * net/newst-reader.el, net/newst-ticker.el:
3626 * net/newst-treeview.el, net/newsticker.el:
3627 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3628
3629 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3632
3633 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3634 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3635 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3636 Update annotation regexp.
3637
3638 * simple.el (beginning-of-visual-line): Constrain to field
3639 boundaries (Bug#5106).
3640
3641 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3642
3643 * xml.el (xml-substitute-numeric-entities): Move
3644 newsticker--decode-numeric-entities in newst-backend.el to
3645 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3646 * net/newst-backend.el (newsticker--parse-generic-feed)
3647 (newsticker--parse-generic-items)
3648 (newsticker--decode-numeric-entities): Move
3649 newsticker--decode-numeric-entities in newst-backend.el to
3650 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3651
3652 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3653
3654 * progmodes/js.el (js--js-not): Add null to the list of values.
3655
3656 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3659
3660 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3661
3662 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3663 delimiter if it is at the end of the current line.
3664 (bibtex-generate-url-list): Fix docstring.
3665
3666 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3669 minibuffer's content with itself.
3670 Fold the confirm-after-completion case into the `confirm' case.
3671 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3672
3673 2009-12-06 Kevin Ryde <user42@zip.com.au>
3674
3675 * ffap.el (ffap-rfc-path): Make this a defcustom since
3676 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3677
3678 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3679 manuals, similar to existing setup for help-mode. (Bug#3913.)
3680
3681 2009-12-05 Juri Linkov <juri@jurta.org>
3682
3683 Save and restore dired buffer's point positions too. (Bug#4880)
3684
3685 * dired.el (dired-save-positions): Return in the first element
3686 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3687 Doc fix.
3688 (dired-restore-positions): First restore buffer's position.
3689 While restoring window's positions, check if window still displays
3690 the original buffer.
3691
3692 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3695 if possible.
3696
3697 * shell.el (shell): Require ansi-color (Bug#5113).
3698
3699 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3700
3701 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3702
3703 2009-12-05 Alan Mackenzie <acm@muc.de>
3704
3705 * progmodes/cc-mode.el (c-before-hack-hook)
3706 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3707 `c-file-style' to work again. This reversion restores the current
3708 software to its state in Emacs 23.1. (Bug#4146)
3709
3710 2009-12-05 Kevin Ryde <user42@zip.com.au>
3711
3712 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3713 comment-start-skip to comment-end-skip as comment (Bug#4781).
3714
3715 2009-12-05 Juri Linkov <juri@jurta.org>
3716
3717 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3718 for virtual nodes. (Bug#4147)
3719 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3720 when moving from a virtual node.
3721 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3722 (Info-mode): Add `Info-virtual-index' to the docstring.
3723
3724 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3725
3726 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3727 track of the buffer position of the end of a BibTeX entry as this
3728 position may change during reformatting.
3729 (bibtex-format-entry): Remove whitespace before processing
3730 numerical fields so that we recognize the latter properly.
3731 (bibtex-reformat): Do not use push which changes the global value
3732 of bibtex-entry-format.
3733 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3734 (bibtex-field-re-init): Replace only space characters by regexp
3735 for whitespace.
3736 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3737 (bibtex-initialize): Also update bibtex-strings.
3738 (bibtex-kill-field): Preserve white space at end of entry.
3739 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3740 Update bibtex-reference-keys.
3741
3742 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3745 point after a star, if that's the only place where modifications can
3746 make progress.
3747
3748 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3749
3750 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3751 in docstrings.
3752
3753 2009-12-04 Juri Linkov <juri@jurta.org>
3754
3755 * proced.el (proced): Call `(proced-update t)' to update process
3756 information instead of only running proced-post-display-hook.
3757 (proced-send-signal): Add a leading space to the buffer name
3758 " *Marked Processes*" to make this buffer ephemeral.
3759
3760 2009-12-04 Juri Linkov <juri@jurta.org>
3761
3762 * dired.el (dired-auto-revert-buffer): New defcustom.
3763 (dired-internal-noselect): Use it.
3764
3765 2009-12-04 Juri Linkov <juri@jurta.org>
3766
3767 Change roles of modes and functions in image-mode.el (Bug#5062).
3768
3769 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3770 in `auto-mode-alist'.
3771 (image-mode-previous-major-mode): New variable.
3772 (image-minor-mode-map): Rename from `image-mode-text-map'.
3773 (image-mode): Move graceful error-handling code from
3774 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3775 (image-minor-mode): Remove all image-handling code.
3776 Replace `image-mode-text-map' with `image-minor-mode-map'.
3777 Check for `image-type' in mode-line format string.
3778 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3779 (image-mode-as-text): New function with most code from
3780 `image-mode-maybe'.
3781 (image-toggle-display-text): Move code that removes image
3782 properties from `image-toggle-display' to here.
3783 (image-toggle-display-image): New function with code that adds
3784 image properties copied from `image-toggle-display'.
3785 (image-toggle-display): Remove most code with leaving only code
3786 that toggles between `image-mode-as-text' and `image-mode'.
3787
3788 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3789
3790 * net/newst-treeview.el
3791 (newsticker--treeview-list-highlight-start): Restored call to
3792 save-excursion: Selected item was stuck.
3793 (newsticker--treeview-list-select): New.
3794 (newsticker--treeview-item-show-text)
3795 (newsticker--treeview-item-show)
3796 (newsticker--treeview-item-update): Use new
3797 newsticker-treeview-item-mode.
3798 (newsticker-treeview-update): Keep current item.
3799 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3800 (newsticker--treeview-first-feed): Doc change.
3801 (newsticker-treeview-list-menu)
3802 (newsticker-treeview-item-menu): Added menu entries.
3803 (newsticker-treeview-item-mode): New.
3804
3805 * net/newst-backend.el (newsticker-customize): Delete other
3806 windows.
3807
3808 2009-12-04 Sam Steingold <sds@gnu.org>
3809
3810 * log-view.el (log-view-mode-map): "q" calls quit-window,
3811 like in all the other non-self-insert buffers.
3812
3813 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 Minor cleanup.
3816 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3817 key decoding rather than do it manually via last-input-event +
3818 ascii-character.
3819 (term-exec): Use delete-and-extract-region.
3820 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3821 (term-process-pager): Remove unused var `i'.
3822 (term-dynamic-simple-complete): Make obsolete.
3823 (serial-update-config-menu): Remove unused vars `y' and `str'.
3824 (term-update-mode-line): Remove unused var `temp'.
3825
3826 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3827
3828 Limit the number of log entries displayed by default.
3829 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3830 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3831 using a prefix argument.
3832
3833 2009-12-03 Glenn Morris <rgm@gnu.org>
3834
3835 * progmodes/idlwave.el (class): Restore still useful declaration.
3836
3837 2009-12-03 Alan Mackenzie <acm@muc.de>
3838
3839 Enhance `c-parse-state' to run efficiently in "brace deserts".
3840
3841 * progmodes/cc-mode.el (c-basic-common-init):
3842 Call c-state-cache-init.
3843 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3844 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3845 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3846
3847 * progmodes/cc-langs.el (c-before-font-lock-function):
3848 c-extend-and-neutralize-syntax-in-CPP has been renamed
3849 c-neutralize-syntax-in-and-mark-CPP.
3850
3851 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3852 with `category' properties now, not `syntax-table' ones.
3853
3854 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3855 enhanced (but slower) version of c-end-of-macro that won't land
3856 inside a literal or on another awkward character.
3857 (c-state-cache-too-far, c-state-cache-start)
3858 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3859 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3860 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3861 (c-state-min-scan-pos, c-state-brace-pair-desert)
3862 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3863 buffer local variables.
3864 (c-state-literal-at, c-state-lit-beg)
3865 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3866 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3867 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3868 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3869 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3870 (c-renarrow-state-cache)
3871 (c-append-lower-brace-pair-to-state-cache)
3872 (c-state-push-any-brace-pair, c-append-to-state-cache)
3873 (c-remove-stale-state-cache)
3874 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3875 (c-invalidate-state-cache-1, c-parse-state-1)
3876 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3877 (c-parse-state): Enhance and refactor.
3878 (c-debug-parse-state): Amend to deal with all the new variables.
3879
3880 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3881 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3882 modify to use category text properties rather than syntax-table ones.
3883 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3884 to switch off/on the syntactic paren property of C++ template
3885 delimiters using the category property.
3886 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3887 template delims suppressed.
3888 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3889 New constant/macros which apply category properties to the start
3890 and end of preprocessor constructs.
3891 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3892 "comment out" the syntactic value of characters in preprocessor
3893 constructs.
3894 (c-with-cpps-commented-out)
3895 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3896 with characters in all or all but one preprocessor constructs
3897 "commented out".
3898
3899 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3900
3901 * proced.el (proced-filter-alist): Use regexp-quote.
3902
3903 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3904
3905 Cleanup.
3906 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3907 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3908 arguments. Expand `default-directory'.
3909
3910 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3911 the benefit of returning an expanded localname.
3912 (tramp-tramp-file-p): Handle the case NAME is not a string.
3913
3914 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3915
3916 Add support for bzr shelve/unshelve.
3917 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3918 (vc-bzr-extra-menu-map): New variables.
3919 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3920 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3921 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3922 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3923 (vc-bzr-dir-extra-headers): Display shelves.
3924
3925 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3926
3927 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * textmodes/bibtex.el (bibtex-complete-internal):
3930 Use completion-in-region.
3931 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3932
3933 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3934
3935 Support applying stashes. Improve UI.
3936 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3937 (vc-git-stash-apply, vc-git-stash-pop)
3938 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3939 (vc-git-stash-menu): New functions.
3940 (vc-git-stash-menu-map): New variable.
3941 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3942
3943 2009-12-03 Glenn Morris <rgm@gnu.org>
3944
3945 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3946 (vc-print-log-internal): Fix previous change.
3947 (vc-revert): Correct pluralization.
3948
3949 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3952 it to be an alist any more.
3953 (makefile-complete): Use completion-in-region.
3954
3955 * progmodes/octave-mod.el (octave-complete-symbol):
3956 Use completion-in-region.
3957
3958 Misc cleanup.
3959 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3960 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3961 (idlwave-complete-class): Don't quote lambda.
3962 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3963 (idlwave-mode-map): Move initialization into declaration.
3964 (idlwave-action-and-binding): Use backquotes.
3965 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3966 Simplify.
3967 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3968 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3969 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3970 `parts', and `all-parts'.
3971 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3972 (idlwave-convert-xml-system-routine-info): Remove unused string
3973 `version-string'.
3974 (idlwave-display-user-catalog-widget): Use dolist.
3975 (idlwave-scanning-lib): Declare dynamically-scoped var.
3976 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3977 (completion-highlight-first-word-only): Declare to silence bytecomp.
3978 (idlwave-popup-select): Tighten scope of `resp'.
3979 (idlwave-find-struct-tag): Remove unused var `beg'.
3980 (idlwave-after-load-rinfo-hook): Declare.
3981 (idlwave-sintern-class-info): Remove unused var `taglist'.
3982 (idlwave-find-class-definition): Remove unused var `list'.
3983 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3984 (idlwave-what-module-find-class): Remove unused var `classes'.
3985
3986 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3989
3990 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3993 buffers visited. Remove redundant current-buffer-saving.
3994
3995 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 Use completion-in-buffer and remove uses of dynamic scoping.
3998 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3999 (pascal-buffer-to-use, pascal-flag): Don't declare.
4000 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4001 (pascal-get-completion-decl, pascal-keyword-completion):
4002 Add `pascal-str' argument, save-excursion,
4003 return the found completions, and don't filter with pascal-pred.
4004 (pascal-completion-cache): New var.
4005 (pascal-completion): Don't switch buffer any more (it was never
4006 necessary). Don't save-excursion any more (it's done by the called
4007 subroutines). Use a cache to avoid redundant computations.
4008 Use complete-with-action rather than pascal-completion-response and
4009 let it apply the predicate as well.
4010 (pascal-complete-word): Use completion-in-buffer when
4011 pascal-toggle-completions is nil.
4012 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4013 not used any more.
4014 (pascal-comp-defun): Don't change buffer any more.
4015 Use complete-with-action rather than pascal-completion-response and
4016 let it apply the predicate as well.
4017 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4018 when neded.
4019
4020 2009-12-02 Kenichi Handa <handa@m17n.org>
4021
4022 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4023 shape for all Indic scripts.
4024
4025 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 Use completion-in-buffer.
4028 * wid-edit.el (widget-field-text-end): New function.
4029 (widget-field-value-get): Use it.
4030 (widget-string-complete, widget-file-complete)
4031 (widget-color-complete): Use it and completion-in-region.
4032 (widget-complete): Don't narrow the buffer.
4033
4034 2009-12-02 Glenn Morris <rgm@gnu.org>
4035
4036 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4037 (rmail-select-summary): Use rmail-pop-to-buffer.
4038 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4039 rmail-pop-to-buffer, to prevent horizontal splits.
4040
4041 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4042 save-excursion with save-current-buffer.
4043 Widen before searching. (Bug#5093)
4044 (diary-list-sexp-entries): Remove superfluous save-excursion.
4045
4046 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4047
4048 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4049 name. (Bug#5038)
4050
4051 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4052
4053 * ido.el (ido-file-internal): Handle filenames at point that do
4054 not have a directory part. (Bug#5049)
4055
4056 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4059 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4060
4061 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4062
4063 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4064 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4065 any more.
4066
4067 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * comint.el (comint-insert-input): Ignore clicks to the right of
4070 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4071
4072 * vc.el (vc-print-log-internal): Don't wait for the process to
4073 terminate before setting up the major mode.
4074
4075 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4076 in case.
4077
4078 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4079 the last element.
4080
4081 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4082
4083 2009-12-01 Glenn Morris <rgm@gnu.org>
4084
4085 * window.el (window--display-buffer-2): Fix previous changes.
4086
4087 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4088
4089 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4090
4091 2009-12-01 Glenn Morris <rgm@gnu.org>
4092
4093 * Makefile.in (ELCFILES): Add mpc.elc.
4094
4095 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * mpc.el: New file.
4098
4099 2009-12-01 Glenn Morris <rgm@gnu.org>
4100
4101 * window.el (window-to-use): Define for compiler.
4102
4103 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4104 consistent with others (no final period).
4105
4106 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4107 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4108
4109 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4110
4111 Make vc-print-log buttons work.
4112 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4113
4114 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4115
4116 * savehist.el (savehist-autosave-interval): Allow setting to nil
4117 through customize. (Bug#5056)
4118
4119 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4120
4121 Fix references to jit-lock properties.
4122 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4123 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4124 (perl-font-lock-special-syntactic-constructs):
4125 Quote jit-lock-defer-multiline property.
4126
4127 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4128
4129 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4130
4131 2009-11-30 Juri Linkov <juri@jurta.org>
4132
4133 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4134 value `buffer' of `multi-isearch-next-buffer-current-function'.
4135 Use `(current-buffer)' when `buffer' is nil.
4136 (multi-isearch-next-buffer-from-list): Don't fallback to
4137 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4138
4139 2009-11-30 Juri Linkov <juri@jurta.org>
4140
4141 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4142 of buffers with `get-buffer' to `multi-isearch-buffers'.
4143 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4144 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4145 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4146 FILES with `expand-file-name' converting relative file names
4147 to absolute. Doc fix. (Bug#4727)
4148
4149 2009-11-30 Juri Linkov <juri@jurta.org>
4150
4151 * misearch.el (multi-isearch-read-buffers)
4152 (multi-isearch-read-matching-buffers): New functions.
4153 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4154 Use them in the `interactive' spec. Doc fix.
4155 (multi-isearch-read-files, multi-isearch-read-matching-files):
4156 New functions.
4157 (multi-isearch-files, multi-isearch-files-regexp):
4158 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4159
4160 2009-11-30 Juri Linkov <juri@jurta.org>
4161
4162 * doc-view.el (doc-view-continuous):
4163 Rename from `doc-view-continuous-mode'.
4164 (doc-view-menu): Move "Toggle display" to the top.
4165 Add submenu "Continuous" with radio buttons "Off"/"On"
4166 and "Save as Default".
4167 (doc-view-scroll-up-or-next-page)
4168 (doc-view-scroll-down-or-previous-page)
4169 (doc-view-next-line-or-next-page)
4170 (doc-view-previous-line-or-previous-page): Rename
4171 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4172
4173 2009-11-30 Juri Linkov <juri@jurta.org>
4174
4175 * comint.el (comint-mode-map): Rebind `M-r' from
4176 `comint-previous-matching-input' to
4177 `comint-history-isearch-backward-regexp'.
4178 Unbind `M-s' to allow global key binding `M-s'.
4179 Add menu items for `comint-history-isearch-backward' and
4180 `comint-history-isearch-backward-regexp'. (Bug#3746)
4181
4182 2009-11-30 Juri Linkov <juri@jurta.org>
4183
4184 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4185 For def=recenter, replace `recenter' with `recenter-top-bottom'
4186 that is called with `this-command' and `last-command' let-bound
4187 to `recenter-top-bottom'. When the last `def' was not `recenter',
4188 set `recenter-last-op' to nil. (Bug#4981)
4189
4190 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 Minor cleanup and simplification.
4193 * filecache.el (file-cache-add-directory)
4194 (file-cache-add-directory-recursively)
4195 (file-cache-add-from-file-cache-buffer)
4196 (file-cache-delete-file-regexp, file-cache-delete-directory)
4197 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4198 (file-cache-temp-minibuffer-message): Delete function.
4199 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4200
4201 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4202 Don't signal an error when bumping into EOB in tr, s, or y.
4203
4204 2009-11-29 Juri Linkov <juri@jurta.org>
4205
4206 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4207 (Bug#4960)
4208
4209 * descr-text.el (describe-char-unidata-list): Use lowercase name
4210 for "Unicode name" like in other tags.
4211
4212 2009-11-29 Juri Linkov <juri@jurta.org>
4213
4214 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4215 New compatibility macro.
4216 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4217
4218 2009-11-29 Juri Linkov <juri@jurta.org>
4219
4220 Add defcustom to define the cycling order of `recenter-top-bottom'.
4221 (Bug#4981)
4222
4223 * window.el (recenter-last-op): Doc fix.
4224 (recenter-positions): New defcustom.
4225 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4226 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4227
4228 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4229
4230 Improve integration of Tramp and ange-ftp in eshell.
4231
4232 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4233 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4234 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4235
4236 * eshell/esh-util.el (top): Require also Tramp when compiling.
4237 (eshell-directory-files-and-attributes): Check for FTP remote
4238 connection.
4239 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4240 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4241 (eshell-file-attributes): Handle ".". Return `entry'.
4242
4243 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4244 (ange-ftp-directory-files-and-attributes)
4245 (ange-ftp-real-directory-files-and-attributes): New defuns.
4246
4247 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4248 shell with "exec" when possible. This prevents trailing prompts
4249 in `start-file-process'.
4250
4251 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 Try and remove assumptions about point-min==1.
4254 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4255 (rng-compute-mode-line-string): Show the validation percentage in
4256 terms of the narrowed text, not the widened text.
4257 (rng-do-some-validation): Don't catch internal errors when debugging.
4258 (rng-first-error): Simplify.
4259 (rng-after-change-function): Remove work around. AFAIK the bug has
4260 been fixed a while ago.
4261
4262 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4263 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4264
4265 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4266
4267 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4268 `cd' doesn't always do it for us (bug#5067).
4269
4270 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4271 on 2009-10-25 as part of some other change (bug#5067).
4272
4273 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4276 `suspicious'.
4277 (byte-compile-warnings): Use byte-compile-warning-types.
4278 (byte-compile-save-excursion): Warn about use of set-buffer right
4279 after save-excursion.
4280
4281 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4282 the excursion as well.
4283
4284 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4285
4286 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4287 providing a Tramp related implementation of "su" and "sudo".
4288 (eshell-unix-initialize): Add "su" and "sudo".
4289
4290 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4291
4292 * net/socks.el (socks-send-command): Convert binary request to
4293 unibyte before sending. This fixes mishandling of some port
4294 numbers such as 129.
4295
4296 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 * help.el (describe-bindings-internal): Remove `interactive'.
4299
4300 * man.el (Man-completion-table): Trim a terminating "(".
4301 Remove the space between name page a section.
4302 Add the command's description on the `help-echo' property.
4303 Remove `process-connection-type' binding since it's unused by
4304 call-process.
4305 Provide completion for the "<section> <name>" format as well.
4306 (Man-default-man-entry): Remove spurious var shadowing the argument.
4307
4308 2009-11-26 Kevin Ryde <user42@zip.com.au>
4309
4310 * log-view.el: Add "Keywords: tools", since its other keywords
4311 aren't in finder-known-keywords, and following vc.el.
4312
4313 * sha1.el (sha1-string-external): default-directory "/" in case
4314 otherwise non-existent. process-connection-type pipe for touch of
4315 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4316
4317 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 Misc coding convention cleanups.
4320 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4321 hfy-init-kludge-hooks.
4322 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4323 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4324 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4325 and push.
4326 (hfy-slant, hfy-weight): Use tables rather than code.
4327 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4328 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4329 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4330 (hfy-face-to-css): Remove `nconc' with single arg.
4331 (hfy-p-to-face-lennart): Use `or'.
4332 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4333 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4334 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4335 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4336 (hfy-force-fontification): Use run-hooks.
4337
4338 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4339
4340 Various minor fixes.
4341 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4342 Javascript belongs in the header, not the body.
4343 (hfy-javascript): Remove.
4344 (hfy-fontify-buffer): Don't insert it any more.
4345 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4346 Fix bug in invis handling when there were no invis props in a chunk.
4347
4348 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4351
4352 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4353
4354 * finder.el (finder-mode-map): Add a menu.
4355
4356 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4357
4358 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4359 "unsigned" structs.
4360
4361 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4362 fork" statement better.
4363
4364 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4365
4366 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4367 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4368 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4369 Reported by Clay Douglass.
4370
4371 (verilog-auto-inst, verilog-auto-star-safe)
4372 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4373 Fix removing "// Interfaces" when saving .* expansions. Reported by
4374 Pierre-David Pfister.
4375
4376 2009-11-26 Glenn Morris <rgm@gnu.org>
4377
4378 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4379 the scope.
4380
4381 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4382
4383 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4384 Really use previous revision.
4385
4386 2009-11-25 Kevin Ryde <user42@zip.com.au>
4387
4388 * man.el (Man-completion-table): default-directory "/" in case
4389 doesn't otherwise exist. process-environment COLUMNS=999 so as
4390 not to truncate long names. process-connection-type pipe to avoid
4391 any chance of hitting the pseudo-tty TIOCGWINSZ.
4392 (man): completion-ignore-case t for friendliness and since man
4393 itself is case-insensitive on the command line.
4394 Further to Bug#3717.
4395
4396 * arc-mode.el: Add "Keywords: files", so the details in its
4397 commentary can be reached from finder-by-keyword.
4398 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4399 editing mode, but it's comms related and sgml-mode.el has "comm"
4400 on that basis too.
4401 * textmodes/bibtex-style.el: Add "Keywords: tex".
4402 * international/isearch-x.el, international/ja-dic-cnv.el:
4403 * international/ja-dic-utl.el, international/kkc.el:
4404 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4405
4406 2009-11-25 Juri Linkov <juri@jurta.org>
4407
4408 * man.el (Man-completion-table): Modify regexp to include
4409 section names to completion strings. (Bug#3717)
4410
4411 2009-11-25 Juri Linkov <juri@jurta.org>
4412
4413 Search recursively in gzipped files. (Bug#4982)
4414
4415 * progmodes/grep.el (grep-highlight-matches): Add new options
4416 `always' and `auto'. Doc fix.
4417 (grep-process-setup): Check `grep-highlight-matches' for
4418 `auto-detect' to determine the need to compute grep defaults.
4419 Move Windows/DOS specific --colors settings handling
4420 to `grep-compute-defaults'. Check `grep-highlight-matches'
4421 to get the value of "--color=".
4422 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4423 has the value `auto-detect'. Move Windows/DOS specific settings
4424 from `grep-process-setup'.
4425 (zrgrep): New command with alias `rzgrep'.
4426
4427 2009-11-25 Juri Linkov <juri@jurta.org>
4428
4429 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4430 to nil instead of switching off view-mode. (Bug#4896)
4431
4432 2009-11-25 Juri Linkov <juri@jurta.org>
4433
4434 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4435
4436 * mwheel.el (mwheel-scroll-up-function)
4437 (mwheel-scroll-down-function): New defvars.
4438 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4439 `scroll-up', and `mwheel-scroll-down-function' instead of
4440 `scroll-down'.
4441
4442 * doc-view.el (doc-view-scroll-up-or-next-page)
4443 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4444 Use this ARG in the call to image-scroll-up/image-scroll-down.
4445 Change `interactive' spec to "P". Goto next/previous page only
4446 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4447 SPC/DEL case). Doc fix.
4448 (doc-view-next-line-or-next-page)
4449 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4450 for consistency.
4451 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4452 `doc-view-scroll-up-or-next-page', and buffer-local
4453 `mwheel-scroll-down-function' to
4454 `doc-view-scroll-down-or-previous-page'.
4455
4456 2009-11-25 Juri Linkov <juri@jurta.org>
4457
4458 Provide additional default values (directories at other Dired
4459 windows) via M-n in the minibuffer of some Dired commands.
4460
4461 * dired-aux.el (dired-diff, dired-compare-directories)
4462 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4463 `minibuffer-default' in `minibuffer-with-setup-hook'.
4464 (dired-dwim-target-directory): Find a window that displays Dired
4465 buffer instead of failing when the next window is not Dired.
4466 Use `get-window-with-predicate' to find for the next Dired window.
4467 (dired-dwim-target-defaults): New function.
4468
4469 * ediff-util.el (ediff-read-file-name):
4470 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4471 in `minibuffer-with-setup-hook'.
4472
4473 2009-11-25 Juri Linkov <juri@jurta.org>
4474
4475 Provide additional default values (file name at point or at the
4476 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4477
4478 * minibuffer.el (read-file-name-defaults): New function.
4479 (read-file-name): Reset `minibuffer-default' to nil when
4480 it duplicates initial input `insdef'.
4481 Bind `minibuffer-default-add-function' to lambda that
4482 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4483 (minibuffer-insert-file-name-at-point): New command.
4484
4485 * files.el (file-name-at-point-functions): New defcustom.
4486 (find-file-default): Remove defvar.
4487 (find-file-read-args): Don't use `find-file-default'.
4488 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4489 to `read-file-name'.
4490 (find-file-literally): Use `read-file-name' with
4491 `confirm-nonexistent-file-or-buffer'.
4492
4493 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4494
4495 * dired.el (dired-read-dir-and-switches):
4496 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4497 to `read-file-name'.
4498 (dired-file-name-at-point): New function.
4499 (dired-mode): Add hook `dired-file-name-at-point' to
4500 `file-name-at-point-functions'.
4501
4502 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 Really make the *Completions* window soft-dedicated (bug#5030).
4505 * window.el (window--display-buffer-2): Add `dedicated' argument.
4506 (display-buffer): Pass it when needed so the dedicated flag is set
4507 after calling set-window-buffer, which would otherwise reset it.
4508
4509 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * progmodes/meta-mode.el (meta-complete-symbol):
4512 * progmodes/etags.el (complete-tag):
4513 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4514 Use completion-in-region.
4515
4516 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4517 (dabbrev-completion): Use completion-in-region.
4518 (dabbrev--abbrev-at-point): Simplify regexp.
4519
4520 * abbrev.el (abbrev--before-point): Use word-motion functions
4521 if :regexp is not specified (bug#5031).
4522
4523 * subr.el (string-prefix-p): New function.
4524
4525 * man.el (Man-completion-cache): New var.
4526 (Man-completion-table): Use it.
4527
4528 * vc.el (vc-print-log-internal): Make `limit' optional for better
4529 compatibility (e.g. with vc-annotate.el).
4530
4531 2009-11-24 Kevin Ryde <user42@zip.com.au>
4532
4533 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4534 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4535
4536 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4537 when .el source file not found or other error.
4538
4539 2009-11-24 Markus Triska <markus.triska@gmx.at>
4540
4541 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4542
4543 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 Handle the [back] button properly (bug#4979).
4546 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4547 Use help-setup-xref, help-buffer, and with-help-window.
4548 (describe-char): Add `buffer' argument.
4549 Pass proper command to help-setup-xref. Don't meddle with
4550 help-xref-stack-item directly.
4551 (describe-text-category): Use with-help-window and help-buffer.
4552
4553 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4554 for the displayed buffer (bug#4887).
4555
4556 * man.el (Man-completion-table): New function.
4557 (man): Use it.
4558
4559 2009-11-24 David Reitter <david.reitter@gmail.com>
4560
4561 * vc-git.el (vc-git-registered): Use checkout directory (where
4562 .git is) rather than the file's directory and a relative path spec
4563 to work around a bug in git.
4564
4565 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4566
4567 Improve handling of processes on remote hosts.
4568
4569 * eshell/esh-util.el (eshell-path-env): New defvar.
4570 (eshell-parse-colon-path): New defun.
4571 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4572
4573 * eshell/esh-ext.el (eshell-search-path):
4574 Use `eshell-parse-colon-path'.
4575 (eshell-remote-command): Remove argument HANDLER.
4576 (eshell-external-command): Check for FTP remote connection.
4577
4578 * eshell/esh-proc.el (eshell-gather-process-output):
4579 Use `file-truename', in order to start also symlinked files.
4580 Apply `start-file-process' instead of `start-process'.
4581 Shorten `command' to the local file name part.
4582
4583 * eshell/em-cmpl.el (eshell-complete-commands-list):
4584 Use `eshell-parse-colon-path'.
4585
4586 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4587
4588 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4589 to `eshell-directory-change-hook'.
4590
4591 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4592
4593 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4594 because it could be enabled automatically if view-read-only is non-nil.
4595
4596 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4597
4598 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4599 made on 2009-11-22.
4600
4601 2009-11-24 Glenn Morris <rgm@gnu.org>
4602
4603 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4604 deleted variable bookmark-bmenu-bookmark-column.
4605
4606 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4609
4610 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4611
4612 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4613 two slashes to the "file:" prefix.
4614 (browse-url-file-url): De-munge Cygwin filenames before passing
4615 them to Windows browser.
4616 (browse-url-default-windows-browser): Use call-process.
4617
4618 2009-11-23 Juri Linkov <juri@jurta.org>
4619
4620 Implement DocView Continuous mode. (Bug#4896)
4621 * doc-view.el (doc-view-continuous-mode): New defcustom.
4622 (doc-view-mode-map): Bind C-n/<down> to
4623 `doc-view-next-line-or-next-page', C-p/<up> to
4624 `doc-view-previous-line-or-previous-page'.
4625 (doc-view-next-line-or-next-page)
4626 (doc-view-previous-line-or-previous-page): New commands.
4627
4628 2009-11-23 Juri Linkov <juri@jurta.org>
4629
4630 Implement Isearch in comint input history. (Bug#3746)
4631 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4632 `isearch-mode-hook'.
4633 (comint-history-isearch): New defcustom.
4634 (comint-history-isearch-backward)
4635 (comint-history-isearch-backward-regexp): New commands.
4636 (comint-history-isearch-message-overlay): New buffer-local variable.
4637 (comint-history-isearch-setup, comint-history-isearch-end)
4638 (comint-goto-input, comint-history-isearch-search)
4639 (comint-history-isearch-message, comint-history-isearch-wrap)
4640 (comint-history-isearch-push-state)
4641 (comint-history-isearch-pop-state): New functions.
4642
4643 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4644
4645 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4646 return.
4647 (tramp-handle-make-symbolic-link)
4648 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4649 Quote file names.
4650 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4651 (tramp-handle-process-file): Use it.
4652
4653 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * window.el (move-to-window-line-last-op): Remove.
4656 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4657
4658 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4659
4660 Make M-r mirror the new cycling behavior of C-l.
4661 * window.el (move-to-window-line-last-op): New var.
4662 (move-to-window-line-top-bottom): New command.
4663 (global-map): Bind M-r move-to-window-line-top-bottom.
4664
4665 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4666
4667 * dired-x.el (dired-guess-shell-alist-default):
4668 Support xz format. (Bug#4953)
4669
4670 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4671
4672 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4673 last-command-char/last-command-event.
4674 (viper-prefix-arg-value): Do correct conversion of event-char for
4675 XEmacs.
4676
4677 * emulation/viper-util.el, emulation/viper.el:
4678 Use viper-last-command-char instead of
4679 last-command-char/last-command-event.
4680
4681 * ediff-init.el, ediff-mult.el, ediff-util.el:
4682 Replace last-command-char and last-command-event
4683 with (ediff-last-command-char) everywhere.
4684
4685 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4686 created in fundamental mode.
4687
4688 * ediff.el (ediff-version): Revert the change of interactive-p to
4689 called-interactively-p.
4690
4691 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4692
4693 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4694 generation from word-movement command names.
4695
4696 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4697
4698 * cus-start.el (all): Add native condition for font-use-system-font.
4699
4700 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4701
4702 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4703 Correct the patch from 2009-11-18. (Bug#3910)
4704
4705 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4706
4707 * progmodes/subword.el: Rename from lisp/subword.el.
4708
4709 * subword.el: Rename to progmodes/subword.el.
4710
4711 * Makefile.in (ELCFILES): Adapt to subword.el move.
4712
4713 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4714 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4717 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4718 (bookmark-bmenu-show-filenames): Use push.
4719 (bookmark-bmenu-hide-filenames): Use local var instead of
4720 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4721 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4722 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4723 filenames now that the bookmark names are always available.
4724
4725 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4728 (bookmark-search-pattern): Move and leave unbound.
4729 (bookmark-bmenu-mode-map): Change binding.
4730 (bookmark-read-search-input): Simplify.
4731 Don't use text-char-description. Don't error on non-char events.
4732 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4733 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4734 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4735 Use a local var for the timer.
4736 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4737 (i.e. bookmark-bmenu-search).
4738
4739 2009-11-21 Glenn Morris <rgm@gnu.org>
4740
4741 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4742
4743 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4744
4745 * net/browse-url.el (browse-url-default-windows-browser):
4746 Use cygstart for cygwin.
4747
4748 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4749
4750 * bookmark.el: Formatting and doc fixes only:
4751 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4752 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4753 Minor grammar and punctuation fixes in doc string.
4754 (bookmark-read-search-input): Adjust to fit within 80 columns.
4755
4756 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4757
4758 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4759 (c-backward-into-nomenclature): Adapt to subword renaming.
4760
4761 * subword.el (subword-forward, subword-backward, subword-mark)
4762 (subword-kill, subword-backward-kill, subword-transpose)
4763 (subword-downcase, subword-upcase, subword-capitalize)
4764 (subword-forward-internal, subword-backward-internal):
4765 Rename from forward-subword, backward-subword, mark-subword,
4766 kill-subword, backward-kill-subword, transpose-subwords,
4767 downcase-subword, upcase-subword, capitalize-subword,
4768 forward-subword-internal, backward-subword-internal.
4769
4770 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4771
4772 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4773 New options.
4774 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4775 New vars.
4776 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4777 (bookmark-bmenu-filter-alist-by-regexp)
4778 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4779 (bookmark-bmenu-search): New command.
4780 (bookmark-bmenu-mode-map): Bind it.
4781
4782 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4783
4784 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4785 backward-subword to quit the byte-compiler.
4786
4787 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4788
4789 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4790
4791 * progmodes/cc-cmds.el (c-update-modeline)
4792 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4793 Refer to subword.el functions instead of cc-subword.el.
4794
4795 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4796 subword.el functions instead of cc-subword.el.
4797
4798 * progmodes/cc-subword.el: Rename to subword.el.
4799 * subword.el: Rename from progmodes/cc-subword.el.
4800 (subword-mode-map): Rename from c-subword-mode-map.
4801 (subword-mode): Rename from c-subword-mode.
4802 (global-subword-mode): New global minor mode.
4803 (forward-subword): Rename from c-forward-subword.
4804 (backward-subword): Rename from c-backward-subword.
4805 (mark-subword): Rename from c-mark-subword.
4806 (kill-subword): Rename from c-kill-subword.
4807 (backward-kill-subword): Rename from c-backward-kill-subword.
4808 (transpose-subwords): Rename from c-tranpose-subword.
4809 (downcase-subword): Rename from c-downcase-subword.
4810 (capitalize-subword): Rename from c-capitalize-subword.
4811 (forward-subword-internal): Rename from c-forward-subword-internal.
4812 (backward-subword-internal): Rename from c-backward-subword-internal.
4813
4814 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4815
4816 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4817 from a dired buffer.
4818 (vc-dired-deduce-fileset): New function.
4819 (vc-root-diff, vc-print-root-log): Use it.
4820
4821 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4822 nil LIMIT argument to vc-print-log-internal.
4823
4824 2009-11-20 Glenn Morris <rgm@gnu.org>
4825
4826 * Makefile.in (ELCFILES): Regenerate.
4827
4828 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4829
4830 * calc/calc.el (calc-set-mode-line):
4831 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4832 (math-format-number): Rename `math-format-complement-signed' to
4833 `math-format-twos-complement'.
4834
4835 * calc/calc-bin.el (math-format-twos-complement): Rename from
4836 math-format-complement-signed.
4837 (calc-radix): Rename `calc-complement-signed-mode' to
4838 `calc-twos-complement-mode'.
4839 (calc-octal-radix, calc-hex-radix): Add an argument for
4840 two's complement.
4841
4842 * calc/calc-embed.el (calc-embedded-mode-vars):
4843 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4844
4845 * calc/calc-ext.el (calc-init-extensions):
4846 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4847 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4848
4849 * calc/calc-units.el (math-build-units-table-buffer):
4850 Let `calc-twos-complement-mode' be nil.
4851
4852 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4853 entries.
4854
4855 * calc/calc-vec.el (calcFunc-vunpack):
4856 * calc/calc-aent.el (calc-do-calc-eval):
4857 * calc/calc-forms.el (math-format-date):
4858 * calc/calc-graph.el (calc-graph-plot):
4859 * calc/calc-math.el (math-use-emacs-fn):
4860 * calc/calccomp.el (math-compose-expr):
4861 Let `calc-twos-complement-mode' be nil.
4862
4863 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4866 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4867 * minibuffer.el (completion-in-region-functions): New hook.
4868 (completion-in-region): New function.
4869 * emacs-lisp/lisp.el (lisp-complete-symbol):
4870 * pcomplete.el (pcomplete-std-complete): Use it.
4871
4872 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4875 (latex-complete-alist): New vars.
4876 (latex-string-prefix-p, latex-complete-bibtex-keys)
4877 (latex-complete-envnames, latex-complete-refkeys)
4878 (latex-complete-data): New functions.
4879 (latex-complete, latex-indent-or-complete): New commands.
4880
4881 * window.el (display-buffer-mark-dedicated): New var.
4882 (display-buffer): Obey it.
4883 * minibuffer.el (minibuffer-completion-help): Use it.
4884
4885 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4886
4887 * filecache.el (file-cache-add-file): Use push and cons.
4888 (file-cache-delete-file-regexp): Use push.
4889 (file-cache-complete): Use completion-in-region.
4890
4891 * simple.el (with-wrapper-hook): Fix thinko.
4892
4893 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4894 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4895 Use with-current-buffer and string-to-number.
4896 (hfy-fallback-colour-values): Use assoc-string.
4897 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4898 (hfy-face-at): Remove unused var `found-face'.
4899 (hfy-compile-stylesheet): Remove unused var `css'.
4900 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4901 and `orig-buffer'.
4902 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4903 Use with-current-buffer.
4904 (hfy-text-p): Use expand-file-name and fewer setq.
4905
4906 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4907
4908 * htmlfontify.el, hfy-cmap.el: New files.
4909
4910 2009-11-19 Juri Linkov <juri@jurta.org>
4911
4912 * minibuffer.el (completions-format): New defcustom.
4913 (completion--insert-strings): Implement vertical format.
4914
4915 * simple.el (switch-to-completions): Move point to the first
4916 completion when point was at the beginning of the buffer.
4917
4918 2009-11-19 Juri Linkov <juri@jurta.org>
4919
4920 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4921
4922 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4923
4924 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4925
4926 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4927 (mail-signature): Change default to t.
4928 (mail-from-style): Deprecate `system-default' value.
4929 (mail-insert-from-field): For default value of mail-from-style,
4930 default to `angles' unless `angles' needs quoting and `parens'
4931 does not.
4932 (mail-citation-prefix-regexp): Use citation regexp from
4933 message-mode.
4934
4935 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4936
4937 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4938 Set variables for computing the prompt for reading password.
4939
4940 2009-11-19 Glenn Morris <rgm@gnu.org>
4941
4942 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4943
4944 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4945
4946 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4947 (newsticker-treeview-listwindow-height): Fix custom type.
4948
4949 2009-11-19 Kenichi Handa <handa@m17n.org>
4950
4951 * descr-text.el (describe-char-padded-string): Compose with TAB
4952 only if there's a font for CH.
4953 (describe-char): Fix the condition for detecting a trivial composition.
4954
4955 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4956
4957 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4958 more accurate version of the regexp. (Bug#3910)
4959
4960 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4961
4962 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4963
4964 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4967 (font-setting-change-default-font): Fix typo in docstring.
4968
4969 2009-11-18 Alan Mackenzie <acm@muc.de>
4970
4971 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4972
4973 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4974
4975 * font-setting.el (font-use-system-font): Move ...
4976
4977 * cus-start.el (all): ... to here.
4978
4979 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4980
4981 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4982 Don't set `ad-return-value' if `ad-do-it' doesn't.
4983
4984 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4985 modification time.
4986
4987 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4988
4989 * menu-bar.el: Put "Use system font" in Option-menu.
4990 (menu-bar-options-save): Add font-use-system-font.
4991
4992 * loadup.el: If feature system-font-setting or font-render-setting is
4993 there, load font-setting.
4994
4995 * Makefile.in (ELCFILES): Add font-settings.el.
4996 * font-setting.el: New file.
4997
4998 2009-11-17 Glenn Morris <rgm@gnu.org>
4999
5000 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5001
5002 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5003 Preserve point in the list buffer. (Bug#4939)
5004 Use point-at-eol.
5005 (newsticker--treeview-list-update-highlight)
5006 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5007
5008 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5009
5010 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5011 Remove.
5012
5013 * calc/calc-ext.el (calc-init-extensions): Remove references to
5014 symclip.
5015
5016 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5017
5018 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5019 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5020 `calc-symclip'.
5021
5022 2009-11-16 Kevin Ryde <user42@zip.com.au>
5023
5024 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5025 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5026
5027 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5028 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5029 Ignore trailing spaces by omit-nulls to split-string (fixing
5030 regression from Emacs 21 due to the incompatible split-string
5031 change). (Bug #4928.)
5032
5033 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5034
5035 * vc.el (vc-log-show-limit): Default to 2000.
5036 (vc-print-log-internal): Insert buttons to request more entries
5037 when limiting the output.
5038
5039 * vc-sccs.el (vc-sccs-print-log):
5040 * vc-rcs.el (vc-rcs-print-log):
5041 * vc-cvs.el (vc-cvs-print-log):
5042 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5043 LIMIT is non-nil.
5044
5045 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5046
5047 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5048 error when `tramp-gvfs-dbus-event-vector' is set.
5049 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5050
5051 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5054
5055 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * net/dbus.el (dbus-unregister-service): New defun.
5058 (dbus-register-property): Register the handlers of
5059 "org.freedesktop.DBus.Properties" for SERVICE.
5060 (dbus-property-handler): Fix docstring.
5061
5062 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5063
5064 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5065 Quote doc string reference in defvaralias as it is not in special form.
5066 (byte-compile-output-docform): Doc fix.
5067
5068 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5069
5070 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5071 (calc-complement-signed-mode): New variables.
5072 (calc-set-mode-line): Add indicator for twos-complements.
5073 (math-format-number): Format twos-complement notation.
5074
5075 * calc/calc-bin.el (calc-word-size): Reset the variables
5076 `math-2-word-size' and `math-half-2-word-size'.
5077 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5078 (calc-symclip): New functions.
5079
5080 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5081
5082 * calc/calc-embed.el (calc-embedded-mode-vars):
5083 Add `calc-complement-signed-mode' to the list of modes.
5084
5085 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5086 (calc-b-oper-keys): Add `calc-symclip' to list.
5087
5088 * calc/calc-ext.el (math-read-number-fancy): Read complement
5089 signed numbers.
5090 (calc-init-extensions): Add binding for `calc-symclip'.
5091 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5092
5093 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5094 `calc-symclip'.
5095 (calc-modes-menu): Add item for twos complement mode.
5096
5097 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5098
5099 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * register.el (jump-to-register, insert-register): Handle Semantic
5102 tags. From commented-out advice in semantic/senator.el.
5103
5104 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5105
5106 * vc.el (vc-log-show-limit): New variable.
5107 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5108 when using a prefix argument.
5109 (vc-print-log-internal): Add new argument LIMIT.
5110
5111 * vc-svn.el (vc-svn-print-log):
5112 * vc-mtn.el (vc-mtn-print-log):
5113 * vc-hg.el (vc-hg-print-log):
5114 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5115 pass it to the log command when set. Make the BUFFER argument
5116 non-optional.
5117
5118 * vc-sccs.el (vc-sccs-print-log):
5119 * vc-rcs.el (vc-rcs-print-log):
5120 * vc-git.el (vc-git-print-log):
5121 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5122 ignore it. Make the BUFFER argument non-optional
5123
5124 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5125
5126 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5127
5128 * dired.el (dired-mode-map): Move encryption items to "Operate"
5129 menu (Bug#4703).
5130
5131 * strokes.el (strokes-update-window-configuration): Make strokes
5132 buffer current before erasing (Bug#4906).
5133
5134 2009-11-15 Juri Linkov <juri@jurta.org>
5135
5136 * simple.el (set-mark-default-inactive): Add :type, :group
5137 and :version. (Bug#4876)
5138
5139 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5140
5141 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5142 (archive-unique-fname): ... here. (Bug#4929)
5143
5144 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5147 with a real fix.
5148
5149 * novice.el (disabled-command-function): Add useful args.
5150 Setup the help buffer so that [back] works.
5151 Remove redundant call to help-mode.
5152 (disabled-command-function): Use `case'.
5153 (en/disable-command): New function extracted from enable-command.
5154 (enable-command, disable-command): Use it.
5155
5156 2009-11-14 Glenn Morris <rgm@gnu.org>
5157
5158 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5159 constants. (Bug#4913)
5160
5161 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5162
5163 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5164
5165 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5166 defined in C that have no doc-strings. (Bug#1063)
5167
5168 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5169
5170 * cus-edit.el (data, files):
5171 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5172
5173 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * simple.el (shell-command): Doc fix (Bug#4891).
5176
5177 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5178
5179 2009-11-14 Glenn Morris <rgm@gnu.org>
5180
5181 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5182 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5183 If they are already loaded, eval-after-load will do the right thing.
5184
5185 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5186 compiling.
5187
5188 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5189
5190 * simple.el (x-selection-owner-p): Declare.
5191 (read-mail-command): Use custom radio type rather than choice.
5192 (completion-no-auto-exit): Doc fix.
5193
5194 * custom.el (defgroup):
5195 * epg-config.el (epg): Doc fixes.
5196
5197 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5198
5199 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5200 * international/ccl.el (define-ccl-program): Do not purecopy the
5201 docstring, defconst does it anyway.
5202
5203 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5206 a second time.
5207
5208 * x-dnd.el (x-dnd-maybe-call-test-function):
5209 * window.el (split-window-vertically):
5210 * whitespace.el (whitespace-help-on):
5211 * vc-rcs.el (vc-rcs-consult-headers):
5212 * userlock.el (ask-user-about-lock-help)
5213 (ask-user-about-supersession-help):
5214 * type-break.el (type-break-force-mode-line-update):
5215 * time-stamp.el (time-stamp-conv-warn):
5216 * terminal.el (te-set-output-log, te-more-break, te-filter)
5217 (te-sentinel, terminal-emulator):
5218 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5219 (term-write-input-ring, term-check-source, term-start-output-log):
5220 (term-display-buffer-line, term-dynamic-list-completions):
5221 (term-ansi-make-term, serial-term):
5222 * subr.el (selective-display):
5223 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5224 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5225 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5226 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5227 (speedbar-remove-localized-speedbar-support)
5228 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5229 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5230 (speedbar-buffers-line-directory):
5231 * simple.el (shell-command-on-region, append-to-buffer)
5232 (prepend-to-buffer):
5233 * shadowfile.el (shadow-save-todo-file):
5234 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5235 (scroll-bar-maybe-set-window-start):
5236 * sb-image.el (speedbar-image-dump):
5237 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5238 (load-save-place-alist-from-file):
5239 * ps-samp.el (ps-print-message-from-summary):
5240 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5241 (ps-background-image, ps-begin-job, ps-do-despool):
5242 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5243 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5244 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5245 (pr-call-process, pr-file-list, pr-interface-save):
5246 * novice.el (disabled-command-function)
5247 (enable-command, disable-command):
5248 * mouse.el (mouse-buffer-menu-alist):
5249 * mouse-copy.el (mouse-kill-preserving-secondary):
5250 * macros.el (kbd-macro-query):
5251 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5252 * informat.el (batch-info-validate):
5253 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5254 * hippie-exp.el (try-expand-dabbrev-visible):
5255 * help-mode.el (help-make-xrefs):
5256 * help-fns.el (describe-variable):
5257 * generic-x.el (bat-generic-mode-run-as-comint):
5258 * finder.el (finder-mouse-select):
5259 * find-dired.el (find-dired-sentinel):
5260 * filesets.el (filesets-file-close):
5261 * files.el (list-directory):
5262 * faces.el (list-faces-display, describe-face):
5263 * facemenu.el (list-colors-display):
5264 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5265 * epg.el (epg--process-filter, epg-cancel):
5266 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5267 (epa--read-signature-type):
5268 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5269 (emerge-file-names):
5270 * ehelp.el (electric-helpify):
5271 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5272 * ediff-vers.el (rcs-ediff-view-revision):
5273 * ediff-util.el (ediff-setup):
5274 * ediff-mult.el (ediff-append-custom-diff):
5275 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5276 (ediff-wordify):
5277 * echistory.el (Electric-command-history-redo-expression):
5278 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5279 * disp-table.el (describe-display-table):
5280 * dired.el (dired-find-buffer-nocreate):
5281 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5282 * dabbrev.el (dabbrev--same-major-mode-p):
5283 * chistory.el (list-command-history):
5284 * apropos.el (apropos-documentation):
5285 * allout.el (allout-obtain-passphrase):
5286 (allout-copy-exposed-to-buffer):
5287 (allout-verify-passphrase): Use with-current-buffer.
5288
5289 2009-11-13 Glenn Morris <rgm@gnu.org>
5290
5291 * Makefile.in (ELCFILES): Regenerate.
5292
5293 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5294
5295 * net/dbus.el (dbus-registered-objects-table): Rename from
5296 `dbus-registered-functions-table', because it contains also properties.
5297 (dbus-unregister-object): Unregister also properties.
5298 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5299 Use a timeout of 500 msec, in order to not block.
5300 (dbus-register-property, dbus-property-handler): New defuns.
5301
5302 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * simple.el (minibuffer-default-add-completions): Drop deprecated
5305 4th arg.
5306
5307 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5308
5309 * textmodes/artist.el (artist-mouse-choose-operation):
5310 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5311 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5312 (artist-compute-up-event-key): New function.
5313 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5314
5315 2009-11-13 Kenichi Handa <handa@m17n.org>
5316
5317 * language/japan-util.el: Make sure that the value of jisx0208
5318 property is jisx0208 character.
5319
5320 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5321
5322 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5323 car or each item, not the whole list.
5324
5325 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * minibuffer.el (minibuffer-completion-help):
5328 Use minibuffer-hide-completions.
5329
5330 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5331
5332 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5333 (dired-revert): Use them (bug#4880).
5334
5335 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5338
5339 2009-11-12 Juri Linkov <juri@jurta.org>
5340
5341 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5342 New functions.
5343 (find-file-literally-at-point): Alias of `ffap-literally'.
5344
5345 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5346
5347 * textmodes/ispell.el (ispell-skip-region-alist):
5348 * textmodes/css-mode.el (auto-mode-alist):
5349 * progmodes/compile.el (auto-mode-alist):
5350 * international/mule.el (ctext-non-standard-encodings-alist)
5351 (ctext-non-standard-encodings-regexp):
5352 * simple.el (shell-command-switch, text-read-only):
5353 * replace.el (occur-mode-map):
5354 * paths.el (rmail-file-name):
5355 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5356 * find-file.el (ff-special-constructs):
5357 * files.el (file-name-handler-alist):
5358 * composite.el: Purecopy strings.
5359
5360 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5361
5362 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5363
5364 * widget.el (define-widget): Purecopy the docstring.
5365 * international/mule-cmds.el (charset): Do not purecopy the
5366 docstring here, define-widget does it.
5367
5368 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5369 * textmodes/bibtex-style.el (auto-mode-alist):
5370 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5371 * progmodes/compile.el (compile-command):
5372 * language/korea-util.el (default-korean-keyboard):
5373 * international/mule-conf.el (file-coding-system-alist):
5374 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5375 * tooltip.el (tooltip-frame-parameters):
5376 * newcomment.el (comment-end, comment-padding):
5377 * dired.el (dired-trivial-filenames):
5378 * comint.el (comint-file-name-prefix): Purecopy initial values.
5379
5380 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5381
5382 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5383 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5384 `tramp-unload'.
5385 (tramp-advice-make-auto-save-file-name)
5386 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5387 after removing the advice.
5388
5389 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5390
5391 * progmodes/grep.el (grep-regexp-alist):
5392 * international/mule-cmds.el (iso-2022-control-alist):
5393 * emacs-lisp/timer.el (timer-duration-words):
5394 * subr.el (version-separator, version-regexp-alist):
5395 * minibuffer.el (completion-styles-alist):
5396 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5397 Change defvars to defconsts.
5398
5399 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5400 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5401 * international/mule-conf.el: Allow to be byte compiled.
5402
5403 * international/mule.el (define-charset): Purecopy props.
5404 (load-with-code-conversion): Purecopy doc string and file name.
5405 (put-charset-property): Purecopy strings.
5406 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5407
5408 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5409 (define-char-code-property): Correctly purecopy the table.
5410
5411 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5412
5413 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5414
5415 * subr.el (add-hook): Purecopy strings.
5416 (eval-after-load): Purecopy load-history-regexp and the form.
5417
5418 * custom.el (custom-declare-group): Purecopy load-file-name.
5419
5420 * subr.el (menu-bar-separator): New defconst.
5421 * net/eudc.el (eudc-tools-menu):
5422 * international/mule-cmds.el (set-coding-system-map)
5423 (mule-menu-keymap):
5424 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5425 * vc-hooks.el (vc-menu-map):
5426 * replace.el (occur-mode-map):
5427 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5428 (menu-bar-edit-menu, menu-bar-goto-menu)
5429 (menu-bar-custom-menu, menu-bar-showhide-menu)
5430 (menu-bar-options-menu, menu-bar-tools-menu)
5431 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5432 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5433 (menu-bar-help-menu):
5434 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5435 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5436
5437 * term/x-win.el (x-gtk-stock-map):
5438 * progmodes/vera-mode.el (auto-mode-alist):
5439 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5440 (inferior-lisp-program, inferior-lisp-load-command):
5441 * progmodes/hideshow.el (hs-special-modes-alist):
5442 * progmodes/gud.el (same-window-regexps):
5443 * progmodes/grep.el (grep-program, find-program, xargs-program):
5444 * net/telnet.el (same-window-regexps):
5445 * net/rlogin.el (same-window-regexps):
5446 * language/ethiopic.el (font-ccl-encoder-alist):
5447 * vc-sccs.el (vc-sccs-master-templates):
5448 * vc-rcs.el (vc-rcs-master-templates):
5449 * subr.el (cl-assertion-failed):
5450 * simple.el (next-error-overlay-arrow-position):
5451 * lpr.el (lpr-command):
5452 * locate.el (locate-ls-subdir-switches):
5453 * info.el (same-window-regexps, info)
5454 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5455 * image-mode.el (image-mode, auto-mode-alist):
5456 * hippie-exp.el (hippie-expand-ignore-buffers):
5457 * format.el (format-alist):
5458 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5459 (find-name-arg):
5460 * facemenu.el (facemenu-keybindings):
5461 * dired.el (dired-listing-switches, dired-chown-program):
5462 * diff.el (diff-switches, diff-command):
5463 * cus-edit.el (same-window-regexps):
5464 * bindings.el (mode-line-mule-info)
5465 (mode-line-buffer-identification): Purecopy strings.
5466
5467 2009-11-11 Juri Linkov <juri@jurta.org>
5468
5469 * simple.el (dired-get-filename) <declare-function>:
5470 Tell the byte-compiler about dired-get-filename.
5471 (shell-command): In Dired mode, get filename from the current line
5472 as the default value.
5473
5474 2009-11-10 Glenn Morris <rgm@gnu.org>
5475
5476 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5477 * calendar/holidays.el, progmodes/cperl-mode.el:
5478 Update x-popup-menu declarations.
5479
5480 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5481 (list-load-path-shadows): Use dolist.
5482 (list-load-path-shadows): Use with-current-buffer.
5483
5484 2009-11-10 Juri Linkov <juri@jurta.org>
5485
5486 * minibuffer.el (read-file-name): Support a list of default values
5487 in `default-filename'. Use the first file name where only one
5488 element is required. Doc fix.
5489
5490 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/dbus.el (dbus-unregister-object): Release service, if no
5493 other method is registered for it.
5494
5495 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5496
5497 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5498 bookmark-sort-flag is non-nil (Bug#4653).
5499
5500 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * emulation/cua-base.el: Add CUA property to some CC mode commands
5503 (Bug#4100).
5504
5505 2009-11-08 Kevin Ryde <user42@zip.com.au>
5506
5507 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5508 at end of sentence (Bug#4818).
5509
5510 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5511
5512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5513 Handle "see declaration of" MSFT statements (Bug#4100).
5514
5515 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5516
5517 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5518 (tramp-advice-file-expand-wildcards): Unload via
5519 `ad-remove-advice'.
5520
5521 * net/trampver.el: Update release number.
5522
5523 2009-11-08 Kevin Ryde <user42@zip.com.au>
5524
5525 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5526 `ad-do-it'.
5527
5528 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5529
5530 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5531 in order to keep context in SELinux.
5532
5533 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5534
5535 * dired-aux.el (dired-query): Place cursor in echo area and allow
5536 C-g.
5537
5538 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5539 menu item if not on a directory (Bug#4701).
5540
5541 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5542
5543 Sync with Tramp 2.1.17.
5544
5545 * net/tramp.el (tramp-handle-copy-directory): Don't use
5546 `file-remote-p' (due to compatibility).
5547
5548 * net/tramp-compat.el (tramp-compat-copy-directory)
5549 (tramp-compat-delete-directory): New defuns.
5550
5551 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5552 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5553 `tramp-compat-delete-directory'.
5554
5555 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5556 (tramp-smb-handle-delete-directory): Use
5557 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5558
5559 * net/trampver.el: Update release number.
5560
5561 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5562
5563 * tar-mode.el (tar-copy): Call write-region on the right buffer
5564 (Bug#4857).
5565
5566 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5567 by hand, if necessary (Bug#4878).
5568
5569 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5572 align size column (Bug#4839).
5573
5574 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5575 statement.
5576
5577 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5578
5579 * progmodes/ld-script.el (auto-mode-alist):
5580 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5581
5582 * cus-face.el (custom-declare-face): Purecopy face spec.
5583
5584 2009-11-06 Kenichi Handa <handa@m17n.org>
5585
5586 * international/uni-bidi.el: Re-generated.
5587 * international/uni-category.el: Re-generated.
5588 * international/uni-combining.el: Re-generated.
5589 * international/uni-mirrored.el: Re-generated.
5590
5591 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5592
5593 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5594 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5595 (tex-start-options, slitex-run-command, latex-run-command)
5596 (tex-run-command, tex-directory):
5597 * textmodes/ispell.el (ispell-html-skip-alists)
5598 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5599 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5600 (adaptive-fill-regexp):
5601 * textmodes/dns-mode.el (auto-mode-alist):
5602 * progmodes/python.el (interpreter-mode-alist):
5603 * progmodes/etags.el (tags-compression-info-list):
5604 * progmodes/etags.el (tags-file-name):
5605 * net/browse-url.el (browse-url-galeon-program)
5606 (browse-url-firefox-program):
5607 * mail/sendmail.el (mail-signature-file)
5608 (mail-citation-prefix-regexp):
5609 * international/mule-conf.el (eight-bit):
5610 * international/latexenc.el (latex-inputenc-coding-alist):
5611 * international/fontset.el (x-pixel-size-width-font-regexp):
5612 * emacs-lisp/warnings.el (warning-type-format):
5613 * emacs-lisp/trace.el (trace-buffer):
5614 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5615 (emacs-lisp-mode-map):
5616 * calendar/holidays.el (holiday-solar-holidays)
5617 (holiday-bahai-holidays, holiday-islamic-holidays)
5618 (holiday-christian-holidays, holiday-hebrew-holidays)
5619 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5620 (hebrew-holidays-1, holiday-oriental-holidays)
5621 (holiday-general-holidays):
5622 * x-dnd.el (x-dnd-known-types):
5623 * tool-bar.el (tool-bar):
5624 * startup.el (site-run-file):
5625 * shell.el (shell-dumb-shell-regexp):
5626 * rfn-eshadow.el (file-name-shadow-tty-properties)
5627 (file-name-shadow-properties):
5628 * paths.el (remote-shell-program, news-directory):
5629 * mouse.el ([C-down-mouse-3]):
5630 * menu-bar.el (menu-bar-tools-menu):
5631 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5632 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5633 (jka-compr-compression-info-list):
5634 * isearch.el (search-whitespace-regexp):
5635 * image-file.el (image-file-name-extensions):
5636 * find-dired.el (find-ls-option):
5637 * files.el (directory-listing-before-filename-regexp)
5638 (directory-free-space-args, insert-directory-program)
5639 (list-directory-brief-switches, magic-fallback-mode-alist)
5640 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5641 (automount-dir-prefix):
5642 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5643 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5644 (face-font-registry-alternatives, face-font-registry-alternatives)
5645 (face-font-family-alternatives):
5646 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5647 (facemenu-foreground-menu, facemenu-face-menu):
5648 * epa-hook.el (epa-file-name-regexp):
5649 * dnd.el (dnd-protocol-alist):
5650 * textmodes/rst.el (auto-mode-alist):
5651 * button.el (default-button): Purecopy strings.
5652
5653 2009-11-06 Glenn Morris <rgm@gnu.org>
5654
5655 * Makefile.in (ELCFILES): Update.
5656
5657 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5660 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5661
5662 * nxml/xsd-regexp.el (xsdre-gen-categories):
5663 * nxml/xmltok.el (xmltok-parse-entity):
5664 * nxml/rng-parse.el (rng-parse-validate-file):
5665 * nxml/rng-maint.el (rng-format-manual)
5666 (rng-manual-output-force-new-line):
5667 * nxml/rng-loc.el (rng-save-schema-location-1):
5668 * nxml/rng-cmpct.el (rng-c-parse-file):
5669 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5670 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5671
5672 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5673
5674 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5675 Remove extra save-excursions and make-variable-buffer-local's.
5676 Suggested by Stefan Monnier.
5677
5678 (verilog-getopt-file, verilog-module-inside-filename-p)
5679 (verilog-set-define): Merge GNU 1.35 and repair changes from
5680 switching to using with-current-buffer.
5681
5682 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5683 being treated as a number and confusing AUTORESET.
5684 Reported by Dan Dever.
5685
5686 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5687 Add verilog-auto-ignore-concat to fix backward compatibility with
5688 older verilog-modes. Reported by Dan Katz.
5689
5690 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5691 containing closing anchors "...$".
5692
5693 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5694 Reported by Wade Smith.
5695
5696 (verilog-batch-execute-func): Comment on function usage.
5697
5698 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5699
5700 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5701 for labels.
5702
5703 (verilog-label-re, verilog-calc-1): Support proper indent of named
5704 asserts.
5705
5706 (verilog-backward-token, verilog-basic-complete-re)
5707 (verilog-beg-of-statement, verilog-indent-re): Support proper
5708 indent of the assert statement at the beginning of a block of text.
5709
5710 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5711 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5712 tokens as begins.
5713
5714 2009-11-05 Glenn Morris <rgm@gnu.org>
5715
5716 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5717 Emacs 19. (Bug#1531)
5718 (byte-compile-fix-header): Update for the above change.
5719 Drop test for epoch::version.
5720
5721 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5722 * cus-dep.el (custom-make-dependencies):
5723 * finder.el (finder-compile-keywords):
5724 Use autoload-rubric's feature argument.
5725
5726 * calendar/diary-lib.el (top-level): Make load behave more like require.
5727
5728 * vc-git.el (vc-git-stash-map): Move definition before use.
5729
5730 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5731
5732 * custom.el (custom-declare-group): Purecopy standard-value.
5733 (custom-declare-group): Purecopy custom-prefix.
5734
5735 * international/mule.el (load-with-code-conversion):
5736 Call do-after-load-evaluation unconditionally.
5737
5738 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5739
5740 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5743
5744 2009-11-04 Glenn Morris <rgm@gnu.org>
5745
5746 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5747 (byte-compile-compatibility): Remove option.
5748 (byte-compile-close-variables, byte-compile-fix-header)
5749 (byte-compile-insert-header, byte-compile-output-docform)
5750 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5751 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5752 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5753 (byte-compile-insert, byte-compile-defun):
5754 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5755 (byte-defop-compiler19): Remove.
5756 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5757 used by anything. Replace all calls with byte-defop-compiler.
5758
5759 2009-11-04 Juri Linkov <juri@jurta.org>
5760
5761 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5762 (menu-bar-options-menu): Don't quote the `prop' arg of
5763 `menu-bar-make-mm-toggle'.
5764
5765 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5766
5767 * calendar/calendar.el (cal-loaddefs):
5768 * calendar/diary-lib.el (diary-loaddefs):
5769 * calendar/holidays.el (hol-loaddefs):
5770 * eshell/esh-module.el (esh-groups): Load rather than require.
5771
5772 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5775 point-min==1.
5776 (todo-top-priorities): Only display-buffer when called interactively.
5777 (todo-item-start): Don't save excursion point.
5778 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5779 (todo-insert-item-here, todo-file-item, todo-remove-item):
5780 Adjust uses of todo-item-start and todo-item-end.
5781
5782 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5783 (autoload-rubric): Don't use any more.
5784
5785 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5786 and only put a prop if it is non-nil.
5787
5788 2009-11-03 Juri Linkov <juri@jurta.org>
5789
5790 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5791 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5792
5793 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5794 and "Menu" to make top-level menu item visually one unit (like
5795 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5796 multi-word menu items). Fix :help string for quit-window.
5797
5798 2009-11-03 Glenn Morris <rgm@gnu.org>
5799
5800 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5801 (byte-compile-file-form-define-abbrev-table)
5802 (byte-compile-file-form-custom-declare-variable)
5803 (byte-compile-variable-ref, byte-compile-defvar):
5804 Whether or not a warning is enabled should only affect whether we issue
5805 the warning, not whether or not we collect the relevant data.
5806 Eg warnings can be turned on and off throughout the course of a file.
5807
5808 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5809 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5810
5811 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5814 * play/mpuz.el (mpuz-create-buffer):
5815 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5816 (lm-print-y,s,noise, lm-print-w0, lm-init):
5817 * play/gomoku.el (gomoku-prompt-for-move):
5818 * play/fortune.el (fortune-in-buffer):
5819 * play/dissociate.el (dissociated-press):
5820 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5821 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5822 * mail/supercite.el (sc-eref-show):
5823 * mail/smtpmail.el (smtpmail-send-it):
5824 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5825 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5826 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5827 (rmail-summary-goto-msg, rmail-summary-expunge)
5828 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5829 (rmail-summary-add-label, rmail-summary-output-menu)
5830 (rmail-summary-output-body):
5831 * mail/rfc822.el (rfc822-addresses):
5832 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5833 * mail/mailpost.el (post-mail-send-it):
5834 * mail/hashcash.el (hashcash-generate-payment):
5835 * mail/feedmail.el (feedmail-run-the-queue)
5836 (feedmail-queue-send-edit-prompt-help-first)
5837 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5838 (feedmail-deduce-address-list):
5839 * eshell/esh-ext.el (eshell-remote-command):
5840 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5841 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5842 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5843 (viper-save-string-in-file, viper-valid-marker):
5844 * emulation/viper-keym.el (viper-toggle-key):
5845 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5846 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5847 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5848 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5849 (viper-exec-form-in-emacs, viper-brac-function):
5850 * emulation/viper.el (viper-delocalize-var):
5851 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5852 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5853 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5854 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5855 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5856 * emulation/edt.el (edt-electric-helpify):
5857 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5858 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5859 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5860 (cua-indent-to-global-mark-column):
5861 * calendar/diary-lib.el (calendar-mark-1):
5862 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5863 Use with-current-buffer.
5864 * emulation/viper.el (viper-delocalize-var): Use dolist.
5865
5866 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5867
5868 * comint.el (comint-replace-by-expanded-history-before-point):
5869 Replace !! with the previous input string literally (Bug#1795).
5870
5871 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5872
5873 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5874 to be made up of whitespace.
5875
5876 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * minibuffer.el (read-file-name): Don't use file dialogs for
5879 remote directories (Bug#99).
5880
5881 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5882
5883 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5884
5885 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5886
5887 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5888 instead of deleting the window or frame.
5889
5890 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5891
5892 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5893 Support face colors.
5894
5895 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5896 New function. Support face colors (Bug#1168).
5897 (tex-common-initialization): Use it.
5898
5899 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5900 mode allows it (Bug#1168).
5901
5902 2009-10-31 Juri Linkov <juri@jurta.org>
5903
5904 * facemenu.el (list-colors-display): Don't mark buffer as
5905 modified (Bug#3948).
5906
5907 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5908
5909 * international/mule-diag.el (list-character-sets-1): Minor
5910 message fix (Bug#3526).
5911
5912 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5913 face property (Bug#4834).
5914 (etags-list-tags, etags-tags-apropos-additional)
5915 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5916 property.
5917
5918 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5919 items.
5920
5921 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * textmodes/two-column.el (2C-split):
5924 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5925 * textmodes/tex-mode.el (tex-set-buffer-directory):
5926 * textmodes/spell.el (spell-region, spell-string):
5927 * textmodes/reftex.el (reftex-erase-buffer):
5928 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5929 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5930 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5931 (reftex-select-item):
5932 * textmodes/reftex-ref.el (reftex-label-info-update)
5933 (reftex-offer-label-menu):
5934 * textmodes/reftex-index.el (reftex-index-change-entry)
5935 (reftex-index-phrases-info):
5936 * textmodes/reftex-global.el (reftex-create-tags-file)
5937 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5938 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5939 (reftex-view-crossref-from-bibtex):
5940 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5941 (reftex-extract-bib-entries-from-thebibliography)
5942 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5943 * textmodes/refbib.el (r2b-capitalize-title):
5944 (r2b-convert-buffer, r2b-help):
5945 * textmodes/page-ext.el (pages-directory)
5946 (pages-directory-goto-with-mouse):
5947 * textmodes/bibtex.el (bibtex-validate-globally):
5948 * textmodes/bib-mode.el (bib-capitalize-title):
5949 * textmodes/artist.el (artist-clear-buffer, artist-system):
5950 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5951 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5952 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5953 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5954 (xscheme-send-control-g-interrupt, xscheme-start-process)
5955 (xscheme-process-sentinel, xscheme-cd):
5956 * progmodes/verilog-mode.el (verilog-read-always-signals)
5957 (verilog-set-define, verilog-getopt-file)
5958 (verilog-module-inside-filename-p):
5959 * progmodes/sh-script.el:
5960 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5961 (python-pdbtrack-grub-for-buffer, python-execute-file):
5962 * progmodes/octave-inf.el (inferior-octave):
5963 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5964 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5965 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5966 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5967 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5968 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5969 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5970 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5971 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5972 (idlwave-shell-examine-display, idlwave-shell-run-region)
5973 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5974 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5975 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5976 (idlwave-help-get-help-buffer):
5977 * progmodes/gud.el (gud-basic-call, gud-find-class)
5978 (gud-tooltip-activate-mouse-motions-if-enabled):
5979 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5980 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5981 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5982 (ebrowse-tags-next-file):
5983 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5984 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5985 (ebnf-eps-finish-and-write):
5986 * progmodes/cpp.el (cpp-edit-save):
5987 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5988 * progmodes/cc-defs.el (c-emacs-features):
5989 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5990 (antlr-directory-dependencies):
5991 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5992 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5993 (ada-find-any-references, ada-make-filename-from-adaname)
5994 (ada-make-body-gnatstub):
5995 * obsolete/rnews.el (news-list-news-groups):
5996 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5997 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5998 * net/rcirc.el (rcirc-debug):
5999 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6000 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6001 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6002 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6003 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6004 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6005 (newsticker--treeview-list-clear-highlight)
6006 (newsticker--treeview-list-update-highlight)
6007 (newsticker--treeview-list-highlight-start)
6008 (newsticker--treeview-tree-update-highlight)
6009 (newsticker--treeview-get-selected-item)
6010 (newsticker-treeview-mark-list-items-old)
6011 (newsticker--treeview-set-current-node):
6012 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6013 * net/newst-backend.el (newsticker--get-news-by-funcall)
6014 (newsticker--get-news-by-wget, newsticker--image-get)
6015 (newsticker--image-sentinel):
6016 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6017 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6018 (eudc-ph-close-session):
6019 * net/eudc.el (eudc-save-options):
6020 * language/thai-word.el (thai-update-word-table):
6021 * language/japan-util.el (japanese-string-conversion):
6022 * international/titdic-cnv.el (tsang-quick-converter)
6023 (ziranma-converter, ctlau-converter):
6024 * international/mule-cmds.el (describe-language-environment):
6025 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6026 (skkdic-convert-postfix, skkdic-convert-prefix):
6027 (skkdic-convert-okuri-nasi, skkdic-convert):
6028 * emacs-lisp/re-builder.el (reb-update-overlays):
6029 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6030 * emacs-lisp/gulp.el (gulp-send-requests):
6031 * emacs-lisp/find-gc.el (trace-call-tree):
6032 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6033 (eieio-describe-generic):
6034 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6035 * emacs-lisp/edebug.el (edebug-outside-excursion):
6036 * emacs-lisp/debug.el (debugger-make-xrefs):
6037 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6038 * emacs-lisp/chart.el (chart-new-buffer):
6039 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6040 Use with-current-buffer.
6041 * textmodes/artist.el (artist-system): Don't call
6042 copy-sequence on a fresh string.
6043 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6044
6045 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6046
6047 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6048 is no item to edit. (Bug#4820)
6049 (todo-top-priorities): Restore point and restore narrowing in Todo
6050 buffer. (Bug#4820)
6051
6052 2009-10-31 Glenn Morris <rgm@gnu.org>
6053
6054 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6055 (comint-last-output-start, comint-last-input-start)
6056 (comint-last-input-end): Don't defvar when compiling.
6057 (ange-ftp-process-file): Use bound-and-true-p.
6058
6059 * pcmpl-rpm.el (top-level): Move provide statement to end.
6060 (pcmpl-rpm): Remove unused custom group.
6061
6062 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6063
6064 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6065
6066 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6067 (byte-compile-warnings): Add `constants' as an option.
6068 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6069 (display-call-tree): Update for byte-compile-fdefinition possibly
6070 returning `(macro lambda ...)'. (Bug#4778)
6071 (byte-compile-variable-ref, byte-compile-setq-default):
6072 Respect `constants' member of byte-compile-warnings.
6073
6074 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6077 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6078 to "submit:".
6079
6080 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6081
6082 * textmodes/ispell.el (ispell-skip-region-alist):
6083 * international/mule-conf.el (eight-bit):
6084 * international/fontset.el (font-encoding-alist):
6085 * startup.el (pure-space-overflow-message):
6086 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6087 * paths.el (gnus-nntp-service, rmail-spool-directory)
6088 (term-file-prefix):
6089 * files.el (save-some-buffers-action-alist):
6090 * cmuscheme.el (same-window-buffer-names):
6091 * ielm.el (same-window-buffer-names):
6092 * shell.el (same-window-buffer-names):
6093 * mail/sendmail.el (same-window-buffer-names):
6094 * progmodes/inf-lisp.el (same-window-buffer-names):
6095 * bindings.el (mode-line-client)
6096 (mode-line-column-line-number-mode-map):
6097 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6098 (tibetan-precomposed-regexp): Purecopy string arguments.
6099
6100 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6103 (calcDigit-nondigit):
6104 * calc/calc-yank.el (calc-copy-to-buffer):
6105 * calc/calc-units.el (calc-invalidate-units-table):
6106 * calc/calc-trail.el (calc-trail-yank):
6107 * calc/calc-store.el (calc-insert-variables):
6108 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6109 * calc/calc-prog.el (calc-read-parse-table):
6110 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6111 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6112 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6113 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6114 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6115 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6116 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6117 * calc/calc-ext.el (calc-realign):
6118 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6119 (calc-embedded-finish-edit, calc-embedded-make-info)
6120 (calc-embedded-finish-command, calc-embedded-stack-change):
6121 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6122
6123 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6124 shell-dynamic-complete-filename in preference to
6125 comint-dynamic-complete-filename.
6126
6127 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6128 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6129 Don't consider whether the display supports colors.
6130 (bookmark-import-new-list): Use dolist.
6131 (bookmark-bmenu-mode-map): Move initialization into declaration.
6132 (bookmark-bmenu-list): Use dolist, simplify.
6133 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6134 (menu-bar-final-items): Use push.
6135
6136 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6137
6138 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6139 it works on remote files.
6140 (vc-hg-diff): Don't pass any `--cwd' argument.
6141
6142 2009-10-27 Kevin Ryde <user42@zip.com.au>
6143
6144 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6145 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6146 (Further to Bug#3921).
6147
6148 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6149
6150 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6151 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6152 calling `tramp-imap-put-file'. Add file size to the call.
6153 (tramp-imap-get-file-entries): Compute also user name, file size,
6154 and date.
6155 (tramp-imap-handle-insert-directory): Insert uid and gid.
6156 (tramp-imap-handle-file-attributes): Transform uid and gid
6157 according to `id-format'.
6158 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6159 size in header X-Size.
6160
6161 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6162
6163 * simple.el (transpose-subr): Give clearer error when the mark
6164 is not set. (Bug#4807)
6165
6166 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6167
6168 * net/tramp.el (tramp-perl-file-truename): New defconst.
6169 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6170 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6171 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6172 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6173
6174 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6175 Ignore `dired-call-process'.
6176 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6177
6178 2009-10-26 Julian Scheid <julians37@gmail.com>
6179
6180 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6181 (tramp-get-remote-readlink): New defun.
6182 (tramp-handle-file-truename): Use it.
6183 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6184 file exists if cache value present.
6185 (tramp-check-cached-permissions): New defun.
6186 (tramp-handle-file-readable-p): Use it.
6187 (tramp-handle-file-writable-p): Likewise.
6188 (tramp-handle-file-executable-p): Likewise.
6189 (tramp-handle-file-name-all-completions): Try using Perl to get
6190 partial completions. When perl not available, combine `cd' and
6191 `ls' into single remote operation and use shell expansion to get
6192 partial remote directory contents. Set `file-exists-p' cache for
6193 directory and any files returned by ls. Change cache handling to
6194 support partial directory contents. Use error message emitted by
6195 remote `cd' or Perl code for local tramp-error.
6196 (tramp-do-copy-or-rename-file-directly): Avoid separate
6197 tramp-send-command-and-check call.
6198 (tramp-handle-process-file): Merge three remote ops into one.
6199 Do not flush all caches when `process-file-side-effects' is set.
6200 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6201 file-attributes shows uid/gid to be set already.
6202
6203 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6204
6205 * textmodes/tex-mode.el (tex-dvi-view-command)
6206 (tex-show-queue-command, tex-open-quote):
6207 * progmodes/ruby-mode.el (auto-mode-alist)
6208 (interpreter-mode-alist): Purecopy strings.
6209
6210 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6211
6212 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6213 string for the hook, keymap and abbrev table.
6214
6215 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6216
6217 * x-dnd.el (x-dnd-xdnd-to-action):
6218 * startup.el (fancy-startup-text, fancy-about-text): Change to
6219 defconst from defvar.
6220
6221 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6222
6223 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6224 Purecopy initialization strings.
6225
6226 * mail/sendmail.el (mail-header-separator)
6227 (mail-personal-alias-file):
6228 * mail/rmail.el (rmail-default-dont-reply-to-names)
6229 (rmail-ignored-headers, rmail-retry-ignored-headers)
6230 (rmail-highlighted-headers, rmail-secondary-file-directory)
6231 (rmail-secondary-file-regexp):
6232 * files.el (null-device, file-name-invalid-regexp)
6233 (locate-dominating-stop-dir-regexp)
6234 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6235 (interpreter-mode-alist): Use mapcar instead of mapc.
6236
6237 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6238
6239 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6240 (completion-ignored-extensions):
6241 (debug-ignored-errors): Purecopy strings.
6242
6243 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6246 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6247 (pcomplete--here): Use push.
6248
6249 * subr.el (all-completions): Declare the 4th arg obsolete.
6250
6251 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6254 (pcomplete-unquote-argument): New function.
6255 (pcomplete--common-suffix): Always pay attention to case.
6256 (pcomplete--table-subvert): Quote and unquote the text.
6257 (pcomplete--common-quoted-suffix): New function.
6258 (pcomplete-std-complete): Use it and pcomplete-begin.
6259
6260 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6261 we're inside a dedicated or minibuffer window.
6262
6263 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6264
6265 * bookmark.el: Update documentation, especially documentation
6266 of `bookmark-alist' and of the bookmark file format.
6267 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6268
6269 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6270
6271 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6272 keybindings apply to the mail buffer (Bug#4003). Shrink help
6273 window to buffer.
6274
6275 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6276 (global-whitespace-mode, global-whitespace-newline-mode)
6277 (whitespace-toggle-options, global-whitespace-toggle-options):
6278 Doc fix (Bug#3660).
6279
6280 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6281 of xmltok-start before the end tag was inserted (Bug#2840).
6282
6283 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6284 patterns that are preceded by an open-paren (Bug#1320).
6285
6286 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6287
6288 * files.el (delete-directory): Delete symlinks to directories with
6289 delete-file (Bug#4739).
6290
6291 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6292
6293 * vc.el (vc-backend-for-registration): Rename from
6294 vc-get-backend-for-registration. Update callers.
6295
6296 * international/mule-cmds.el (set-language-info-alist):
6297 Purecopy lang-env.
6298 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6299 (charset): Purecopy the name.
6300 (define-char-code-property): Purecopy string arguments.
6301
6302 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6303 Purecopy string arguments.
6304
6305 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6306 * ediff-hook.el (menu-bar-ediff-menu):
6307 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6308 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6309
6310 2009-10-24 Glenn Morris <rgm@gnu.org>
6311
6312 * comint.el (comint-dynamic-list-completions):
6313 * term.el (term-dynamic-list-completions): Use choose-completion rather
6314 than obsolete alias mouse-choose-completion.
6315
6316 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6317 file-cache-choose-completion.
6318 (file-cache-choose-completion): Handle an optional event argument.
6319 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6320
6321 * progmodes/octave-mod.el (octave-complete-symbol):
6322 Use choose-completion if mouse-choose-completion is ever removed.
6323
6324 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6325 use.
6326
6327 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6328 compiler.
6329
6330 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6331
6332 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6335 Ignore `pred' now that we receive one.
6336 Handle test-completion specially.
6337
6338 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6339
6340 * vc.el (vc-responsible-backend): Throw an error if not backend is
6341 found. Remove the REGISTER argument. Move the code dealing with
6342 REGISTER ...
6343 (vc-get-backend-for-registration): ... here. New function.
6344 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6345 of vc-responsible-backend, pass the file name instead of the
6346 directory name.
6347
6348 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6349
6350 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6351 New funs.
6352 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6353 (pcomplete-comint-setup): Don't modify a global var via
6354 accidental side-effects.
6355 (pcomplete-shell-setup): Adjust call accordingly.
6356 (pcomplete-parse-comint-arguments): Use push.
6357
6358 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6359
6360 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6361 Allow uncapitalized info node names (Bug#3921).
6362
6363 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6364 to the DEBUG file (Bug#3781).
6365
6366 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6367
6368 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6369 dictionary entry (Bug#4579).
6370
6371 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6372
6373 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6374 from `rfn-eshadow-update-overlay-hook' when unloading.
6375 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6376 "rsyncc". Adjust doc string.
6377 (tramp-temp-buffer-file-name): New buffer-local defvar.
6378 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6379 Keep temporary file when indicated by method ("rsync" and
6380 "rsyncc").
6381 (tramp-handle-write-region): Handle APPEND.
6382 (tramp-delete-temp-file-function): New defun. Added to
6383 `kill-buffer-hook'.
6384
6385 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6386
6387 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6388
6389 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6390
6391 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6392 (color-name-rgb-alist, tty-standard-colors)
6393 (tty-color-mode-alist): Change to defconst.
6394
6395 * simple.el (mark-inactive): Purecopy message.
6396
6397 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6398 (global-map, yank-menu):
6399 * textmodes/ispell.el (ispell-menu-map):
6400 * net/eudc.el (eudc-tools-menu):
6401 * international/mule-cmds.el (describe-language-environment-map)
6402 (setup-language-environment-map, set-coding-system-map)
6403 (mule-menu-keymap):
6404 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6405 * replace.el (occur-mode-map):
6406 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6407
6408 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6409
6410 * calc/calc.el (math-read-number, math-read-number-simple): Use
6411 `save-match-data'.
6412
6413 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6416 rather than fiddling with global-map bindings, since it should only
6417 affect per-terminal settings.
6418 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6419
6420 * minibuffer.el (completion-table-with-terminator): Allow to specify
6421 the terminator-regexp.
6422
6423 * simple.el (switch-to-completions): Look for *Completions* in other
6424 frames as well.
6425
6426 * pcomplete.el: Allow the use of completion-tables.
6427 (pcomplete-std-complete): New command.
6428 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6429 (pcomplete--here): Use a function for `form' rather than an expression,
6430 so it can be byte-compiled.
6431 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6432 Add edebug declaration.
6433 (pcomplete-show-completions): Remove unused var `curbuf'.
6434 (pcomplete-do-complete, pcomplete-stub):
6435 Don't assume `completions' is a list of strings any more.
6436
6437 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6438
6439 * find-dired.el (find-name-arg): Fix typo in docstring.
6440
6441 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6444 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6445
6446 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6447 pcomplete-entries.
6448
6449 * comint.el (comint-read-input-ring, comint-write-input-ring)
6450 (comint-substitute-in-file-name)
6451 (comint-dynamic-complete-as-filename)
6452 (comint-dynamic-simple-complete)
6453 (comint-dynamic-list-filename-completions)
6454 (comint-dynamic-list-completions)
6455 (comint-redirect-results-list-from-process): Minor simplifications.
6456
6457 2009-10-21 Kevin Ryde <user42@zip.com.au>
6458
6459 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6460 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6461 the first form. And insert a blank line after ";;; Code" since
6462 that's usual style. (Bug#4612)
6463
6464 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6465
6466 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * minibuffer.el (completion-table-with-terminator): Properly implement
6469 boundaries, in case `terminator' appears in the suffix.
6470 (completion--embedded-envvar-table): Don't return boundaries if
6471 there's no valid completion. Simplify.
6472 (completion-file-name-table): New completion table extracted from
6473 completion--file-name-table.
6474 (completion--file-name-table): Use it.
6475 (read-file-name-predicate): Declare obsolete.
6476 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6477 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6478 completion-file-name-table, and use the `pred' argument.
6479 * files.el (locate-file-completion-table): Use the `pred' arg rather
6480 than read-file-name-predicate.
6481 (abbreviate-file-name): Use \` rather than ^ for BOS.
6482
6483 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6486 vc-responsible-backend to register, it causes problems.
6487
6488 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6491
6492 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6493
6494 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6495 (tramp-smb-handle-file-attributes): Use it.
6496 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6497 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6498 `mapcar'. Use `tramp-smb-get-stat-capability'.
6499 Add `dired-filename' text properties.
6500 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6501 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6502 version.
6503
6504 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * subr.el (read-key-delay): Reduce to 0.01.
6507 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6508 (bug#4751).
6509
6510 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6511
6512 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6513
6514 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6515 (Info-menu): Remove unused vars `last' and `completions'.
6516 (Info-index-nodes): Remove unused var `node'.
6517
6518 * info.el (Info-complete-menu-item): Use complete-with-action.
6519
6520 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6521
6522 Make vc-annotate work through copies and renames.
6523 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6524 Return the file name too.
6525 (vc-annotate-revision-at-line)
6526 (vc-annotate-find-revision-at-line)
6527 (vc-annotate-revision-previous-to-line)
6528 (vc-annotate-show-log-revision-at-line): Update to get the file
6529 name from vc-annotate-extract-revision-at-line.
6530 (vc-annotate-show-diff-revision-at-line-internal): Change the
6531 argument to mean whether to show a file diff or not. Get the file
6532 name from vc-annotate-extract-revision-at-line.
6533 (vc-annotate-show-diff-revision-at-line):
6534 Update vc-annotate-show-diff-revision-at-line call.
6535 (vc-annotate-warp-revision): Add an optional file argument.
6536
6537 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6538 (vc-git-annotate-extract-revision-at-line): Also return the file
6539 name if found.
6540
6541 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6542 command. Remove unused code.
6543 (vc-hg-annotate-re): Update to match --follow output.
6544 (vc-hg-annotate-extract-revision-at-line): Also return the file
6545 name if found.
6546
6547 * vc.el: Update annotate-extract-revision-at-line documentation.
6548
6549 2009-10-18 Kevin Ryde <user42@zip.com.au>
6550
6551 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6552 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6553
6554 * net/browse-url.el (browse-url): Identify alist with "consp and
6555 not functionp" and let all other things go down the `apply' leg,
6556 as suggested by Stefan. (Further to bug#4531.)
6557
6558 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * minibuffer.el (read-file-name): Check for repeat before putting
6561 a default argument in file-name-history (Bug#4657).
6562
6563 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6564 read syntax (Bug#4737).
6565
6566 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6567
6568 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6569
6570 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6571 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6572 entries and make note of obsolete tags.
6573
6574 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6577
6578 2009-10-18 Glenn Morris <rgm@gnu.org>
6579
6580 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6581 grep, so that binary files (eg international/uni-bidi.el) can match.
6582 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6583 now, and in any case the file header format has changed.
6584
6585 2009-10-17 Glenn Morris <rgm@gnu.org>
6586
6587 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6588 (flyspell-get-word, flyspell-large-region)
6589 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6590
6591 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6592
6593 * Makefile.in (ELCFILES): Add ede/shell.
6594
6595 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 * term/common-win.el (x-colors): Purecopy it.
6598
6599 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6602 permissive for when the buffer is empty.
6603 (tar-header-block-tokenize): Decode the username and groupname.
6604 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6605
6606 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * international/mule-cmds.el (select-safe-coding-system): If the file
6609 has a coding cookie, use it regardless of any other setting (bug#4712).
6610
6611 2009-10-17 Glenn Morris <rgm@gnu.org>
6612
6613 * foldout.el (foldout-mouse-swallow-events):
6614 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6615
6616 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6617 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6618 (dired-keep-marker-symlink, dired-dwim-target)
6619 (dired-copy-preserve-time): Do not autoload these defcustoms.
6620
6621 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6622 messages from messing up the file coding. (Bug#4623)
6623
6624 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6625
6626 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6627 if no match is found for the current dictionary. (Bug#4578)
6628
6629 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6630 optional, since that is how it is documented, and this is often called
6631 with a nil argument. (Bug#4577)
6632 (flyspell-external-point-words, flyspell-auto-correct-word)
6633 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6634 (flyspell-word-search-backward): Remove nil argument in calls to
6635 flyspell-get-word, since it is not needed now.
6636
6637 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6638
6639 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6640
6641 2009-10-16 Glenn Morris <rgm@gnu.org>
6642
6643 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6644
6645 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6646
6647 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6648 (ange-ftp-file-size): New function.
6649 (ange-ftp-file-attributes): Use it.
6650
6651 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6652
6653 * net/tramp-smb.el (tramp-smb-version): New defvar.
6654 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6655 repeated checks.
6656
6657 2009-10-16 Glenn Morris <rgm@gnu.org>
6658
6659 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6660 Maybe copy some custom properties from old to new name. (Bug#4706)
6661
6662 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6663
6664 * subr.el (error, sit-for, start-process-shell-command)
6665 (start-file-process-shell-command): Set the calling convention
6666 after the function definition.
6667
6668 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * subr.el (error, sit-for, start-process-shell-command)
6671 (start-file-process-shell-command): Use the new
6672 set-advertised-calling-convention feature.
6673
6674 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6675
6676 * international/ucs-normalize.el (ucs-normalize-version):
6677 Change to 1.2.
6678 (check-range): Adjust for Unicode 5.2.
6679
6680 2009-10-15 Juri Linkov <juri@jurta.org>
6681
6682 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6683 to the `menu-item' format.
6684
6685 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6686
6687 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6688 if the environment variable does not exist.
6689
6690 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6691 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6692 parameter.
6693 (tramp-smb-handle-add-name-to-file)
6694 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6695 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6696 (tramp-smb-handle-file-attributes)
6697 (tramp-smb-do-file-attributes-with-stat)
6698 (tramp-smb-handle-file-local-copy)
6699 (tramp-smb-handle-insert-directory)
6700 (tramp-smb-handle-make-directory)
6701 (tramp-smb-handle-make-directory-internal)
6702 (tramp-smb-handle-make-symbolic-link)
6703 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6704 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6705 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6706 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6707 Handle long file names.
6708 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6709 process is running.
6710 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6711 Read share names with "-g" option.
6712
6713 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6714
6715 * net/rcirc.el (rcirc-view-log-file): New command.
6716 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6717 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6718 specified.
6719
6720 2009-10-15 Glenn Morris <rgm@gnu.org>
6721
6722 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6723 from the second command-line argument.
6724 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6725 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6726 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6727 w32-batch-update-autoloads.
6728 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6729 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6730
6731 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6732 the headers cannot be located. Simplify, subtracting superflous
6733 save-excursions.
6734
6735 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 Replace completion-base-size by completion-base-position to fix bugs
6738 such as (bug#4699).
6739 * simple.el (completion-base-position): New var.
6740 (completion-base-size): Mark as obsolete.
6741 (choose-completion): Make it work for mouse events as well.
6742 Pass the new base-position to choose-completion-string.
6743 (choose-completion-guess-base-position): New function, extracted from
6744 choose-completion-delete-max-match.
6745 (choose-completion-delete-max-match): Use it. Make obsolete.
6746 (choose-completion-string): Use the new base-position info.
6747 (completion-root-regexp): Delete.
6748 (completion-setup-function): Preserve completion-base-position.
6749 Eliminate obsolete base-size manipulation.
6750 * minibuffer.el (display-completion-list): Don't mess with base-size.
6751 (minibuffer-completion-help): Set completion-base-position instead.
6752 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6753 choose-completion.
6754 * textmodes/bibtex.el (bibtex-complete):
6755 * emacs-lisp/crm.el (crm--choose-completion-string):
6756 Adjust to new calling convention.
6757 * complete.el (partial-completion-mode): Use minibufferp to avoid
6758 bumping into incompatible change to choose-completion-string-functions.
6759 * ido.el (ido-choose-completion-string): Make its calling convention
6760 more permissive.
6761 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6762 base-size manipulation.
6763 (comint-dynamic-list-input-ring): Use dotimes and push.
6764 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6765 fundamental-mode. Use `or'.
6766
6767 2009-10-14 Juri Linkov <juri@jurta.org>
6768
6769 * misearch.el (multi-isearch-next-buffer-from-list)
6770 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6771
6772 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6775 `bytecomp.el'.
6776
6777 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6778 string we return is all made up of text from the completions rather
6779 than part from the completions and part from the input (bug#4219).
6780
6781 * ido.el (ido-everywhere): Use define-minor-mode.
6782
6783 * buff-menu.el (list-buffers, ctl-x-map):
6784 Mark the entry points with ;;;###autoload cookies.
6785
6786 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6787
6788 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6789 correctly in the detached head case.
6790 (vc-git-print-log): Remove unused binding.
6791
6792 * vc.el (vc-responsible-backend): When a directory is passed for
6793 for registration create a VC repository if no backend is
6794 responsible for the directory argument.
6795 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6796
6797 * vc.el: Move comments about RCS and SCCS ...
6798 * vc-rcs.el:
6799 * vc-sccs.el: ... here, respectively.
6800
6801 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * minibuffer.el (completion--file-name-table): Return nil if there's
6804 no file completion, even if substitute-in-file-name changed
6805 the string (bug#4708).
6806
6807 2009-10-13 Juri Linkov <juri@jurta.org>
6808
6809 * files-x.el (read-file-local-variable-value): Don't filter out
6810 minor modes from mode name completion (bug#4664).
6811
6812 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6813
6814 * international/mule-cmds.el (ucs-names): Remove exclusion of
6815 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6816
6817 2009-10-13 Kenichi Handa <handa@m17n.org>
6818
6819 * international/uni-name.el: Regenerated.
6820
6821 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6824 should be automatically buffer-local, but isn't.)
6825
6826 2009-10-12 Sam Steingold <sds@gnu.org>
6827
6828 * progmodes/compile.el (compilation-next-error-function): Fix the
6829 timestamps if the buffer has been visited before.
6830 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6831 non-anchored patterns, like the perl one (bug#3928).
6832
6833 2009-10-12 Glenn Morris <rgm@gnu.org>
6834
6835 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6836 Let-bind `size'.
6837
6838 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * proced.el (proced-unload-function): New function.
6841
6842 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6843 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6844 Doc fix.
6845
6846 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6847
6848 2009-10-11 Juri Linkov <juri@jurta.org>
6849
6850 * files-x.el (read-file-local-variable-value):
6851 Provide default value only for bound variables (bug#4664).
6852
6853 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6854
6855 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6856 connection methods like smb.
6857
6858 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6859 can be empty.
6860
6861 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6862 (tramp-smb-file-name-handler-alist): Add handlers for
6863 `add-name-to-file', `make-symbolic-link'.
6864 (tramp-smb-handle-add-name-to-file)
6865 (tramp-smb-do-file-attributes-with-stat)
6866 (tramp-smb-handle-make-symbolic-link)
6867 (tramp-smb-get-cifs-capabilities): New defuns.
6868 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6869 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6870 (tramp-smb-handle-file-local-copy)
6871 (tramp-smb-handle-make-directory-internal)
6872 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6873 The file name syntax depends on cifs capabilities.
6874 (tramp-smb-handle-file-attributes):
6875 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6876 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6877 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6878
6879 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6880
6881 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6882 (eieio-defclass): Apply deftype handler and setf-method properties
6883 directly.
6884 (eieio-add-new-slot): Avoid union function from cl library.
6885 (eieio--typep): New function.
6886 (eieio-perform-slot-validation): Use it.
6887
6888 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6889
6890 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6891 Update documentation to refer to the variables documented in r1.135.
6892 (Bug#4188)
6893
6894 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6895
6896 * bookmark.el (Info-suffix-list): Remove this unused variable.
6897 (bookmark-current-point): Remove this obsolete variable.
6898 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6899 Adjust for removal of bookmark-current-point.
6900
6901 (bookmarks-already-loaded, bookmark-current-buffer)
6902 (bookmark-yank-point): Document. (Bug#4188)
6903
6904 2009-10-10 Glenn Morris <rgm@gnu.org>
6905
6906 * frame.el (frame-height): Doc fix.
6907
6908 * calendar/calendar.el (calendar-split-width-threshold): New option.
6909 (calendar-basic-setup): Use calendar-split-width-threshold.
6910
6911 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6912
6913 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6914 Ideographic Supplement" range (U+1F200..U+1F2FF).
6915
6916 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6917
6918 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6919 since the list will have been rebuilt anyway. (Bug#4349)
6920
6921 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6922
6923 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6924 (bookmark-bmenu-execute-deletions): Don't save here, as
6925 bookmark-delete will now do so if necessary.
6926 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6927 (Bug#4348)
6928
6929 2009-10-09 Glenn Morris <rgm@gnu.org>
6930
6931 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6932
6933 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6934
6935 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6936 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6937 argument now, so the two function's behaviors will match. (Bug#3645)
6938
6939 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6940
6941 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6942 (tramp-file-name-real-host, tramp-file-name-port):
6943 Apply `save-match-data'.
6944
6945 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6946 case both directories are remote.
6947 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6948 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6949
6950 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6951
6952 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6953
6954 2009-10-07 Glenn Morris <rgm@gnu.org>
6955
6956 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6957 of concat.
6958
6959 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * files-x.el (read-file-local-variable): Include some
6962 non-user-variables in the completion table (bug#4664).
6963
6964 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6965
6966 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6967 message.
6968
6969 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6970 (tramp-smb-file-name-handler-alist): Add handler for
6971 `copy-directory', `expand-file-name', `set-file-modes'.
6972 (tramp-smb-handle-copy-directory)
6973 (tramp-smb-handle-expand-file-name)
6974 (tramp-smb-handle-set-file-modes): New defuns.
6975 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6976 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6977 entry.
6978 (tramp-smb-handle-insert-directory): Don't flush the cache.
6979 (tramp-smb-maybe-open-connection): Check for samba client and
6980 server versions.
6981
6982 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6983
6984 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6985 to not error out of search for "^lisp=" fails.
6986
6987 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * makefile.w32-in (WINS_UPDATES): New macro.
6990 (custom-deps, finder-data, autoloads): Use it.
6991
6992 2009-10-07 Glenn Morris <rgm@gnu.org>
6993
6994 * Makefile.in (autoloads): Revert previous change.
6995 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6996 the list of preloaded files passed on the command-line, get
6997 it from src/Makefile.
6998
6999 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7000 show the original buffer rather than a random one.
7001
7002 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7003
7004 * help.el (describe-no-warranty): Place point in a slightly better
7005 position in the GPLv3 text.
7006
7007 2009-10-06 Sam Steingold <sds@gnu.org>
7008
7009 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7010 the comm attribute is present before calling regexp-quote.
7011
7012 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7013
7014 * play/animate.el (animate-string): For good effect, make sure
7015 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7016
7017 * play/animate.el (animate-sequence, animate-birthday-present):
7018 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7019
7020 2009-10-06 Glenn Morris <rgm@gnu.org>
7021
7022 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7023
7024 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7025 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7026 (batch-update-autoloads): Process a string value of autoload-excludes,
7027 set during the build process.
7028 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7029
7030 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7031 inside with-parsed... macro so that `v' is defined.
7032
7033 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7034 * progmodes/fortran.el (fortran-end-of-block)
7035 (fortran-beginning-of-block):
7036 Also push mark in the macro case.
7037
7038 * emerge.el (emerge-show-file-name):
7039 * calc/calc.el (calc-quit):
7040 * calc/calc-misc.el (calc-big-or-small):
7041 * calc/calc-graph.el (calc-graph-view):
7042 * calc/calc-ext.el (calc-reset):
7043 * calendar/calendar.el (calendar-basic-setup):
7044 Use window-full-height-p.
7045
7046 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7047 header we don't understand, don't insert another. (Bug#4624)
7048 If changing mime charset, insert the new one in the right place.
7049
7050 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7051
7052 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7053 (cal-tex-cursor-month): Correctly increment the end date for diary and
7054 holiday listing. (Bug#4626)
7055
7056 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * help-fns.el (describe-function-1): Don't burp if the function is not
7059 a symbol.
7060
7061 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7062
7063 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7064 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7065 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7066 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7067
7068 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7069 (eieio-default-superclass): Reflow docstrings.
7070 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7071 (eieio-unbind-method-implementations, defmethod)
7072 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7073 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7074 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7075 (eieio-slot-originating-class-p, eieio-slot-name-index)
7076 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7077 (constructor, initialize-instance, no-next-method, object-print)
7078 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7079 Fix typos in docstrings.
7080 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7081 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7082 (next-method-p): Doc fixes.
7083 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7084 Fix typos in error messages.
7085 (eieio-defmethod): Fix typo in description of generic method.
7086
7087 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7088 (eieio-persistent-save-interactive, slot-missing):
7089 Fix typos in docstrings.
7090 (eieio-instance-inheritor-slot-boundp): Doc fix.
7091
7092 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7093 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7094
7095 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7096 (eieio-custom-object-apply-reset):
7097 Fix typos in docstrings and error messages.
7098
7099 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7100 Fix typo in docstring.
7101
7102 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7103 (eieio-browse-tree): Doc fix.
7104 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7105 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7106 Fix typos in docstrings.
7107
7108 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7109 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7110 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7111 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7112 Reflow docstrings.
7113
7114 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7115
7116 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7117 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7118 Set log-view-vc-backend so that diff can work.
7119
7120 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7121 vc-version-diff.
7122 (vc-diff-internal): Autoload this instead of vc-version-diff.
7123
7124 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7125
7126 * simple.el (eval-expression): Doc fix.
7127
7128 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7129
7130 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7131
7132 * files.el (directory-files-no-dot-files-regexp): New defconst.
7133 (delete-directory): Use it.
7134 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7135
7136 * net/tramp.el (tramp-verbose): Fix docstring.
7137 (tramp-methods): Add recursive option to `tramp-copy-args'.
7138 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7139 "scp1_old", "scp2_old", "rsync", "rsyncc".
7140 (tramp-default-method): Check also for `auth-source-user-or-password'.
7141 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7142 Add handler for `copy-directory'.
7143 (tramp-handle-copy-directory): New defun.
7144 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7145 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7146 Optimize sent command.
7147
7148 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7151 window if necessary.
7152
7153 * calendar/calendar.el (calendar-basic-setup): Don't call
7154 switch-to-buffer in a dedicated window.
7155
7156 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7157
7158 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7159 don't do anything related to relocating, just return nil.
7160 (bookmark-error-no-filename): New error.
7161 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7162 bookmark has no file. Don't even attempt to handle things that
7163 are not files; the whole point of custom handlers is to keep that
7164 knowledge elsewhere anyway. Tighten some comments.
7165 (bookmark-file-or-variation-thereof): Remove now-unused function.
7166 (bookmark-location): Doc string fix.
7167 (Bug#4250)
7168
7169 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7170
7171 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7172 don't use a file dialog, because they usually don't know how to read
7173 a directory target from the user. (Bug#4230)
7174 Also, make sure the prompt can display directories as well as files.
7175
7176 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7177
7178 * bookmark.el (bookmark-set, bookmark-buffer-name):
7179 Improve doc strings. (Bug#1193)
7180
7181 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7182
7183 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7184 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7185 (bookmark-get-annotation, bookmark-set-annotation)
7186 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7187 (bookmark-set-position, bookmark-get-front-context-string)
7188 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7189 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7190 (bookmark-jump-other-window, bookmark-handle-bookmark)
7191 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7192 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7193 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7194 Improve doc strings to say whether bookmark can be a string or
7195 a record or both, and make other consistency and clarity fixes.
7196 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7197 (bookmark-default-annotation-text, bookmark-yank-word)
7198 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7199 (bookmark-import-new-list, bookmark-maybe-rename)
7200 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7201 (bookmark-bmenu-bookmark): Give these doc strings.
7202 (bookmark-bmenu-check-position): Give this a doc string, but also
7203 add a FIXME comment about how the function may be pointless.
7204 (bookmark-default-handler): Rework doc string and change a
7205 parameter name, to clarify that this takes a bookmark record
7206 not a bookmark name.
7207 (bookmark-set): Change a parameter name to indicate its meaning,
7208 and improve the doc string a bit.
7209 (Bug#4188)
7210
7211 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7212
7213 * bookmark.el (bookmark-alist): Document the new `handler' element
7214 in the param alist.
7215 (bookmark-make-record-function): Adjust documentation for above.
7216 (Bug#4193)
7217
7218 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7219
7220 * info.el (Info-bookmark-make-record): Document this function.
7221 (Info-bookmark-jump): Document with a doc string, not just a comment.
7222 (Bug#4203)
7223
7224 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7225
7226 * files.el (copy-directory): New defun.
7227
7228 * dired-aux.el (dired-copy-file-recursive): Use it.
7229
7230 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7231
7232 * files-x.el (modify-dir-local-variable)
7233 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7234 docstrings.
7235
7236 * recentf.el (recentf-unload-function): New function.
7237
7238 2009-10-04 Glenn Morris <rgm@gnu.org>
7239
7240 * window.el (window-full-height-p): Add doc string.
7241
7242 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7243
7244 * window.el (window-full-height-p): New function. (Bug#4543)
7245
7246 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7247
7248 * vc.el: Remove commented out code.
7249 (vc-derived-from-dir-mode): Remove, unused.
7250 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7251
7252 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7253
7254 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7255 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7256 there could be recursive loading when `default-directory' is a
7257 remote file name. (Bug#4614)
7258
7259 2009-10-03 Glenn Morris <rgm@gnu.org>
7260
7261 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7262 the frame is wide.
7263 (calendar-generate-window): Test for shrinkability rather than width.
7264
7265 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7266 reusing existing buffers, in case we happen to visit two files with the
7267 same basename. (Bug#4593)
7268
7269 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7270
7271 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7272 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7273 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7274 subdirs of cedet as well.
7275 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7276
7277 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7280 Obey advertised-signature-table.
7281
7282 * help-fns.el (help-function-arglist): Don't check
7283 advertised-signature-table.
7284 (describe-function-1): Do it here instead so it also applies to subrs.
7285
7286 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7287
7288 * simple.el (start-file-process): Say in the doc-string, that file
7289 handlers might not support pty association, if PROGRAM is nil.
7290
7291 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7292 HOST and USER are strings. They are nil, when there are
7293 incomplete entries in ~/.netrc, for example.
7294 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7295 root directory ("device busy" error otherwise).
7296
7297 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7298 Flush file properties of created directory.
7299
7300 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7301
7302 * makefile.w32-in (WINS_BASIC): Remove cedet.
7303 (WINS_CEDET): Add cedet.
7304 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7305
7306 2009-10-02 Kevin Ryde <user42@zip.com.au>
7307
7308 * net/browse-url.el (browse-url): Pass any symbol in
7309 browse-url-browser-function to `apply', since if you've mistakenly put
7310 an unbound symbol then the error is clearer. (Bug#4531)
7311
7312 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7313
7314 * allout.el (allout-init, allout-back-to-current-heading)
7315 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7316 (allout-ascend, allout-up-current-level, allout-end-of-level)
7317 (allout-previous-visible-heading, allout-forward-current-level)
7318 (allout-backward-current-level, allout-show-children):
7319 * apropos.el (apropos-describe-plist):
7320 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7321 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7322 * completion.el (add-completion, add-permanent-completion):
7323 * descr-text.el (describe-text-category, describe-char):
7324 * desktop.el (desktop-lazy-abort):
7325 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7326 * dired.el (dired-build-subdir-alist):
7327 * ediff.el (ediff-version):
7328 * elide-head.el (elide-head, elide-head-show):
7329 * emerge.el (emerge-version):
7330 * env.el (getenv):
7331 * face-remap.el (variable-pitch-mode):
7332 * faces.el (describe-face):
7333 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7334 (dired-at-point):
7335 * files.el (find-file-existing, auto-save-mode):
7336 * font-lock.el (font-lock-fontify-buffer):
7337 * help-fns.el (describe-function, describe-variable)
7338 (describe-syntax, describe-categories):
7339 * help.el (view-lossage, describe-bindings, describe-key)
7340 (describe-mode):
7341 * hexl.el (hexl-current-address):
7342 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7343 * info.el (Info-goto-emacs-key-command-node):
7344 * log-edit.el (log-edit-insert-cvs-template)
7345 (log-edit-insert-cvs-rcstemplate):
7346 * menu-bar.el (menu-bar-mode):
7347 * mouse.el (mouse-appearance-menu):
7348 * newcomment.el (comment-indent-new-line):
7349 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7350 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7351 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7352 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7353 * recentf.el (recentf-mode):
7354 * savehist.el (savehist-mode, savehist-save):
7355 * shadowfile.el (shadow-copy-files):
7356 * simple.el (kill-ring-save, next-line, previous-line)
7357 (normal-erase-is-backspace-mode):
7358 * strokes.el (strokes-update-window-configuration)
7359 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7360 (strokes-xpm-for-stroke):
7361 * time.el (emacs-uptime, emacs-init-time):
7362 * tutorial.el (tutorial--describe-nonstandard-key)
7363 (tutorial--detailed-help):
7364 * type-break.el (type-break-mode)
7365 (type-break-mode-line-message-mode, type-break-query-mode)
7366 (type-break-guesstimate-keystroke-threshold):
7367 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7368 * version.el (emacs-version):
7369 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7370 * winner.el (winner-mode):
7371 * calendar/timeclock.el (timeclock-in, timeclock-out)
7372 (timeclock-status-string, timeclock-change)
7373 (timeclock-workday-remaining-string)
7374 (timeclock-workday-elapsed-string)
7375 (timeclock-when-to-leave-string):
7376 * calendar/todo-mode.el (todo-add-category):
7377 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7378 * emacs-lisp/autoload.el (update-file-autoloads):
7379 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7380 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7381 (checkdoc-message-text, checkdoc-defun):
7382 * emacs-lisp/debug.el (debugger-list-functions):
7383 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7384 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7385 (eieio-describe-generic):
7386 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7387 * emacs-lisp/shadow.el (list-load-path-shadows):
7388 * emulation/cua-base.el (cua-mode):
7389 * emulation/edt.el (edt-set-scroll-margins):
7390 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7391 (tpu-toggle-regexp, tpu-toggle-search-direction)
7392 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7393 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7394 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7395 (viper-set-parsing-style-toggling-macro)
7396 (viper-set-emacs-state-searchstyle-macros):
7397 * emulation/viper.el (viper-set-hooks):
7398 * eshell/esh-mode.el (eshell-truncate-buffer):
7399 * international/mule-cmds.el (prefer-coding-system)
7400 (describe-input-method, describe-language-environment):
7401 * international/mule-diag.el (list-character-sets)
7402 (describe-character-set, describe-coding-system)
7403 (describe-fontset, list-fontsets, list-input-methods):
7404 * mail/sendmail.el (mail-signature):
7405 * net/ange-ftp.el (ange-ftp-copy-file):
7406 * net/browse-url.el (browse-url):
7407 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7408 * net/quickurl.el (quickurl-add-url):
7409 * net/rcirc.el (names, topic):
7410 * net/xesam.el (xesam-mode):
7411 * play/5x5.el (5x5-new-game):
7412 * play/yow.el (apropos-zippy):
7413 * progmodes/ada-mode.el (ada-mode-version):
7414 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7415 (f90-end-of-block)
7416 (f90-beginning-of-block):
7417 * progmodes/fortran.el (fortran-end-of-block)
7418 (fortran-beginning-of-block):
7419 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7420 * progmodes/python.el (python-describe-symbol, python-shell):
7421 * term/ns-win.el (ns-print-buffer):
7422 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7423 * textmodes/flyspell.el (flyspell-mode-on):
7424 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7425 (pages-directory-for-addresses):
7426 * textmodes/table.el (table-recognize-cell)
7427 (table-query-dimension, table-generate-source)
7428 (table-insert-sequence, table--warn-incompatibility):
7429 * textmodes/tex-mode.el (tex-validate-buffer):
7430 * textmodes/texinfmt.el (texinfmt-version)
7431 (texinfo-format-buffer):
7432 Use `called-interactively-p' instead of `interactive-p'.
7433
7434 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7435
7436 * image-mode.el (image-toggle-display):
7437 * emacs-lisp/elp.el (elp-instrument-function):
7438 * emacs-lisp/advice.el (ad-make-advised-definition):
7439 * emacs-lisp/easy-mmode.el (define-minor-mode):
7440 * net/browse-url.el (browse-url-maybe-new-window):
7441 * progmodes/sh-script.el (sh-learn-buffer-indent):
7442 Pass new argument 'any to `called-interactively-p'.
7443
7444 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7445
7446 * international/uni-bidi.el:
7447 * international/uni-category.el:
7448 * international/uni-combining.el:
7449 * international/uni-comment.el:
7450 * international/uni-decimal.el:
7451 * international/uni-decomposition.el:
7452 * international/uni-digit.el:
7453 * international/uni-lowercase.el:
7454 * international/uni-mirrored.el:
7455 * international/uni-name.el:
7456 * international/uni-numeric.el:
7457 * international/uni-old-name.el:
7458 * international/uni-titlecase.el:
7459 * international/uni-uppercase.el:
7460 Regenerate from Unicode 5.2.0 data.
7461
7462 2009-10-01 Glenn Morris <rgm@gnu.org>
7463
7464 * Makefile.in (ELCFILES): Regenerate.
7465
7466 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * subr.el (interactive-p): Mark obsolete.
7469 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7470 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7471 advertised-signature-table for subroutines as well.
7472
7473 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7474 (set-advertised-calling-convention): New function.
7475 (make-obsolete, define-obsolete-function-alias)
7476 (make-obsolete-variable, define-obsolete-variable-alias):
7477 Make the optional-ness of `when' obsolete.
7478 (define-obsolete-face-alias): Make `when' non-optional.
7479 * help-fns.el (help-function-arglist):
7480 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7481 Use advertised-signature-table.
7482
7483 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * files.el (delete-directory): New defun. The original function
7486 in fileio.c has been renamed to `delete-directory-internal'.
7487
7488 * dired.el (dired-delete-file): Call `delete-directory' with
7489 RECURSIVE parameter.
7490
7491 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7492 parameter RECURSIVE. Implementation is missing.
7493
7494 * net/tramp.el (tramp-handle-make-directory): Flush upper
7495 directory's file properties.
7496 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7497 (tramp-handle-dired-recursive-delete-directory): Flush directory
7498 properties after the remove command only.
7499
7500 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7501 Handle optional parameter RECURSIVE.
7502
7503 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7504 Handle optional parameter RECURSIVE.
7505
7506 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7507 connection timeout.
7508 (tramp-smb-handle-delete-directory): Handle optional parameter
7509 RECURSIVE.
7510
7511 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7514 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7515 (byte-compile-defmacro): Use backquotes.
7516
7517 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7518
7519 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7520 has no associated file.
7521 (vc-resynch-buffer): Use vc-dir-buffers.
7522
7523 2009-10-01 Glenn Morris <rgm@gnu.org>
7524
7525 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7526 (chart-file-count):
7527 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7528 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7529 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7530 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7531 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7532 (eieio-copy-parents-into-subclass, make-instance, class-children)
7533 (eieio-generic-form):
7534
7535 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7536 match-data. (Bug#4555).
7537
7538 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7539 rather than parsing it as a regexp. This relaxes the layout
7540 requirements and makes errors easier to detect.
7541 (check-declare-verify): Check file is regular.
7542 (check-declare-directory): Doc fix.
7543 * subr.el (declare-function): Doc fix.
7544
7545 * ibuffer.el (ibuffer-format-qualifier):
7546 * isearch.el (hi-lock-regexp-okay):
7547 * calc/calc.el (math-zerop):
7548 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7549 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7550 Remove unused declarations.
7551
7552 2009-09-30 Glenn Morris <rgm@gnu.org>
7553
7554 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7555
7556 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7557 filename is not a string.
7558
7559 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * files.el (safe-local-eval-forms): Fix typo.
7562
7563 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * vc-hooks.el (vc-dir-buffers): New var.
7566 (vc-state-refresh): New function.
7567 (vc-state): Use it.
7568 (vc-after-save): Always ask the backend to recompute the new state.
7569 Always call vc-dir if necessary, using vc-dir-buffers.
7570 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7571 Use vc-dir-buffers.
7572 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7573 (vc-dir-prepare-status-buffer, vc-dir-update)
7574 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7575 Don't call expand-file-name on default-directory.
7576
7577 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7578
7579 * speedbar.el (speedbar-item-delete):
7580 * calc/calc-prog.el (calc-kbd-if):
7581 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7582
7583 * epa.el (epa-key-list-mode-map):
7584 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7585
7586 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7587 (hs-show-hook): Fix typo in docstring.
7588
7589 2009-09-29 Glenn Morris <rgm@gnu.org>
7590
7591 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7592 file-name-nondirectory call preventing location of cedet files.
7593 (check-declare-verify): Use literal search rather than re-search.
7594 Add basic defmethod and defclass, and define-overloadable-function.
7595
7596 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7597 Use tramp-compat-file-attributes rather than nonexistent
7598 tramp-compat-handle-file-attributes.
7599
7600 * Makefile.in (lisptagsfiles4): New.
7601 (AUTOGENEL): Add cedet loaddefs files.
7602 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7603 (update-elclist, compile-always, backup-compiled-files)
7604 (bootstrap-clean): Add yet another directory level.
7605 (update-elclist): Use LC_COLLATE rather than COLLATE.
7606 (ELCFILES): Update, via `make update-elclist'.
7607
7608 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7611 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7612 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7613
7614 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7615
7616 * Makefile.in (lisptagsfiles3): Define.
7617 (TAGS, TAGS-LISP): Use it.
7618 (update-elclist): Add third directory level to look for elc files.
7619 (compile-always): Likewise.
7620 (backup-compiled-files): Likewise.
7621 (bootstrap-clean): Likewise.
7622 (ELCFILES): Update.
7623
7624 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7625
7626 * Makefile.in (ELCFILES): Add CEDET files.
7627
7628 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7629
7630 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7631
7632 * net/tramp.el (top): Require tramp-imap.
7633
7634 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7635 Use `tramp-compat-handle-file-attributes'.
7636
7637 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7638
7639 * net/tramp-imap.el: New package.
7640
7641 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7642
7643 * whitespace.el (whitespace-trailing-regexp)
7644 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7645 Fix doc string.
7646
7647 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7648
7649 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7650 menu.
7651
7652 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7653 menu-bar-ediff-menu.
7654
7655 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7656 define-overloadable-function.
7657
7658 * progmodes/autoconf.el: Provide autoconf as well, so that this
7659 file can be `require'd.
7660
7661 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7662
7663 * emacs-lisp/autoload.el (generated-autoload-feature)
7664 (generated-autoload-load-name): New vars.
7665 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7666 (make-autoload): Recognize define-overloadable-function and
7667 defclass forms (for EIEIO).
7668
7669 * Makefile.in (update-subdirs): Exclude cedet directory.
7670
7671 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7672
7673 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7674
7675 * faces.el: Default light-background background for region face to
7676 ns_selection_color under NS.
7677
7678 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7679
7680 * net/imap-hash.el: New library, see NEWS.
7681
7682 * Makefile.in (ELCFILES): Add imap-hash.el.
7683
7684 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7687 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7688 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7689 definition where the docstring could be taken for the return value.
7690
7691 2009-09-26 Glenn Morris <rgm@gnu.org>
7692
7693 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7694 Add option to only show images below a certain size.
7695 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7696 save-excursion calls.
7697
7698 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7699
7700 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7701 subdirectories) and eieio.
7702
7703 2009-09-26 Alan Mackenzie <acm@muc.de>
7704
7705 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7706 buggy bracketing. (Bug#4289)
7707
7708 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7709 character constants (as case labels). (Bug#4289)
7710
7711 2009-09-25 Juri Linkov <juri@jurta.org>
7712
7713 * files.el (safe-local-eval-forms): Allow time-stamp in
7714 before-save-hook (Bug#4554).
7715
7716 2009-09-25 Drew Adams <drew.adams@oracle.com>
7717
7718 * menu-bar.el (list-buffers-directory): Doc fix.
7719
7720 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7723 Try and avoid copying twice the same paragraph.
7724 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7725 Remove save-excursion.
7726 (log-edit-changelog-entry): Do it here instead.
7727
7728 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7731 when available, instead of hardcoding mode names. Doc fix.
7732
7733 * menu-bar.el (list-buffers-directory): Add docstring.
7734 Make automatically buffer-local.
7735
7736 * dired.el (dired-mode):
7737 * files.el (cd-absolute):
7738 * pcvs.el (cvs-temp-buffer):
7739 * pcvs-util.el (cvs-get-buffer-create):
7740 * shell.el (shell-mode):
7741 * vc-dir.el (vc-dir-mode):
7742 Don't make `list-buffers-directory' buffer local.
7743
7744 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7745
7746 * comint.el (comint-exec, comint-run, make-comint):
7747 Doc fixes (Bug#4542).
7748
7749 2009-09-25 Glenn Morris <rgm@gnu.org>
7750
7751 * mail/rmailmm.el (rmail-mime): New custom group.
7752 Move all defcustoms in this file into this group.
7753 (rmail-mime-media-type-handlers-alist): Revert previous change.
7754 (rmail-mime-show-images): New option.
7755 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7756 references to it, since it wasn't actually used for anything.
7757 (rmail-mime-insert-image): New function.
7758 (rmail-mime-image): Use rmail-mime-insert-image.
7759 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7760 obey the value of `rmail-mime-show-images' option. Print the size of
7761 attachments.
7762
7763 2009-09-25 David Engster <deng@randomsample.de>
7764
7765 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7766
7767 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7768
7769 * whitespace.el: Does not highlight trailing spaces While point is
7770 at end of line. Does not highligt spaces at beginning of buffer
7771 while point is at beginning of buffer. Does not highlight spaces
7772 at end of buffer while point is at end of buffer. (Bug#4177)
7773 New version 12.0.
7774 (whitespace-display-mappings): Adjust initialization.
7775 (whitespace-point, whitespace-font-lock-refontify): New vars.
7776 (whitespace-color-on, whitespace-color-off): Adjust code.
7777 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7778 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7779 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7780
7781 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7782
7783 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7784
7785 * textmodes/sgml-mode.el: Remove xml-mode alias.
7786
7787 * files.el (auto-mode-alist, conf-mode-maybe)
7788 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7789
7790 2009-09-24 Alan Mackenzie <acm@muc.de>
7791
7792 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7793 c-forward-conditionals, but it doesn't move point and doesn't set
7794 the mark.
7795 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7796 (c-down-conditional-with-else, c-backward-conditional)
7797 (c-forward-conditional): Refactor to use c-scan-conditionals.
7798
7799 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7800
7801 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7802 (help-default-arg-highlight): Remove.
7803 (help-highlight-arg): New function.
7804 (help-do-arg-highlight): Use it.
7805 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7806
7807 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7810 Undo last change, which didn't fix the problem and introduced others.
7811
7812 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7813
7814 * progmodes/gdb-mi.el: Don't require speedbar.
7815 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7816
7817 2009-09-24 Glenn Morris <rgm@gnu.org>
7818
7819 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7820
7821 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7822
7823 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7824 there is no newline after the final mime boundary. (Bug#4539)
7825 Move markers on insertion so that any buttons inserted don't end up in
7826 the next part of a multipart message.
7827 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7828 (rmail-mime-bulk-handler): Optionally handle images.
7829 (rmail-mime-image): New button action.
7830 (rmail-mime-image-handler): New function.
7831 (rmail-mime-mode): New mode.
7832 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7833
7834 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7837 than just dropping elements from it (bug#4504).
7838
7839 * term.el (term-set-scroll-region): Don't move cursor any more.
7840 (term-handle-ansi-escape): Call term-goto here instead.
7841 Suggested by Ivan Kanis <apple@kanis.eu>.
7842
7843 * term.el: Require CL.
7844 (term-ansi-reset): New function.
7845 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7846 (term-handle-colors-array): Simplify.
7847
7848 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * allout.el (allout-overlay-interior-modification-handler)
7851 (allout-obtain-passphrase):
7852 * epa-file.el (epa-file-write-region):
7853 * ps-print.el (ps-begin-job):
7854 * vc-hooks.el (vc-toggle-read-only):
7855 * vc-rcs.el (vc-rcs-rollback):
7856 * vc-sccs.el (vc-sccs-rollback):
7857 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7858 (vc-version-diff, vc-revert, vc-rollback):
7859 * wdired.el (wdired-check-kill-buffer):
7860 * emacs-lisp/authors.el (authors):
7861 * net/socks.el (socks-open-connection):
7862 * net/zeroconf.el (zeroconf-service-add-hook):
7863 * obsolete/vc-mcvs.el (vc-mcvs-register):
7864 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7865 (gdb-select-frame):
7866 * progmodes/grep.el (lgrep, rgrep):
7867 * progmodes/idlw-help.el (idlwave-help-check-locations)
7868 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7869 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7870 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7871 (reftex-toc-rename-label): Fix typos in error messages.
7872
7873 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7874 (dired-copy-how-to-fn): Doc fix.
7875 (dired-files-attributes, dired-read-shell-command):
7876 Fix typos in docstrings.
7877
7878 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7879 (dired-x-find-file-other-window): Reflow docstrings.
7880 (dired-omit-marker-char, dired-read-shell-command)
7881 (dired-x-submit-report): Fix typos in docstrings.
7882
7883 * shell.el (shell-mode-hook):
7884 * view.el (View-scroll-line-forward):
7885 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7886 Fix typos in docstrings.
7887
7888 * net/dig.el (dig-invoke): Fix typo in docstring.
7889 (query-dig): Reflow docstring.
7890
7891 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7892 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7893 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7894 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7895 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7896 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7897 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7898 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7899 (idlwave-completion-map, idlwave-current-indent)
7900 (idlwave-custom-ampersand-surround, idlwave-customize)
7901 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7902 (idlwave-define-abbrev, idlwave-determine-class-special)
7903 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7904 (idlwave-end-block-reg, idlwave-end-of-statement)
7905 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7906 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7907 (idlwave-explicit-class-listed, idlwave-file-header)
7908 (idlwave-fill-paragraph, idlwave-find-class-definition)
7909 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7910 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7911 (idlwave-in-quote, idlwave-indent-action-table)
7912 (idlwave-indent-expand-table, idlwave-indent-line)
7913 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7914 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7915 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7916 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7917 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7918 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7919 (idlwave-outlawed-buffers, idlwave-popup-select)
7920 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7921 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7922 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7923 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7924 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7925 (idlwave-statement-type, idlwave-struct-skip)
7926 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7927 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7928 (idlwave-what-module-find-class): Fix typos in docstrings.
7929 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7930 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7931 (idlwave-find-module, idlwave-find-structure-definition)
7932 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7933 (idlwave-list-load-path-shadows, idlwave-next-statement)
7934 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7935 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7936 (idlwave-template): Reflow docstrings.
7937
7938 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7939 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7940 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7941 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7942 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7943 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7944 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7945 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7946 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7947 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7948 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7949 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7950 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7951 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7952 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7953 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7954 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7955 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7956 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7957 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7958 Fix typos in docstrings.
7959 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7960 (idlwave-shell-hide-output, idlwave-shell-mode)
7961 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7962 Reflow docstrings.
7963
7964 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7965
7966 2009-09-24 Ivan Kanis <apple@kanis.eu>
7967
7968 * term.el (term-bold-attribute): New var.
7969 (term-handle-colors-array): Use it.
7970
7971 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7972
7973 * progmodes/gdb-mi.el (gdb-version): New variable.
7974 (gdb-non-stop-handler): Set gdb-version.
7975 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7976 Condition "--thread" option on gdb-version.
7977 (gdb-invalidate-threads): Remove unused argument.
7978
7979 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7982 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7983
7984 2009-09-23 Glenn Morris <rgm@gnu.org>
7985
7986 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7987 replying to mail without References or Message-Id. (Bug#4525)
7988
7989 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7990
7991 * term/ns-win.el (ns-reg-to-script): New variable.
7992
7993 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7994
7995 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7996
7997 2009-09-22 Sam Steingold <sds@gnu.org>
7998
7999 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8000 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8001 to 1 because hg returns status 1 when nothing is found.
8002 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8003
8004 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * textmodes/fill.el: Convert to utf-8 encoding.
8007 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8008 pre-unicode days.
8009
8010 * add-log.el (change-log-fill-forward-paragraph): New function.
8011 (change-log-mode): Use it so fill-region DTRT.
8012 Set fill-indent-according-to-mode here rather than in
8013 change-log-fill-paragraph.
8014 (change-log-fill-paragraph): Remove.
8015
8016 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8017
8018 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8019 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8020
8021 2009-09-22 Glenn Morris <rgm@gnu.org>
8022
8023 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8024 the scroll-bar scroll the calendar window rather than the buffer.
8025
8026 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8027 commands that move point (as opposed to scrolling).
8028
8029 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8030
8031 * emacs-lisp/elint.el (elint): New custom group.
8032 (elint-log-buffer): Make it a defcustom.
8033 (elint-scan-preloaded, elint-ignored-warnings)
8034 (elint-directory-skip-re): New options.
8035 (elint-builtin-variables): Doc fix.
8036 (elint-preloaded-env): New variable.
8037 (elint-unknown-builtin-args): Add an entry for encode-time.
8038 (elint-extra-errors): Make it a variable rather than a constant.
8039 (elint-preloaded-skip-re): New constant.
8040 (elint-directory): Skip files matching elint-directory-skip-re.
8041 (elint-features): New variable, local to linted buffers.
8042 (elint-update-env): Initialize elint-features. Possibly add
8043 elint-preloaded-env to the buffer's environment.
8044 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8045 Skip quoted forms.
8046 (elint-init-form): New function, extracted from elint-init-env.
8047 Make non-list forms a warning rather than an error.
8048 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8049 easy-menu-define, put that adds an error-condition, and provide.
8050 When requiring cl, also require cl-macs. Really require cl, to handle
8051 some cl macros. Store required libraries in the list elint-features,
8052 so as not to re-load them. Treat cc-require like require.
8053 (elint-init-env): Call elint-init-form to do the work.
8054 Handle eval-and-compile and such like.
8055 (elint-add-required-env): Do not clear messages.
8056 (elint-special-forms): Add handlers for function, defalias, if, when,
8057 unless, and, or.
8058 (elint-form): Add optional argument to ignore elint-special-forms,
8059 useful to prevent recursive calls from handlers. Doc fix.
8060 Respect elint-ignored-warnings.
8061 (elint-form): Respect elint-ignored-warnings.
8062 (elint-bound-variable, elint-bound-function): New variables.
8063 (elint-unbound-variable): Respect elint-bound-variable.
8064 (elint-get-args): Respect elint-bound-function.
8065 (elint-check-cond-form): Add some simple handling for (f)boundp and
8066 featurep tests.
8067 (elint-check-defalias-form): New handler.
8068 (elint-check-let-form): Make an empty let a warning rather than an
8069 error.
8070 (elint-check-setq-form): Make an empty setq a warning rather than an
8071 error. Respect elint-ignored-warnings.
8072 (elint-check-defvar-form): Accept null doc-strings.
8073 (elint-check-conditional-form): New handler. Does some simple-minded
8074 checking of featurep and (f)boundp tests.
8075 (elint-put-function-args): New function.
8076 (elint-initialize): Use elint-scan-doc-file rather than
8077 elint-find-builtin-variables. Use elint-put-function-args.
8078 Possibly scan preloaded-file-list.
8079 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8080 extend to handle functions as well.
8081
8082 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8083
8084 * linum.el (linum-delete-overlays, linum-update-window):
8085 Do not modify the right margin. (Bug#3971)
8086
8087 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8088
8089 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8090 nxml-mode instead of xml-mode.
8091
8092 2009-09-21 Kevin Ryde <user42@zip.com.au>
8093
8094 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8095
8096 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * net/dig.el (dig-mode): Use define-derived-mode.
8099
8100 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8101
8102 * vc-dispatcher.el (vc-do-command): Return the process object in
8103 the asynchronous case. Use when instead of if. Do not run
8104 vc-exec-after to display a message if not enabled. (Bug#4463)
8105
8106 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8107 properties to the stash strings.
8108 (vc-git-stash-list): Return a list of strings.
8109 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8110 (vc-git-stash-show-at-point): New functions.
8111 (vc-git-stash-map): New keymap.
8112
8113 * register.el (ctl-x-r-map): Define the keys here instead of
8114 using autoload.
8115
8116 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8117
8118 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8119 list, to workaround performance problem (bug#4485).
8120
8121 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8124
8125 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8126
8127 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8128 Document that this option is not recommended to use.
8129
8130 2009-09-19 Glenn Morris <rgm@gnu.org>
8131
8132 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8133 variable `var'.
8134
8135 * calc/calc-alg.el (var):
8136 * calc/calcalg2.el (var): Define for compiler.
8137
8138 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8139
8140 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8141 Doc fix (Bug#3932).
8142
8143 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8144
8145 * time-stamp.el (time-stamp-month-dd-yyyy)
8146 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8147 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8148 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8149 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8150 Remove functions that have been obsolete since 1995 (Bug#4436).
8151
8152 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8153 indent buffer only if called interactively (Bug#4452).
8154
8155 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8156 Eli Zaretskii <eliz@gnu.org>
8157
8158 This fixes bug#4197 (merged to bug#865, though not identical).
8159 * server.el (server-auth-dir): Add docstring note about FAT32.
8160 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8161 but warn against using them.
8162
8163 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8164
8165 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8166 older GDB where there is no has_more field.
8167
8168 2009-09-19 Glenn Morris <rgm@gnu.org>
8169
8170 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8171
8172 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8173
8174 * files.el (auto-mode-alist): Change default for XML files to nXML
8175 mode (Bug#4169).
8176
8177 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8178
8179 * server.el (server-ensure-safe-dir): Pass 'integer
8180 to `file-attributes', as suggested.
8181
8182 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8185 (dired-query): Use read-key.
8186
8187 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8188
8189 * cus-start.el (ns-use-qd-smoothing): Remove.
8190
8191 2009-09-18 Glenn Morris <rgm@gnu.org>
8192
8193 * allout.el (top-level): Remove unnecessary progn.
8194
8195 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8196
8197 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8198 definition of abbrev table.
8199
8200 * speedbar.el (speedbar-track-mouse):
8201 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8202 * net/eudc.el (eudc-expand-inline):
8203 * net/newst-backend.el (newsticker--cache-read-feed):
8204 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8205 condition-case handlers.
8206
8207 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8208
8209 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8210 (gdb-var-list): Add an element for has_more field.
8211 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8212 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8213 (gdb-var-update-handler-1): Parse output of dynamic variable
8214 objects (STL containers).
8215 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8216 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8217
8218 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8219 gdb-var-list.
8220 (gud-speedbar-buttons): Make node expandable if expression "has more"
8221 children.
8222
8223 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * startup.el (emacs-quick-startup): Remove variable and all uses.
8226 (command-line): Set `inhibit-x-resources' instead.
8227 (command-line-1): Use `inhibit-x-resources' instead.
8228
8229 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * subr.el: Fix last change to avoid using the `unless' macro,
8232 which breaks bootstrapping.
8233
8234 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8237 extended definitions, in case we reload subr.el after having
8238 loaded CL.
8239 (eval-next-after-load): Mark as obsolete.
8240
8241 2009-09-17 Juri Linkov <juri@jurta.org>
8242
8243 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8244 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8245 (menu-bar-showhide-menu, menu-bar-tools-menu)
8246 (menu-bar-describe-menu, menu-bar-help-menu)
8247 (minibuffer-local-completion-map, minibuffer-local-map):
8248 Fix list quoting.
8249
8250 2009-09-17 Glenn Morris <rgm@gnu.org>
8251
8252 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8253 arguments, whether or not it has a handler.
8254
8255 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8256
8257 * simple.el (hard-newline): Give it a doc-string.
8258
8259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8260 (lisp-mode-syntax-table): Give them doc-strings.
8261
8262 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8263
8264 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8265 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8266 (menu-bar-options-menu, menu-bar-showhide-menu)
8267 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8268 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8269 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8270 (menu-bar-options-menu, menu-bar-tools-menu)
8271 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8272 (menu-bar-help-menu):
8273 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8274 string arguments.
8275
8276 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8277 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8278 calls for the menu names and :help.
8279
8280 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8283 to :minor-mode-function (bug#4455).
8284
8285 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * startup.el (command-line): Initialize the window-system after
8288 processing the command-line.
8289
8290 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8291 page-delimiter matches the empty string.
8292
8293 2009-09-16 Glenn Morris <rgm@gnu.org>
8294
8295 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8296 byte-compile-not-obsolete-var. It's a list now.
8297 (byte-compile-not-obsolete-funcs): New variable.
8298 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8299 byte-compile-not-obsolete-funcs.
8300 (byte-compile-variable-ref, byte-compile-defvar): Update for
8301 byte-compile-not-obsolete-vars name-change and list nature.
8302 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8303 and variables behind (f)boundp tests.
8304 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8305
8306 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8307
8308 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8309
8310 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8313 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8314 Don't autoload.
8315
8316 2009-09-15 Stephen Eglen <stephen@gnu.org>
8317
8318 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8319 the virtual-buffers, use the name of the buffer specified by
8320 find-file-noselect, as the match may be a symlink. (This was a
8321 problem if the target and the symlink had different names.)
8322
8323 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8326
8327 * desktop.el (desktop-path): Check user-emacs-directory.
8328
8329 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8330
8331 * loadup.el: Use after-load-functions to GC after loading each file.
8332 Remove the explicit GC calls that used to be sprinkled around.
8333
8334 * subr.el (after-load-functions): New hook.
8335 (do-after-load-evaluation): Run it. Use string-match-p to detect
8336 `obsolete' packages, rather than painfully extracting the relevant
8337 directory name.
8338
8339 2009-09-15 Glenn Morris <rgm@gnu.org>
8340
8341 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8342 free variable `doc'.
8343
8344 * dired.el (dired-mode-map): Add menu entry for async shell command.
8345
8346 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8347 variables, also consider the .elc files, since the .el files are
8348 normally gzipped (subsequent code locates the .el.gz from the .elc).
8349
8350 * calc/calc-prog.el (arglist): Define for compiler.
8351
8352 * calendar/diary-lib.el (diary-display-function): Change the default to
8353 fancy display.
8354 (body): Define for compiler.
8355
8356 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8357 (byte-compile-file-form, byte-compile-lambda)
8358 (byte-compile-top-level-body, byte-compile-form)
8359 (byte-compile-variable-ref, byte-compile-setq)
8360 (byte-compile-setq-default, byte-compile-body)
8361 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8362 (batch-byte-compile): Give some more local variables with common names
8363 a "bytecomp-" prefix to avoid masking warnings about free variables.
8364
8365 * startup.el (command-line-1): Give local variables with common names a
8366 distinguishing prefix, so as not to hide free variable warnings during
8367 bootstrap.
8368
8369 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8370 clever and add a suffix to make a unique name, just let the user decide
8371 whether or not to overwrite it. If the input is a directory, write the
8372 default filename to that directory. (Bug#4388)
8373 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8374 is a filename-as-a-directory.
8375
8376 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * textmodes/page.el (what-page): Don't move to beginning of line.
8379 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8380
8381 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8382
8383 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8384
8385 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8386
8387 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8388 * help.el (help-for-help-internal): Add purecopy calls for text.
8389
8390 * vc.el (top): print-log method now takes an optional SHORTLOG
8391 argument. Add a new method: root.
8392 (vc-root-diff, vc-print-root-log): New functions.
8393 (vc-log-short-style): New variable.
8394 (vc-print-log-internal): Add support for showing short logs.
8395
8396 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8397 vc-print-root-log and vc-print-root-diff.
8398
8399 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8400 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8401 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8402 short logs.
8403
8404 * vc-cvs.el (vc-cvs-print-log):
8405 * vc-mtn.el (vc-mtn-print-log):
8406 * vc-rcs.el (vc-rcs-print-log):
8407 * vc-sccs.el (vc-sccs-print-log):
8408 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8409 that is ignored for now.
8410
8411 * vc-mtn.el (vc-mtn-annotate-command):
8412 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8413
8414 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8417 to function-key-map, and give them ascii-character property.
8418 * term/x-win.el (x-alternatives-map):
8419 * term/ns-win.el (ns-alternatives-map):
8420 * term/internal.el (msdos-key-remapping-map):
8421 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8422
8423 2009-09-14 Glenn Morris <rgm@gnu.org>
8424
8425 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8426 temp-buffers (2009-09-12).
8427
8428 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8431 the new read-key function.
8432
8433 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8436 is defined (Bug#4405).
8437
8438 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8439
8440 * recentf.el (recentf-cleanup): Use a hash table to find
8441 duplicates (Bug#4407).
8442
8443 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8444
8445 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8446 kp-0 to ascii equivalents (Bug#4325).
8447
8448 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8449
8450 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8451
8452 * eshell/em-hist.el:
8453 * eshell/em-dirs.el (eshell-complete-user-reference):
8454 Declare pcomplete functions and variables to avoid compiler warnings.
8455
8456 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8457
8458 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8459 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8460 * eshell/em-alias.el (eshell-aliases-file):
8461 * eshell/em-hist.el (eshell-history-file-name):
8462 Use expand-file-name instead of concat to make file names (Bug#4308).
8463
8464 2009-09-13 Glenn Morris <rgm@gnu.org>
8465
8466 * ediff-merg.el (ediff-do-merge):
8467 * filesets.el (filesets-run-cmd):
8468 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8469 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8470 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8471 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8472 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8473 Replace empty `let's with `progn'.
8474
8475 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * mail/sendmail.el (send-mail-function):
8478 * tooltip.el (tooltip-mode):
8479 * simple.el (transient-mark-mode):
8480 * rfn-eshadow.el (file-name-shadow-mode):
8481 * frame.el (blink-cursor-mode):
8482 * font-core.el (global-font-lock-mode):
8483 * files.el (temporary-file-directory)
8484 (small-temporary-file-directory, auto-save-file-name-transforms):
8485 * epa-hook.el (auto-encryption-mode):
8486 * composite.el (global-auto-composition-mode):
8487 Use custom-initialize-delay.
8488 * startup.el (command-line): Don't explicitly call
8489 custom-reevaluate-setting for all the above vars.
8490 * custom.el (custom-initialize-safe-set)
8491 (custom-initialize-safe-default): Delete.
8492
8493 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * term/x-win.el (x-initialize-window-system):
8496 * term/w32-win.el (w32-initialize-window-system):
8497 * term/ns-win.el (ns-initialize-window-system): Don't call
8498 mouse-wheel-mode since it's enabled globally by default already.
8499
8500 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8501 actually define the variable, but only silences the byte-compiler.
8502 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8503 before looking it up.
8504 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8505 is changed.
8506
8507 2009-09-12 Glenn Morris <rgm@gnu.org>
8508
8509 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8510 1000.
8511 (elint-add-required-env): Don't beep on error.
8512 (elint-forms): In case of error, return ENV unchanged.
8513 (elint-init-env): Skip non-list forms.
8514 (elint-log): Handle unknown file positions.
8515
8516 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8517
8518 * epg.el (epg-make-context): Add autoload cookie.
8519 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8520 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8521 (epg-verify-string, epg-start-sign, epg-sign-file)
8522 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8523 (epg-encrypt-string, epg-start-export-keys)
8524 (epg-export-keys-to-file, epg-export-keys-to-string)
8525 (epg-start-import-keys, epg-import-keys-from-file)
8526 (epg-import-keys-from-string, epg-start-receive-keys)
8527 (epg-receive-keys, epg-import-keys-from-server)
8528 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8529 (epg-sign-keys, epg-start-generate-key)
8530 (epg-generate-key-from-file, epg-generate-key-from-string):
8531 Remove autoload cookie.
8532
8533 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8534
8535 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8536 reevaluation of trash-directory.
8537
8538 * mwheel.el: Fix last change.
8539 (mouse-wheel-mode): New defvar.
8540 (mouse-wheel-mode): Remove autoload cookie.
8541
8542 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * mwheel.el (mwheel-installed-bindings): New var.
8545 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8546 the bindings we set last time. Use custom-initialize-delay.
8547 * loadup.el: Load mwheel after term/*-win.el.
8548 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8549 and mouse-wheel-up-event now that their first evaluation is done
8550 sufficiently late to be correct.
8551
8552 * startup.el (tutorial-directory): Make it a defcustom.
8553 Use custom-initialize-delay rather than eval-at-startup to set it.
8554 * image.el (image-load-path): Make it a defcustom.
8555 Use custom-initialize-delay rather than eval-at-startup to set it.
8556 * subr.el (eval-at-startup): Remove.
8557 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8558
8559 * subr.el (do-after-load-evaluation): Warn the user after loading an
8560 obsolete package.
8561
8562 2009-09-12 Glenn Morris <rgm@gnu.org>
8563
8564 * proced.el (proced-mark-alt): Remove alias.
8565 (proced-mode-map): Remove proced-mark-alt.
8566
8567 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8568 Elint file and directory. Remove initialization entry.
8569
8570 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8571 commands.
8572 (elint-current-buffer): Set mode-line-process.
8573 (elint-init-env): Handle define-derived-mode.
8574 Fix declare-function with unspecified arglist. Guard against odd
8575 defalias statements (eg iso-insert's 8859-1-map).
8576 (elint-add-required-env): Use a temp buffer.
8577 (elint-form): Just print the function/macro name, not the whole form.
8578 Return env unchanged if we fail to parse a macro.
8579 (elint-forms): Guard against parse errors.
8580 (elint-output): New function, to handle batch mode.
8581 (elint-log-message): Add optional argument. Use elint-output.
8582 (elint-set-mode-line): New function.
8583
8584 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8585
8586 * emacs-lisp/elp.el (elp-not-profilable): Add more
8587 functions (Bug#4233).
8588
8589 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8590
8591 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8592 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8593
8594 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8595
8596 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8597 (gdb-var-list-children): Use json parsing.
8598
8599 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8600
8601 * progmodes/js.el (js--proper-indentation): Handle the case where
8602 char-before is null. Reported by Deniz Dogan.
8603
8604 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8607
8608 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8609
8610 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8611 (epg-digest-algorithm-alist): Add SHA224.
8612 (epg-context-set-passphrase-callback)
8613 (epg-context-set-progress-callback): Add description about
8614 callback function.
8615
8616 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * custom.el (custom-delayed-init-variables): New var.
8619 (custom-initialize-delay): New function.
8620 * startup.el (command-line): "Re"evaluate all vars in
8621 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8622 explicitly any more.
8623 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8624 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8625
8626 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8627
8628 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8629
8630 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8631 (gdb-var-update-handler): Use json parsing.
8632
8633 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8634
8635 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8636 decode annotated text, regardless of language environment. (Bug#2741)
8637
8638 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * Makefile.in (autoloads): Make rmail.el writable as well.
8641
8642 2009-09-11 Glenn Morris <rgm@gnu.org>
8643
8644 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8645 loaddefs.el.
8646 * dired.el: Regenerate with extracted autoloads.
8647 * Makefile.in (autoloads): Make dired.el writable.
8648
8649 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8650 * ibuffer.el: Regenerate with extracted autoloads.
8651 * Makefile.in (autoloads): Make ibuffer.el writable.
8652
8653 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8654 * version.el (emacs-copyright, emacs-major-version)
8655 (emacs-minor-version): Reformat doc-strings for make-docfile.
8656
8657 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8658 functions and variables, since they must be stuff specific to some other
8659 platform.
8660 (apropos-print): Make mouse-click message less specific about button.
8661
8662 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8663 that records where a macro was defined.
8664 * help-fns.el (describe-function-1): Mention if a function has a
8665 compiler-macro.
8666 * help-mode.el (help-function-cmacro): New button.
8667
8668 * locate.el (top-level): Always require dired.
8669 (locate-mode-map): Initialize inside the defvar.
8670
8671 * net/ange-ftp.el (dired-compress-file): Declare.
8672 (ange-ftp-dired-compress-file): Add doc string.
8673
8674 * term/ns-win.el (x-display-name, x-setup-function-keys):
8675 Unify doc-strings with X versions.
8676
8677 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * emulation/crisp.el (crisp-mode-map): Move initialization
8680 into declaration.
8681 (crisp-mode): Use define-minor-mode.
8682
8683 * progmodes/xscheme.el (xscheme-evaluation-commands):
8684 Put a :advertised-binding property rather than using
8685 advertised-xscheme-send-previous-expression.
8686 (advertised-xscheme-send-previous-expression): Declare obsolete.
8687 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8688 `advertised-undo'.
8689 (crisp-mode): Add corresponding bindings to
8690 undo's :advertised-binding instead.
8691 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8692 than using dired-advertised-find-file.
8693 (dired-advertised-find-file):
8694 * simple.el (advertised-undo):
8695 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8696 (widget-keymap): Put a :advertised-binding property rather
8697 than using advertised-widget-backward.
8698 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8699 than using advertised-undo.
8700 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8701
8702 2009-09-10 Simon South <ssouth@slowcomputing.org>
8703
8704 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8705 Mark mode is enabled and region is active; otherwise indent or
8706 insert TAB as usual.
8707 (delphi-mode): Update description of TAB-key binding.
8708
8709 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * subr.el (define-key-rebound-commands): Mark obsolete.
8712 * startup.el (precompute-menubar-bindings): Remove.
8713 (normal-top-level): Remove obsolete code that tried to precompute
8714 menubar bindings.
8715 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8716 define-key-rebound-commands and precompute-menubar-bindings.
8717
8718 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8719
8720 * net/imap.el (imap-interactive-login): Better messages.
8721 (imap-open): Fix bug with renamed buffer on reconnect.
8722 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8723 for easier debugging and cleaner code. On successful (guessed based on
8724 server capabilities) secondary authentication, set imap-state
8725 correctly.
8726 (imap-last-authenticator): Define imap-last-authenticator as a variable
8727 to avoid warnings.
8728
8729 2009-09-10 Glenn Morris <rgm@gnu.org>
8730
8731 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8732
8733 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8734 (byte-compile-file-form-autoload): Don't warn about unknown functions
8735 where the autoload statement comes after the use.
8736 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8737 that any handlers inside the body (eg require) are in turn respected.
8738
8739 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8740 effects.
8741
8742 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8743 and syntax and abbrev tables basic docs, if they don't have any.
8744
8745 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8746
8747 * international/mule-cmds.el (top-level): Require cl when compiling.
8748 (view-hello-file): Use default-value rather than
8749 default-enable-multibyte-characters.
8750
8751 * progmodes/fortran.el: Move all safe and risky properties into the
8752 defcustoms.
8753
8754 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8755 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8756 * mail/undigest.el:
8757 Put autoloads in rmail.el rather than loaddefs.el.
8758 * mail/rmail.el: Regenerate with extracted autoloads.
8759
8760 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8761 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8762
8763 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8764
8765 Reported in thread for Bug#4375.
8766 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8767 "-data-evaluate-expression" instead of print.
8768 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8769 (gdb-tooltip-print): Parse output from above MI command.
8770 (gdb): Revert 2009-08-11 change. User should detach inferior
8771 manually.
8772
8773 Remove the word "separate" from IO functions as inferior
8774 output is now never displayed in the GUD buffer.
8775
8776 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8777
8778 * startup.el (command-line-normalize-file-name): On Windows and
8779 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8780
8781 2009-09-10 Juri Linkov <juri@jurta.org>
8782
8783 * isearch.el (isearch-text-char-description): Propertize escape
8784 character sequences with the `escape-glyph' face. (Bug#4344)
8785
8786 * simple.el (shell-command): Set asynchronous process filter to
8787 `comint-output-filter'. (Bug#4343)
8788
8789 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8790 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8791 the list. Move "asm" to the bottom.
8792 (grep-find-ignored-directories): Add `choice' with nil value
8793 to empty the list easily.
8794 (grep-find-ignored-files): New option.
8795 (grep-files-history): Set to nil by default instead of '("ch" "el").
8796 (grep-compute-defaults): Add "<X>" to `grep-template'.
8797 (grep-read-files): Bind new local variables `default-alias' and
8798 `default-extension'. Use a list of default values for the file prompt.
8799 (lgrep): Add `--exclude=' command line options composed from
8800 `grep-find-ignored-files'.
8801 (rgrep): Add `-name' command line options composed from
8802 `grep-find-ignored-files'. (Bug#4301)
8803
8804 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8807 (bug#4368).
8808
8809 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * calendar/time-date.el (autoload):
8812 Expand define-obsolete-function-alias into defalias and make-obsolete
8813 for old Emacsen that Gnus supports.
8814 (with-no-warnings): Define it for old Emacsen.
8815 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8816 is available.
8817 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8818 float-time is available; suppress compile warning for time-to-seconds.
8819
8820 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8821
8822 * net/imap.el (imap-message-map): Docstring fix.
8823
8824 2009-09-09 Glenn Morris <rgm@gnu.org>
8825
8826 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8827 line numbers too. (Bug#4374)
8828
8829 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8830
8831 * smerge-mode.el (smerge-remove-props, smerge-refine):
8832 Use with-silent-modifications (bug#4342).
8833
8834 * subr.el (with-silent-modifications): New macro.
8835
8836 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8837
8838 * files.el (top-level): Require `cl' when compiling.
8839
8840 2009-09-07 Glenn Morris <rgm@gnu.org>
8841
8842 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8843
8844 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8845 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8846
8847 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8848
8849 * vc-git.el (vc-git-annotate-command): Use separator to parse
8850 arguments correctly.
8851
8852 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8853
8854 * proced.el (proced-mode): Doc fix.
8855
8856 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8857
8858 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8859 lstat fails.
8860 (tramp-do-file-attributes-with-ls): Check for file existence at
8861 remote end.
8862 (tramp-do-file-attributes-with-stat): Likewise.
8863 (tramp-convert-file-attributes): Return nil when attr is nil.
8864
8865 2009-09-05 Glenn Morris <rgm@gnu.org>
8866
8867 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8868 properties to this button.
8869 (diary-fancy-display): Don't extend the button to the final newline.
8870 (diary-fancy-display-mode): Continue to define "q" as a local key.
8871
8872 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8873 efficient.
8874
8875 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8876
8877 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8878 (byte-compile-dest-file-function): New option.
8879 (byte-compile-dest-file): Doc fix.
8880 Obey byte-compile-dest-file-function.
8881 (byte-compile-cl-file-p): New function.
8882 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8883 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8884 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8885 than for file being previously loaded.
8886 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8887 (byte-compile-file-form-require): Handle the case where requiring a file
8888 indirectly causes CL to be loaded.
8889
8890 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8891
8892 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8893 before killing the old buffer, since by the time `kill-buffer' is
8894 run so many buffer variables have been set to nil that it may not
8895 behave as expected. (Bug#4061)
8896
8897 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8898
8899 * files.el (find-alternate-file): If the old buffer is modified
8900 and visiting a file, behave similarly to `kill-buffer' when
8901 killing it, thus reverting to the pre-1.878 behavior; see
8902 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8903 for discussion. Also, consult `buffer-file-name' as a variable
8904 not as a function, for consistency with the rest of the code.
8905
8906 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8907
8908 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8909 also when adding a new directory.
8910
8911 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8912 defun.
8913
8914 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * files.el (locate-file-completion-table): Make it provide boundary
8917 information, so partial-completion works better.
8918
8919 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8920
8921 * mail/footnote.el (Footnote-text-under-cursor):
8922 Check footnote-text-marker-alist before using it (bug#4324).
8923
8924 2009-09-04 Glenn Morris <rgm@gnu.org>
8925
8926 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8927 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8928 * play/solitaire.el, play/tetris.el:
8929 Remove leading * from defcustom and defface docs.
8930
8931 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8932 necessary.
8933 (diary-fancy-overriding-map): New variable.
8934 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8935 Use view-mode.
8936
8937 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8938 goto-line.
8939
8940 2009-09-03 Glenn Morris <rgm@gnu.org>
8941
8942 * arc-mode.el (archive-mode):
8943 * dos-fns.el (set-default-process-coding-system):
8944 * man.el (Man-getpage-in-background):
8945 * menu-bar.el (menu-bar-describe-menu):
8946 * server.el (server-process-filter):
8947 * startup.el (command-line):
8948 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8949 * w32-fns.el (set-default-process-coding-system):
8950 * x-dnd.el (x-dnd-handle-file-name):
8951 * international/mule-cmds.el (mule-menu-keymap)
8952 (set-default-coding-systems, language-info-alist, set-language-info)
8953 (set-language-environment, standard-display-european-internal)
8954 (set-locale-environment):
8955 * international/mule-diag.el (mule-diag):
8956 * mail/emacsbug.el (report-emacs-bug):
8957 * mail/rmail.el (rmail-mode):
8958 * mail/sendmail.el (mail-setup):
8959 Use default-value rather than default-enable-multibyte-characters.
8960
8961 * progmodes/f90.el: Move all safe properties into the defcustoms.
8962 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8963
8964 * calendar/appt.el (appt-check):
8965 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8966 (diary-check-diary-file, diary-list-entries)
8967 (diary-include-other-diary-files, diary-simple-display)
8968 (diary-fancy-display, diary-print-entries)
8969 (diary-mark-included-diary-files, diary-make-entry):
8970 Don't call substitute-in-file-name on diary-file.
8971
8972 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8973 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8976 (footnote-mode-map): Move initialization into the declaration.
8977 (footnote-minor-mode-map): Define it rather than changing global-map.
8978 (footnote-mode): Use define-minor-mode.
8979
8980 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8981
8982 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8983 (tramp-do-file-attributes-with-perl)
8984 (tramp-do-file-attributes-with-stat): Rename from
8985 `tramp-handle-file-attributes-with-*'.
8986 (tramp-handle-file-attributes): Use them.
8987 (tramp-do-directory-files-and-attributes-with-perl)
8988 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8989 `tramp-handle-directory-files-and-attributes-with-*'.
8990 (tramp-handle-directory-files-and-attributes): Use them.
8991 (tramp-method-out-of-band-p): Additional parameter SIZE.
8992 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8993 (tramp-handle-write-region): Use it.
8994 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8995 (tramp-handle-vc-registered): Check, whether the first run did
8996 return files to be tested.
8997 (tramp-advice-make-auto-save-file-name): Do not call directly
8998 `tramp-handle-make-auto-save-file-name', because this would bypass
8999 the locking mechanism.
9000
9001 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9002 (file-remote-p, process-file, start-file-process, set-file-times)
9003 (tramp-compat-file-attributes): Compatibility functions shall not
9004 call directly `tramp-handle-*', because this would bypass the
9005 locking mechanism.
9006 (tramp-compat-number-sequence): New defun.
9007
9008 2009-09-02 Glenn Morris <rgm@gnu.org>
9009
9010 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9011 alias for float-time.
9012 (time-to-number-of-days): In Emacs, use float-time.
9013 * net/newst-backend.el (time-add): Suppress warnings from compat
9014 function.
9015 * time.el (emacs-uptime, emacs-init-time):
9016 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9017 Use float-time rather than time-to-seconds.
9018
9019 * minibuffer.el (completion-initials-expand): Fix typo.
9020
9021 * faces.el (modeline, modeline-inactive, modeline-highlight)
9022 (modeline-buffer-id):
9023 * info.el (info-menu-5): Mark these face aliases as obsolete.
9024
9025 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9026
9027 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9028 space ...
9029 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9030 no "--thread" option.
9031 (gdb-stopped): Don't print "Switched to thread" message when it is
9032 unchanged.
9033
9034 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * minibuffer.el (completion-try-completion)
9037 (completion-all-completions): Remove ill-defined (and
9038 mistakenly installed and luckily never used nor documented)
9039 `completion-styles' property.
9040 (completion-initials-expand, completion-initials-all-completions)
9041 (completion-initials-try-completion): New functions.
9042 (completion-styles-alist): Add doc to each entry.
9043 Add new `initials' entry.
9044
9045 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9046
9047 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9048 MI command -var-evaluate-expression.
9049 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9050 and tweak for case of string child.
9051 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9052
9053 2009-09-01 Glenn Morris <rgm@gnu.org>
9054
9055 * add-log.el (change-log-date-face, change-log-name-face)
9056 (change-log-email-face, change-log-file-face, change-log-list-face)
9057 (change-log-conditionals-face, change-log-function-face)
9058 (change-log-acknowledgement-face):
9059 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9060 (custom-modified-face, custom-set-face, custom-changed-face)
9061 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9062 (custom-documentation-face, custom-state-face, custom-comment-face)
9063 (custom-comment-tag-face, custom-variable-tag-face)
9064 (custom-variable-button-face, custom-face-tag-face)
9065 (custom-group-tag-face-1, custom-group-tag-face):
9066 * diff-mode.el (diff-header-face, diff-file-header-face)
9067 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9068 (diff-added-face, diff-changed-face, diff-function-face)
9069 (diff-context-face, diff-nonexistent-face):
9070 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9071 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9072 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9073 (Info-title-4-face):
9074 * isearch.el (isearch-lazy-highlight-face):
9075 * log-view.el (log-view-file-face, log-view-message-face):
9076 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9077 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9078 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9079 (cvs-msg-face):
9080 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9081 (smerge-base-face, smerge-markers-face):
9082 * wid-edit.el (widget-documentation-face, widget-button-face)
9083 (widget-field-face, widget-single-line-field-face)
9084 (widget-inactive-face, widget-button-pressed-face):
9085 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9086 (woman-addition-face):
9087 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9088 (eshell-ls-executable-face, eshell-ls-readonly-face)
9089 (eshell-ls-unreadable-face, eshell-ls-special-face)
9090 (eshell-ls-missing-face, eshell-ls-archive-face)
9091 (eshell-ls-backup-face, eshell-ls-product-face)
9092 (eshell-ls-clutter-face):
9093 * eshell/em-prompt.el (eshell-prompt-face):
9094 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9095 * obsolete/old-whitespace.el (whitespace-highlight-face):
9096 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9097 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9098 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9099 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9100 (antlr-font-lock-literal-face):
9101 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9102 (ebrowse-root-class-face, ebrowse-file-name-face)
9103 (ebrowse-default-face, ebrowse-member-attribute-face)
9104 (ebrowse-member-class-face, ebrowse-progress-face):
9105 * progmodes/make-mode.el (makefile-space-face):
9106 * progmodes/sh-script.el (sh-heredoc-face):
9107 * textmodes/flyspell.el (flyspell-incorrect-face)
9108 (flyspell-duplicate-face):
9109 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9110 * textmodes/texinfo.el (texinfo-heading-face):
9111 Mark face aliases with "-face" suffix as obsolete.
9112
9113 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9114 compiler.
9115
9116 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9117 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9118 easy-menu-define wants to modify these.
9119
9120 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9121
9122 * net/browse-url.el (browse-url-file-url):
9123 * term/internal.el (dos-codepage-setup):
9124 Use default-value rather than default-enable-multibyte-characters.
9125
9126 * progmodes/etags.el (etags-goto-tag-location):
9127 * progmodes/flymake.el (flymake-highlight-line)
9128 (flymake-goto-file-and-line, flymake-goto-line):
9129 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9130 (gdb-goto-breakpoint):
9131 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9132 * progmodes/python.el (python-find-function)
9133 (python-pdbtrack-track-stack-file):
9134 * progmodes/verilog-mode.el (verilog-surelint-off):
9135 * term/ns-win.el (ns-open-file-select-line):
9136 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9137 Use forward-line rather than goto-line.
9138
9139 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9140 * textmodes/reftex-index.el (reftex-display-index):
9141 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9142 * textmodes/reftex-toc.el (reftex-toc):
9143 Remove unnecessary bindings of default-major-mode (all are followed by
9144 major-mode check and possible mode switch).
9145
9146 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9147
9148 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9149 Handle watchpoints (bug#4282).
9150 (def-gdb-thread-buffer-command): Enable thread to be selected by
9151 clicking without selecting threads buffer first.
9152 (gdb-current-context-command): Use selected frame so that "up",
9153 "down" etc work in the GUD buffer.
9154 (gdb-update): Find selected frame before rendering stack buffer.
9155 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9156
9157 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * progmodes/sym-comp.el (displayed-completions): Remove.
9160 (symbol-complete): Use minibuffer-complete.
9161
9162 2009-08-31 Glenn Morris <rgm@gnu.org>
9163
9164 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9165
9166 * apropos.el (apropos-symbols-internal):
9167 Handle (obsolete) face aliases.
9168
9169 * faces.el (describe-face): Adjust the output format to be more like
9170 describe-variable, and to mention (obsolete) face aliases.
9171 Adjust the whitespace so that help-setup-xref works.
9172
9173 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9174 * calendar/diary-lib.el (diary-button-face):
9175 Mark these face aliases as obsolete.
9176
9177 * calendar/calendar.el (calendar-today): Doc fix.
9178
9179 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9180
9181 * progmodes/gdb-mi.el (gdb-control-all-threads)
9182 (gdb-control-current-thread): Force tool bar update.
9183 (gdb-non-stop-handler): New function.
9184 (gdb-init-1): Use it to test if non-stop mode is supported.
9185 Remove unused gdbmi buffer type.
9186
9187 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9188
9189 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9190 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9191
9192 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9193
9194 * comint.el (comint-exec-1): Check command is non-null first.
9195 Part of gdb-mi.el change (2009-08-28).
9196
9197 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9200
9201 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9202
9203 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9204 instead of `dolist' to avoid a recursive require when bootstrapping.
9205
9206 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9209
9210 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9211
9212 * net/imap.el (imap-send-command): Simplify.
9213 (imap-wait-for-tag): point-max -> buffer-size.
9214
9215 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9216
9217 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9218 with constant argument.
9219
9220 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9221
9222 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9223
9224 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9225 Change default, since most of our files don't have a history.
9226 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9227 the user.
9228
9229 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9230 Add comint-run.
9231
9232 * calc/calc.el: Improve commenting convention.
9233 (calc-digit-map, toplevel): Simplify.
9234
9235 * comint.el (comint-insert-input): Be careful to only set point if we
9236 don't delegate to some other command.
9237
9238 * proced.el (proced-signal-list): Make it an alist.
9239 (proced-grammar-alist): Capitalize names.
9240 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9241 Disable undo manually and make it read-only.
9242 Use completion-annotate-function.
9243
9244 * minibuffer.el (minibuffer-message): If the current buffer is not
9245 a minibuffer, insert the message in the echo area rather than at the
9246 end of the buffer.
9247 (completion-annotate-function): New variable.
9248 (minibuffer-completion-help): Use it.
9249 (completion--embedded-envvar-table): Environment vars are
9250 always case-sensitive.
9251
9252 2009-08-30 Glenn Morris <rgm@gnu.org>
9253
9254 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9255 from fortran-current-defun.
9256 (fortran-beginning-of-subprogram): Be more precise about finding the
9257 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9258 (fortran-end-of-subprogram): Simplify.
9259 (fortran-current-defun): Use fortran-start-prog-re.
9260
9261 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9262
9263 * subr.el (do-after-load-evaluation): Simplify.
9264
9265 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9266
9267 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9268
9269 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9270 (vc-rcs-print-log): Use it.
9271
9272 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9273
9274 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * paths.el (abbrev-file-name): Move to abbrev.el.
9277 * abbrev.el (abbrev-file-name): Move from paths.el.
9278 Obey user-emacs-directory.
9279 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9280 user-emacs-directory.
9281 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9282 abbrev-file-name and calc-settings-file any more.
9283 * startup.el (command-line): Recompute abbrev-file-name and
9284 abbreviated-home-dir.
9285 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9286 of the special code for when C-h bindings haven't been changed.
9287 (display-startup-echo-area-message): Use with-current-buffer.
9288 (command-line-1): Use a list of strings, rather than a list of lists
9289 of strings for longopts.
9290
9291 * files.el (get-free-disk-space): Use / for default-directory.
9292
9293 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9294 Use with-current-buffer.
9295
9296 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9297 Recognize immutable variables like most-positive-fixnum.
9298 (byte-compile-setq-default): Check and warn if trying to assign
9299 to an immutable variable, or a non-variable.
9300
9301 * progmodes/cc-vars.el (c-comment-continuation-stars):
9302 * progmodes/cc-engine.el (c-looking-at-bos):
9303 * progmodes/cc-cmds.el (c-toggle-auto-state)
9304 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9305 (c-comment-line-break-function): Add version of obsolescence.
9306
9307 2009-08-28 Juri Linkov <juri@jurta.org>
9308
9309 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9310 associated with `archive-mode'.
9311
9312 * image.el (image-type-header-regexps): Use only JPEG magic number
9313 to determine JPEG images, and don't use `image-jpeg-p' because
9314 Emacs can display non-JFIF non-Exif JPEG images.
9315
9316 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9317
9318 * arc-mode.el (archive-mode):
9319 * emacs-lisp/re-builder.el (re-builder-unload-function):
9320 Protect against the default value of `major-mode' being nil.
9321
9322 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9323
9324 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9325 Fix typos in docstrings.
9326
9327 * progmodes/js.el (js--macro-decl-re): Doc fix.
9328 (js--plain-method-re, js--split-name): Refloc docstring.
9329 (js--class-styles, js--make-merged-item, js--splice-into-items):
9330 Fix typos in docstrings; reflow docstrings.
9331 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9332 (js--variable-decl-matcher, js--inside-pitem-p)
9333 (js--parse-state-at-point, js--get-all-known-symbols)
9334 (js--symbol-history, js-find-symbol, js--js-references)
9335 (js--moz-interactor, js--js-encode-value, js--read-tab):
9336 Fix typos in docstrings.
9337
9338 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * textmodes/reftex.el (reftex-get-file-buffer-force):
9341 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9342 * emulation/viper.el (viper-go-away, viper-set-hooks):
9343 * emacs-lisp/re-builder.el (re-builder-unload-function):
9344 * emacs-lisp/bytecomp.el (byte-compile-file):
9345 * ses.el (ses-unload-function):
9346 * hexl.el (hexl-find-file):
9347 * files.el (normal-mode):
9348 * ehelp.el (with-electric-help):
9349 * autoinsert.el (auto-insert-alist):
9350 * arc-mode.el (archive-mode):
9351 Use (default-value 'major-mode) instead of default-major-mode.
9352
9353 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9354 * international/mule.el (load-with-code-conversion):
9355 * emacs-lisp/debug.el (debug):
9356 * ediff-vers.el (ediff-rcs-get-output-buffer):
9357 * dired.el (dired-internal-noselect): Don't let-bind
9358 default-major-mode around code that doesn't use it.
9359 E.g. buffer creation via get-buffer-create doesn't use it.
9360
9361 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9362
9363 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9364 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9365 when writing the temp file. Otherwise, epa-file gets confused.
9366 (tramp-register-file-name-handlers): Make it a defun. Move also
9367 `epa-file-handler' to the front of `file-name-handler-alist'.
9368
9369 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9372 start right after a ^M.
9373 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9374 (tramp-completion-file-name-regexp-separate)
9375 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9376 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9377 Don't modify last-coding-system-used by accident.
9378 (tramp-completion-file-name-handler): Apply the checks here,
9379 instead during registration.
9380 (tramp-register-file-name-handlers): Renamed from
9381 `tramp-register-file-name-handler'. Register both
9382 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9383 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9384
9385 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9386
9387 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9388 Remove variable ...
9389 (gdb-init-1, gdb-display-separate-io-buffer)
9390 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9391 references to it.
9392 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9393 (gdb-inferior-filter): Use comint-output-filter to stop
9394 echoing and remove ^M characters.
9395
9396 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * emulation/viper-init.el (viper-restore-cursor-type):
9399 * emulation/cua-base.el (cua--update-indications):
9400 Replace default-cursor-type with (default-value 'cursor-type).
9401
9402 * mail/sendmail.el (mail-recover-1):
9403 * international/mule-diag.el (describe-current-coding-system-briefly)
9404 (describe-current-coding-system):
9405 * international/mule-cmds.el (select-safe-coding-system)
9406 (select-message-coding-system)
9407 (set-language-environment-coding-systems, set-locale-environment):
9408 * hexl.el (hexl-insert-multibyte-char):
9409 * dos-w32.el (find-buffer-file-type-coding-system):
9410 * simple.el (what-cursor-position):
9411 Replace uses of default-buffer-file-coding-system
9412 with (default-value 'buffer-file-coding-system).
9413
9414 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9415 Replace uses of default-cursor-in-non-selected-windows
9416 with (default-value 'cursor-in-non-selected-windows).
9417 Use with-current-buffer.
9418
9419 * mail/feedmail.el: Use CL macros.
9420 (feedmail-run-the-queue, feedmail-send-it-immediately):
9421 * dos-w32.el (find-buffer-file-type): Replace uses of
9422 default-buffer-file-type with (default-value 'buffer-file-type).
9423
9424 2009-08-28 Glenn Morris <rgm@gnu.org>
9425
9426 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9427 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9428 Use default-value of major-mode rather than default-major-mode.
9429
9430 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * Makefile.in (update-elcfiles): Report left over elc files.
9433
9434 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9435 expand-file-name and with-current-buffer.
9436 (mail-get-names, mail-directory): Use with-current-buffer.
9437
9438 * vc.el (vc-read-revision): New function.
9439 (vc-version-diff, vc-merge): Use it.
9440
9441 2009-08-27 Sam Steingold <sds@gnu.org>
9442
9443 * simple.el (kill-do-not-save-duplicates): New user option.
9444 (kill-new): When it is non-nil, and the new string is the same as
9445 the latest kill, set replace to t to avoid duplicates in kill-ring.
9446
9447 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9448
9449 * net/tramp.el (tramp-handle-process-file): Do not flush all
9450 caches when `process-file-side-effects' is set.
9451 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9452 instead of `tramp-find-file-exists-command'.
9453 Unset `process-file-side-effects'.
9454
9455 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9456
9457 * net/tramp.el (tramp-methods): New method "rsyncc".
9458 (top): Add completion function for "rsyncc".
9459 (tramp-message-show-message): New defvar.
9460 (tramp-message, tramp-error): Use it.
9461 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9462 remote copying.
9463 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9464 `tramp-methods' entry `copy-env' of "rsyncc".
9465 (tramp-vc-registered-read-file-names): New defconst.
9466 (tramp-vc-registered-file-names): New defvar.
9467 (tramp-handle-vc-registered): Implement optimization strategy.
9468 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9469 (tramp-vc-file-name-handler): New defun.
9470 (tramp-get-ls-command, tramp-get-test-command)
9471 (tramp-get-file-exists-command, tramp-get-remote-ln)
9472 (tramp-get-remote-perl, tramp-get-remote-stat)
9473 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9474
9475 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9476 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9477 timestamps.
9478 (tramp-get-file-property): Check for timestamps in
9479 `tramp-cache-inhibit-cache'.
9480 (tramp-set-file-property): Write timestamp.
9481
9482 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9483
9484 * language/japan-util.el (japanese-symbol-table): Add entries for
9485 cp932-2-byte.
9486
9487 * international/characters.el: Add category `j' to cp932-2-byte.
9488
9489 2009-08-27 Kenichi Handa <handa@m17n.org>
9490
9491 * international/fontset.el (build-default-fontset-data): New macro.
9492 (setup-default-fontset): Use build-default-fontset-data for CJK,
9493 tibetan, ethiopic, and ipa.
9494
9495 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9498 (enable-multibyte-characters): Not customizable any more.
9499
9500 * subr.el (default-mode-line-format, default-header-line-format)
9501 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9502 (default-direction-reversed, default-truncate-lines)
9503 (default-left-margin, default-tab-width, default-case-fold-search)
9504 (default-left-margin-width, default-right-margin-width)
9505 (default-left-fringe-width, default-right-fringe-width)
9506 (default-fringes-outside-margins, default-scroll-bar-width)
9507 (default-vertical-scroll-bar, default-indicate-empty-lines)
9508 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9509 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9510 (default-scroll-down-aggressively, default-fill-column)
9511 (default-cursor-type, default-buffer-file-type)
9512 (default-cursor-in-non-selected-windows)
9513 (default-buffer-file-coding-system, default-major-mode)
9514 (default-enable-multibyte-characters): Mark as obsolete.
9515
9516 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9517
9518 * vc-dir.el (vc-dir-update): Remove debug helper.
9519
9520 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9521
9522 2009-08-26 Sam Steingold <sds@gnu.org>
9523
9524 * simple.el (save-interprogram-paste-before-kill): New user option.
9525 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9526 save the interprogram-paste into kill-ring before overriding it
9527 with the Emacs kill.
9528
9529 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9530
9531 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9532 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9533 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9534 and move to vc-rcs.el.
9535 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9536 move to vc-rcs.el.
9537 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9538 (vc-rcs-update-changelog): Remove.
9539 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9540 and move to vc-rcs.el.
9541
9542 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9543 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9544 renaming.
9545 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9546 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9547 vc.el, renamed to be RCS specific.
9548
9549 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9550 New functions.
9551 (vc-cvs-update-changelog): Move here from vc.el.
9552
9553 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9554 New functions.
9555
9556 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9559
9560 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9561
9562 * vc-git.el (vc-git-register): Use "git add" for directories.
9563 (vc-git-stash, vc-git-stash-show): New functions.
9564 (vc-git-extra-menu-map): Bind them.
9565
9566 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9567 directory correctly in case the item is a directory itself.
9568
9569 * vc.el: Document the desired behavior for reverted files in the
9570 `added' state.
9571 (vc-default-prettify-state-info): Remove function, unused.
9572
9573 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9574
9575 2009-08-26 Glenn Morris <rgm@gnu.org>
9576
9577 * bindings.el (standard-mode-line-format): Reposition dashes in
9578 which-func entry. (Bug#4217)
9579
9580 * files.el (enable-local-variables, enable-local-eval)
9581 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9582 the defcustoms.
9583 (auto-mode-alist, ignored-local-variables)
9584 (save-some-buffers-action-alist): Move risky declarations to the
9585 definitions.
9586 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9587 (font-lock-defaults, format-alist, imenu--index-alist)
9588 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9589 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9590 (mode-line-modified, mode-line-mule-info, mode-line-position)
9591 (mode-line-process, mode-line-remote, outline-level)
9592 (parse-time-rules, rmail-output-file-alist)
9593 (special-display-buffer-names, vc-mode):
9594 Move risky declarations to the relevant files.
9595 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9596 (mode-line-modified, mode-line-process, mode-line-position)
9597 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9598 * font-core.el (font-lock-defaults):
9599 * format.el (format-alist):
9600 * vc-hooks.el (vc-mode):
9601 * window.el (special-display-buffer-names):
9602 * international/mule-cmds.el (input-method-alist):
9603 Define riskiness here (dumped file) rather than in files.el.
9604 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9605 * imenu.el (imenu-generic-expression, imenu--index-alist):
9606 * outline.el (outline-level):
9607 * time.el (display-time-string):
9608 * calendar/parse-time.el (parse-time-rules):
9609 * mail/rmailout.el (rmail-output-file-alist):
9610 Autoload riskiness here, rather than placing in files.el.
9611
9612 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9613
9614 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9615
9616 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9617
9618 * simple.el (process-file-side-effects): New defvar.
9619
9620 * dired-aux.el (dired-show-file-type):
9621 * vc.el (vc-diff-internal):
9622 * vc-arch.el (vc-arch-diff):
9623 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9624 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9625 * vc-git.el (vc-git-registered, vc-git-working-revision)
9626 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9627 (vc-git--empty-db-p):
9628 * vc-hooks.el (vc-user-login-name):
9629 * vc-svn.el (vc-svn-registered, vc-svn-state)
9630 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9631 * progmodes/grep.el (grep-probe): Let-bind
9632 `process-file-side-effects' with nil.
9633
9634 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9635
9636 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9637 daemon. Replace ping by checking for running service for bluez
9638 and zeroconf. (Bug#4239)
9639
9640 2009-08-25 Kevin Ryde <user42@zip.com.au>
9641
9642 * net/dig.el (dig): Add autoload cookie.
9643
9644 2009-08-25 Glenn Morris <rgm@gnu.org>
9645
9646 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9647 load-history for absolute file-names.
9648 (byte-compile-file-form-require): Warn about use of the cl package.
9649
9650 * format.el (format-alist): Doc fix.
9651
9652 * play/bubbles.el (top-level): Don't require cl at run-time.
9653
9654 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9655 run-time cl).
9656
9657 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9658
9659 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9660 from cl package.
9661 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9662
9663 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9664
9665 * calc/calc-alg.el (math-trig-rewrite)
9666 (math-hyperbolic-trig-rewrite): New functions.
9667 (calc-simplify): Simplify trig functions when asked.
9668
9669 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9672
9673 2009-08-24 Kenichi Handa <handa@m17n.org>
9674
9675 * language/ind-util.el (mapthread): Delete it.
9676 (combinatorial): New function.
9677 (indian--puthash-cv): Use combinatorial instead of mapthread.
9678
9679 2009-08-22 Kevin Ryde <user42@zip.com.au>
9680
9681 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9682 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9683 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9684 Clarify docstring that the value is strings not symbols.
9685 (checkdoc-list-of-strings-p): New function.
9686
9687 2009-08-22 Glenn Morris <rgm@gnu.org>
9688
9689 * files.el (auto-mode-alist):
9690 * hippie-exp.el (he-concat-directory-file-name):
9691 * lpr.el (lpr-windows-system, printer-name):
9692 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9693 * ps-print.el (ps-windows-system):
9694 * startup.el (command-line):
9695 * emulation/viper-ex.el (viper-glob-function):
9696 * international/mule-cmds.el (set-language-environment-coding-systems):
9697 * net/ange-ftp.el (ange-ftp-write-region):
9698 * obsolete/fast-lock.el (fast-lock-cache-name):
9699 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9700 unisoft-unix, vax-vms, win32, w32.
9701
9702 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9703 given name if the pattern is not more specific.
9704
9705 * calendar/lunar.el (lunar-phase-names): New option.
9706 (lunar-phase): Doc fix.
9707 (lunar-cycles-per-year): New constant.
9708 (lunar-index): New function.
9709 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9710 (lunar-phase-name): Use lunar-phase-names.
9711 (calendar-lunar-phases): Use format.
9712 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9713
9714 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9715 Copy imenu-example--name-and-position function here for own use.
9716 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9717
9718 * bs.el (bs--redisplay):
9719 * cus-edit.el (custom-redraw):
9720 * ibuffer.el (ibuffer-bury-buffer):
9721 * server.el (server-goto-line-column):
9722 * startup.el (command-line-1):
9723 * strokes.el (strokes-xpm-for-stroke):
9724 * term.el (term-display-buffer-line):
9725 * view.el (View-goto-line):
9726 * calc/calc.el (calc-do, calc-trail-buffer):
9727 * play/gamegrid.el (gamegrid-add-score-insecure):
9728 * progmodes/ada-mode.el (ada-compile-goto-error):
9729 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9730 (ebrowse-select-1st-to-9nth):
9731 * progmodes/cperl-mode.el (cperl-time-fontification):
9732 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9733 * progmodes/gud.el (gud-display-line):
9734 (idlwave-shell-display-line):
9735 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9736 * progmodes/make-mode.el (makefile-browser-toggle):
9737 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9738 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9739 * textmodes/picture.el (picture-draw-rectangle):
9740 * textmodes/reftex-index.el (reftex-index-goto-letter):
9741 (reftex-select-jump-to-previous):
9742 * textmodes/reftex-sel.el (reftex-find-start-point)
9743 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9744 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9745 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9746 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9747 * textmodes/two-column.el (2C-associated-buffer):
9748 Use forward-line rather than goto-line.
9749
9750 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9751 goto-line.
9752
9753 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9754 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9755 (quick-check-list-to-regexp): Declare.
9756
9757 * progmodes/make-mode.el (makefile-browser-insert-selection):
9758 Use goto-char rather than goto-line.
9759
9760 * progmodes/prolog.el (compilation-error-regexp-alist)
9761 (compilation-forget-errors): Declare.
9762
9763 2009-08-22 Juri Linkov <juri@jurta.org>
9764
9765 * progmodes/grep.el (lgrep, rgrep): At the beginning
9766 set `dir' to `default-directory' unless `dir' is a non-nil
9767 readable directory. (Bug#4052)
9768 (lgrep, rgrep): Change a weird way to report an error
9769 from using `read-string' to using `error'.
9770 Instead of using interactive arguments in the function body,
9771 add new argument `confirm'.
9772
9773 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9774
9775 * textmodes/remember.el (remember-buffer):
9776 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9777 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9778 (icalendar-extract-ical-from-buffer):
9779 * net/newst-treeview.el (newsticker-groups-filename):
9780 * net/newst-backend.el (newsticker-cache-filename):
9781 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9782 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9783 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9784 (speedbar-buffers-line-path, speedbar-path-line)
9785 (speedbar-buffers-line-path):
9786 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9787 (epg-sign-keys):
9788 * epa.el (epa-display-verify-result):
9789 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9790
9791 2009-08-21 Glenn Morris <rgm@gnu.org>
9792
9793 * progmodes/js.el (inferior-moz-process): Fix declaration.
9794
9795 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9796
9797 * obsolete/rnewspost.el (news-mail-reply):
9798 Use goto-char rather than goto-line.
9799
9800 * term/ns-win.el (ns-open-file-select-line):
9801 Use line-beginning-position rather than goto-line.
9802
9803 * apropos.el (apropos-command):
9804 * ehelp.el (electric-helpify):
9805 * printing.el (pr-show-setup):
9806 * strokes.el (strokes-help):
9807 * tutorial.el (tutorial--describe-nonstandard-key)
9808 (tutorial--detailed-help):
9809 * woman.el (woman-mini-help, woman-display-extended-fonts):
9810 * calc/calc-help.el (calc-describe-key):
9811 * emulation/edt.el (edt-electric-helpify):
9812 * international/mule-diag.el (mule-diag):
9813 * play/yow.el (apropos-zippy):
9814 * progmodes/python.el (python-describe-symbol):
9815 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9816 * textmodes/table.el (*table--cell-describe-mode)
9817 (*table--cell-describe-bindings):
9818 Use help-print-return-message rather than the now obsolete alias.
9819
9820 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9821 (calendar-cursor-to-visible-date):
9822 * play/5x5.el (5x5-position-cursor):
9823 * play/decipher.el (decipher):
9824 * play/gomoku.el (gomoku-goto-xy):
9825 * play/landmark.el (lm-goto-xy):
9826 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9827 (mpuz-paint-digit):
9828 Use forward-line, not goto-line.
9829
9830 * mail/rmail.el (rmail-obsolete): Delete custom group.
9831 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9832 (rmail-remote-password, rmail-remote-password-required):
9833 Remove unneeded :set-after and :set properties.
9834
9835 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9836
9837 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9838
9839 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9840
9841 * loadup.el: Remove leftover macos code.
9842
9843 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9844 Explicitly pass the date format to git blame so that user local
9845 so that the output format can be parsed.
9846
9847 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9848
9849 * net/dbus.el (top): Don't check for (getenv
9850 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9851
9852 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9853
9854 * log-edit.el (log-edit-strip-single-file-name): New var.
9855 (log-edit-insert-changelog): Use it. Bug#3571
9856
9857 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9860 Bug#3287
9861
9862 * help.el (help-print-return-message): Rename from
9863 print-help-return-message.
9864
9865 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9866 cvs-mode-map parent hack.
9867 (log-view-mode): Derive from special-mode.
9868
9869 * linum.el (linum-mode): window-size-change-functions is redundant.
9870 Adapt to new window-configuration-change-hook behavior.
9871 (linum-after-size, linum-after-config): Remove.
9872
9873 * imenu.el (imenu-example--name-and-position)
9874 (imenu-example--lisp-extract-index-name)
9875 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9876 Mark as obsolete.
9877
9878 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9879 (inferior-prolog-mode): Use it.
9880 (inferior-prolog-load-file): Reset list of errors.
9881
9882 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9883
9884 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9885
9886 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9887
9888 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9889
9890 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9891 is running already.
9892
9893 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * subr.el (listify-key-sequence-1): Use normal syntax since those
9896 integers are nowadays always represented by the same (positive) number
9897 on all platforms.
9898 (read-key-empty-map): New const.
9899 (read-key-delay): New var.
9900 (read-key): New function.
9901 (force-mode-line-update): Use with-current-buffer.
9902 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9903 (start-process-shell-command, start-file-process-shell-command):
9904 Discourage the use of command-args.
9905
9906 2009-08-19 Glenn Morris <rgm@gnu.org>
9907
9908 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9909
9910 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * simple.el (choose-completion-string): Don't rely on
9913 minibuffer-completing-file-name and ad-hoc checks to decide whether
9914 to continue completion or not.
9915
9916 * minibuffer.el (minibuffer-hide-completions): New function.
9917 (completion--do-completion): Use it.
9918 (completions-annotations): New face.
9919 (completion--insert-strings): Use it.
9920 (completion-pcm--delim-wild-regex): Add docstring.
9921 (completion-pcm--string->pattern): Add support for 0-width delimiters
9922 in completion-pcm--delim-wild-regex.
9923
9924 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9927 Remove unused var `buffer-modified-p'.
9928
9929 * minibuffer.el (completion--do-completion): Move point for the #b001
9930 case as well (bug#4176).
9931 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9932
9933 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9934
9935 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9936 and :session buses.
9937
9938 2009-08-18 Kenichi Handa <handa@m17n.org>
9939
9940 * international/ucs-normalize.el (ucs-normalize-version):
9941 Change to 1.1.
9942 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9943 (utf-8-hfs): Make it perform normalization on encoding too.
9944
9945 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9946 (sentence-end-without-space): Delete duplicated chars.
9947 (sentence-end-base): Likewise.
9948
9949 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9950 (html-mode): Delete duplicated chars from sentence-end-base.
9951
9952 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9953 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9954
9955 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9956
9957 * files.el (hack-one-local-variable): If the mode function is for
9958 a minor mode, pass it an argument (Bug#4148).
9959
9960 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * net/tramp.el (tramp-register-completion-file-name-handler):
9963 Check also for (member 'partial-completion completion-styles).
9964
9965 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9966
9967 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9968 abbrev (Bug#3943).
9969
9970 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9971
9972 * progmodes/cperl-mode.el: Merge upstream 6.2.
9973 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9974 (cperl-forward-re): Check cperl-brace-recursing.
9975 (cperl-highlight-charclass): New function.
9976 (cperl-find-pods-heres): Use it.
9977 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9978 (cperl-beautify-regexp-piece): Fix column calculation.
9979 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9980 (cperl-beautify-level): Don't process entire regexp.
9981 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9982 calling man.
9983 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9984 (cperl-init-faces): Build a list in the normal way.
9985
9986 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9987
9988 * calendar/parse-time.el (parse-time-string-chars): Save match
9989 data.
9990
9991 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9994 (sql-product): Use it.
9995 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9996 (sql-set-product): Add completion.
9997 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9998 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9999 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10000 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10001 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10002 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10003 (sql-highlight-db2-keywords): Remove.
10004 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10005 (sql-highlight-product): Use derived-mode-p.
10006 (sql-set-sqli-buffer): Use with-current-buffer.
10007 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10008 Simplify.
10009
10010 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10011
10012 * term.el: Fix commenting convention, turn comments into docstrings.
10013
10014 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10015
10016 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10017
10018 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10019
10020 * calendar/parse-time.el (parse-time-string-chars): Compute using
10021 character classes, to handle non-ascii characters (Bug#3190).
10022
10023 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10024
10025 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10026 another heredoc if the user adds another < (Bug#3226).
10027
10028 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10029 Don't initialize based on window-system (Bug#4124).
10030
10031 * facemenu.el (facemenu-read-color): Use a completion function
10032 that accepts any defined color, such as RGB triplets (Bug#3677).
10033
10034 * files.el (get-free-disk-space): Change fallback default
10035 directory to /. Expand DIR argument before switching to fallback.
10036 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10037
10038 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10039
10040 * files.el (load-library): Doc fix.
10041
10042 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10043
10044 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10045 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10046 incremental search string.
10047
10048 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10049 XEmacs.
10050
10051 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10052 (ediff-merge-region-is-non-clash)
10053 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10054 Also check if the job is really a merge job.
10055
10056 * ediff.el (ediff-current-file): New function.
10057
10058 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10059
10060 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10061 conventions.
10062 (js-insert-and-indent): Delete function.
10063 (js-mode-map): Don't bind keys to js-insert-and-indent.
10064 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10065 (js-end-of-defun): Rename from js--end-of-defun.
10066 (js-auto-indent-flag): Delete variable.
10067
10068 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10069
10070 * progmodes/js.el: Remove proclaim statement.
10071 Defvar which-func-imenu-joiner-function to silence compiler.
10072
10073 * files.el (auto-mode-alist): Use js-mode for .js files.
10074
10075 * progmodes/js2-mode.el: Remove file.
10076
10077 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10078
10079 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10080
10081 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10082
10083 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10084 Karl Landstrom <karl.landstrom@brgeight.se>
10085
10086 * progmodes/js.el: New file.
10087
10088 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10089
10090 * timezone.el (timezone-parse-date): Add ability to understand ISO
10091 basic format (minimal separators) dates in addition to the
10092 already-supported extended format dates.
10093
10094 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10095
10096 * international/ucs-normalize.el: Add a `coding' file variable.
10097
10098 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10099
10100 2009-08-14 Sam Steingold <sds@gnu.org>
10101
10102 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10103
10104 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * faces.el (help-argument-name): Define it here instead of
10107 help-fns.el, because in daemon mode help-fns.el may be loaded when
10108 faces are still uninitialized (Bug#1078).
10109
10110 * help-fns.el (help-argument-name): Move defface to faces.el.
10111
10112 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10113
10114 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10115 create buffer with a pty but no process so that GDB can make the
10116 inferior the controlling process.
10117
10118 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10119
10120 * international/ucs-normalize.el: New file.
10121
10122 2009-08-13 Richard Stallman <rms@gnu.org>
10123
10124 * mail/rmail.el (rmail-get-attr-names):
10125 Accept an attribute header that is too short.
10126
10127 * mail/rmail.el (rmail-forget-messages):
10128 Ignore nil elt in rmail-message-vector. Use dotimes.
10129
10130 * progmodes/compile.el (compilation-goto-locus):
10131 Use next-error-move-function.
10132
10133 * simple.el (next-error-move-function): New variable.
10134
10135 2009-08-12 Juri Linkov <juri@jurta.org>
10136
10137 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10138 always non-nil. (Bug#4052)
10139
10140 * replace.el (read-regexp): Return empty string when
10141 `default-value' is nil.
10142 (keep-lines-read-args): Don't use empty string as the
10143 default value for `read-regexp'. (Bug#2495)
10144
10145 2009-08-12 Juri Linkov <juri@jurta.org>
10146
10147 * international/mule-cmds.el (ucs-insert): Change arguments
10148 from `arg' to `character', `count', `inherit' to be the same
10149 as in `insert-char'. Doc fix. (Bug#4039)
10150
10151 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10152
10153 2009-08-12 Juri Linkov <juri@jurta.org>
10154
10155 * files-x.el: New file.
10156
10157 * files.el: Move code that deals with adding/deleting
10158 file/directory-local variables to files-x.el.
10159
10160 * Makefile.in (ELCFILES): Add files-x.elc.
10161
10162 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10163
10164 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10165 to use `goto-line'.
10166 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10167 `goto-line'.
10168 (gdb-invalidate-disassembly): Do not refresh upon receiving
10169 'update signal. Instead, update all disassembly buffers only after
10170 threads list.
10171 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10172 (gdb-starting): Moved -data-list-register-names...
10173 (gdb-stopped): ...here so it's sent when first thread stops.
10174 (gdb-registers-handler-custom): Do nothing if register names are
10175 unknown yet.
10176
10177 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10178 from `gdb-mi.el' to avoid extra tangling.
10179
10180 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10181 change which breaks `gud-def' definitions used in `gdb'.
10182 (gdb-update-gud-running): No extra fuss for updating frame number.
10183
10184 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10185
10186 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10187 (describe-language-environment-map, setup-language-environment-map)
10188 (set-coding-system-map): Move initialization into declaration.
10189 (set-language-info-alist): Last arg to define-key-after can be skipped.
10190
10191 * international/quail.el (quail-completion-1): Simplify.
10192 (quail-define-rules): Use slightly more compact code.
10193 (quail-insert-decode-map): Propertize keys, compact columns.
10194
10195 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10196 Add goto-line.
10197
10198 2009-08-10 Miles Bader <miles@gnu.org>
10199
10200 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10201 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10202 (js2-instance-member, js2-private-member, js2-private-function-call)
10203 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10204 (js2-magic-paren, js2-external-variable):
10205 Remove "-face" suffix from face names.
10206 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10207 (js2-highlight-undeclared-vars, js2-peek-token)
10208 (js2-parse-function-params, js2-mode-show-errors)
10209 (js2-mode-show-warnings, js2-make-magic-delimiter)
10210 (js2-mode-highlight-magic-parens): Update to use new face names.
10211
10212 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10213
10214 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10215 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10216
10217 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10218
10219 * subr.el: Provide hashtable-print-readable.
10220
10221 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10222 hs-c-like-adjust-block-beginning.
10223 (hs-hide-block-at-point): Stop hiding at the beginning of
10224 hs-block-end-regexp (Bug#700).
10225
10226 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10227
10228 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10229 a macro.
10230 (gdb-registers-handler-custom): Do not fail when register names
10231 are unavailable.
10232
10233 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10234
10235 * progmodes/gdb-mi.el (gdb-control-all-threads)
10236 (gdb-control-current-thread): Interactive setters for
10237 `gdb-gud-control-all-threads' to use in menu.
10238 (gdb-show-run-p): Show «Go» when process is not active.
10239 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10240 gud/thread.xpm and gud/all.xpm.
10241
10242 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10243
10244 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10245 (nslookup-font-lock-keywords): Make it a variable.
10246 (net-utils-mode): New mode for viewing diagnostic network output.
10247 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10248 (net-utils-run-simple): New function.
10249 (ifconfig, iwconfig, netstat, arp, route): Use it.
10250
10251 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10252
10253 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10254 (gdb-memory-set-address, def-gdb-set-positive-number)
10255 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10256 after changing settings.
10257 (gdb-invalidate-disassembly): Update when first shown.
10258 (gdb-edit-locals-value): Fixed.
10259 (gdb-registers-handler-custom): Print registers in right order and
10260 allow changing register values (only for current thread yet).
10261 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10262 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10263 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10264 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10265 info in mode name.
10266 (gdb-registers-mode-map): TAB to switch to locals.
10267
10268 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10269
10270 * mail/rmail.el (rmail-add-mbox-headers)
10271 (rmail-set-message-counters-counter): Search for
10272 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10273
10274 2009-08-08 Glenn Morris <rgm@gnu.org>
10275
10276 * Makefile.in (ELCFILES): Update.
10277
10278 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10279
10280 * mail/sendmail.el (mail-yank-original): Set
10281 buffer-file-coding-system from the one used by the message whose
10282 text is yanked.
10283
10284 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10285 to "windows" when "pgnuplot" is used.
10286 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10287 call accept-process-output if "pgnuplot" is used.
10288 (calc-graph-init): Don't send -display and -geometry to
10289 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10290 running "pgnuplot -V" with shell-command-to-string.
10291
10292 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10293 the default.
10294
10295 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10296
10297 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10298 org/org-latex.elc.
10299
10300 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10301
10302 * vc-dispatcher.el (vc-resynch-window): Update comment.
10303
10304 * term.el (term-handle-ansi-escape): Add comments with the
10305 terminfo capabilities implemented.
10306
10307 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10308
10309 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10310 (gdb-var-create-handler): Rewritten using JSON parser.
10311 (gdb-propertize-header): Moved earlier.
10312 (gdb-set-header): Removed to avoid duplication.
10313 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10314 Refresh disassembly buffers only after threads list have been
10315 update.
10316 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10317 variables.
10318
10319 2009-08-04 Juri Linkov <juri@jurta.org>
10320
10321 * files.el: Commands to add/delete file/directory-local variables.
10322 (read-file-local-variable, read-file-local-variable-value)
10323 (read-file-local-variable-mode, modify-file-local-variable)
10324 (modify-file-local-variable-prop-line)
10325 (modify-dir-local-variable): New functions.
10326 (add-file-local-variable, delete-file-local-variable)
10327 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10328 (add-dir-local-variable, delete-dir-local-variable)
10329 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10330 (copy-dir-locals-to-file-locals-prop-line): New commands.
10331
10332 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * abbrev.el (insert-abbrev-table-description): Prettify output.
10335 Suggested by Karl Chen.
10336
10337 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10338
10339 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10340 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10341 (gdb-overlay-arrow-position, gdb-thread-position)
10342 (gdb-disassembly-position): Declare variables.
10343 (gdb-wait-for-pending): Function now.
10344 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10345 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10346 compilation goes smoothly.
10347 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10348 (gdb-non-stop-setting): New customization setting which replaces
10349 `gdb-non-stop' so changing it doesn't break active GDB session.
10350 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10351 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10352 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10353 (gdb-show-threads-by-default): New customization options.
10354 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10355 routines.
10356 (gdb-get-buffer-create): Send buffers update signal when they are
10357 created.
10358 (gdb-invalidate-locals, gdb-invalidate-registers)
10359 (gdb-invalidate-breakpoints)
10360 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10361 (gdb-invalidate-memory): Accept update signal.
10362 (gdb-current-context-command): Use --frame option.
10363 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10364 Implement `gdb-frame-number' selection logic.
10365 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10366 whether to show GUD toolbar buttons.
10367 (gdb-thread-exited): Unselect current thread when it exits.
10368 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10369 (gdb-mark-line): Routine which sets overlay arrow or inverses
10370 video on fringeless displays.
10371 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10372 to build aligned columns of data in GDB buffers and set text
10373 properties line-by-line.
10374 (gdb-invalidate-breakpoints)
10375 (gdb-breakpoints-list-handler-custom)
10376 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10377 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10378 (gdb-registers-handler-custom): Align data columns.
10379 (gdb-locals-handler-custom): Now prints data like in variable
10380 declarations.
10381 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10382 Removed confusing buttons.
10383 (gdb-invalidate-threads): Append --frame.
10384 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10385 between breakpoints/threads buffers.
10386 (gdb-set-window-buffer): Now can ignore dedicated windows.
10387 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10388 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10389 (def-gdb-thread-buffer-gud-command): Replaces
10390 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10391 for fine thread control.
10392 (gdb-preempt-existing-or-display-buffer): New function used to
10393 display bound buffers without breaking window layout.
10394 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10395 (gdb-select-frame): New version of `gdb-frames-select' which now
10396 sets `gdb-frame-number' so commands may use --frame option instead
10397 of inner debugger state.
10398 (gdb-frame-handler): Do not set `gdb-frame-number'.
10399 (gdb-threads-mode-map): Select threads with mouse.
10400
10401 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10402 avoid compilation warning.
10403 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10404 `gdb-show-stop-p`.
10405
10406 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10407 Argument `key' renamed to `buffer-type'.
10408 (gdb-current-context-buffer-name): Do not add thread info to
10409 buffer name when no thread is selected.
10410 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10411 command (bug 3794).
10412 (gdb-thread-selected): Handle `=thread-selected' notification.
10413 (gdb-wait-for-pending): New macro to deal with congestion problems.
10414 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10415 breakpoints.
10416 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10417 This fixes problem similar to one described in bug 3947.
10418 (gud-menu-map): More menu items.
10419 (gdb-init-1): Reset `gdb-thread-number' to nil.
10420
10421 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10422 non-stop settings.
10423
10424 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10425 (gdb-current-context-command): Do not append --thread if
10426 `gdb-thread-number' is nil.
10427 (gdb-running-threads-count, gdb-stopped-threads-count): New
10428 variables.
10429 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10430 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10431 customization options.
10432 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10433 GUD commands.
10434 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10435 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10436 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10437 set `gdb-thread-number' and update `gud-running' properly.
10438 (gdb-running): Update threads list when new threads appear.
10439 (gdb-stopped): Support non-stop operation and new thread switching
10440 logic.
10441 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10442 (gdb-json-partial-output): New set of JSON routines.
10443 (def-gdb-auto-update-trigger): New `signal-list' optional
10444 argument.
10445 (gdb-thread-list-handler-custom): Update `gud-running',
10446 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10447 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10448 (gdb-continue-thread, gdb-step-thread): New commands for fine
10449 thread execution control.
10450 (gud-menu-map): New menu items to switch non-stop options.
10451 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10452 (gdb-send): Mimic RET properly (bug 3794).
10453
10454 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10455 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10456 gdb-buffer-rules.
10457 (def-gdb-auto-update-handler): New nopreserve optional argument.
10458 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10459
10460 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10461 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10462 (gdb-parent-mode): New mode to derive other GDB modes from.
10463 (gdb-display-disassembly-for-thread)
10464 (gdb-frame-disassembly-for-thread): New commands for threads
10465 buffer.
10466
10467 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10468 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10469 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10470 (gdb-update): We now store all GDB buffers in a list so that they
10471 can be updated by traversing a list instead of calling invalidate
10472 triggers explicitly.
10473 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10474 pair for GDB buffer.
10475 (gdb-stack-buffer-name): Add thread information.
10476 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10477 handle pending triggers.
10478 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10479 (def-gdb-thread-buffer-simple-command)
10480 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10481 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10482 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10483 New commands which show buffers bound to thread.
10484 (gdb-stack-list-locals-regexp): Removed unused regexp.
10485
10486 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10487 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10488 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10489 to (gud-comint-buffer) in *-buffer-name functions
10490 because (gdb-get-target-string) already does that.
10491 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10492 (gdb-changed-registers-handler): Rewritten without regexps.
10493
10494 * progmodes/gdb-mi.el: Basic thread selection support.
10495 (gdb-thread-number): New variable.
10496 (gdb-current-context-command): New macro which adds --thread
10497 option to command.
10498 (gdb-threads-mode-map): Select thread with SPC.
10499 (gdb-thread-list-handler-custom): Mark current thread with overlay
10500 arrow. Synchronize GDB thread and Emacs thread.
10501 (gdb-select-thread): New command which selects current thread.
10502 (gdb-invalidate-frames, gdb-invalidate-locals)
10503 (gdb-invalidate-registers): Use --thread option.
10504
10505 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10506
10507 * net/tramp.el (top): Make check for tramp-gvfs loading more
10508 robust. (Bug#3977)
10509 (tramp-handle-insert-file-contents): `unwind-protect' must be
10510 inside `with-parsed-tramp-file-name'.
10511
10512 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10513 fails.
10514
10515 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10516
10517 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10518 directory if CLASSPATH is not set.
10519
10520 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10521
10522 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10523 New defconst.
10524 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10525
10526 2009-08-02 Kevin Ryde <user42@zip.com.au>
10527
10528 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10529 Update freshmeat link. Delete newsforge.com as it seems gone.
10530
10531 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10532
10533 * select.el (x-set-selection): Doc fix (Bug#4021).
10534
10535 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10536
10537 * help-fns.el (describe-variable): Treat list return values from
10538 dir-locals-find-file properly (Bug#4005).
10539
10540 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10541
10542 * net/tramp.el (tramp-debug-message): Print also microseconds.
10543
10544 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10545
10546 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10547 or END is non-nil.
10548 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10549 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10550 format.
10551
10552 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10553 (tramp-get-file-property): Use it.
10554
10555 * autorevert.el (auto-revert-handler): Allow
10556 `auto-revert-tail-mode' for remote files.
10557
10558 2009-08-02 Jason Rumney <jasonr@gnu.org>
10559
10560 * minibuffer.el (read-file-name): Treat confirm options to
10561 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10562
10563 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10564
10565 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10566 (font-lock-variable-name-face, font-lock-constant-face): Darken
10567 the colors for light backgrounds.
10568
10569 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10570
10571 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10572 month names. (Bug#3987)
10573
10574 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10575
10576 * simple.el (line-move-finish): Pass whole number to
10577 line-move-to-column.
10578 (line-move-visual): Perform hscroll to the recorded position.
10579
10580 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10581
10582 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10583
10584 2009-07-29 Alan Mackenzie <acm@muc.de>
10585
10586 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10587
10588 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10589
10590 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10591 (gdb-place-breakpoints): Use full path when setting breakpoints.
10592
10593 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10594
10595 * calc/calc.el (calc-mode-map): Add keybinding for
10596 `calc-transpose-lines'.
10597
10598 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10599
10600 * calc/calc-misc.el (calc-transpose-lines): New function.
10601
10602 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10603
10604 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10605 Simplify check for out-of-band methods.
10606 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10607 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10608
10609 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10610
10611 * vc-git.el (vc-git-checkin): Fix typo.
10612
10613 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10614
10615 * progmodes/js2-mode.el: New file.
10616
10617 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10618
10619 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10620 (gud-menu-map): Adjust tooltip accordingly.
10621
10622 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10623
10624 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10625 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10626
10627 * add-log.el (change-log-mode-map): Add a menu.
10628
10629 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10630
10631 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10632 function returns nil.
10633 (dbus-handle-event): Handle special return value :ignore.
10634 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10635
10636 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10637
10638 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10639 it's not needed.
10640
10641 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10642
10643 Fix Bug#3888:
10644
10645 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10646
10647 * term/pc-win.el (x-display-name, x-colors)
10648 (x-select-enable-clipboard, x-select-text): Doc fix.
10649
10650 * term/common-win.el (x-display-name, x-colors): Doc fix.
10651
10652 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10653 (xw-defined-colors): Doc fix.
10654
10655 * w32-fns.el (x-select-text, x-setup-function-keys)
10656 (x-get-selection, x-set-selection): Doc fix.
10657
10658 * term/x-win.el (x-select-text, x-setup-function-keys)
10659 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10660
10661 * select.el (x-set-selection): Doc fix.
10662
10663 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10664
10665 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10666 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10667 "IsNSSSupportAvailable" method is not available. Reported by
10668 Steve Youngs <steve@sxemacs.org>.
10669
10670 2009-07-24 Kenichi Handa <handa@m17n.org>
10671
10672 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10673 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10674 (build-unicode-category-table): Fix range checks.
10675
10676 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10677
10678 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10679 the buffer we try to sync is current when calling
10680 vc-resynch-buffer.
10681
10682 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10683 not show up to date files.
10684
10685 2009-07-24 Glenn Morris <rgm@gnu.org>
10686
10687 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10688 Add autoload cookies. If necessary, initialize.
10689 (elint-log): Handle non-file buffers.
10690 (elint-initialize): Add optional argument to reinitialize.
10691 (elint-find-builtin-variables): Save excursion.
10692
10693 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10694
10695 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10696 for Lint.
10697
10698 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10699
10700 * vc.el (vc-print-log-internal): New function, split out from ...
10701 (vc-print-log): ... here.
10702 (vc-dir-move-to-goal-column): Declare.
10703
10704 * vc-git.el (vc-git-add-signoff): New variable.
10705 (vc-git-checkin): Use it.
10706 (vc-git-toggle-signoff): New function.
10707 (vc-git-extra-menu-map): Bind it to menu.
10708 (vc-git--run-command-string): Accept a nil FILE argument.
10709 (vc-git-stash-list): New function.
10710 (vc-git-dir-extra-headers): Use it.
10711
10712 2009-07-23 Glenn Morris <rgm@gnu.org>
10713
10714 * help-fns.el (describe-variable): Describe ignored and risky local
10715 variables in a similar way to that in which we describe safe ones.
10716
10717 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10718 (byte-compile-output-file-form, byte-compile-output-docform)
10719 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10720 Give some more local variables with common names a "bytecomp-" prefix,
10721 so as not to shadow things during compilation.
10722 * emacs-lisp/cl-macs.el (load-time-value)
10723 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10724 `outbuffer' to `bytecomp-outbuffer'.
10725
10726 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10727 since the next two variables cover them automatically now.
10728 (elint-builtin-variables, elint-autoloaded-variables): New.
10729 (elint-unknown-builtin-args): Remove all members, since they can be
10730 parsed automatically now.
10731 (elint-extra-errors): New.
10732 (elint-env-add-env, elint-env-add-macro): Use cadr.
10733 (elint-current-buffer): Use or. Change final message.
10734 (elint-get-top-forms): Use line-end-position.
10735 (elint-init-env): Use cadr. Handle autoload, declare-function,
10736 and defalias.
10737 (elint-add-required-env): Doc fix. Use or. Standardize error.
10738 (regexp-assoc): Remove unused function.
10739 (elint-top-form): Set elint-current-pos, to record the start of the
10740 top-level form, for compilation-mode.
10741 (elint-form): Trap errors in macro expansion. Use dolist.
10742 (elint-unbound-variable): Use elint-builtin-variables and
10743 elint-autoloaded-variables.
10744 (elint-get-args): Use cadr, or.
10745 (elint-check-cond-form): Use dolist, cadr.
10746 (elint-check-condition-case-form): Doc fix. Use cadr.
10747 Use elint-extra-errors.
10748 (elint-log): New function.
10749 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10750 Distinguish errors and warnings.
10751 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10752 Use a bytecomp-style format.
10753 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10754 (elint-get-log-buffer): Use compilation mode. Disable undo.
10755 Don't truncate lines.
10756 (elint-initialize): Set builtin and autoloaded variable lists.
10757 Only process elint-unknown-builtin-args if non-nil.
10758 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10759 New functions.
10760 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10761
10762 2009-07-22 Kevin Ryde <user42@zip.com.au>
10763
10764 * net/newst-backend.el (newsticker--parse-atom-1.0)
10765 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10766 (newsticker--parse-rss-1.0):
10767 * progmodes/idlwave.el (idlwave-mode):
10768 * progmodes/idlw-shell.el (idlwave-shell-mode):
10769 * progmodes/vera-mode.el (vera-mode):
10770 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10771 * progmodes/vhdl-mode.el (vhdl-mode):
10772 * textmodes/table.el (table-generate-source)
10773 (table--warn-incompatibility):
10774 Hyperlink urls in docstrings with URL `...'.
10775
10776 2009-07-22 Glenn Morris <rgm@gnu.org>
10777
10778 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10779 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10780 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10781 Remove leading * from defcustom docs.
10782
10783 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10784
10785 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10786 defcustom doc.
10787 (list-load-path-shadows): Optionally, just return shadows as a string.
10788
10789 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10790
10791 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10792
10793 * mail/rmailedit.el (rmail-edit-mode): Use
10794 auto-save-include-big-deletions.
10795
10796 * mail/rmail.el (rmail-variables): Use
10797 auto-save-include-big-deletions.
10798
10799 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10800 changes.
10801
10802 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10803
10804 * calc/calc.el (calc-undo-length): New variable.
10805 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10806
10807 2009-07-21 Richard Stallman <rms@gnu.org>
10808
10809 * files.el (auto-save-mode): Handle buffer-save-size = -2
10810 for toggling mode.
10811
10812 2009-07-21 Glenn Morris <rgm@gnu.org>
10813
10814 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10815
10816 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10817
10818 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10819 silence compiler. Instead...
10820 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10821 (ps-print-ensure-fontified): Update for above function name changes.
10822
10823 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10824 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10825 silence compiler. Instead...
10826 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10827 (mh-show-buffer): Only define for compiler.
10828 (pr-mh-current-message): Update for above function name changes.
10829
10830 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10831 as an argument.
10832 (find-file-noselect, insert-file-1): Update for above change.
10833
10834 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10835
10836 * mail/mailclient.el (mailclient-send-it): Fix message.
10837
10838 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10839 (edebug-eval): Check cl-debug-env is bound.
10840 (print-level, print-circle): Don't redefine built-in variables.
10841
10842 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10843 (custom-print-vectors): Remove old comments from doc.
10844
10845 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10846 (emerge-version): Make the variable an obsolete alias for the
10847 emacs-version variable. Make the function obsolete.
10848 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10849 Emerge options, rather than merging in into the main Options menu.
10850 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10851 and auto advance modes. Disable edit/fast items when not relevant.
10852
10853 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10854
10855 * term/vt420.el (terminal-init-vt420): Fix typo.
10856
10857 2009-07-20 Sam Steingold <sds@gnu.org>
10858
10859 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10860 variable (removed from compile.el on 2004-03-11).
10861
10862 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10863
10864 * files.el (hack-local-variables-filter): Fix last change.
10865
10866 2009-07-19 Juri Linkov <juri@jurta.org>
10867
10868 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10869 (dir-local-variables-alist): New buffer-local variable.
10870 (hack-local-variables-filter): If variable is not dir-local,
10871 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10872 because file-local overrides dir-local.
10873 (c-postprocess-file-styles) <declare-function>:
10874 Remove obsolete declaration.
10875 (hack-dir-local-variables): Add dir-local variable/value pair to
10876 `dir-local-variables-alist' and remove duplicates. Doc fix.
10877
10878 * help-fns.el (describe-variable): Add information about
10879 file-local and dir-local variables.
10880
10881 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * files.el (hack-local-variables-filter): Rewrite.
10884
10885 2009-07-19 Glenn Morris <rgm@gnu.org>
10886
10887 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10888 Silence compiler by only defining on XEmacs.
10889
10890 * international/mule.el (auto-coding-regexp-alist): Only match
10891 BABYL... at the start of buffer, not of lines. (Bug#3790)
10892
10893 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10894 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10895 (cal-menu-context-mouse-menu): Doc fix.
10896
10897 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10898
10899 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10900
10901 2009-07-18 Juri Linkov <juri@jurta.org>
10902
10903 * info.el: Virtual Info keyword finder.
10904 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10905 (Info-finder-file): New variable.
10906 (Info-finder-find-file): New function.
10907 (finder-known-keywords, finder-package-info)
10908 (find-library-name, lm-commentary): Use defvar and
10909 declare-function to silence compiler warnings.
10910 (Info-finder-find-node): New function.
10911 (info-finder): New command.
10912
10913 * subr.el (process-kill-buffer-query-function): New function.
10914 (add-hook)<kill-buffer-query-functions>: Add hook
10915 `process-kill-buffer-query-function'.
10916
10917 2009-07-18 Alan Mackenzie <acm@muc.de>
10918
10919 * progmodes/cc-mode.el (c-before-hack-hook)
10920 (c-postprocess-file-styles): Give invocation of `c-set-style'
10921 DONT-OVERRIDE parameter of t. Already set style variables will
10922 thus not be overridden by style settings given by `c-file-syle'.
10923
10924 * files.el (hack-local-variables-filter): Remove entries with
10925 duplicate keys from `file-local-variables-alist'.
10926
10927 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10928
10929 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10930 x-set-selection if display-selections-p returns nil for the
10931 current frame.
10932
10933 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10934
10935 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10936
10937 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10938
10939 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10940 Accept nil in addition to a regexp.
10941 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10942 Accept nil in addition to a regexp.
10943 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10944 buffers that have an associated file. Handle nil values of
10945 desktop-buffers-not-to-save and desktop-files-not-to-save.
10946 (Bug#3833)
10947
10948 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10949 (x-disown-selection-internal): New functions.
10950
10951 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10952
10953 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10954 warning.
10955 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10956 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10957
10958 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10959
10960 * simple.el (set-mark): Revert last change.
10961
10962 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10963
10964 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10965 rendering of pngs is not possible instead of messaging a long
10966 description.
10967
10968 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10969
10970 * w32-fns.el (x-selection-owner-p): New function.
10971
10972 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10973 (mouse-yank-at-click, mouse-yank-primary): If
10974 select-active-regions is non-nil, deactivate the mark before
10975 insertion.
10976
10977 * simple.el (deactivate-mark, set-mark): Only save selection if we
10978 own it.
10979
10980 2009-07-17 Kenichi Handa <handa@m17n.org>
10981
10982 * case-table.el (describe-buffer-case-table): Fix for the case
10983 that KEY is a cons.
10984
10985 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10986
10987 * vc-rcs.el (vc-rcs-find-file-hook):
10988 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10989
10990 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10991
10992 * net/tramp.el (tramp-wait-for-output): Handle the case when
10993 commands do not return a newline but a null byte before the shell
10994 prompt. (Bug#3858)
10995
10996 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10997
10998 * term/ns-win.el (ns-set-alpha): Don't declare.
10999 (ns-set-background-alpha): Remove function.
11000
11001 2009-07-16 Kevin Ryde <user42@zip.com.au>
11002
11003 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11004 y-or-n-p, for safety.
11005
11006 2009-07-16 Richard Stallman <rms@gnu.org>
11007
11008 * files.el (auto-save-mode): If buffer-saved-size is -2,
11009 don't clobber it.
11010
11011 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11012 (rmail-retry-ignored-headers): Add more uninteresting fields.
11013
11014 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11015
11016 * net/rcirc.el (rcirc): Use history variables.
11017 (rcirc-server-name-history, rcirc-nick-name-history)
11018 (rcirc-server-port-history): New variables.
11019
11020 2009-07-15 Kenichi Handa <handa@m17n.org>
11021
11022 * international/mule-cmds.el (set-language-environment-charset):
11023 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11024 ignore them.
11025
11026 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11027 Delete unibyte-display.
11028
11029 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11032
11033 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11034
11035 * simple.el (deactivate-mark): Optional argument FORCE.
11036 (set-mark): Use deactivate-mark.
11037
11038 * info.el (Info-search): No need to check transient-mark-mode
11039 before calling deactivate-mark.
11040
11041 * select.el (x-set-selection): Doc fix.
11042 (x-valid-simple-selection-p): Allow buffer values.
11043 (xselect--selection-bounds): Handle buffer values. Suggested by
11044 David De La Harpe Golden.
11045
11046 * mouse.el (mouse-set-region, mouse-drag-track): Call
11047 copy-region-as-kill before setting the mark, to let
11048 select-active-regions work.
11049
11050 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11051
11052 * simple.el (deactivate-mark): If select-active-regions is
11053 non-nil, copy the selection data into a string.
11054 (activate-mark): If select-active-regions is non-nil, set the
11055 selection to the current buffer.
11056 (set-mark): Update selection if select-active-regions is non-nil.
11057
11058 * select.el (x-valid-simple-selection-p): Allow buffer values.
11059
11060 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11063 and more featureful message-mode.
11064
11065 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * select.el (x-set-selection): Doc fix.
11068 (x-valid-simple-selection-p): Disallow selection data consisting
11069 of a list or cons of integers, since that is not used.
11070 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11071 (xselect-convert-to-string, xselect-convert-to-length)
11072 (xselect-convert-to-filename, xselect-convert-to-charpos)
11073 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11074
11075 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11076
11077 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11078 output in -break-info command (Emacs bug #3794).
11079
11080 2009-07-14 Glenn Morris <rgm@gnu.org>
11081
11082 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11083 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11084 (edebug-print-length, edebug-print-level, edebug-print-circle)
11085 (edebug-sit-for-seconds, edebug-view-outside)
11086 (edebug-bounce-point, edebug-set-global-break-condition)
11087 (edebug-Go-nonstop-mode, edebug-trace-mode)
11088 (edebug-Trace-fast-mode, edebug-continue-mode)
11089 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11090 (edebug-visit-eval-list): Doc fixes.
11091
11092 * subr.el (def-edebug-spec): Doc fix.
11093
11094 2009-07-14 Kenichi Handa <handa@m17n.org>
11095
11096 * international/characters.el: Fix setting of category ?C.
11097
11098 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11099
11100 * term/ns-win.el (x-select-font): defalias x-select-font to
11101 ns-popup-font-panel instead of generate-fontset-menu.
11102
11103 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11104
11105 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11106
11107 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11108
11109 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11110 the PK\003\004 header (Bug#3770).
11111
11112 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11113
11114 * pcomplete.el (pcomplete-comint-setup): Check for
11115 shell-dynamic-complete-filename too.
11116
11117 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11118
11119 * simple.el (temporary-goal-column): Change the value for
11120 line-move-visual to a cons cell.
11121 (line-move-visual): Record or set the window hscroll, if
11122 necessary (Bug#3494).
11123 (line-move-1): Handle cons value of temporary-goal-column.
11124
11125 2009-07-11 Kenichi Handa <handa@m17n.org>
11126
11127 * international/mule-diag.el (describe-character-set): Don't show
11128 width.
11129
11130 2009-07-10 Sam Steingold <sds@gnu.org>
11131
11132 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11133 Omake sometimes indents the errors it prints, so allow all
11134 regexps to start with spaces.
11135
11136 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11137
11138 * cus-edit.el (customize-changed-options-previous-release):
11139 Bump value to 22.1. (Bug#3804)
11140
11141 2009-07-08 Sam Steingold <sds@gnu.org>
11142
11143 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11144 to be a cons cell (test . ignored-directory) to selectively ignore
11145 some directories depending on the location of the search.
11146
11147 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11148
11149 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11150 remote user is root, on the local host.
11151 (tramp-local-host-p): Either the local user or the remote user
11152 must be root. (Bug#3771)
11153
11154 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11155
11156 * progmodes/gdb-mi.el (gdb): Remove description of
11157 gdb-use-separate-io-buffer.
11158 (menu): Don't allow toggling of or enable
11159 gdb-use-separate-io-buffer from menubar.
11160
11161 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11162
11163 * mail/unrmail.el (unrmail): Make sure the message ends with two
11164 newlines (Bug#3769).
11165
11166 2009-07-08 Glenn Morris <rgm@gnu.org>
11167
11168 * calendar/calendar.el (calendar-current-date): Rework previous change.
11169
11170 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11171
11172 * calendar/calendar.el (calendar-current-date):
11173 Add an optional argument giving an offset from today.
11174
11175 2009-07-08 Glenn Morris <rgm@gnu.org>
11176
11177 * tutorial.el (tutorial--describe-nonstandard-key):
11178 Adjust the message for when a key has been unbound.
11179 (help-with-tutorial): Hide the arch-tag.
11180
11181 2009-07-08 Kenichi Handa <handa@m17n.org>
11182
11183 * international/fontset.el (setup-default-fontset): For each
11184 script, append (not set) font-specs.
11185
11186 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11187 docstring.
11188
11189 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11190
11191 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11192 -data-list-register-names to ...
11193 (gdb-starting): ... here because GDB 7.0 requires execution to
11194 have started when using this MI command.
11195 (gdb-set-header): New function to distinguish select and
11196 unselected tabs in gdb buffers.
11197 (gdb-propertize-header): New macro that uses gdb-set-header.
11198 (gdb-breakpoints-header, gdb-locals-header): Use it.
11199 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11200
11201 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11202
11203 * Makefile.in (ELCFILES): Remove fadr.elc.
11204
11205 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11206
11207 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11208 may contain frame information, so `string-match' should be used.
11209 (gdb-update): Disassembly is invalidated through
11210 `gdb-get-selected-frame'.
11211 (gdb-pad-string): New function to pad string with spaces.
11212 (gdb-invalidate-disassembly): Invalidate only if the buffer
11213 exists.
11214 (gdb-disassembly-handler-custom): Column alignment.
11215 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11216 placing new ones.
11217 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11218 end of line, too.
11219 (gdb-frame-handler): Match convention to for disassembly buffer
11220 mode name.
11221 (gdb-stack-list-frames-handler): Rewritten without regexps.
11222 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11223 not highlight breakpoints without line information.
11224 (gdb-input): Add trailing newline to command.
11225
11226 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11227 buffer properly.
11228 (gdb-breakpoints-list-handler-custom): Replacement for
11229 `gdb-break-list-handler'. Using real parser instead of regexps
11230 now.
11231 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11232 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11233 to place breakpoints.
11234 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11235 functions.
11236 (gdb-disassembly-handler-custom): Show overlay arrow.
11237 (gdb-disassembly-place-breakpoints): Show breakpoints in
11238 disassembly buffer.
11239 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11240 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11241 instead of parsing breakpoints buffer. Fixed old menu references
11242 in `gud-menu-map'.
11243
11244 * fadr.el: Remove.
11245
11246 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11247 (gdb-memory-address): New variable which holds top address of
11248 memory page shown in memory buffer.
11249 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11250 customization variables.
11251 New functions:
11252 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11253 display the memory buffer.
11254 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11255 buffer display parameters.
11256 (def-gdb-memory-format, gdb-memory-format-binary)
11257 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11258 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11259 Functions for setting memory buffer format.
11260 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11261 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11262 unit size used in memory buffer.
11263 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11264 to next/previous page of memory buffer.
11265 Now using (bindat-get-field) instead of fadr functions.
11266
11267 2009-07-07 Sam Steingold <sds@gnu.org>
11268
11269 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11270 non-top-level files.
11271
11272 2009-07-07 Kenichi Handa <handa@m17n.org>
11273
11274 * international/mule-cmds.el (reset-language-environment): Put
11275 the highset priority to the charset iso-8859-1.
11276
11277 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11280 to the end of the line when locating the block (Bug#700).
11281
11282 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11283
11284 * net/tramp.el (tramp-handle-write-region): Flush file properties
11285 in case of short track.
11286
11287 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11288
11289 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11290 Coded custom representation of verilog error regular expressions
11291 to work with Emacs-22's new format.
11292 (verilog-error-regexp-xemacs-alist): Coded custom representation
11293 of verilog error regular expressions to work with XEmacs format.
11294 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11295 error recognition into XEmacs.
11296 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11297 error recognition into Emacs-22.
11298
11299 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11300
11301 * woman.el: Remove stand-alone closing parentheses.
11302 (woman-file-name, woman2-format-paragraphs)
11303 (woman-leave-blank-lines): Code cleanup.
11304 (woman-use-own-frame): Change default to nil.
11305 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11306 defaults to inherit from default faces.
11307 (woman2-process-escapes): Consume the newline after a stand-alone
11308 filler character (Bug#3651).
11309
11310 2009-07-06 Glenn Morris <rgm@gnu.org>
11311
11312 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11313 (top-level): Move provide to the end.
11314 (ffap): Remove defunct URL from custom group.
11315
11316 * subr.el (eval-after-load): Doc fix.
11317
11318 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11319
11320 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11321 `calc-embedded-word' is called twice.
11322
11323 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * files.el (find-alternate-file-other-window, find-alternate-file):
11326 Obey confirm-nonexistent-file-or-buffer.
11327
11328 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11329
11330 * dired-aux.el (dired-show-file-type): Handle remote files.
11331
11332 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11333
11334 * desktop.el (desktop-globals-to-save):
11335 Add file-name-history (Bug#2750).
11336
11337 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11338
11339 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11340
11341 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11342
11343 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11344 property on entire argument since this is what eshell-lisp-command
11345 expects.
11346
11347 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11348
11349 * net/tramp-gvfs.el (tramp-gvfs-methods)
11350 (tramp-gvfs-zeroconf-domain)
11351 (tramp-bluez-discover-devices-timeout): Add version flag.
11352 (tramp-gvfs-handler-mounted-unmounted)
11353 (tramp-gvfs-connection-mounted-p): Polish handling of
11354 incompatibilities between GVFS 0.2 and 1.0.
11355
11356 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11357
11358 * cus-start.el (all): Add make-pointer-invisible.
11359
11360 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11361
11362 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11363 formatted correctly.
11364
11365 2009-07-02 Juri Linkov <juri@jurta.org>
11366
11367 * info.el: Virtual Info files and nodes.
11368 (Info-virtual-files, Info-virtual-nodes): New variables.
11369 (Info-current-node-virtual): New variable.
11370 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11371 New functions.
11372 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11373 to check for a virtual file instead of checking a fixed list
11374 of node names.
11375 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11376 instead of ad-hoc processing of "dir" and (apropos history toc).
11377 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11378 instead of ad-hoc processing of "dir" and (apropos history toc).
11379 Reread a file when moving from a virtual node.
11380 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11381 (Info-directory-toc-nodes, Info-directory-find-file)
11382 (Info-directory-find-node): New functions.
11383 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11384 (Info-history): Move part of code to
11385 `Info-history-find-node'.
11386 (Info-history-toc-nodes, Info-history-find-file)
11387 (Info-history-find-node): New functions.
11388 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11389 (Info-toc): Move part of code to `Info-toc-find-node'.
11390 (Info-toc-find-node): New function.
11391 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11392 the current Info file name to references because now the node
11393 "*TOC*" belongs to the same Info manual.
11394 (Info-toc-build): Rename from `Info-build-toc'.
11395 (Info-toc-nodes): Rename input argument `file' to `filename'.
11396 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11397 instead of ad-hoc processing of ("dir" apropos history toc).
11398 (Info-index-nodes): Use Info-virtual-file-p
11399 to check for a virtual file instead of checking a fixed list
11400 of node names.
11401 (Info-index-node): Add check for `Info-current-node-virtual'.
11402 Raise `save-match-data' higher up the tree to contain
11403 `search-forward' too (bug fix).
11404 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11405 (Info-virtual-index-nodes): New variable.
11406 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11407 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11408 (Info-apropos-file, Info-apropos-nodes): New variables.
11409 (Info-apropos-toc-nodes, Info-apropos-find-file)
11410 (Info-apropos-find-node, Info-apropos-matches): New functions.
11411 (info-apropos): Move part of code to `Info-apropos-find-node' and
11412 `Info-apropos-matches'.
11413 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11414 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11415 for a virtual file instead of checking a fixed list of node names.
11416
11417 * simple.el (async-shell-command): New command.
11418
11419 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11420
11421 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11422 instead of `mount-info'.
11423
11424 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11425
11426 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11427 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11428
11429 2009-07-02 Kenichi Handa <handa@m17n.org>
11430
11431 * international/mule.el (set-keyboard-coding-system): Force *-unix
11432 coding-system to avoid eol conversion.
11433
11434 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11437 Add handler for `process-file', `shell-command' and
11438 `start-file-process'.
11439 (tramp-gvfs-handle-shell-command)
11440 (tramp-gvfs-handle-start-file-process)
11441 (tramp-gvfs-handle-process-file): New defuns.
11442 (tramp-synce-list-devices): Simplify check for existence of property.
11443
11444 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11445
11446 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11447
11448 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11449
11450 * language/korean.el (set-language-info-alist): Add korean-cp949,
11451 cp949 to spec.
11452
11453 2009-07-01 Kenichi Handa <handa@m17n.org>
11454
11455 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11456
11457 * international/encoded-kb.el: Deleted.
11458
11459 * international/mule.el (set-keyboard-coding-system): Perform the
11460 necessary setup here instead of calling encoded-kbd-setup-display.
11461
11462 2009-07-01 Glenn Morris <rgm@gnu.org>
11463
11464 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11465
11466 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11467
11468 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11469
11470 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11471
11472 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11473 Handle also the 'rename case, when setting file modes. (Bug#3712)
11474 (tramp-default-file-modes): Remove execute permissions.
11475
11476 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11477 (top): Add a default for "synce" in `tramp-default-user-alist'.
11478 Add completion function for "synce" method.
11479 (tramp-hal-service, tramp-hal-path-manager)
11480 (tramp-hal-interface-manager, tramp-hal-interface-device):
11481 New defconst.
11482 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11483 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11484 New defuns.
11485
11486 * net/trampver.el: Update release number.
11487
11488 2009-06-30 Kenichi Handa <handa@m17n.org>
11489
11490 * international/fontset.el (setup-default-fontset): Add CJK fonts
11491 for symbols and the other miscellaneous characters.
11492
11493 * language/korea-util.el (setup-korean-environment-internal):
11494 Make char-width-table suitable for Korean environments.
11495 (exit-korean-environment): Cancel above.
11496
11497 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11498 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11499 setup-function to make char-width-table suitable for respective
11500 environments, and an exit-function to cancel that.
11501
11502 * language/japan-util.el (setup-japanese-environment-internal):
11503 Call use-cjk-char-width-table with arg `ja_JP'.
11504
11505 * international/characters.el (cjk-char-width-table): Delete it.
11506 (cjk-char-width-table-list): New variable.
11507 (use-cjk-char-width-table): New arg local-name.
11508 (use-default-char-width-table): Fix for the case that Emacs is
11509 already using the default char-width-table.
11510
11511 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11512
11513 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11514 modes mandatory. (Bug#3712)
11515
11516 2009-06-29 Alan Mackenzie <acm@muc.de>
11517
11518 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11519 correction between the visible width of TABs and their number of bytes.
11520
11521 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11522
11523 * server.el (server-buffer-done): Prevent kill-buffer from
11524 prompting by clearing the buffer modification flag (Bug#3696).
11525
11526 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11527
11528 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11529 (verilog-endcomment-reason-re): Support unique case and priority case.
11530 (verilog-basic-complete-re): Support localparam lineup.
11531 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11532 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11533 commenting.
11534 (verilog-leap-to-case-head): Now support *nested* unique &
11535 priority case statements.
11536 (verilog-auto-lineup): Make just declarations the default (as it
11537 had been).
11538 (verilog-leap-to-case-head): Support priority/unique case statements.
11539 (verilog-auto-lineup): Rework to give users radio buttons to
11540 select the various styles of automatic lineup.
11541 (verilog-error-regexp-alist): Rework to support the XEmacs style
11542 of error regular expressions from compilers, lint tools &
11543 simulators. Note that GNU Emacs has made it impossible for a mode
11544 to load such things.
11545 (electric-verilog-terminate-line, verilog-indent-declaration)
11546 (verilog-auto-wiure): Rework for radio button selection of
11547 auto-lineup selection of specification of auto lineup.
11548 (verilog-beg-of-statement-1): Redesign to support proper operation
11549 in additional code, based on testing with auto-lineup.
11550 (verilog-calculate-indent, assignments & declarations)
11551 (verilog-backward-token): Enhance to support auto-lineup of
11552 assignments & declarations.
11553 (verilog-in-directive-p, verilog-at-struct-p): New function for
11554 easy test of whether we are.
11555 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11556 to support safe execution at almost anyline.
11557 (verilog-calc-1): Properly support indenting deep inside generate
11558 blocks.
11559 (verilog-init-font): Remove definition & use of verilog-init-font,
11560 as it is redundant with font-lock-defaults.
11561 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11562 to avoid circular calls if syntax-ppss is a function (as is the
11563 case now in 22.x GNU Emacs) as that function would sometimes call
11564 itself, leading to (nearly) infinite recursion.
11565 (verilog-ovm-begin-re, verilog-ovm-end-re)
11566 (verilog-ovm-statement-re, verilog-leap-to-head)
11567 (verilog-backward-token): Add support for OVM macros. Some are
11568 complete statements, and others open and close scopes like begin
11569 and end.
11570 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11571 (verilog-defun-level-generate-only-re): Really fix the defun-list
11572 compilation issue.
11573 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11574 coverpoint, constraint and cross statements.
11575 (verilog-defun-level-list, verilog-generate-defun-level-list)
11576 (verilog-all-defun-level-list): Redo these specifications - it is
11577 too hard to support eval-when compile aggregation of lists also
11578 built at when-compile time.
11579 (verilog-defun-level-list): Place defconsts of variables used in
11580 building regular expressions which are built in eval-when-compile
11581 bodies in the same eval-when-compile body to facilitate compile
11582 without load.
11583 (verilog-beg-block-re-ordered): Support indenting
11584 virtual/protected tasks and functions.
11585 (verilog-defun-level-list, verilog-in-generate-region-p)
11586 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11587 indentation of some module items (generate items).
11588 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11589 across virtual/protected tasks and functions.
11590
11591 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11592
11593 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11594 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11595 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11596 in concatenations. Reported by Yishay Belkind.
11597 (verilog-auto-ascii-enum): Support one-hot state machines in
11598 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11599 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11600 modport in AUTOINST and add vl-modport for users. Reported by
11601 David Rogoff.
11602 (verilog-auto-inout-module, verilog-auto-inst)
11603 (verilog-decls-get-interfaces, verilog-insert-definition)
11604 (verilog-insert-one-definition, verilog-read-decls)
11605 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11606 (verilog-sig-modport, verilog-signals-combine-bus)
11607 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11608 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11609 Suggested by David Rogoff.
11610 (verilog-repair-open-comma): Fix non-insertion of comma when
11611 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11612 (verilog-make-width-expression): Simplify [A-1:0] expression
11613 widths to just {A{1'b0}}.
11614 (verilog-mode): Cleanup checkdoc warnings.
11615 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11616 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11617 inputs/outputs or data type. Suggested by Vasu Kandadi.
11618 (next-error-last-buffer): Fix byte-compiler warning.
11619 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11620 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11621 or shell command text during AUTO expansion. Suggested by Tad Truex.
11622 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11623 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11624 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11625 in AUTOINOUT. Reported by Matthew Lovell.
11626 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11627 causing use of <= assignments. Reported by Alex Reed.
11628 (verilog-read-decls): Fix triand, trior, wand, wor to be
11629 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11630 (verilog-extended-complete-re): Support import "DPI-C" functions.
11631 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11632 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11633 (verilog-insert-date, verilog-insert-year)
11634 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11635 Windows systems. Reported by Michael Potts.
11636 (verilog-read-module-name): Fix AUTOINST when the child module
11637 declaration's name is a tick define. Reported by Elliot Mednick.
11638 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11639 passed to next parameter's definition. Reported by Bruce T.
11640 (verilog-read-decls): Fix detecting "parameter int" when using
11641 AUTOINSTPARAM. Reported by Bruce T.
11642 (verilog-goto-defun): Fix goto not finding modules unless first
11643 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11644 (verilog-mode): Expand -f flag arguments on entry to mode so
11645 verilog-goto-defun will work. Reported by Lawrence Butcher.
11646 (verilog-getopt): Expand environment variables in -f file
11647 arguments. Suggested by Lawrence Butcher.
11648 (verilog-set-define): Fix "Symbol's value as variable is void"
11649 when reading enumerations.
11650 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11651 Suggested by Stephen Peltan.
11652 (verilog-read-defines): Fix reading of enumerations in include
11653 files. Reported by Steve Peltan.
11654
11655 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11656
11657 * files.el (trash-directory): Fix defcustom type.
11658
11659 2009-06-28 Juri Linkov <juri@jurta.org>
11660
11661 * help-fns.el (describe-function-1): Correctly locate adviced
11662 functions in hyperlink (Bug#2438).
11663
11664 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * files.el (trash-directory): Change default to nil.
11667 (move-file-to-trash): If trash-directory is nil and
11668 system-move-file-to-trash is unbound, perform freedesktop-style
11669 trashing.
11670
11671 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11672
11673 * files.el (move-file-to-trash): Add freedesktop trash
11674 support (Bug#973).
11675
11676 2009-06-28 Glenn Morris <rgm@gnu.org>
11677
11678 * autorevert.el (global-auto-revert-non-file-buffers)
11679 (global-auto-revert-mode): Doc fixes.
11680
11681 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11682
11683 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11684
11685 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11686
11687 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11688 opened an X connection before calling x-get-resource (Bug#3194).
11689
11690 * play/doctor.el: Remove reference to obsolete website.
11691 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11692
11693 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11694
11695 Remove find-file-not-found-hook VC method. (Bug#2757)
11696 * vc-hooks.el (vc-file-not-found-hook)
11697 (vc-default-find-file-not-found-hook): Remove functions.
11698 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11699 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11700 * vc.el:
11701 * vc-hg.el:
11702 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11703
11704 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11705
11706 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11707 compatibility function for `looking-back'.
11708
11709 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11710 Use `ispell-looking-back'.
11711
11712 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11713
11714 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11715 rather than `filename'.
11716
11717 2009-06-23 Miles Bader <miles@gnu.org>
11718
11719 * face-remap.el (text-scale-set): New function.
11720
11721 2009-06-23 Glenn Morris <rgm@gnu.org>
11722
11723 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11724
11725 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11726
11727 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11728
11729 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11730
11731 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11732 Simplify Persian conditionals.
11733
11734 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11735 variable `filename'.
11736
11737 * comint.el (comint-insert-input): Doc fix.
11738
11739 * Makefile.in (ELCFILES): Fix typo in previous change.
11740
11741 2009-06-23 Miles Bader <miles@gnu.org>
11742
11743 * cus-start.el: Add entry for `recenter-redisplay'.
11744
11745 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11746
11747 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11748 Add an optional argument for the backend, use it instead of
11749 calling vc-backend.
11750 (vc-mode-line): Add an optional argument for the backend.
11751 Pass the backend to vc-state and vc-working-revision. Move code for
11752 special handling for vc-state being a buffer to ...
11753
11754 * vc-rcs.el (vc-rcs-find-file-hook):
11755 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11756
11757 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11758 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11759 vc-stay-local-p and vc-mode-line calls.
11760
11761 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11762 (vc-cvs-diff, vc-cvs-annotate-command)
11763 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11764 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11765 vc-mode-line calls.
11766
11767 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11768 direct comparison.
11769 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11770 backend when calling vc-mode-line.
11771 (vc-register): Do not create a closure for calling the vc register
11772 function, call it directly.
11773
11774 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11775
11776 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11777 to make it obvious item can be clicked.
11778
11779 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11780
11781 2009-06-23 Kenichi Handa <handa@m17n.org>
11782
11783 * language/korea-util.el (korean-key-bindings): Change the binding
11784 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11785 same command.
11786
11787 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11788
11789 Sync with Tramp 2.1.16.
11790
11791 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11792
11793 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11794 when a loading of a package fails. Completion function for rsync
11795 is `tramp-completion-function-alist-ssh'.
11796 (all): Replace all calls of `split-string' and
11797 `tramp-split-string' by `tramp-compat-split-string'.
11798 (tramp-default-method): Use `tramp-compat-process-running-p'.
11799 (tramp-default-proxies-alist): Allow also Lisp forms.
11800 (tramp-remote-path): Add choice "Private Directories".
11801 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11802 (tramp-domain-regexp): Allow also "-", "_" and ".".
11803 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11804 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11805 (tramp-debug-message): Insert header line in debug buffer.
11806 (tramp-handle-directory-files-and-attributes-with-stat):
11807 Care about filenames with spaces, or starting with "-".
11808 (tramp-handle-dired-uncache): New defun.
11809 (tramp-handle-insert-directory): Don't flush the directory from
11810 cache, this is handled by `dired-uncache' now.
11811 (tramp-handle-insert-file-contents): Improve error handling.
11812 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11813 Quote `tramp-end-of-output'.
11814 (tramp-action-password): Improve trace message.
11815 (tramp-check-for-regexp): Both echoes must be present, before removing.
11816 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11817 (tramp-compute-multi-hops): Eval cons cells of
11818 `tramp-default-proxies-alist'.
11819 (tramp-maybe-open-connection): Use the same command pattern for
11820 first hop and further hops.
11821 (tramp-wait-for-output): Remove handling of newlines.
11822 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11823 (tramp-split-string): Remove function. It is handled in
11824 tramp-compat now.
11825
11826 * net/tramp-cmds.el (tramp-bug):
11827 Recommend `tramp-cleanup-all-connections' in the bug mail.
11828
11829 * net/tramp-compat.el (tramp-compat-split-string)
11830 (tramp-compat-process-running-p): New defuns.
11831
11832 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11833 for `dired-uncache'.
11834
11835 * net/tramp-gvfs.el: New package.
11836
11837 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11838 Add handler for `dired-uncache'.
11839 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11840
11841 * net/trampver.el: Update release number. Make version check fit
11842 for SXEmacs 22.
11843
11844 2009-06-22 Jim Meyering <meyering@redhat.com>
11845
11846 Automatically handle .xz suffix (XZ-compressed files), too.
11847 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11848 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11849
11850 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11851 Nick Roberts <nickrob@snap.net.nz>
11852
11853 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11854 repository (http://sphinx.net.ru/hg/gdb-mi/).
11855
11856 2009-06-22 Glenn Morris <rgm@gnu.org>
11857
11858 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11859 `mode' and `eval' entries. (Bug#3430)
11860
11861 * Makefile.in (ELCFILES): Add fadr.elc.
11862
11863 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11864 differing behavior of \n and ^ in strings. (Bug#3385)
11865
11866 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11867
11868 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11869 property.
11870 (lisp-indent-function): Make it a defcustom.
11871
11872 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11873
11874 * progmodes/gdb-ui.el: Replace with ...
11875 * progmodes/gdb-mi.el: ... this file.
11876 * progmodes/gud.el: Modify for gdb-mi.el.
11877
11878 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11879
11880 * fadr.el: New file.
11881
11882 See ChangeLog.14 for earlier changes.
11883
11884 ;; Local Variables:
11885 ;; coding: utf-8
11886 ;; End:
11887
11888 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11889
11890 This file is part of GNU Emacs.
11891
11892 GNU Emacs is free software: you can redistribute it and/or modify
11893 it under the terms of the GNU General Public License as published by
11894 the Free Software Foundation, either version 3 of the License, or
11895 (at your option) any later version.
11896
11897 GNU Emacs is distributed in the hope that it will be useful,
11898 but WITHOUT ANY WARRANTY; without even the implied warranty of
11899 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11900 GNU General Public License for more details.
11901
11902 You should have received a copy of the GNU General Public License
11903 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11904
11905 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1