]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/novice.el (disabled-command-function): Fix 2009-11-15 change. (Bug#7384)
[gnu-emacs] / lisp / ChangeLog
1 2010-11-13 Glenn Morris <rgm@gnu.org>
2
3 * novice.el (disabled-command-function):
4 Fix 2009-11-15 change. (Bug#7384)
5
6 2010-11-12 Glenn Morris <rgm@gnu.org>
7
8 * calendar/calendar.el (diary-iso-date-forms): Make elements
9 mutually exclusive. (Bug#7377)
10
11 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
14 when filling the remaining "unconstrained" values.
15
16 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
19 safety predicate.
20
21 * files.el (safe-local-variable-p): Gracefully handle errors.
22
23 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
24 Use smie-indent-virtual when indenting relative to an opener.
25 (smie-rule-separator): Use smie-rule-parent.
26 (smie-indent-keyword): Consult rules, even for openers at bol.
27 (smie-indent-comment-close): Try to align closer's content.
28
29 2010-11-11 Glenn Morris <rgm@gnu.org>
30
31 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
32
33 2010-11-10 Glenn Morris <rgm@gnu.org>
34
35 * printing.el (pr-menu-bind): Doc fix.
36
37 * speedbar.el (speedbar-toggle-images): Doc fix.
38
39 * progmodes/python.el (python-shell): Doc fix.
40
41 * wid-edit.el (widget-field-use-before-change)
42 (widget-use-overlay-change): Doc fixes.
43
44 2010-11-09 Glenn Morris <rgm@gnu.org>
45
46 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
47
48 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * minibuffer.el (minibuffer-completion-help): Specify the end of the
51 completion field (bug#7211).
52
53 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
54 Fix handling of backslash escapes.
55 (python-quote-syntax): Adjust accordingly.
56
57 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
58
59 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
60 (vc-mtn-workfile-branch): Adjust to new output format.
61
62 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * international/mule-cmds.el (princ-list): Mark as obsolete.
65
66 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * emacs-lisp/smie.el: New package.
69
70 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
71
72 * files.el (backup-by-copying-when-mismatch):
73 Set `permanent-local' property.
74
75 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
76 `permanent-local' property for `backup-by-copying-when-mismatch'.
77
78 2010-11-06 Eli Zaretskii <eliz@gnu.org>
79
80 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
81 (ls-lisp-classify-file): New function.
82 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
83 (ls-lisp-classify): Call ls-lisp-classify-file.
84 (insert-directory): Remove blanks from switches.
85
86 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
87
88 * progmodes/verilog-mode.el (verilog-insert-one-definition)
89 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
90 AUTOINOUT for SV style multidimensional arrays, bug294.
91 Reported by Eric Mastromarchi.
92 (verilog-preprocess): Use with-current-buffer and
93 font-lock-fontify-buffer to cleanup style issues.
94
95 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
96
97 * net/trampver.el: Update release number.
98
99 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
100
101 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
102 beginning of the string. Use `string-match-p'. (Bug#6765)
103
104 2010-11-01 Glenn Morris <rgm@gnu.org>
105
106 * locate.el (locate, locate-mode): Doc fixes.
107
108 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
109
110 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
111 user for confirmation.
112 (server-force-stop): Use it.
113 (server-start): Use server-force-stop for kill-emacs-hook, to
114 avoid user interaction while killing Emacs.
115
116 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
119 (log-edit-author): New dynamic var.
120 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
121 Use it to return the author if different from committer.
122 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
123
124 2010-10-31 Eli Zaretskii <eliz@gnu.org>
125
126 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
127
128 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
129
130 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
131 (vc-root-diff, vc-print-root-log, vc-log-incoming)
132 (vc-log-outgoing): Use it.
133 (vc-diff-internal): Set diff-vc-backend.
134
135 * vc/diff-mode.el (diff-vc-backend): New var.
136
137 2010-10-31 Juri Linkov <juri@jurta.org>
138
139 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
140 buffer-locally to lambda that re-runs the vc diff command.
141 (Bug#6447)
142
143 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
144
145 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
146
147 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
148 log-outgoing commands.
149 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
150 to create a buffer local revert-buffer-function variable.
151 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
152 revert-buffer-function lambda.
153
154 Improve VC create/retrieve tag/branch.
155 * vc.el (vc-create-tag): Do not read the directory name for VCs
156 with repository revision granularity. Adjust the tag/branch
157 prompt. Reset VC properties.
158 (vc-retrieve-tag): Do not read the directory name for VCs
159 with repository revision granularity. Reset VC properties.
160
161 Add optional support for resetting VC properties.
162 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
163 call vc-file-clearprops when true.
164 (vc-resynch-buffer): Add new optional argument, pass it down.
165 (vc-resynch-buffers-in-directory): Likewise.
166
167 Improve support for special markup in the VC commit message.
168 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
169 * vc-hg.el (vc-hg-checkin): Add support for Date:.
170 * vc-git.el (vc-git-checkin):
171 * vc-bzr.el (vc-bzr-checkin): Likewise.
172
173 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
174 * vc-git.el (vc-git-log-view-mode): Fix font lock for
175 incoming/outgoing logs.
176 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
177
178 * vc-git.el (vc-git-log-outgoing): Use the same format as the
179 short log.
180 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
181 command
182
183 Add bindings for vc-log-incoming and vc-log-outgoing.
184 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
185 and vc-log-outgoing.
186 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
187 and vc-log-outgoing.
188
189 Improve state updating for VC tag commands.
190 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
191 to update the state of all buffers in the directory.
192
193 2010-05-19 Glenn Morris <rgm@gnu.org>
194
195 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
196
197 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * vc.el (vc-checkin, vc-modify-change-comment):
200 Adjust to new vc-start/finish-logentry.
201 (vc-find-conflicted-file): New command.
202 (vc-transfer-file): Adjust to new vc-checkin.
203 (vc-next-action): Improve scoping.
204
205 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
206 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
207
208 * vc-dispatcher.el (vc-log-edit): Shorten names for
209 log-edit-show-files.
210
211 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
212 (vc-bzr-conflicted-files): New function.
213
214 * log-edit.el (log-edit-summary, log-edit-header)
215 (log-edit-unknown-header): New faces.
216 (log-edit-headers-alist): New var.
217 (log-edit-header-contents-regexp): New const.
218 (log-edit-match-to-eoh): New function.
219 (log-edit-font-lock-keywords): Use them.
220 (log-edit): Insert a "Summary:" header as default.
221 (log-edit-mode): Mark font-lock rules as case-insensitive.
222 (log-edit-done): Cleanup headers.
223 (log-edit-extract-headers): New function to replace it.
224
225 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
226 the windows/frames.
227
228 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
229
230 * vc-dir.el (vc-dir-kill-line): New command.
231 (vc-dir-mode-map): Bind it to C-k.
232 (vc-dir-headers): Abbreviate the working dir.
233
234 * vc-git.el (vc-git-revision-table): Include remote branches.
235
236 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
237
238 New VC methods: vc-log-incoming and vc-log-outgoing.
239 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
240 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
241 New functions.
242 (vc-print-log-internal): Just call vc-log-internal-common.
243 (vc-log-view-type): New permanent local variable.
244
245 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
246
247 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
248 of the dynamic bound vc-short-log.
249 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
250
251 * vc-git.el (vc-git-log-outgoing): New function.
252 (vc-git-log-view-mode): Use vc-log-view-type instead
253 of the dynamic bound vc-short-log.
254
255 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
256 the dynamic bound vc-short-log. Highlight the tag.
257 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
258 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
259 (vc-hg-incoming-mode): Remove.
260 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
261
262 Fix default-directory for vc-root-diff.
263 * vc.el (vc-root-diff): Bind default-directory to the root
264 directory for the diff command.
265
266 2010-10-31 Sam Steingold <sds@gnu.org>
267
268 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
269 `vc-hg-command' with a list of flags.
270
271 2010-10-31 Glenn Morris <rgm@gnu.org>
272
273 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
274 log-edit-before-checkin-process.
275
276 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
277
278 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
279
280 * vc-dispatcher.el (vc-start-logentry): Doc fix.
281 (log-view-process-buffer, log-edit-extra-flags): Declare.
282
283 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
284
285 Add special markup processing for commit logs.
286 * log-edit.el (log-edit): Add new argument MODE. Use that mode
287 when non-nil instead of the log-view-mode.
288
289 * vc.el (vc-default-log-edit-mode): New function.
290
291 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
292 log-edit.
293
294 Support for shelving snapshots and for showing shelves.
295 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
296 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
297 New functions.
298 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
299 (vc-bzr-extra-menu-map): Map them.
300
301 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
302
303 * net/tramp.el (tramp-handle-insert-file-contents): For root,
304 preserve owner and group when editing files. (Bug#7289)
305
306 2010-10-29 Glenn Morris <rgm@gnu.org>
307
308 * speedbar.el (speedbar-mode):
309 * play/fortune.el (fortune-in-buffer, fortune):
310 * play/gomoku.el (gomoku-mode):
311 * play/landmark.el (lm-mode):
312 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
313 Replace inappropriate uses of toggle-read-only. (Bug#7292)
314
315 2010-10-28 Glenn Morris <rgm@gnu.org>
316
317 * select.el (x-selection): Mark it as an obsolete alias.
318
319 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
320
321 * add-log.el (find-change-log): Use derived-mode-p rather than
322 major-mode (bug#7284).
323
324 2010-10-27 Glenn Morris <rgm@gnu.org>
325
326 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
327 rather than just an unused variable that inherits from the real one.
328
329 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
330
331 * verilog-mode.el (verilog-directive-re): Make this variable
332 auto-built for efficiency of execution and updating.
333 (verilog-extended-complete-re): Support 'pure' fucntion & task
334 declarations (these have no bodies).
335 (verilog-beg-of-statement): General cleanup to enable support of
336 'pure' fucntion & task declarations (these have no bodies).
337 These efforts together fix Verilog bug210 from veripool; which was also
338 noticed by Steve Pearlmutter.
339 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
340 (verilog-directive-nest-re, verilog-set-auto-endcomments):
341 Support `elsif. Reported by Shankar Giri.
342 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
343 attribute handling for lining up declarations and assignments.
344 (verilog-beg-of-statement-1): Fix issue where continued declaration
345 is indented differently if it is after a begin..end clock.
346 (verilog-in-attribute-p, verilog-skip-backward-comments)
347 (verilog-skip-forward-comment-p): Support proper treatment of
348 attributes by indent code. Reported by Jeff Steele.
349 (verilog-in-directive-p): Fix comment to correctly describe function.
350 (verilog-backward-up-list, verilog-in-struct-region-p)
351 (verilog-backward-token, verilog-in-struct-p)
352 (verilog-in-coverage-p, verilog-do-indent)
353 (verilog-pretty-declarations): Use verilog-backward-up-list as
354 wrapper around backward-up-list inorder to properly skip comments.
355 Reported by David Rogoff.
356 (verilog-property-re, verilog-endcomment-reason-re)
357 (verilog-beg-of-statement, verilog-set-auto-endcomments)
358 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
359 of if). Reported by Max Bjurling and
360 (verilog-calc-1): Fix for clocking block in modport
361 declaration. Reported by Brian Hunter.
362
363 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
364
365 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
366 (verilog-gate-keywords, verilog-read-sub-decls)
367 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
368 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
369 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
370 (verilog-read-decls): Fix spaces in V2K module parameters causing
371 mis-identification as interfaces, bug287.
372 (verilog-read-decls): Fix not treating "parameter string" as a
373 parameter in AUTOINSTPARAM.
374 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
375 treating `elsif similar to `endif inside AUTOSENSE.
376 (verilog-do-indent): Implement correct automatic or static task or
377 function end comment highlight. Reported by Steve Pearlmutter.
378 (verilog-font-lock-keywords-2): Fix highlighting of single
379 character pins, bug264. Reported by Michael Laajanen.
380 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
381 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
382 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
383 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
384 (verilog-pretty-expr): Fix interactive arguments, bug272.
385 Reported by Mark Johnson.
386 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
387 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
388 bug269. Suggested by Gary Delp.
389 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
390 (verilog-preprocessor, verilog-set-compile-command):
391 Create verilog-preprocess and verilog-preprocessor to show
392 preprocessed output.
393 (verilog-get-beg-of-line, verilog-get-end-of-line)
394 (verilog-modi-file-or-buffer, verilog-modi-name)
395 (verilog-modi-point, verilog-within-string): Move defmacro's
396 before first use to avoid warning. Reported by Steve Pearlmutter.
397 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
398 (verilog-colorize-region, verilog-highlight-buffer)
399 (verilog-highlight-includes, verilog-highlight-modules)
400 (verilog-highlight-region, verilog-mode): Rename colorize to
401 highlight to match other packages. Disable module highlighting,
402 as received speed complaints, reenable for experimentation only
403 using new verilog-highlight-modules.
404 (verilog-read-decls): Fix regexp stack overflow in very large
405 AUTO_TEMPLATEs, bug250.
406 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
407 (verilog-scan): Create verilog-save-buffer-state to standardize
408 making insignificant changes that shouldn't call hooks.
409 (verilog-save-no-change-functions, verilog-save-scan-cache)
410 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
411 Create verilog-save-no-change-functions to wrap verilog-scan
412 preservation, and fix to work with nested preserved calls.
413 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
414 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
415 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
416 (verilog-submit-bug-report): Update variable list to be complete.
417 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
418 breaking on-the-fly font-locking.
419 (verilog-colorize-buffer, verilog-colorize-include-files)
420 (verilog-colorize-include-files-buffer, verilog-colorize-region)
421 (verilog-load-file-at-mouse, verilog-load-file-at-point)
422 (verilog-mode, verilog-read-inst-module-matcher): With point on a
423 AUTOINST cell instance name, middle mouse button now finds-file on
424 it. Suggested by Brad Dobbie.
425 (verilog-alw-get-temps, verilog-auto-reset)
426 (verilog-auto-sense-sigs, verilog-read-always-signals)
427 (verilog-read-always-signals-recurse): Fix loop indexes being
428 AUTORESET. AUTORESET now assumes any variables in the
429 initialization section of a for() should be ignored. Reported by
430 Dan Dever.
431 (verilog-error-font-lock-keywords)
432 (verilog-error-regexp-emacs-alist)
433 (verilog-error-regexp-xemacs-alist): Fix error detection of
434 Cadence HAL, reported by David Asher. Repair drift between the
435 three similar error variables.
436 (verilog-modi-lookup, verilog-modi-lookup-cache)
437 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
438 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
439 Fix slow verilog-auto expansion on very large files.
440 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
441 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
442 "{1*2{...". Broke in last revision.
443 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
444 submodule connections with replications "{#{a},#{b}}".
445
446 2010-10-23 Glenn Morris <rgm@gnu.org>
447
448 * comint.el (comint-password-prompt-regexp):
449 Match "enter the password". (Bug#7224)
450
451 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
452
453 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
454 Fix typo in docstring.
455
456 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
457
458 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
459 errors.
460
461 * net/trampver.el: Update release number.
462
463 2010-10-20 Kenichi Handa <handa@m17n.org>
464
465 * face-remap.el (text-scale-adjust): Call read-event with a proper
466 prompt.
467
468 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
469
470 * net/tramp.el (tramp-do-file-attributes-with-stat)
471 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
472 order to make stat results a float. Patch by Andreas Schwab
473 <schwab@linux-m68k.org>.
474
475 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * repeat.el (repeat): Use read-key (bug#6256).
478
479 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
480
481 * emacs-lisp/unsafep.el: Don't mark functions that display
482 messages as safe. Suggested by Johan Bockgård.
483
484 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
487 Turn comments into docstrings.
488
489 * minibuffer.el (completion--replace): Move point where it belongs
490 when there's a common suffix (bug#7215).
491
492 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
493
494 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
495 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
496 <dale@codefu.org>.
497
498 2010-10-15 Kenichi Handa <handa@m17n.org>
499
500 * international/characters.el: Add category '|' (word breakable)
501 to fullwidth characters.
502
503 2010-10-14 Kenichi Handa <handa@m17n.org>
504
505 * mail/rmail.el (rmail-show-message-1): Catch an error of
506 base64-decode-region and just show an error message (bug#7165).
507
508 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
509 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
510 a font-spec (bug#7197).
511
512 2010-10-13 Glenn Morris <rgm@gnu.org>
513
514 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
515
516 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
517
518 * international/mule.el (define-coding-system):
519 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
520 * composite.el (compose-region): Fix typo in docstring.
521
522 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
523
524 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
525 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
526 (mac-right-option-modifier): New alias for ns-right-option-modifier.
527
528 * cus-start.el (all): ns-right-alternate-modifier is new.
529
530 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
531
532 * Makefile.in (ELCFILES): Update.
533
534 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * emacs-lisp/lisp.el (lisp-completion-at-point):
537 Use emacs-lisp-mode-syntax-table for the whole function.
538
539 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
540
541 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
542 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
543 work when breakpoint number exceeds nine.
544
545 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
546
547 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
548 instead of font-lock-mode before adding keywords.
549 Remove hi-lock-mode off code. Remove inhibit hack.
550 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
551 non-nil; removed hook inhibit hack.
552
553 2010-10-09 Glenn Morris <rgm@gnu.org>
554
555 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
556 (load-path-shadows-find): ... to this.
557 (list-load-path-shadows): Update for above change.
558
559 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
560
561 2010-10-08 Glenn Morris <rgm@gnu.org>
562
563 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
564
565 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
566 (shadows-compare-text-p): Make it an obsolete alias for...
567 (load-path-shadows-compare-text): ... new name.
568 (find-emacs-lisp-shadows): Update for above name change.
569 (load-path-shadows-same-file-or-nonexistent): New name for the old
570 shadow-same-file-or-nonexistent.
571
572 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
573
574 * minibuffer.el (completion--some, completion--do-completion)
575 (minibuffer-complete-and-exit, minibuffer-completion-help)
576 (completion-basic-try-completion)
577 (completion-basic-all-completions)
578 (completion-pcm--find-all-completions): Use lexical-let to
579 avoid some false matches in variable completion (Bug#7056)
580
581 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
582
583 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
584
585 2010-10-03 Leo <sdl.web@gmail.com>
586
587 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
588 return non-nil if the file exists (Bug#7090).
589
590 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * minibuffer.el (completion--replace):
593 Better preserve markers (bug#7138).
594
595 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
596
597 * server.el (server-process-filter): Doc fix.
598
599 2010-09-27 Drew Adams <drew.adams@oracle.com>
600
601 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
602
603 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
604
605 * Makefile.in (ELCFILES): Update.
606
607 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
608 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
609
610 2010-09-27 Kenichi Handa <handa@m17n.org>
611
612 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
613 "ustar" format.
614
615 2010-09-27 Kenichi Handa <handa@m17n.org>
616
617 * international/mule.el (define-coding-system): Docstring fixed.
618
619 * international/mule-diag.el (describe-character-set): Use princ
620 with proper print-length and print-level instead of insert.
621
622 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
623
624 * window.el (walk-windows): Doc fix (bug#7105).
625
626 2010-09-23 Glenn Morris <rgm@gnu.org>
627
628 * isearch.el (isearch-lazy-highlight-cleanup)
629 (isearch-lazy-highlight-initial-delay)
630 (isearch-lazy-highlight-interval)
631 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
632 * net/net-utils.el (ipconfig-program-options):
633 Move aliases to options before the associated definitions.
634
635 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * newcomment.el (comment-normalize-vars): Better test validity of
638 comment-end-skip.
639
640 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
643 (float-e): New name for `e'.
644 (degrees-to-radians, radians-to-degrees):
645 * calendar/solar.el (solar-longitude):
646 * calculator.el (calculator-registers, calculator-funcall):
647 * textmodes/artist.el (artist-spray-random-points):
648 * play/bubbles.el (bubbles--initialize-images): Use new names.
649
650 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
651
652 Update to CEDET 1.0's version of EIEIO.
653
654 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
655 New function.
656 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
657 (eieio-default-eval-maybe): Eval val instead of unquoting only.
658 (class-precedence-list): If class is nil, return nil.
659 (eieio-generic-call): If class of first input arg is nil, don't
660 look up static methods, and do check for primary methods.
661 (initialize-instance): See if the default needs to be evaluated
662 during the constructor.
663 (eieio-perform-slot-validation-for-default): Don't do the check
664 for values that will eventually be evaluated.
665 (eieio-eval-default-p): New function.
666 (eieio-default-eval-maybe): Use it.
667
668 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
669
670 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
671 method-invocation-order.
672 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
673 (eieio-class-precedence-dfs): Compute class precedence list using
674 dfs algorithm.
675 (eieio-class-precedence-bfs): Compute class precedence list using
676 bfs algorithm.
677 (eieio-class-precedence-c3): Compute class precedence list using
678 c3 algorithm.
679 (class-precedence-list): New function.
680 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
681 (inconsistent-class-hierarchy): New error symbol.
682 (call-next-method): Stow the replacement argument list for future
683 call-next-method invocations.
684
685 2010-09-15 Glenn Morris <rgm@gnu.org>
686
687 * calendar/appt.el (appt-check): If not displaying the diary,
688 use (diary 1) to only get the entries we need.
689 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
690 that it is in day order. (Bug#7019)
691
692 * calendar/appt.el (appt-check): Rather than showing the diary,
693 just turn off invisible display, and only if needed.
694
695 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
696
697 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
700 Add `when' argument. Update callers.
701
702 * subr.el (unintern): Declare the obarray arg mandatory.
703
704 2010-09-14 Glenn Morris <rgm@gnu.org>
705
706 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
707 Doc fixes.
708
709 * calendar/diary-lib.el (diary-included-files): New variable.
710 (diary-list-entries): Maybe initialize diary-included-files.
711 (diary-include-other-diary-files): Append to diary-included-files.
712 * calendar/appt.el (appt-update-list): Also check the members of
713 diary-included-files. (Bug#6999)
714 (appt-check): Doc fix.
715
716 2010-09-12 David Reitter <david.reitter@gmail.com>
717
718 * simple.el (line-move-visual): Do not truncate goal column to
719 integer size. (Bug#7020)
720
721 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 * repeat.el (repeat): Allow repeating when the last event is a click.
724 Suggested by Drew Adams (bug#6256).
725
726 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
727
728 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
729 Replace setting HGRCPATH to "" by some less invasive --config options.
730
731 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * font-lock.el (font-lock-beginning-of-syntax-function):
734 Mark as obsolete.
735
736 2010-09-10 Glenn Morris <rgm@gnu.org>
737
738 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
739 and tool-bar modes. (Bug#6211)
740 (menu-bar-mode): Move setting of standard-value after the
741 minor-mode definition, otherwise it seems to have no effect.
742
743 2010-09-08 Masatake YAMATO <yamato@redhat.com>
744
745 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
746 Fix typo. (Bug#6976)
747
748 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
749
750 * whitespace.el: Allow cleaning up blanks without blank
751 visualization (Bug#6651). Adjust help window for
752 whitespace-toggle-options (Bug#6479). Allow to use fill-column
753 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
754 (whitespace-style): Add new value 'face. Adjust docstring.
755 (whitespace-space, whitespace-hspace, whitespace-tab):
756 Adjust foreground property face.
757 (whitespace-line-column): Adjust docstring and type declaration.
758 (whitespace-style-value-list, whitespace-toggle-option-alist)
759 (whitespace-help-text): Adjust const initialization.
760 (whitespace-toggle-options, global-whitespace-toggle-options):
761 Adjust docstring.
762 (whitespace-display-window, whitespace-interactive-char)
763 (whitespace-style-face-p, whitespace-color-on): Adjust code.
764 (whitespace-help-scroll): New fun.
765
766 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
767
768 * files.el (directory-abbrev-alist): Use \` as default regexp.
769
770 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
771 chars like - or ] (bug#6984).
772 (rx-any-condense-range): Explode 2-char ranges.
773
774 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * textmodes/bibtex.el:
777 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
778
779 2010-09-02 Glenn Morris <rgm@gnu.org>
780
781 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
782
783 2010-08-31 Kenichi Handa <handa@m17n.org>
784
785 * international/mule-cmds.el (standard-display-european-internal):
786 Setup standard-display-table for 8-bit characters by storing 8-bit
787 characters in the element vector.
788
789 * disp-table.el (standard-display-8bit):
790 Setup standard-display-table for 8-bit characters by storing 8-bit
791 characters in the element vector.
792 (standard-display-european): Likewise.
793
794 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
795
796 Sync with Tramp 2.1.19.
797
798 * net/tramp-cmds.el (tramp-cleanup-all-connections)
799 (tramp-reporter-dump-variable, tramp-load-report-modules)
800 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
801 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
802
803 * net/tramp-compat.el (top): Do not autoload
804 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
805 only when `start-file-process' is not bound.
806 (byte-compile-not-obsolete-vars): Define if not bound.
807 (tramp-compat-funcall): New defmacro.
808 (tramp-compat-line-beginning-position)
809 (tramp-compat-line-end-position)
810 (tramp-compat-temporary-file-directory)
811 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
812 (tramp-compat-copy-file, tramp-compat-copy-directory)
813 (tramp-compat-delete-file, tramp-compat-delete-directory)
814 (tramp-compat-number-sequence, tramp-compat-process-running-p):
815 Use it.
816 (tramp-advice-file-expand-wildcards): Do not use
817 `tramp-handle-file-remote-p'.
818 (tramp-compat-make-temp-file): Simplify fallback implementation.
819 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
820 (tramp-compat-copy-tree): Remove function.
821 (tramp-compat-delete-file): New defun.
822 (tramp-compat-delete-directory): Provide implementation for older
823 Emacsen.
824 (tramp-compat-file-attributes): Handle only
825 `wrong-number-of-arguments' error.
826
827 * net/tramp-fish.el (tramp-fish-handle-copy-file):
828 Add PRESERVE_SELINUX_CONTEXT.
829 (tramp-fish-handle-delete-file): Add TRASH arg.
830 (tramp-fish-handle-directory-files-and-attributes):
831 Do not use `tramp-fish-handle-file-attributes.
832 (tramp-fish-handle-file-local-copy)
833 (tramp-fish-handle-insert-file-contents)
834 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
835
836 * net/tramp-gvfs.el (top): Require url-util.
837 (tramp-gvfs-mount-point): Remove.
838 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
839 and `set-file-selinux-context'.
840 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
841 (tramp-gvfs-handle-file-selinux-context)
842 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
843 (with-tramp-dbus-call-method): Format trace message.
844 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
845 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
846 Implement backup call, when operation on local files fails.
847 Use progress reporter. Flush properties of changed files.
848 (tramp-gvfs-handle-delete-file): Add TRASH arg.
849 Use `tramp-compat-delete-file'.
850 (tramp-gvfs-handle-expand-file-name): Expand "~/".
851 (tramp-gvfs-handle-make-directory): Make more traces.
852 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
853 (tramp-gvfs-url-file-name): Hexify file name in url.
854 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
855 into account for the resulting file name.
856 (tramp-gvfs-handler-askquestion): Preserve current message, in
857 order to let progress reporter continue afterwards. (Bug#6257)
858 Return dummy mountpoint, when the answer is "no".
859 See `tramp-gvfs-maybe-open-connection'.
860 (tramp-gvfs-handler-mounted-unmounted)
861 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
862 attribute "default_location". Set "prefix" property.
863 Handle default-location.
864 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
865 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
866 exists. Raise an error, if not (due to a corresponding answer
867 "no" in interactive questions, for example).
868 Use `tramp-compat-funcall'.
869
870 * net/tramp-imap.el (top): Autoload `epg-make-context'.
871 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
872 (tramp-imap-do-copy-or-rename-file)
873 (tramp-imap-handle-insert-file-contents)
874 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
875 (tramp-imap-handle-delete-file): Add TRASH arg.
876
877 * net/tramp-smb.el (tramp-smb-handle-copy-file):
878 Add PRESERVE-SELINUX-CONTEXT.
879 (tramp-smb-handle-copy-file)
880 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
881 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
882 Use `with-progress-reporter'.
883 (tramp-smb-handle-delete-file): Add TRASH arg.
884
885 * net/tramp.el (tramp-methods): Move hostname to the end in all
886 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
887 appropriate.
888 (tramp-verbose): Describe verbose level 9.
889 (tramp-completion-function-alist)
890 (tramp-file-name-regexp, tramp-chunksize)
891 (tramp-local-coding-commands, tramp-remote-coding-commands)
892 (with-connection-property, tramp-completion-mode-p)
893 (tramp-action-process-alive, tramp-action-out-of-band)
894 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
895 (tramp-exists-file-name-handler): Fix docstring.
896 (tramp-remote-process-environment): Use `format' instead of
897 `concat'. Protect version string by apostroph.
898 (tramp-shell-prompt-pattern): Do not use a shy group in case of
899 XEmacs.
900 (tramp-file-name-regexp-unified)
901 (tramp-completion-file-name-regexp-unified): On W32 systems, do
902 not regard the volume letter as remote filename. (Bug#5447)
903 (tramp-perl-file-attributes)
904 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
905 (tramp-vc-registered-read-file-names): Read input as
906 here-document, otherwise the command could exceed maximum length
907 of command line.
908 (tramp-file-name-handler-alist): Add `file-selinux-context' and
909 `set-file-selinux-context'.
910 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
911 backtrace functions.
912 (tramp-error-with-buffer): Don't show the connection buffer when
913 we are in completion mode.
914 (tramp-progress-reporter-update, tramp-remote-selinux-p)
915 (tramp-handle-file-selinux-context)
916 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
917 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
918 New defuns.
919 (with-progress-reporter): New defmacro.
920 (tramp-debug-outline-regexp): New defconst.
921 (top, tramp-rfn-eshadow-setup-minibuffer)
922 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
923 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
924 (tramp-completion-mode-p, tramp-check-for-regexp)
925 (tramp-open-connection-setup-interactive-shell)
926 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
927 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
928 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
929 Use `tramp-compat-funcall'.
930 (tramp-handle-make-symbolic-link): Flush file properties.
931 (tramp-handle-load, tramp-handle-file-local-copy)
932 (tramp-handle-insert-file-contents, tramp-handle-write-region)
933 (tramp-handle-vc-registered, tramp-maybe-send-script)
934 (tramp-find-shell): Use `with-progress-reporter'.
935 (tramp-do-file-attributes-with-stat): Add space in format string,
936 in order to work around a bug in pdksh. Reported by Gilles Pion
937 <gpion@lfdj.com>.
938 (tramp-handle-verify-visited-file-modtime): Do not send a command
939 when the connection is not established.
940 (tramp-handle-set-file-times): Simplify the check for utc.
941 (tramp-handle-directory-files-and-attributes)
942 (tramp-get-remote-path): Use `copy-tree'.
943 (tramp-completion-handle-file-name-all-completions): Ensure, that
944 non remote files are still checked. Oops.
945 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
946 Handle PRESERVE-SELINUX-CONTEXT.
947 (tramp-do-copy-or-rename-file): Add progress reporter.
948 (tramp-do-copy-or-rename-file-directly): Do not use
949 `tramp-handle-file-remote-p'.
950 (tramp-do-copy-or-rename-file-out-of-band):
951 Use `tramp-compat-delete-directory'.
952 (tramp-do-copy-or-rename-file-out-of-band)
953 (tramp-compute-multi-hops, tramp-maybe-open-connection):
954 Use `format-spec-make'.
955 (tramp-handle-delete-file): Add TRASH arg.
956 (tramp-handle-dired-uncache): Flush directory cache, not only file
957 cache.
958 (tramp-handle-expand-file-name)
959 (tramp-completion-handle-file-name-all-completions)
960 (tramp-completion-handle-file-name-completion):
961 Use `tramp-connectable-p'.
962 (tramp-handle-start-file-process): Set connection property "vec".
963 Use it, in order to invalidate file caches. Check only for
964 `remote-tty' process property.
965 Implement tty setting. (Bug#4604, Bug#6360)
966 (tramp-file-name-for-operation): Add `call-process-region' and
967 `set-file-selinux-context'.
968 (tramp-find-foreign-file-name-handler)
969 (tramp-advice-make-auto-save-file-name)
970 (tramp-set-auto-save-file-modes): Remove superfluous check for
971 `stringp'. This is done inside `tramp-tramp-file-p'.
972 (tramp-file-name-handler): Trace 'quit. Catch the error for some
973 operations when we are in completion mode. This gives the user
974 the chance to correct the file name in the minibuffer.
975 (tramp-completion-mode-p): Use `non-essential'.
976 (tramp-handle-file-name-all-completions): Backward/ XEmacs
977 compatibility: Use `completion-ignore-case' if
978 `read-file-name-completion-ignore-case' does not exist.
979 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
980 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
981 `tramp-open-shell'.
982 (tramp-action-password): Hide password prompt before next run.
983 (tramp-process-actions): Widen connection buffer for the trace.
984 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
985 process property. Trace stty settings if `tramp-verbose' >= 9.
986 Apply workaround for IRIX64 bug. Move argument of last
987 `tramp-send-command' where it belongs to.
988 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
989 front of `login-args'.
990 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
991 on "/dev/null" instead of "/".
992 (tramp-get-ls-command-with-dired): Make test for "--dired"
993 stronger.
994 (tramp-set-auto-save-file-modes): Adapt version check.
995 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
996 (tramp-handle-process-file): Call the program in a subshell, in
997 order to preserve working directory.
998 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
999 `tramp-remote-sh' from `tramp-methods'.
1000 (tramp-get-ls-command): Make test for "--color=never" stronger.
1001 (tramp-check-for-regexp): Use (forward-line 1).
1002
1003 * net/trampver.el: Update release number.
1004
1005 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1006
1007 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1008 empty argument to gvfs-copy.
1009
1010 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1011
1012 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1013 handle new TRASH arg of `delete-file'.
1014
1015 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1016
1017 * net/tramp.el (tramp-handle-insert-directory): Don't use
1018 `forward-word', its default syntax could be changed.
1019
1020 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1021 Michael Albinus <michael.albinus@gmx.de>
1022
1023 Implement compression for inline methods.
1024
1025 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1026 (tramp-copy-size-limit): Allow also nil.
1027 (tramp-inline-compress-commands): New defconst.
1028 (tramp-find-inline-compress, tramp-get-inline-compress)
1029 (tramp-get-inline-coding): New defuns.
1030 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1031 replaced by `tramp-get-inline-coding'.
1032 (tramp-handle-file-local-copy, tramp-handle-write-region)
1033 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1034
1035 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1036
1037 Detect ssh 'ControlMaster' argument automatically in some cases.
1038
1039 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1040 (tramp-default-method): Use it.
1041
1042 2010-08-26 Karel Klíč <kklic@redhat.com>
1043
1044 * net/tramp.el (tramp-file-name-for-operation):
1045 Add file-selinux-context.
1046
1047 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1048
1049 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1050
1051 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1054 (Bug#6907).
1055
1056 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1057
1058 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1059 with "else" (Bug#3991).
1060
1061 2010-08-22 Leo <sdl.web@gmail.com>
1062
1063 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1064 (ignore, bright, dim, keyword): Split list of nicknames before
1065 passing to rcirc-add-or-remove (Bug#6894).
1066
1067 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1070
1071 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1072
1073 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1074 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1075 New version 13.0.
1076 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1077 Adjust initialization.
1078 (whitespace-bob-marker, whitespace-eob-marker)
1079 (whitespace-buffer-changed): New vars.
1080 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1081 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1082 (whitespace-post-command-hook, whitespace-display-char-on):
1083 Adjust code.
1084 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1085 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1086
1087 2010-08-21 Leo <sdl.web@gmail.com>
1088
1089 Fix buffer-list rename&refresh after killing a buffer in ido.
1090 * lisp/ido.el: Revert Óscar's.
1091 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1092 Remember the buffers at head, rather than their name.
1093 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1094
1095 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1096 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1099 extra backslash added to each line (bug#6890).
1100
1101 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1102
1103 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1104
1105 2010-08-21 Glenn Morris <rgm@gnu.org>
1106
1107 * menu-bar.el (menu-bar-games-menu): Add landmark.
1108
1109 2010-08-20 Glenn Morris <rgm@gnu.org>
1110
1111 * align.el (align-regexp): Make group and spacing arguments
1112 use the interactive defaults when non-interactive. (Bug#6698)
1113
1114 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1115 expansion, so as not to need sendmail.
1116 (mail-text-start): Remove declaration.
1117 (rmail-retry-failure): Require sendmail.
1118
1119 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1122
1123 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * progmodes/flymake.el (flymake-start-syntax-check-process):
1126 Use `start-file-process' in order to let it run also on remote hosts.
1127
1128 2010-08-18 Kenichi Handa <handa@m17n.org>
1129
1130 * files.el: Add `word-wrap' as safe local variable.
1131
1132 2010-08-18 Glenn Morris <rgm@gnu.org>
1133
1134 * woman.el (woman-translate): Case matters. (Bug#6849)
1135
1136 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * simple.el (kill-region): Doc fix (Bug#6787).
1139
1140 2010-08-14 Glenn Morris <rgm@gnu.org>
1141
1142 * calendar/diary-lib.el (diary-header-line-format):
1143 Fit it to the window, not the frame.
1144
1145 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1146
1147 * subr.el (ignore-errors): Add debug declaration.
1148
1149 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1150
1151 * whitespace.el (whitespace-color-off): Remove post-command-hook
1152 locally.
1153
1154 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1155
1156 * replace.el (replace-highlight): Bind isearch-forward and
1157 isearch-error, ensuring that highlighting is updated if the user
1158 switches the search direction (Bug#6808).
1159
1160 * isearch.el (isearch-lazy-highlight-forward): New var.
1161 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1162 (isearch-lazy-highlight-update): Use it.
1163
1164 2010-08-06 Kenichi Handa <handa@m17n.org>
1165
1166 * international/mule.el (define-charset): Store NAME as :base property.
1167 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1168 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1169 current priority. Force using the designation of the specific
1170 charset by adding `charset' text property. Improve the whole
1171 algorithm.
1172
1173 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1174
1175 * emulation/pc-select.el (pc-selection-mode-hook)
1176 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1177 (pc-selection-mode): Fix typos in docstrings.
1178
1179 2010-08-04 Kenichi Handa <handa@m17n.org>
1180
1181 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1182 ctext-non-standard-encodings-alist here.
1183
1184 * international/mule.el (ctext-non-standard-encodings-alist):
1185 Add "koi8-r" and "microsoft-cp1251".
1186 (ctext-standard-encodings): New variable.
1187 (ctext-non-standard-encodings-table): List only elements for
1188 non-standard encodings.
1189 (ctext-pre-write-conversion): Adjust for the above change.
1190 Check ctext-standard-encodings.
1191
1192 * international/mule-conf.el (compound-text): Doc fix.
1193 (ctext-no-compositions): Doc fix.
1194 (compound-text-with-extensions): Doc fix.
1195
1196 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1199
1200 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * progmodes/which-func.el (which-func-format): Split help-echo text
1203 into lines, like other mode-line tooltips.
1204
1205 * server.el (server-start): When using TCP sockets, force IPv4
1206 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1207
1208 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1211
1212 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1213
1214 * term.el (term-delimiter-argument-list): Reflow docstring.
1215 (term-read-input-ring, term-write-input-ring, term-send-input)
1216 (term-bol, term-erase-in-display, serial-supported-or-barf):
1217 Fix typos in docstrings.
1218
1219 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1220
1221 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1222
1223 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1226
1227 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1228
1229 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1230 Fix typo in docstring (bug#6747).
1231
1232 2010-07-30 Leo <sdl.web@gmail.com>
1233
1234 * eshell/esh-io.el (eshell-get-target): Better detection of
1235 read-only file (Bug#6762).
1236
1237 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1238
1239 * align.el (align-default-spacing): Doc fix.
1240 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1241
1242 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1243
1244 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1245
1246 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1247
1248 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1249 (display-time-world-buffer-name, display-time-world-mode-map):
1250 Fix typos in docstrings.
1251
1252 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1253
1254 * image-mode.el (image-display-size): New function.
1255 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1256 (image-mode-fit-frame): Use it (Bug#6639).
1257
1258 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * dired.el (dired-buffers-for-dir): Handle list values of
1261 dired-directory (Bug#6636).
1262
1263 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1264
1265 * vc.el (vc-coding-system-inherit-eol): New defvar.
1266 (vc-coding-system-for-diff): Use it to decide whether to inherit
1267 from the file the EOL format for reading the diffs of that file.
1268 (Bug#4451)
1269
1270 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1271
1272 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1273 unibyte, so compressed attachments are not compressed again.
1274
1275 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1276
1277 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1278 now that unicode is used (Bug#6594).
1279
1280 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * simple.el (push-mark-command): Set the selection if
1283 select-active-regions is non-nil.
1284
1285 2010-07-10 Glenn Morris <rgm@gnu.org>
1286
1287 * calendar/calendar.el (calendar-week-end-day): New function.
1288 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1289 Respect calendar-week-start-day. (Bug#6606)
1290 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1291 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1292 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1293 respect calendar-week-start-day.
1294
1295 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * simple.el (use-region-p): Doc fix (Bug#6607).
1298
1299 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1300
1301 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1302 builtins (BufferError, BytesWarning, WindowsError; callables
1303 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1304
1305 2010-07-07 Glenn Morris <rgm@gnu.org>
1306
1307 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1308 forward-line fallout.
1309
1310 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1311
1312 * mouse.el (mouse-appearance-menu): Add docstring.
1313
1314 * help.el (describe-key): Print up-event using key-description.
1315
1316 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1317
1318 * net/zeroconf.el (zeroconf-resolve-service)
1319 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1320 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1321
1322 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1323
1324 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1325
1326 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1327
1328 Avoid displaying files with a nil state in vc-dir.
1329 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1330 cases that cause insertion.
1331 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1332 with a nil state.
1333
1334 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1337
1338 2010-06-29 Leo <sdl.web@gmail.com>
1339
1340 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1341
1342 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1343
1344 * generic-x.el (bat-generic-mode): Fix regexp for command line
1345 switches (Bug#5719).
1346
1347 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1348
1349 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1350 of nconc to avoid pure storage error (Bug#6239).
1351
1352 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1353
1354 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1355 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1356 bindings of bookmark-automatically-show-annotations (Bug#6515).
1357
1358 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1359
1360 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1361 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1362
1363 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1364
1365 * comint.el (make-comint, make-comint-in-buffer): Mention return
1366 value in the docstrings. (Bug#6498)
1367
1368 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1369
1370 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1371 since it is not present when using some non-default switches.
1372
1373 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1374
1375 * simple.el (compose-mail): Fix doc string to refer to
1376 `compose-mail-user-agent-warnings', instead of to the
1377 nonexistent `compose-mail-check-user-agent'.
1378
1379 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1380
1381 Fix vc-annotate for renamed files when using Git.
1382 * vc-git.el (vc-git-find-revision): Deal with empty results from
1383 ls-files. Doe not pass the object as a file name to cat-file, it
1384 is not a file name.
1385 (vc-git-annotate-command): Pass the file name using -- to avoid
1386 ambiguity with the revision.
1387 (vc-git-previous-revision): Pass a relative file name.
1388
1389 2010-06-22 Glenn Morris <rgm@gnu.org>
1390
1391 * progmodes/js.el (js-mode-map): Use standard capitalization and
1392 ellipses for menu entries.
1393
1394 * wid-edit.el (widget-complete): Doc fix.
1395
1396 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1397
1398 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1399
1400 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 Fix annotating other revisions for renamed files in vc-annotate.
1403 * vc-annotate.el (vc-annotate): Add an optional argument for the
1404 VC backend. Use it when non-nil.
1405 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
1406
1407 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1408 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1409 Do not pass the file name to the 'previous-revision call when we
1410 don't want a file diff. (Bug#6489)
1411
1412 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1413
1414 Fix finding revisions for renamed files in vc-annotate.
1415 * vc.el (vc-find-revision): Add an optional argument for
1416 the VC backend. Use it when non-nil.
1417 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1418 backend to vc-find-revision. (Bug#6487)
1419
1420 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1421
1422 Fix reading file names in Git annotate buffers.
1423 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1424 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1425
1426 2010-06-20 Alan Mackenzie <acm@muc.de>
1427
1428 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1429 in file local variables, set it first.
1430
1431 2010-06-19 Glenn Morris <rgm@gnu.org>
1432
1433 * descr-text.el (describe-char-unicode-data): Insert separating
1434 space when needed. (Bug#6422)
1435
1436 * progmodes/idlwave.el (idlwave-action-and-binding):
1437 Fix typo in 2009-12-03 change. (Bug#6450)
1438
1439 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1442
1443 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * font-lock.el (font-lock-major-mode): Rename from
1446 font-lock-mode-major-mode to distinguish it from
1447 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1448 (font-lock-set-defaults):
1449 * font-core.el (font-lock-default-function): Adjust users.
1450 (font-lock-mode): Don't set it at all.
1451
1452 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1455
1456 2010-06-15 Glenn Morris <rgm@gnu.org>
1457
1458 * calendar/appt.el (appt-time-msg-list): Doc fix.
1459 (appt-check): Let-bind appt-warn-time.
1460 (appt-add): Make the 3rd argument optional.
1461 Simplify argument names. Doc fix. Check for integer WARNTIME.
1462 Only add WARNTIME to the output list if non-nil.
1463
1464 2010-06-15 Ivan Kanis <apple@kanis.eu>
1465
1466 * calendar/appt.el (appt-check): Let the 3rd element of
1467 appt-time-msg-list specify the warning time.
1468 (appt-add): Add new argument with the warning time. (Bug#5176)
1469
1470 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1471
1472 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1473 older than version 1.6. (Bug#6361)
1474
1475 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
1476
1477 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1478 used by cl-do-arglist. (Bug#6408)
1479
1480 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * emacs-lisp/advice.el (ad-compile-function):
1483 Define warning-suppress-types before we let-bind it (bug#6275).
1484
1485 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1486 declare it, make it buffer-local and permanent-local (bug#6324).
1487 (vc-resynch-window): Adjust name.
1488 * vc-hooks.el (vc-find-file-hook): Adjust name.
1489
1490 2010-06-07 Jonathan Rockway <jon@jrock.us>
1491
1492 * net/rcirc.el: Add support for password authentication.
1493 (rcirc-server-alist): Add :password keyword.
1494 (rcirc): Ask for a password, or get it from the server's alist.
1495 (rcirc-connect): Add password argument. Pass it to server.
1496
1497 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1498
1499 * net/dbus.el (dbus-register-method): Declare function.
1500 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1501 (dbus-introspect): Doc fix.
1502 (dbus-event-bus-name, dbus-introspect-get-interface)
1503 (dbus-introspect-get-argument): Reflow docstrings.
1504
1505 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * term/common-win.el (x-colors): Add "dark green" and "dark
1508 turquoise" (Bug#6332).
1509
1510 2010-06-03 Glenn Morris <rgm@gnu.org>
1511
1512 * desktop.el (desktop-clear-preserve-buffers):
1513 Add "*Warnings*" buffer. (Bug#6336)
1514
1515 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1516
1517 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1518
1519 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1522 `file-directory-p' to the filename part rather than to the whole text.
1523
1524 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1527
1528 2010-05-31 Drew Adams <drew.adams@oracle.com>
1529
1530 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1531
1532 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * subr.el (momentary-string-display): Just use read-event to read
1535 the exit event (Bug#6238).
1536
1537 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1540 (ansi-color-drop-regexp): New constant.
1541 (ansi-color-apply, ansi-color-filter-region)
1542 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1543 (ansi-color-apply): Build string list before calling concat.
1544
1545 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1548 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1549
1550 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1551
1552 * htmlfontify.el (hfy-face-resolve-face): New function.
1553 (hfy-face-to-style): Use it (Bug#6279).
1554
1555 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * epa.el (epa--select-keys): Don't explicitly delete the window since
1558 that can fail (e.g. sole window in frame). Use dedication instead.
1559
1560 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1561
1562 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1563
1564 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * subr.el (read-quoted-char): Resolve modifiers after key
1567 remapping (bug#6212).
1568
1569 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1572 (tmm-get-keymap): Compute shortcuts (bug#6171).
1573
1574 2010-05-10 Glenn Morris <rgm@gnu.org>
1575
1576 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1577 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1578
1579 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * Version 23.2 released.
1582
1583 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1584
1585 * international/mule.el (auto-coding-alist): Only purecopy
1586 car of each item, not the whole list (Bug#6083).
1587
1588 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
1589
1590 * progmodes/js.el (js-mode): Make paragraph variables local before
1591 calling c-setup-paragraph-variables (Bug#6071).
1592
1593 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1594
1595 * composite.el (compose-region, reference-point-alist): Fix typos
1596 in the doc strings.
1597
1598 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1599
1600 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1601 gnuplot's "set" command.
1602
1603 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * abbrev.el (last-abbrev-text): Doc fix.
1606 (abbrev-prefix-mark): Don't escape parenthesis.
1607
1608 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1609
1610 * composite.el (find-composition): Doc fix.
1611
1612 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1615 (sql-oracle-program, sql-sqlite-options)
1616 (sql-query-placeholders-and-send): Doc fixes.
1617 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1618 (sql-imenu-generic-expression, sql-buffer)
1619 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1620 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1621 (sql-mode-sybase-font-lock-keywords)
1622 (sql-mode-informix-font-lock-keywords)
1623 (sql-mode-interbase-font-lock-keywords)
1624 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1625 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1626 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1627 (sql-product-feature, sql-highlight-product)
1628 (comint-line-beginning-position, sql-rename-buffer)
1629 (sql-toggle-pop-to-buffer-after-send-region)
1630 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1631 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1632 Fix typos in docstrings.
1633
1634 2010-04-23 Juri Linkov <juri@jurta.org>
1635
1636 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1637 property instead of `invisible' and `after-string' (bug#5998).
1638
1639 2010-04-23 Juri Linkov <juri@jurta.org>
1640
1641 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1642
1643 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * filecache.el (file-cache-add-directory-list)
1646 (file-cache-add-directory-recursively): Fix typos in docstrings.
1647
1648 2010-04-22 Kenichi Handa <handa@m17n.org>
1649
1650 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1651 (gujarati-composable-pattern): Fix typo.
1652
1653 2010-04-20 Kenichi Handa <handa@m17n.org>
1654
1655 * language/indian.el (oriya-composable-pattern)
1656 (tamil-composable-pattern, malayalam-composable-pattern):
1657 Add two-part vowels to "v" (vowel sign).
1658
1659 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * files.el (copy-directory): Handle symlinks (Bug#5982).
1662
1663 * progmodes/compile.el (compilation-next-error-function):
1664 Revert 2009-10-12 change (Bug#5983).
1665
1666 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1667
1668 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1669 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1670 (Bug#5846).
1671
1672 2010-04-20 Glenn Morris <rgm@gnu.org>
1673
1674 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1675
1676 * minibuffer.el (completion-at-point): Doc fix.
1677
1678 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1679
1680 Fix the version number for added files.
1681 * vc-hg.el (vc-hg-working-revision): Check if the file is
1682 registered after hg parent fails (Bug#5961).
1683
1684 2010-04-17 Glenn Morris <rgm@gnu.org>
1685
1686 * htmlfontify.el (htmlfontify-buffer)
1687 (htmlfontify-copy-and-link-dir): Autoload entry points.
1688
1689 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1690
1691 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1692 name relative to the project root (Bug#5960).
1693
1694 2010-04-16 Glenn Morris <rgm@gnu.org>
1695
1696 * vc-git.el (vc-git-print-log): Doc fix.
1697
1698 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1699
1700 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1701
1702 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1703
1704 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1705 default settings (Bug#5928).
1706
1707 2010-04-10 Glenn Morris <rgm@gnu.org>
1708
1709 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1710 New function.
1711 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1712
1713 2010-04-07 Kenichi Handa <handa@m17n.org>
1714
1715 * language/indian.el (malayalam-composable-pattern): Fix previous
1716 change (add U+0D4D "SIGN VIRAMA").
1717 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1718 (tamil-composable-pattern): Fix typo in the regexp.
1719 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1720 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1721 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1722
1723 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1724
1725 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1726 paragraph-separate (Bug#5821).
1727
1728 2010-04-05 Juri Linkov <juri@jurta.org>
1729
1730 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1731
1732 * info.el (Info-find-node-2): Comment out code that skips
1733 breadcrumbs line.
1734 (Info-mouse-follow-link): New command.
1735 (Info-link-keymap): New keymap.
1736 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1737 Return a string with links instead of inserting breadcrumbs
1738 to the Info buffer.
1739 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1740 Instead of putting the `invisible' text property over the Info
1741 header, make an overlay over the Info header with the `invisible'
1742 property and `after-string' set to the string returned by
1743 `Info-breadcrumbs'.
1744
1745 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1748 Reported by monkey@sandpframing.com.
1749
1750 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1751
1752 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1753 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1754
1755 2010-03-30 Kenichi Handa <handa@m17n.org>
1756
1757 * language/sinhala.el (composition-function-table): Fix regexp for
1758 the new Unicode specification.
1759
1760 * language/indian.el (devanagari-composable-pattern)
1761 (tamil-composable-pattern, kannada-composable-pattern)
1762 (malayalam-composable-pattern): Adjust for the new Unicode
1763 specification.
1764 (bengali-composable-pattern, gurmukhi-composable-pattern)
1765 (gujarati-composable-pattern, oriya-composable-pattern)
1766 (telugu-composable-pattern): New variables to cope with the new
1767 Unicode specification. Use them in composition-function-table.
1768
1769 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 Make tmm-menubar work for the Buffers menu again (bug#5726).
1772 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1773 vectors rather than cons cells, as used in menu-bar-update-buffers.
1774
1775 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1778 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1779 electric punctuation for "{}();,:" (Bug#5586).
1780
1781 * mail/sendmail.el (mail-default-directory): Doc fix.
1782
1783 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * mail/sendmail.el (mail-default-directory): Doc fix.
1786
1787 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1788
1789 * subr.el (version-regexp-alist, version-to-list)
1790 (version-list-<, version-list-=, version-list-<=)
1791 (version-list-not-zero, version<, version<=, version=): Doc fix.
1792 (Bug#5744).
1793
1794 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1795 Nick Roberts <nickrob@snap.net.nz>
1796
1797 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1798 (gdb-init-1): Use it.
1799
1800 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1801
1802 * vc.el (vc-root-diff): Doc fix.
1803
1804 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1805
1806 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1807
1808 * simple.el (append-to-buffer): Fix last change.
1809
1810 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * simple.el (append-to-buffer): Ensure that point is preserved if
1813 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1814 (Bug#5749)
1815
1816 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1819 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1820 not be present any more.
1821
1822 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1823
1824 * faces.el (set-face-attribute): Fix typo in docstring.
1825 (face-valid-attribute-values): Reflow docstring.
1826
1827 2010-03-23 Glenn Morris <rgm@gnu.org>
1828
1829 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1830
1831 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * indent.el (indent-for-tab-command): Doc fix.
1834
1835 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1838 (image-dired-read-comment): Doc fix.
1839
1840 * json.el (json-object-type, json-array-type, json-key-type)
1841 (json-false, json-null, json-read-number):
1842 * minibuffer.el (completion-in-region-functions):
1843 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1844 (cal-tex-cursor-week):
1845 * emacs-lisp/trace.el (trace-function):
1846 * eshell/em-basic.el (eshell/printnl):
1847 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1848 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1849 * obsolete/levents.el (allocate-event, event-key, event-object)
1850 (event-point, event-process, event-timestamp, event-to-character)
1851 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1852 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1853 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1854 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1855 (reftex-highlight-selection): Fix typos in docstrings.
1856
1857 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1860
1861 2010-03-18 Glenn Morris <rgm@gnu.org>
1862
1863 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1864 2008-02-13 without comment; mark it obsolete.
1865 (rmail-highlight-headers): Use rmail-highlight-face once more.
1866
1867 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1868
1869 * woman.el (woman2-process-escapes): Only consume the newline if
1870 the filler character is on a line by itself (Bug#5729).
1871
1872 2010-03-16 Kenichi Handa <handa@m17n.org>
1873
1874 * language/indian.el (devanagari-composable-pattern): Add more
1875 consonants.
1876
1877 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1878
1879 * net/trampver.el: Update release number.
1880
1881 2010-03-13 Glenn Morris <rgm@gnu.org>
1882
1883 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1884
1885 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1886
1887 * net/tramp.el (tramp-find-executable):
1888 Use `tramp-get-connection-buffer'. Make the regexp for checking
1889 output of "wc -l" more robust.
1890 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1891 (tramp-open-connection-setup-interactive-shell): Remove workaround
1892 for OpenSolaris bug, it is not needed anymore.
1893
1894 2010-03-12 Glenn Morris <rgm@gnu.org>
1895
1896 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1897
1898 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1899
1900 * files.el (auto-mode-alist): Accept more verilog file patterns.
1901
1902 2010-03-09 Miles Bader <miles@gnu.org>
1903
1904 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1905 instead of "format:"; this ensures that the output is
1906 newline-terminated.
1907
1908 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1911 that all errors are caught, and that the return value is always a
1912 list (Bug#5692).
1913
1914 2010-03-08 Kenichi Handa <handa@m17n.org>
1915
1916 * language/misc-lang.el (windows-1256): New coding system.
1917 (cp1256): New alias of windows-1256 (bug#5690).
1918
1919 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1920
1921 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1922 call to rfc822-bad-address. (Bug#5692)
1923
1924 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1925
1926 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1927 Use vc-git-root as default directory for revision path (Bug#5657).
1928
1929 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * calculator.el (calculator): Don't bind split-window-keep-point
1932 (Bug#5674).
1933
1934 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * vc-git.el: Re-flow to fit into 80 columns.
1937 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1938 Remove spurious `quote' element in each case alternative.
1939 (vc-git-show-log-entry): Use prog1.
1940 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1941
1942 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1945
1946 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1949 definition, not the name (Bug#5481).
1950
1951 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1952
1953 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1954 argument with a local variable. (Bug#5670)
1955
1956 2010-03-02 Juri Linkov <juri@jurta.org>
1957
1958 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1959
1960 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1963 error when FILENAME and NEWNAME are existing remote directories.
1964
1965 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1966 parameter DIR-FLAG.
1967
1968 2010-03-02 Glenn Morris <rgm@gnu.org>
1969
1970 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1971 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1972
1973 2010-03-01 Kenichi Handa <handa@m17n.org>
1974
1975 * language/burmese.el (burmese-composable-pattern): Rename from
1976 myanmar-composable-pattern.
1977
1978 * international/characters.el (script-list):
1979 * international/fontset.el (script-representative-chars):
1980 Change myanmar to burmese.
1981 (otf-script-alist): Likewise.
1982 (setup-default-fontset): Likewise. Re-fix :otf spec.
1983
1984 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1985
1986 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1987
1988 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1989
1990 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1991
1992 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1993
1994 * net/tramp.el (tramp-handle-write-region): START can be a string.
1995 Take care in the checks. Reported by Dan Davison
1996 <davison@stats.ox.ac.uk>.
1997
1998 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * net/dbus.el (dbus-introspect, dbus-get-property)
2001 (dbus-set-property, dbus-get-all-properties): Use
2002 `dbus-call-method' when noninteractive. (Bug#5645)
2003
2004 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2007 * emacs-lisp/elint.el (elint-add-required-env):
2008 * calendar/icalendar.el (icalendar--add-diary-entry):
2009 * calc/calcalg2.el (math-tracing-integral):
2010 * files.el (recover-session-finish): Use with-current-buffer
2011 instead of save-excursion.
2012
2013 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 Fix in-buffer completion when after-change-functions modify the buffer.
2016 * minibuffer.el (completion--replace): New function.
2017 (completion--do-completion): Use it and use relative movement.
2018
2019 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2022
2023 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2024
2025 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2026 Allow the characters _<> in the stack entry (Bug#5653).
2027
2028 2010-02-26 Kenichi Handa <handa@m17n.org>
2029
2030 * language/burmese.el: Fix entries in composition-function-table.
2031 (myanmar-composable-pattern): New variable.
2032
2033 * international/fontset.el (setup-default-fontset): Add an entry
2034 for myanmar.
2035
2036 * international/characters.el (script-list): Add Myanmar
2037 Extended-A.
2038
2039 2010-02-26 Glenn Morris <rgm@gnu.org>
2040
2041 * custom.el (custom-initialize-delay): Doc fix.
2042
2043 * mail/sendmail.el (send-mail-function): Autoload the call
2044 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2045
2046 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * files.el (hack-local-variables-filter): For eval forms, also
2049 check safe-local-variable-p (Bug#5636).
2050
2051 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2052
2053 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2054 and use c(ad)r of cddr (Bug#5640).
2055
2056 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2057
2058 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2059 setting the modes by `ignore-errors'. It might fail, for example
2060 if the file is not owned by the user but the group.
2061 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2062
2063 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * files.el (directory-listing-before-filename-regexp): Use
2066 stricter matching for iso-style dates, to avoid false matches with
2067 date-like filenames (Bug#5597).
2068
2069 * htmlfontify.el (htmlfontify): Doc fix.
2070
2071 * eshell/eshell.el (eshell): Doc fix.
2072
2073 * startup.el (fancy-about-screen): In mode-line, apply
2074 mode-line-buffer-id face only to the buffer name (Bug#5613).
2075
2076 2010-02-20 Kevin Ryde <user42@zip.com.au>
2077
2078 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2079 In `watcom' anchor regexp to start of line, to avoid slowness
2080 (Bug#5599).
2081
2082 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2083
2084 * subr.el (remove-yank-excluded-properties): Explain in a comment
2085 why `category' property is removed.
2086
2087 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2090 2010-02-17 change.
2091
2092 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2093
2094 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2095 (icalendar--convert-weekly-to-ical)
2096 (icalendar--convert-yearly-to-ical)
2097 (icalendar--convert-block-to-ical)
2098 (icalendar--convert-cyclic-to-ical)
2099 (icalendar--convert-anniversary-to-ical): Take care of time
2100 specifications where hour has 1-digit only (Bug#5549).
2101
2102 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2103
2104 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2105 of disassemble output in GDB 7.1.
2106
2107 2010-02-19 Glenn Morris <rgm@gnu.org>
2108
2109 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2110 property. (Bug#5593)
2111
2112 2010-02-18 Sam Steingold <sds@gnu.org>
2113
2114 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2115
2116 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 Use abbreviated file names in bookmarks (bug#5591).
2119 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2120 calls to expand-file-name.
2121 (bookmark-relocate): Use abbreviated file names in bookmarks.
2122 (bookmark-load): Use abbreviated file names in messages.
2123
2124 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2125
2126 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2127 expand "." and "..". Reported by Thierry Volpiatto
2128 <thierry.volpiatto@gmail.com>.
2129
2130 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2131
2132 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2133 permissions of the temporary file to "0600". In case the remote
2134 file has no read permissions for the owner, there might be
2135 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2136
2137 22010-02-18 Glenn Morris <rgm@gnu.org>
2138
2139 * emacs-lisp/authors.el (authors-renamed-files-alist):
2140 Add entries for INSTALL.CVS.
2141
2142 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2143
2144 * vc-bzr.el: Fix typo in Known Bugs section.
2145
2146 * isearch.el (isearch-update-post-hook): New hook.
2147 (isearch-update): Use the new hook.
2148
2149 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2150
2151 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2152 Fix errors in copying directories.
2153 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2154 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2155 (tramp-handle-delete-file)
2156 (tramp-handle-dired-recursive-delete-directory)
2157 (tramp-handle-write-region): Flush also the cache for the upper
2158 directory.
2159
2160 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2163
2164 * cus-edit.el (hardware): Doc fix.
2165
2166 * man.el (man): Add to external custom group.
2167
2168 * delim-col.el (columns): Move to wp custom group.
2169
2170 * doc-view.el (doc-view): Add to data custom group.
2171
2172 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2173
2174 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2175 by ispell-parse-output (Bug#5575).
2176
2177 2010-02-16 Kenichi Handa <handa@m17n.org>
2178
2179 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2180 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2181 (skkdic-convert): Use `euc-japan' coding system for writing.
2182
2183 2010-02-16 Glenn Morris <rgm@gnu.org>
2184
2185 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2186 tex-main-file before using it. (Bug#5562)
2187
2188 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2191 warnings, since it is annoying for the user to see them each time he
2192 runs the code.
2193
2194 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2197 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2198 instead of PROC for caching "first-password-request". Otherwise,
2199 new processes would not profit from passwords already entered.
2200
2201 * net/tramp-cache.el (tramp-dump-connection-properties):
2202 Don't save "first-password-request" property.
2203
2204 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2205
2206 * outline.el (outline-head-from-level):
2207 * simple.el (with-wrapper-hook):
2208 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2209 (elint-defun, elint-buffer-env, elint-top-form-logged)
2210 (elint-unbound-variable):
2211 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2212 Fix typos in docstrings.
2213
2214 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2215
2216 * files.el (insert-directory): When WILDCARD-REGEXP and
2217 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2218 whole directory. (Bug#5551)
2219
2220 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2221 dired's alignment sanity. (Bug#5516)
2222
2223 2010-02-14 Juri Linkov <juri@jurta.org>
2224
2225 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2226 Remove remaining ^H with their preceding chars. (Bug#5566)
2227
2228 2010-02-13 Glenn Morris <rgm@gnu.org>
2229
2230 * simple.el (transpose-subr): Give it a doc-string.
2231
2232 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2233 Doc fixes.
2234
2235 2010-02-12 Juri Linkov <juri@jurta.org>
2236
2237 * arc-mode.el (archive-unique-fname): Make directories for nested
2238 archives. (Bug#5540)
2239
2240 2010-02-12 Juri Linkov <juri@jurta.org>
2241
2242 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2243
2244 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * subr.el (copy-overlay): Handle deleted overlays.
2247
2248 * man.el (Man-completion-table): Don't signal an error if we can't run
2249 manual-program (bug#4056).
2250
2251 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2254
2255 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2256
2257 * info.el (Info-bookmark-jump): Simplify.
2258
2259 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2260 (bookmark-default-handler): Accept new bookmark field `buffer'.
2261
2262 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * iswitchb.el (iswitchb-completions): Revert last change.
2265
2266 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2267
2268 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2269 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2270 This prevents file names like "~/" being listed literally.
2271
2272 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2275 Remove dead code. (Bug#5546)
2276
2277 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2278
2279 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2280 correctly (Bug#5548).
2281
2282 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2283
2284 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2285 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2286
2287 2010-02-08 Kenichi Handa <handa@m17n.org>
2288
2289 * international/mule-util.el (with-coding-priority): Add autoload
2290 cookie for putting `lisp-indent-function'.
2291
2292 2010-02-07 Glenn Morris <rgm@gnu.org>
2293
2294 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2295 Move F2003 named interfaces from keywords-2 to keywords-1, and
2296 use function-name-face rather than constant-face.
2297 Simplify "abstract interface" regexp.
2298
2299 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2302 ID-FORMAT. Pass it to `file-attributes'.
2303
2304 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2305
2306 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2307
2308 * faces.el (set-face-attribute): Allow calling
2309 internal-set-lisp-face-attribute with 'unspecified family and
2310 foundry argument (Bug#5536).
2311
2312 2010-02-07 Glenn Morris <rgm@gnu.org>
2313
2314 * progmodes/f90.el (f90-font-lock-keywords-2)
2315 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2316 Handle F2003 named interfaces.
2317
2318 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2321 beg and end before calling c-get-state-before-change-functions.
2322
2323 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2324
2325 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2326
2327 2010-02-05 Juri Linkov <juri@jurta.org>
2328
2329 * doc-view.el (doc-view-mode):
2330 * image-mode.el (image-mode): Put property mode-class=special.
2331 (Bug#4896)
2332
2333 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2334
2335 * vc-svn.el (vc-svn-revision-table): New function.
2336
2337 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2338
2339 * net/ange-ftp.el (ange-ftp-insert-directory):
2340 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2341 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2342 Handle also directories. (Bug#5478)
2343
2344 2010-02-05 Glenn Morris <rgm@gnu.org>
2345
2346 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2347
2348 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * startup.el (command-line-1): Convert options beginning with a
2351 single dash as well (Bug#5519).
2352
2353 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2356 * minibuffer.el (completion-initials-expand): Only check the presence
2357 of delims *within* the boundaries, since otherwise the / delim is
2358 always found for files.
2359
2360 Fix up various corner case problems.
2361 * doc-view.el (doc-view-last-page-number): New function.
2362 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2363 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2364 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2365 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2366 (doc-view-convert-current-doc): Don't create the resolution.el file
2367 here any more.
2368 (doc-view-pdf/ps->png): Do it here instead.
2369 (doc-view-already-converted-p): Check that resolution.el is present.
2370 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2371 windows that are not yet showing images.
2372
2373 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2374
2375 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2376 `dired-uncache' for every elemnt which is an absolute file name.
2377
2378 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2379 directory, handle its directory component.
2380 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2381 function is called permanently and creates noise, otherwise.
2382
2383 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2384 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2385 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2386
2387 2010-02-04 David Burger <dburger@google.com> (tiny change)
2388
2389 * macros.el (apply-macro-to-region-lines):
2390 Minor simplification. (Bug#5485)
2391
2392 2010-02-04 Glenn Morris <rgm@gnu.org>
2393
2394 * mail/rmail.el (rmail-show-message-1): Handle malformed
2395 quoted-printable text. (Bug#5441)
2396
2397 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2398
2399 * simple.el (visual-line-mode): Capitalize lighter.
2400
2401 2010-02-03 John Wiegley <jwiegley@gmail.com>
2402
2403 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2404 list of files considered for "virtual buffer" completions.
2405
2406 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2407
2408 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2409 also in case of (and (not full) (not wildcard)). This is needed,
2410 when dired is called with a list of files, which are not in
2411 `default-directory'. (Bug#5478)
2412
2413 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2416
2417 2010-02-02 Juri Linkov <juri@jurta.org>
2418
2419 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2420 from unidiff to allow function-line after @@.
2421
2422 2010-02-02 Juri Linkov <juri@jurta.org>
2423
2424 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2425 '(RCS SCCS) with inverted condition.
2426
2427 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2430 messages.
2431
2432 2010-02-01 Juri Linkov <juri@jurta.org>
2433
2434 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2435 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2436 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2437 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2438
2439 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2442 (doc-view-revert-buffer): New command.
2443 (doc-view-mode-map): Use it.
2444
2445 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2446
2447 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2448 pending merge is detected.
2449
2450 2010-01-31 Juri Linkov <juri@jurta.org>
2451
2452 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2453 beginning of interactive spec like all other grep commands do.
2454 Put "all" in front of "gz". (Bug#5260)
2455
2456 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2457
2458 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2459
2460 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2461
2462 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2463 regexp is incorrect (Bug#5476).
2464
2465 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2466
2467 * net/tramp.el (tramp-handle-insert-directory): Handle also
2468 symlinks, when FILENAME is not in `default-directory'.
2469
2470 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2471
2472 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2473 FILE is not in `default-directory'. (Bug#5478)
2474
2475 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2476 of SWITCHES. Handle the case, FILENAME is not in
2477 `default-directory'. (Bug#5478)
2478 (tramp-register-file-name-handlers): Add safe-magic property.
2479
2480 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2483 unzip (Bug#5475).
2484
2485 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2486
2487 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2488 (flymake-master-make-header-init): Add other C++ filename masks.
2489 (flymake-find-possible-master-files)
2490 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2491
2492 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2493
2494 Fix some busybox annoyances.
2495
2496 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2497 not responding." string.
2498 (tramp-open-connection-setup-interactive-shell): Dump stty
2499 settings. Enable "neveropen" arg for all `tramp-send-command'
2500 calls. Handle "=" in variable values properly.
2501 (tramp-find-inline-encoding): Raise an error, when no encoding is
2502 found.
2503 (tramp-wait-for-output): Check, whether PROC buffer is available.
2504 Remove spurious " ^H" sequences, sent by busybox.
2505 (tramp-get-ls-command): Suppress coloring, if possible.
2506
2507 2010-01-28 Glenn Morris <rgm@gnu.org>
2508
2509 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2510
2511 * log-edit.el (log-edit-strip-single-file-name): Add missing
2512 :safe, :group, and :version tags.
2513
2514 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2515
2516 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2517 buffers. (Bug#5477)
2518
2519 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2520
2521 * files.el (delete-directory): Handle moving to trash without
2522 first doing recursion (Bug#5436).
2523
2524 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2525
2526 * vc-hooks.el (vc-path): Mark as obsolete.
2527
2528 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2529
2530 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2531 names too.
2532
2533 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2534 for the short log.
2535 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2536
2537 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2538
2539 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2540
2541 * vc-bzr.el (vc-bzr-revision-table): New function.
2542
2543 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2544
2545 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2546 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2547
2548 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2549
2550 Remove support for adding --signoff on commit.
2551 Future support will use an incompatible generic mechanism.
2552 * vc-git.el (vc-git-add-signoff): Remove variable.
2553 (vc-git-toggle-signoff): Remove function.
2554 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2555
2556 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2557 from xterm-set-background-mode. Return t if the background mode
2558 was set.
2559 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2560 earlier, call it again in case the background mode has changed.
2561
2562 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2563
2564 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2565 (Bug#3541).
2566
2567 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * emacs-lisp/assoc.el (aelement): Doc fix.
2570 (aput, adelete, amake): Use lexical-let (Bug#5450).
2571
2572 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2573
2574 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2575 is the same as subprogram call, not declaration. (Bug#5435).
2576
2577 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2580 (tramp-smb-maybe-open-connection): Use it.
2581
2582 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2583
2584 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2585
2586 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2589 just because we see "encoding: 8bit".
2590 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2591
2592 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2595
2596 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2597
2598 * jka-compr.el (jka-compr-load): If load-file is not in
2599 load-history, try its file-truename version. (bug#5447)
2600
2601 2010-01-21 Alan Mackenzie <acm@muc.de>
2602
2603 Fix a situation where deletion of a cpp construct throws an error.
2604 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2605 invoking c-with-all-but-one-cpps-commented-out, check that the
2606 special cpp construct is still in the buffer.
2607 (c-parse-state): Record the special cpp with markers, not numbers.
2608
2609 2010-01-21 Kenichi Handa <handa@m17n.org>
2610
2611 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2612 process last-command-event, as it is now decoded first (Bug#5380).
2613
2614 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2617
2618 2010-01-20 Glenn Morris <rgm@gnu.org>
2619
2620 * indent.el (tab-always-indent): Fix custom-type.
2621
2622 2010-01-19 Alan Mackenzie <acm@muc.de>
2623
2624 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2625 buffer throws "args out of range".
2626 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2627 playing the role of delimiter.
2628
2629 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2630
2631 * progmodes/ada-mode.el: Fix bug#5400.
2632 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2633 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2634 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2635 Improve comments in "is" portion. Handle null procedure declaration.
2636 (ada-move-to-end): Improve doc string.
2637
2638 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2639
2640 * ido.el (ido-cur-list): Initialize to nil.
2641 Remove obsolete information from commentary.
2642 (ido-choice-list): Initialize to nil.
2643 (ido-get-bufname): Reject minibuffers.
2644 (ido-make-buffer-list): If "default" is a nonexistent
2645 buffer, ignore it, as per the function's comment.
2646 (ido-kill-buffer-internal): New function.
2647 (ido-kill-buffer-at-head): Use it.
2648 (ido-visit-buffer): Likewise.
2649
2650 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2651
2652 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2653
2654 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2655
2656 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2657 Fix typos in chart titles.
2658
2659 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2660 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2661 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2662 (describe-class, eieio-describe-generic, describe-generic):
2663 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2664 (eieio-speedbar-expand):
2665 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2666 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2667 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2668 (viper-del-backward-char-in-replace, viper-backward-indent)
2669 (viper-brac-function, viper-register-to-point, viper-submit-report):
2670 * net/tramp.el (tramp-remote-coding-commands):
2671 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2672 Fix typos in docstrings.
2673
2674 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * mail/sendmail.el (mail-yank-original): Set the mark if the
2677 specified function for yanking does not do it.
2678
2679 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2682
2683 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2684 resyncing a directory.
2685
2686 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2687
2688 * progmodes/ada-mode.el: Fix bug#1920.
2689 (ada-ident-re): Delete ., allow multibyte characters.
2690 (ada-goto-label-re): New; matches goto labels.
2691 (ada-block-label-re): New; matches block labels.
2692 (ada-label-re): New; matches both.
2693 (ada-named-block-re): Deleted; callers changed to use
2694 `ada-block-label-re' instead.
2695 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2696 Use `ada-block-label-re'.
2697 (ada-indent-on-previous-lines): Improve handling of goto labels.
2698 (ada-get-indent-block-start): Special-case block label.
2699 (ada-get-indent-label): Split into `ada-indent-block-label' and
2700 `ada-indent-goto-label'.
2701 (ada-goto-stmt-start, ada-goto-next-non-ws):
2702 Optionally ignore goto labels.
2703 (ada-goto-next-word): Simplify.
2704 (ada-indent-newline-indent-conditional): Insert newline before
2705 trying to fix indentation; doc fix.
2706
2707 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2708
2709 * calc/calc.el (calc-command-flags): Give it an initial value.
2710
2711 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * files.el (minibuffer-with-setup-hook):
2714 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2715 (artist-key-draw-continously, artist-key-do-continously-continously)
2716 (artist-key-set-point-continously, artist-mouse-draw-continously):
2717 Fix typos in docstrings.
2718
2719 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2720
2721 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2722 return t (Bug#3898).
2723
2724 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2725
2726 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2727 can parse the output of the external commands (Bug#5279).
2728
2729 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2730
2731 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2732
2733 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2736
2737 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2738
2739 * startup.el (command-line): Remove unused --icon-type arg.
2740 Handle --display arg, passing it to command-line-1 (Bug#5392).
2741
2742 2010-01-16 Mario Lang <mlang@delysid.org>
2743
2744 * emacs-lisp/chart.el (chart-translate-namezone):
2745 * textmodes/artist.el (artist-compute-popup-menu-table):
2746 Remove duplicated words in doc-strings.
2747
2748 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2749
2750 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2751 to mairix-search to suppress threading (Bug#5342).
2752
2753 2010-01-15 Kenichi Handa <handa@m17n.org>
2754
2755 * international/mule-cmds.el (canonicalize-coding-system-name):
2756 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2757
2758 2010-01-15 Glenn Morris <rgm@gnu.org>
2759
2760 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2761
2762 * wid-edit.el (widget-keymap): Doc fix.
2763
2764 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2765 former seems to be more widely accepted by various svn versions.
2766
2767 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2768
2769 * find-cmd.el (find-constituents):
2770 * vc-arch.el (vc-arch-root):
2771 * window.el (window-body-height, pop-up-frames):
2772 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2773 * progmodes/ada-stmt.el (ada-if):
2774 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2775 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2776 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2777 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2778
2779 * progmodes/flymake.el (flymake-post-syntax-check):
2780 Fix typo in error message.
2781
2782 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2785 which is always a string. (Bug#5313)
2786
2787 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2788
2789 * progmodes/ada-xref.el (ada-default-prj-properties):
2790 Simplify previous change.
2791
2792 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2793
2794 * progmodes/ada-xref.el (ada-default-prj-properties):
2795 Default ada_project_path to $ADA_PROJECT_PATH.
2796
2797 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2798
2799 * progmodes/ada-mode.el (ada-create-keymap):
2800 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2801
2802 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2803
2804 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2805 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2806 (ada-get-current-indent, ada-imenu-generic-expression)
2807 (ada-which-function): Check for it.
2808
2809 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2810
2811 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2812 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2813
2814 2010-01-14 Glenn Morris <rgm@gnu.org>
2815
2816 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2817
2818 2010-01-14 Kenichi Handa <handa@m17n.org>
2819
2820 * composite.el (auto-composition-mode): Make it a buffer local
2821 variable (permanent-local).
2822 (auto-composition-function): Set the default value to
2823 auto-compose-chars.
2824 (auto-composition-mode): Make it a simple function, not a minor mode.
2825 (global-auto-composition-mode): Likewise.
2826 (turn-on-auto-composition-if-enabled): Delete it.
2827
2828 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2829
2830 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2831
2832 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2833
2834 * files.el (copy-directory): Compute target for recursive
2835 directories with identical names. (Bug#5343)
2836
2837 2010-01-12 Glenn Morris <rgm@gnu.org>
2838
2839 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2840 it to bug-gnu-emacs rather than emacs-pretest-bug.
2841
2842 2010-01-11 Sam Steingold <sds@gnu.org>
2843
2844 * imenu.el (imenu-default-create-index-function): Detect infinite
2845 loops caused by imenu-prev-index-position-function.
2846
2847 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * htmlfontify.el (htmlfontify-load-rgb-file)
2850 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2851 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2852 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2853 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2854 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2855 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2856 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2857 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2858 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2859 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2860 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2861 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2862 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2863 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2864 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2865 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2866 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2867 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2868 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2869 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2870 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2871 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2872 backslash-quoting from parentheses, etc.
2873
2874 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * progmodes/js.el: Autoload javascript-mode alias.
2877
2878 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2881 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2882 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2883 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2884 Fix typos in docstrings.
2885 (ffap-url-regexp): Doc fix.
2886 (ffap-at-mouse): Fix typo in message.
2887
2888 2010-01-11 Glenn Morris <rgm@gnu.org>
2889
2890 * version.el (emacs-copyright): Set copyright year to 2010.
2891
2892 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * format.el (format-annotate-function): Only set
2895 write-region-post-annotation-function after running to-fn so as not to
2896 affect nested write-region calls (bug#5273).
2897
2898 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2901 wisent/python.el.
2902
2903 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * man.el (Man-goto-section): Signal error if the section is not
2906 found (Bug#5317).
2907
2908 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2909
2910 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2911 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2912
2913 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * progmodes/compile.el: Don't treat compile-command as safe if
2916 compilation-read-command might be nil (Bug#4218).
2917
2918 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2919
2920 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2921 NS options.
2922
2923 2010-01-08 Kenichi Handa <handa@m17n.org>
2924
2925 * international/fontset.el (build-default-fontset-data):
2926 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2927
2928 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2929
2930 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2931 to `create-file-buffer' as it expects, not just a buffer name.
2932 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2933 to help uniquify. (Bug#3224)
2934
2935 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2936
2937 * font-setting.el (font-setting-change-default-font): Use user-spec
2938 instead of name.
2939
2940 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2941
2942 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2943
2944 2010-01-05 Tom Tromey <tromey@redhat.com>
2945
2946 * progmodes/python.el (python-font-lock-keywords):
2947 Handle qualified decorators (Bug#881).
2948
2949 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2950
2951 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2952 in a lightweight checkout.
2953
2954 2010-01-05 Kenichi Handa <handa@m17n.org>
2955
2956 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2957
2958 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2959
2960 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2961
2962 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2963
2964 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2965 checkouts. (Bug#618)
2966 (vc-bzr-log-view-mode): Also highlight the author.
2967 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2968 (vc-bzr-shelve-menu-map):
2969 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2970 (vc-bzr-shelve-apply): Make prompt more explicit.
2971
2972 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2975 They are valid characters in URL paths (rfc3986), and at least
2976 Firefox does not understand the encoded version (Bug#3166).
2977
2978 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2979
2980 * progmodes/octave-mod.el (octave-end-keywords)
2981 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2982 Add "end" keyword (Bug#3061).
2983 (octave-end-as-array-index-p): New function.
2984 (calculate-octave-indent): Use it.
2985
2986 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2987
2988 * bookmark.el: Consistently put the text property on the bookmark name.
2989 (bookmark-bmenu-marks-width): Bump back to 2, to include
2990 annotation marks.
2991 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2992 property on the bookmark name, instead of not putting it at all.
2993 (bookmark-bmenu-list): Fix where we put the text property.
2994
2995 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2996
2997 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2998 for showing buffer modified state (as added in the previous change).
2999
3000 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3001
3002 * bookmark.el: Show modified state of bookmark buffer more accurately.
3003 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3004 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3005 (with-buffer-modified-unmodified): New macro.
3006 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3007 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3008 Use new macro to preserve the buffer modified state.
3009
3010 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3011
3012 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3013 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3014 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3015 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3016 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3017 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3018 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3019
3020 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3021
3022 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3023 Make the lines in the generated doc string shorter. (Bug#4668)
3024
3025 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3026
3027 * net/rcirc.el: Add follow-link binding (Bug#4738).
3028
3029 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3030
3031 * Makefile.in (bzr-update): Rename from cvs-update.
3032 (cvs-update): New target for backward compatibility.
3033
3034 * makefile.w32-in (bzr-update): Rename from cvs-update.
3035 (cvs-update): New target for backward compatibility.
3036
3037 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3038
3039 * bookmark.el: Remove gratuitous gratitude.
3040
3041 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3042
3043 * bookmark.el (bookmark-bmenu-any-marks): New function
3044 (bookmark-bmenu-save): Clear buffer modification if no marks.
3045
3046 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3047
3048 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3049 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3050 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3051 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3052
3053 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3054 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3055 To: emacs-devel {_AT_} gnu.org
3056 Subject: bookmark.el bug report
3057 Date: Mon, 28 Dec 2009 14:19:16 +0800
3058 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3059
3060 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3061
3062 * bookmark.el: Improvements suggested by Drew Adams:
3063 (bookmark-bmenu-ensure-position): New name for
3064 `bookmark-bmenu-check-position'. Just ensure the position,
3065 don't return any meaningful value.
3066 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3067 New constants.
3068
3069 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3070
3071 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3072 (bookmark-yank-point, bookmark-bmenu-check-position):
3073 Fix typos in docstrings.
3074 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3075 (bookmark-name-from-full-record, bookmark-get-position)
3076 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3077 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3078 Remove useless quoting of parenthesis, etc. in docstrings.
3079
3080 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3081 (ediff-append-custom-diff): Fix typo in error message.
3082 (ediff-meta-mark-equal-files): Fix typos in messages.
3083
3084 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3085
3086 * net/imap-hash.el (imap-hash-make): Doc fix.
3087 (imap-hash-test): Fix typo in error message; reflow docstring.
3088 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3089 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3090 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3091 Fix typos in docstrings.
3092 (imap-hash-open-connection): Fix typo in error message.
3093
3094 * play/gomoku.el (gomoku): Fix typos in docstring.
3095
3096 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3097 (gdb-jsonify-buffer): Fix typos in docstring.
3098 (gdb-goto-breakpoint): Fix typo in error message.
3099 ("Display Other Windows"): Fix typo in help message.
3100 (gdb-speedbar-expand-node): Fix typo in question.
3101
3102 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3103 (idlwave-html-system-help-location, idlwave-html-help-location)
3104 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3105 (idlwave-help-browser-generic-args, idlwave-help-directory)
3106 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3107 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3108 (idlwave-online-help, idlwave-help-html-link)
3109 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3110 Fix typos in docstrings.
3111 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3112 Reflow docstrings.
3113 (idlwave-help-assistant-start): Fix typo in error message.
3114
3115 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3116 (octave-electric-space): Fix typos in docstrings.
3117
3118 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3119
3120 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3121
3122 2010-01-01 Juri Linkov <juri@jurta.org>
3123
3124 * comint.el (comint-input-ring-size): Make it a defcustom and
3125 increase the default to 500 (Bug#5148).
3126
3127 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3128
3129 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3130 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3131 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3132
3133 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3134
3135 Show working revision correctly for mercurial.
3136 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3137 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3138
3139 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3140
3141 Declare some functions for the byte-compiler.
3142 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3143 (speedbar-timer-fn, speedbar-change-expand-button-char)
3144 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3145
3146 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3147
3148 This changeset reverts GDB Graphical Interface to use annotations.
3149 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3150
3151 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3152
3153 Make vc-dir work on subdirectories of the bzr root.
3154 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3155 file names relative to it.
3156 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3157 relative directory to vc-bzr-after-dir-status.
3158
3159 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3160
3161 * font-lock.el (font-lock-refresh-defaults): New function, which
3162 can be used to let font-lock react to external changes in
3163 variables like font-lock-defaults and keywords.
3164 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3165
3166 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3167
3168 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3169
3170 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3171
3172 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3173
3174 Supersede color.diff settings in git log (bug#5211).
3175
3176 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3177 escape chars in its output when the user has color.diff set to `always'.
3178 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3179
3180 2009-12-26 Kevin Ryde <user42@zip.com.au>
3181
3182 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3183 node. Keep previous "Index" name to work with past coreutils too.
3184
3185 * man.el (man): Revise docstring a bit to show -a and -l as
3186 examples. Add -k description since support for it has otherwise
3187 been a secret. (Further to bug#3717.)
3188 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3189 "no matches" rather than "Can't find manpage", as the latter reads
3190 like -k was interpreted as a page name, which is not so. (Bug#5431)
3191
3192 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3193
3194 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3195 switches. Check also for //SUBDIRED// line.
3196
3197 2009-12-25 Kenichi Handa <handa@m17n.org>
3198
3199 * language/indian.el (devanagari-composable-pattern): Fixed to
3200 handle ZWNJ and ZWJ. Use it in composition-function-table for
3201 Devanagari.
3202 (malayalam-composable-pattern): Fix previous change.
3203
3204 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3205
3206 * ps-print.el (ps-face-attributes): It was not returning the
3207 attribute face for faces specified as string. Reported by harven
3208 <harven@free.fr>. (Bug#5254)
3209 (ps-print-version): New version 7.3.5.
3210
3211 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3212
3213 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3214 timezone names.
3215 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3216 (icalendar--add-diary-entry): Remove the trailing blank that
3217 diary-make-entry inserts.
3218
3219 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3220
3221 Make `file-expand-wildcards' work for remote files.
3222
3223 * files.el (file-expand-wildcards): In case of remote files, check
3224 only local file name part for wildcards. Provide feature 'files
3225 and subfeature 'remote-wildcards. (Bug#5198)
3226
3227 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3228 if there is already an established connection.
3229 (tramp-advice-file-expand-wildcards): Remove it.
3230
3231 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3232 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3233 Activate advice for older GNU Emacs versions. (Bug#5237)
3234
3235 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3236
3237 Some doc fixes (more needed).
3238
3239 * find-cmd.el (find-constituents): Reflow docstring.
3240 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3241 (find-generic): Doc fix.
3242
3243 2009-12-17 Juri Linkov <juri@jurta.org>
3244
3245 Fix regression from 23.1 to allow multiple modes in Local Variables.
3246
3247 * files.el (hack-local-variables-filter): While ignoring duplicates,
3248 don't take `mode' into account.
3249 (hack-local-variables-filter, hack-dir-local-variables): Don't
3250 remove duplicate `mode' from local-variables-alist (like `eval').
3251
3252 2009-12-17 Juri Linkov <juri@jurta.org>
3253
3254 Make `dired-diff' more safe. (Bug#5225)
3255
3256 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3257 `current' or when `file' is a directory of the `current' file.
3258
3259 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3260
3261 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3262 unconditionally preloaded files.
3263
3264 2009-12-16 Juri Linkov <juri@jurta.org>
3265
3266 Revert to old 23.1 logic of using the file at the mark as default.
3267 * dired-aux.el (dired-diff): Use the file at the mark as default
3268 if it's not the same as the current file, and the target dir is
3269 the current dir or the mark is active. Add the current file
3270 as the arg of `dired-dwim-target-defaults'. Use the default file
3271 in the prompt. (Bug#5225)
3272
3273 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3274
3275 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3276 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3277 (tramp-check-for-regexp): Check also, when an echoing shell stops
3278 to echo sent commands.
3279
3280 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * Makefile.in: Revert last change (Bug#5191).
3283
3284 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3285
3286 * vc-hg.el (vc-hg-print-log): Fix argument order.
3287 (vc-hg-working-revision): Make sure the command is executed in a
3288 known environment so that we can parse the output. (Bug#4417)
3289
3290 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * progmodes/python.el (python-symbol-completions): Remove text
3293 properties from symbol string before calling python-send-receive.
3294
3295 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3296
3297 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3298 when there are values for both file and line. (Bug#5060)
3299
3300 2009-12-14 Juri Linkov <juri@jurta.org>
3301
3302 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3303 whitespace after the file name of the first line of unified format,
3304 because git-diff doesn't output whitespace and file modification time
3305 after the file name.
3306
3307 2009-12-14 David Kastrup <dak@gnu.org>
3308
3309 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3310 check if it already has the `display' property added by
3311 `Info-display-images-node', and not put the `invisible' property
3312 in this case.
3313
3314 2009-12-13 Glenn Morris <rgm@gnu.org>
3315
3316 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3317 (report-emacs-bug): In message-mode, sort manually before storing
3318 original report text. (Bug#5178)
3319 Remove superfluous save-excursion.
3320
3321 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3324 when responding to "GetAll" properties.
3325
3326 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3327
3328 * simple.el (compose-mail): Remove mail-setup-with-from from
3329 customization checks.
3330
3331 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3332
3333 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3334 RAR archives created on Unix systems.
3335
3336 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3339 the varalias that was accidentally removed by the 2009-11-19 change
3340 (bug#5186).
3341
3342 2009-12-12 Kenichi Handa <handa@m17n.org>
3343
3344 * language/indian.el (indian-compose-regexp): New function.
3345 (malayalam-composable-pattern): Fix the pattern.
3346 (composition-function-table): Set malayalam-composable-pattern for
3347 Malayalam characters.
3348
3349 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3352 rather than down-mouse-1, based on follow-link conventions.
3353
3354 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3355 are compiled.
3356
3357 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3358
3359 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3360 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3361 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3362 (verilog-leap-to-head, verilog-backward-token):
3363 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3364
3365 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3366
3367 * progmodes/verilog-mode.el (verilog-auto-lineup)
3368 (verilog-nameable-item-re): Cleanup user-visible spelling and
3369 documentation errors. One reported by Gary Delp.
3370 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3371 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3372 package, bug195. Reported by Pierre-David Pfister.
3373
3374 2009-12-11 Glenn Morris <rgm@gnu.org>
3375
3376 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3377
3378 * mail/emacsbug.el: No longer require sendmail.
3379 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3380 (report-emacs-bug-orig-text): Doc fix.
3381 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3382 New local variables, to adapt to different mail-user-agents.
3383 (report-emacs-bug): Fix test for a gnu.org address.
3384 Use overlays for emphasis, since font-lock defeats 'face property.
3385 Pretest bugs also end up at the newsgroup these days.
3386 Stop message-mode stripping text properties.
3387 Set and use the new buffer-local variables.
3388 (report-emacs-bug-hook): Add doc-string.
3389 Remove some unnecessary save-excursions and simplify.
3390 Use the appropriate hook and send-command.
3391
3392 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3393 capitalization of some menu entries.
3394
3395 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3396
3397 * whitespace.el (whitespace-display-char-on): Ensure
3398 `buffer-display-table' is unique when two or more windows are
3399 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3400 New version 12.1.
3401
3402 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3403
3404 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3405 characters in the Attribute field.
3406
3407 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3408
3409 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3410
3411 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3414 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3415 Disregard autoload-excludes.
3416 (update-directory-autoloads): Obey autoload-excludes here instead.
3417 But don't store its contents in no-autoloads and remove entries that
3418 refer to excludes files.
3419
3420 2009-12-10 Glenn Morris <rgm@gnu.org>
3421
3422 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3423 (expand-mail-aliases): Define for compiler.
3424
3425 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3426 Define for compiler.
3427
3428 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3429 appropriate for the mail-user-agent in use.
3430
3431 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3432
3433 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3434
3435 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3436
3437 Fix short log parsing and fontification.
3438 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3439 Fix fontification for the [merge] label.
3440
3441 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3442
3443 Drop some properties to avoid surprises.
3444 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3445 (hfy-fontify-buffer): Use it.
3446
3447 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 Minor cleanup.
3450 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3451 Adjust all callers.
3452 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3453 args compulsory. Adjust callers.
3454 (ffap-gopher-at-point): Remove unused var `name'.
3455
3456 Get rid of the ELCFILES abomination.
3457 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3458 (compile-elcfiles): New phony target.
3459 (compile-main): Compute ELCFILES dynamically.
3460 (compile-clean): New target to remove left-over elc files.
3461 (compile, all): Use it.
3462
3463 2009-12-09 Kenichi Handa <handa@etlken>
3464
3465 * international/mule-diag.el: Require help-mode instead of help-fns.
3466
3467 2009-12-09 Kenichi Handa <handa@m17n.org>
3468
3469 * international/mule-cmds.el (ucs-names): Supply sufficiently
3470 fine ranges instead of pre-calculating accurate ranges.
3471 Iterate with bigger gc-cons-threshold.
3472
3473 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3474
3475 Add support for stashing a snapshot of the current tree.
3476 * vc-git.el (vc-git-stash-snapshot): New function.
3477 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3478
3479 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3480
3481 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3482 instead of `(beginning|end)-of-line'.
3483
3484 2009-12-08 Glenn Morris <rgm@gnu.org>
3485
3486 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3487
3488 * Makefile.in (ELCFILES): Regenerate.
3489
3490 2009-12-07 Juri Linkov <juri@jurta.org>
3491
3492 Don't lazy-highlight the comint output in history Isearch mode.
3493
3494 * comint.el (comint-history-isearch-search): Instead of
3495 `comint-line-beginning-position', use `comint-after-pmark-p'
3496 to check if point if before the process mark, and go to
3497 `process-mark' in this case.
3498
3499 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * textmodes/tex-mode.el (latex-complete)
3502 (latex-indent-or-complete): Remove.
3503 (latex-mode): Set completion-at-point-functions instead.
3504
3505 Provide a standard completion command and hook it into TAB.
3506 * minibuffer.el (completion-at-point-functions): New var.
3507 (completion-at-point): New command.
3508 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3509 * progmodes/python.el (python-mode-map): Use completion-at-point.
3510 (python-completion-at-point): Rename from python-partial-symbol and
3511 adjust for use in completion-at-point-functions.
3512 (python-mode): Setup completion-at-point for Python completion.
3513 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3514 extracted from lisp-complete-symbol.
3515 (lisp-complete-symbol): Use it.
3516 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3517 setup completion-at-point for Elisp completion.
3518 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3519 Use completion-at-point.
3520 * ielm.el (ielm-map): Use completion-at-point.
3521 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3522 * progmodes/sym-comp.el: Move to...
3523 * obsolete/sym-comp.el: Move from progmodes.
3524
3525 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3526
3527 Prevent save-buffer in Rmail buffers from using the coding-system
3528 of the current message, and from clobbering the encoding mnemonics
3529 in the mode line (Bug#4623).
3530
3531 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3532 flag, too.
3533 (rmail-message-encoding): New variable.
3534 (rmail-write-region-annotate): Record the encoding of the current
3535 message in rmail-message-encoding.
3536 (rmail-after-save-hook): New function, restores the encoding of
3537 the current message after the message collection is saved.
3538
3539 2009-12-07 Juri Linkov <juri@jurta.org>
3540
3541 * progmodes/grep.el (grep-read-files): Use `completing-read'
3542 instead of `read-string'. Set its `collection' arg to
3543 `read-file-name-internal'. (Bug#4301)
3544
3545 2009-12-07 Juri Linkov <juri@jurta.org>
3546
3547 Correctly restore original Isearch point. (Bug#4994)
3548
3549 * isearch.el (isearch-mode): Move `isearch-push-state' after
3550 `(run-hooks 'isearch-mode-hook)'.
3551 (isearch-cancel): When `isearch-push-state-function' is defined,
3552 let-bind `isearch-cmds' to the first state (the last element of
3553 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3554 function and restores the original point). Otherwise, move point
3555 to `isearch-opoint'.
3556
3557 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3560 chars that don't have names, so the table can be built much faster at
3561 run-time.
3562
3563 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3564
3565 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3566 change. Suggested by David Kastrup.
3567
3568 * simple.el (compose-mail): Check for incompatibilities and warn.
3569 (compose-mail-user-agent-warnings): New option.
3570
3571 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3572
3573 Support showing a single log entry from vc-annotate.
3574 * vc.el (print-log): Add a new argument: START-REVISION.
3575 (vc-print-log-internal): Add a new optional argument and
3576 pass it to the backend.
3577 (vc-print-log, vc-print-root-log): Adjust callers.
3578 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3579 buffer already displays the requested log entry, use it.
3580 Otherwise display only the log entry in question.
3581 * vc-svn.el (vc-svn-print-log):
3582 * vc-mtn.el (vc-mtn-print-log):
3583 * vc-hg.el (vc-hg-state):
3584 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3585 (vc-git-show-log-entry): Return t on success.
3586 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3587 (vc-bzr-show-log-entry): Return t on success.
3588 * vc-rcs.el (vc-rcs-print-log):
3589 * vc-sccs.el (vc-sccs-print-log):
3590 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3591
3592 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3593
3594 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3595 Add menus to the meta mode. (Bug#5043)
3596
3597 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3598
3599 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3600 event-key.
3601
3602 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3603
3604 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3605
3606 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3607 Berbain <raphael.berbain@gmail.com>.
3608
3609 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3610 characters.
3611 (tramp-initial-end-of-output): New defconst.
3612 (tramp-methods, tramp-find-shell)
3613 (tramp-open-connection-setup-interactive-shell)
3614 (tramp-maybe-open-connection): Use it.
3615 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3616 existence of `#' and `$'.
3617
3618 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3619 `tramp-initial-end-of-output'.
3620
3621 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3622
3623 Get the background mode from the terminal for xterm, and set
3624 faces accordingly.
3625 * term/xterm.el (xterm-set-background-mode): New function.
3626 (terminal-init-xterm): Use it in case xterm supports background
3627 color queries. Recompute faces after getting the background
3628 color.
3629
3630 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3631
3632 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3633 number comment back on its own line, for easier parsing.
3634
3635 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 Make it work for non-file buffers (bug#5102).
3638 * doc-view.el (doc-view-current-cache-dir):
3639 Use doc-view-buffer-file-name rather than buffer-file-name.
3640 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3641
3642 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3643
3644 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3645 author field is too short.
3646
3647 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3648
3649 * vc-git.el (vc-git-print-log): Handle a limit argument.
3650 Display the short log in graph form and with labels.
3651 (vc-git-log-view-mode): Handle labels.
3652
3653 Make vc-revert change VC state from 'added to 'unregistered.
3654 * vc-git.el (vc-git-revert): Call git reset first.
3655
3656 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3657
3658 * net/newst-backend.el, net/newst-plainview.el:
3659 * net/newst-reader.el, net/newst-ticker.el:
3660 * net/newst-treeview.el, net/newsticker.el:
3661 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3662
3663 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3666
3667 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3668 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3669 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3670 Update annotation regexp.
3671
3672 * simple.el (beginning-of-visual-line): Constrain to field
3673 boundaries (Bug#5106).
3674
3675 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3676
3677 * xml.el (xml-substitute-numeric-entities): Move
3678 newsticker--decode-numeric-entities in newst-backend.el to
3679 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3680 * net/newst-backend.el (newsticker--parse-generic-feed)
3681 (newsticker--parse-generic-items)
3682 (newsticker--decode-numeric-entities): Move
3683 newsticker--decode-numeric-entities in newst-backend.el to
3684 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3685
3686 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3687
3688 * progmodes/js.el (js--js-not): Add null to the list of values.
3689
3690 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3693
3694 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3695
3696 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3697 delimiter if it is at the end of the current line.
3698 (bibtex-generate-url-list): Fix docstring.
3699
3700 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3703 minibuffer's content with itself.
3704 Fold the confirm-after-completion case into the `confirm' case.
3705 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3706
3707 2009-12-06 Kevin Ryde <user42@zip.com.au>
3708
3709 * ffap.el (ffap-rfc-path): Make this a defcustom since
3710 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3711
3712 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3713 manuals, similar to existing setup for help-mode. (Bug#3913.)
3714
3715 2009-12-05 Juri Linkov <juri@jurta.org>
3716
3717 Save and restore dired buffer's point positions too. (Bug#4880)
3718
3719 * dired.el (dired-save-positions): Return in the first element
3720 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3721 Doc fix.
3722 (dired-restore-positions): First restore buffer's position.
3723 While restoring window's positions, check if window still displays
3724 the original buffer.
3725
3726 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3729 if possible.
3730
3731 * shell.el (shell): Require ansi-color (Bug#5113).
3732
3733 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3734
3735 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3736
3737 2009-12-05 Alan Mackenzie <acm@muc.de>
3738
3739 * progmodes/cc-mode.el (c-before-hack-hook)
3740 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3741 `c-file-style' to work again. This reversion restores the current
3742 software to its state in Emacs 23.1. (Bug#4146)
3743
3744 2009-12-05 Kevin Ryde <user42@zip.com.au>
3745
3746 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3747 comment-start-skip to comment-end-skip as comment (Bug#4781).
3748
3749 2009-12-05 Juri Linkov <juri@jurta.org>
3750
3751 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3752 for virtual nodes. (Bug#4147)
3753 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3754 when moving from a virtual node.
3755 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3756 (Info-mode): Add `Info-virtual-index' to the docstring.
3757
3758 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3759
3760 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3761 track of the buffer position of the end of a BibTeX entry as this
3762 position may change during reformatting.
3763 (bibtex-format-entry): Remove whitespace before processing
3764 numerical fields so that we recognize the latter properly.
3765 (bibtex-reformat): Do not use push which changes the global value
3766 of bibtex-entry-format.
3767 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3768 (bibtex-field-re-init): Replace only space characters by regexp
3769 for whitespace.
3770 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3771 (bibtex-initialize): Also update bibtex-strings.
3772 (bibtex-kill-field): Preserve white space at end of entry.
3773 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3774 Update bibtex-reference-keys.
3775
3776 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3779 point after a star, if that's the only place where modifications can
3780 make progress.
3781
3782 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3783
3784 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3785 in docstrings.
3786
3787 2009-12-04 Juri Linkov <juri@jurta.org>
3788
3789 * proced.el (proced): Call `(proced-update t)' to update process
3790 information instead of only running proced-post-display-hook.
3791 (proced-send-signal): Add a leading space to the buffer name
3792 " *Marked Processes*" to make this buffer ephemeral.
3793
3794 2009-12-04 Juri Linkov <juri@jurta.org>
3795
3796 * dired.el (dired-auto-revert-buffer): New defcustom.
3797 (dired-internal-noselect): Use it.
3798
3799 2009-12-04 Juri Linkov <juri@jurta.org>
3800
3801 Change roles of modes and functions in image-mode.el (Bug#5062).
3802
3803 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3804 in `auto-mode-alist'.
3805 (image-mode-previous-major-mode): New variable.
3806 (image-minor-mode-map): Rename from `image-mode-text-map'.
3807 (image-mode): Move graceful error-handling code from
3808 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3809 (image-minor-mode): Remove all image-handling code.
3810 Replace `image-mode-text-map' with `image-minor-mode-map'.
3811 Check for `image-type' in mode-line format string.
3812 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3813 (image-mode-as-text): New function with most code from
3814 `image-mode-maybe'.
3815 (image-toggle-display-text): Move code that removes image
3816 properties from `image-toggle-display' to here.
3817 (image-toggle-display-image): New function with code that adds
3818 image properties copied from `image-toggle-display'.
3819 (image-toggle-display): Remove most code with leaving only code
3820 that toggles between `image-mode-as-text' and `image-mode'.
3821
3822 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3823
3824 * net/newst-treeview.el
3825 (newsticker--treeview-list-highlight-start): Restored call to
3826 save-excursion: Selected item was stuck.
3827 (newsticker--treeview-list-select): New.
3828 (newsticker--treeview-item-show-text)
3829 (newsticker--treeview-item-show)
3830 (newsticker--treeview-item-update): Use new
3831 newsticker-treeview-item-mode.
3832 (newsticker-treeview-update): Keep current item.
3833 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3834 (newsticker--treeview-first-feed): Doc change.
3835 (newsticker-treeview-list-menu)
3836 (newsticker-treeview-item-menu): Added menu entries.
3837 (newsticker-treeview-item-mode): New.
3838
3839 * net/newst-backend.el (newsticker-customize): Delete other
3840 windows.
3841
3842 2009-12-04 Sam Steingold <sds@gnu.org>
3843
3844 * log-view.el (log-view-mode-map): "q" calls quit-window,
3845 like in all the other non-self-insert buffers.
3846
3847 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 Minor cleanup.
3850 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3851 key decoding rather than do it manually via last-input-event +
3852 ascii-character.
3853 (term-exec): Use delete-and-extract-region.
3854 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3855 (term-process-pager): Remove unused var `i'.
3856 (term-dynamic-simple-complete): Make obsolete.
3857 (serial-update-config-menu): Remove unused vars `y' and `str'.
3858 (term-update-mode-line): Remove unused var `temp'.
3859
3860 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3861
3862 Limit the number of log entries displayed by default.
3863 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3864 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3865 using a prefix argument.
3866
3867 2009-12-03 Glenn Morris <rgm@gnu.org>
3868
3869 * progmodes/idlwave.el (class): Restore still useful declaration.
3870
3871 2009-12-03 Alan Mackenzie <acm@muc.de>
3872
3873 Enhance `c-parse-state' to run efficiently in "brace deserts".
3874
3875 * progmodes/cc-mode.el (c-basic-common-init):
3876 Call c-state-cache-init.
3877 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3878 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3879 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3880
3881 * progmodes/cc-langs.el (c-before-font-lock-function):
3882 c-extend-and-neutralize-syntax-in-CPP has been renamed
3883 c-neutralize-syntax-in-and-mark-CPP.
3884
3885 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3886 with `category' properties now, not `syntax-table' ones.
3887
3888 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3889 enhanced (but slower) version of c-end-of-macro that won't land
3890 inside a literal or on another awkward character.
3891 (c-state-cache-too-far, c-state-cache-start)
3892 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3893 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3894 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3895 (c-state-min-scan-pos, c-state-brace-pair-desert)
3896 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3897 buffer local variables.
3898 (c-state-literal-at, c-state-lit-beg)
3899 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3900 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3901 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3902 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3903 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3904 (c-renarrow-state-cache)
3905 (c-append-lower-brace-pair-to-state-cache)
3906 (c-state-push-any-brace-pair, c-append-to-state-cache)
3907 (c-remove-stale-state-cache)
3908 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3909 (c-invalidate-state-cache-1, c-parse-state-1)
3910 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3911 (c-parse-state): Enhance and refactor.
3912 (c-debug-parse-state): Amend to deal with all the new variables.
3913
3914 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3915 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3916 modify to use category text properties rather than syntax-table ones.
3917 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3918 to switch off/on the syntactic paren property of C++ template
3919 delimiters using the category property.
3920 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3921 template delims suppressed.
3922 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3923 New constant/macros which apply category properties to the start
3924 and end of preprocessor constructs.
3925 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3926 "comment out" the syntactic value of characters in preprocessor
3927 constructs.
3928 (c-with-cpps-commented-out)
3929 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3930 with characters in all or all but one preprocessor constructs
3931 "commented out".
3932
3933 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3934
3935 * proced.el (proced-filter-alist): Use regexp-quote.
3936
3937 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3938
3939 Cleanup.
3940 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3941 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3942 arguments. Expand `default-directory'.
3943
3944 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3945 the benefit of returning an expanded localname.
3946 (tramp-tramp-file-p): Handle the case NAME is not a string.
3947
3948 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3949
3950 Add support for bzr shelve/unshelve.
3951 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3952 (vc-bzr-extra-menu-map): New variables.
3953 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3954 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3955 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3956 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3957 (vc-bzr-dir-extra-headers): Display shelves.
3958
3959 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3960
3961 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * textmodes/bibtex.el (bibtex-complete-internal):
3964 Use completion-in-region.
3965 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3966
3967 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3968
3969 Support applying stashes. Improve UI.
3970 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3971 (vc-git-stash-apply, vc-git-stash-pop)
3972 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3973 (vc-git-stash-menu): New functions.
3974 (vc-git-stash-menu-map): New variable.
3975 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3976
3977 2009-12-03 Glenn Morris <rgm@gnu.org>
3978
3979 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3980 (vc-print-log-internal): Fix previous change.
3981 (vc-revert): Correct pluralization.
3982
3983 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3986 it to be an alist any more.
3987 (makefile-complete): Use completion-in-region.
3988
3989 * progmodes/octave-mod.el (octave-complete-symbol):
3990 Use completion-in-region.
3991
3992 Misc cleanup.
3993 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3994 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3995 (idlwave-complete-class): Don't quote lambda.
3996 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3997 (idlwave-mode-map): Move initialization into declaration.
3998 (idlwave-action-and-binding): Use backquotes.
3999 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4000 Simplify.
4001 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4002 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4003 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4004 `parts', and `all-parts'.
4005 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4006 (idlwave-convert-xml-system-routine-info): Remove unused string
4007 `version-string'.
4008 (idlwave-display-user-catalog-widget): Use dolist.
4009 (idlwave-scanning-lib): Declare dynamically-scoped var.
4010 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4011 (completion-highlight-first-word-only): Declare to silence bytecomp.
4012 (idlwave-popup-select): Tighten scope of `resp'.
4013 (idlwave-find-struct-tag): Remove unused var `beg'.
4014 (idlwave-after-load-rinfo-hook): Declare.
4015 (idlwave-sintern-class-info): Remove unused var `taglist'.
4016 (idlwave-find-class-definition): Remove unused var `list'.
4017 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4018 (idlwave-what-module-find-class): Remove unused var `classes'.
4019
4020 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4023
4024 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4027 buffers visited. Remove redundant current-buffer-saving.
4028
4029 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 Use completion-in-buffer and remove uses of dynamic scoping.
4032 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4033 (pascal-buffer-to-use, pascal-flag): Don't declare.
4034 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4035 (pascal-get-completion-decl, pascal-keyword-completion):
4036 Add `pascal-str' argument, save-excursion,
4037 return the found completions, and don't filter with pascal-pred.
4038 (pascal-completion-cache): New var.
4039 (pascal-completion): Don't switch buffer any more (it was never
4040 necessary). Don't save-excursion any more (it's done by the called
4041 subroutines). Use a cache to avoid redundant computations.
4042 Use complete-with-action rather than pascal-completion-response and
4043 let it apply the predicate as well.
4044 (pascal-complete-word): Use completion-in-buffer when
4045 pascal-toggle-completions is nil.
4046 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4047 not used any more.
4048 (pascal-comp-defun): Don't change buffer any more.
4049 Use complete-with-action rather than pascal-completion-response and
4050 let it apply the predicate as well.
4051 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4052 when neded.
4053
4054 2009-12-02 Kenichi Handa <handa@m17n.org>
4055
4056 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4057 shape for all Indic scripts.
4058
4059 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 Use completion-in-buffer.
4062 * wid-edit.el (widget-field-text-end): New function.
4063 (widget-field-value-get): Use it.
4064 (widget-string-complete, widget-file-complete)
4065 (widget-color-complete): Use it and completion-in-region.
4066 (widget-complete): Don't narrow the buffer.
4067
4068 2009-12-02 Glenn Morris <rgm@gnu.org>
4069
4070 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4071 (rmail-select-summary): Use rmail-pop-to-buffer.
4072 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4073 rmail-pop-to-buffer, to prevent horizontal splits.
4074
4075 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4076 save-excursion with save-current-buffer.
4077 Widen before searching. (Bug#5093)
4078 (diary-list-sexp-entries): Remove superfluous save-excursion.
4079
4080 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4081
4082 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4083 name. (Bug#5038)
4084
4085 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4086
4087 * ido.el (ido-file-internal): Handle filenames at point that do
4088 not have a directory part. (Bug#5049)
4089
4090 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4093 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4094
4095 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4096
4097 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4098 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4099 any more.
4100
4101 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * comint.el (comint-insert-input): Ignore clicks to the right of
4104 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4105
4106 * vc.el (vc-print-log-internal): Don't wait for the process to
4107 terminate before setting up the major mode.
4108
4109 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4110 in case.
4111
4112 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4113 the last element.
4114
4115 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4116
4117 2009-12-01 Glenn Morris <rgm@gnu.org>
4118
4119 * window.el (window--display-buffer-2): Fix previous changes.
4120
4121 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4124
4125 2009-12-01 Glenn Morris <rgm@gnu.org>
4126
4127 * Makefile.in (ELCFILES): Add mpc.elc.
4128
4129 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * mpc.el: New file.
4132
4133 2009-12-01 Glenn Morris <rgm@gnu.org>
4134
4135 * window.el (window-to-use): Define for compiler.
4136
4137 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4138 consistent with others (no final period).
4139
4140 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4141 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4142
4143 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4144
4145 Make vc-print-log buttons work.
4146 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4147
4148 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4149
4150 * savehist.el (savehist-autosave-interval): Allow setting to nil
4151 through customize. (Bug#5056)
4152
4153 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4154
4155 Fix references to jit-lock properties.
4156 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4157 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4158 (perl-font-lock-special-syntactic-constructs):
4159 Quote jit-lock-defer-multiline property.
4160
4161 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4162
4163 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4164
4165 2009-11-30 Juri Linkov <juri@jurta.org>
4166
4167 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4168 value `buffer' of `multi-isearch-next-buffer-current-function'.
4169 Use `(current-buffer)' when `buffer' is nil.
4170 (multi-isearch-next-buffer-from-list): Don't fallback to
4171 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4172
4173 2009-11-30 Juri Linkov <juri@jurta.org>
4174
4175 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4176 of buffers with `get-buffer' to `multi-isearch-buffers'.
4177 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4178 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4179 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4180 FILES with `expand-file-name' converting relative file names
4181 to absolute. Doc fix. (Bug#4727)
4182
4183 2009-11-30 Juri Linkov <juri@jurta.org>
4184
4185 * misearch.el (multi-isearch-read-buffers)
4186 (multi-isearch-read-matching-buffers): New functions.
4187 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4188 Use them in the `interactive' spec. Doc fix.
4189 (multi-isearch-read-files, multi-isearch-read-matching-files):
4190 New functions.
4191 (multi-isearch-files, multi-isearch-files-regexp):
4192 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4193
4194 2009-11-30 Juri Linkov <juri@jurta.org>
4195
4196 * doc-view.el (doc-view-continuous):
4197 Rename from `doc-view-continuous-mode'.
4198 (doc-view-menu): Move "Toggle display" to the top.
4199 Add submenu "Continuous" with radio buttons "Off"/"On"
4200 and "Save as Default".
4201 (doc-view-scroll-up-or-next-page)
4202 (doc-view-scroll-down-or-previous-page)
4203 (doc-view-next-line-or-next-page)
4204 (doc-view-previous-line-or-previous-page): Rename
4205 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4206
4207 2009-11-30 Juri Linkov <juri@jurta.org>
4208
4209 * comint.el (comint-mode-map): Rebind `M-r' from
4210 `comint-previous-matching-input' to
4211 `comint-history-isearch-backward-regexp'.
4212 Unbind `M-s' to allow global key binding `M-s'.
4213 Add menu items for `comint-history-isearch-backward' and
4214 `comint-history-isearch-backward-regexp'. (Bug#3746)
4215
4216 2009-11-30 Juri Linkov <juri@jurta.org>
4217
4218 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4219 For def=recenter, replace `recenter' with `recenter-top-bottom'
4220 that is called with `this-command' and `last-command' let-bound
4221 to `recenter-top-bottom'. When the last `def' was not `recenter',
4222 set `recenter-last-op' to nil. (Bug#4981)
4223
4224 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 Minor cleanup and simplification.
4227 * filecache.el (file-cache-add-directory)
4228 (file-cache-add-directory-recursively)
4229 (file-cache-add-from-file-cache-buffer)
4230 (file-cache-delete-file-regexp, file-cache-delete-directory)
4231 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4232 (file-cache-temp-minibuffer-message): Delete function.
4233 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4234
4235 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4236 Don't signal an error when bumping into EOB in tr, s, or y.
4237
4238 2009-11-29 Juri Linkov <juri@jurta.org>
4239
4240 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4241 (Bug#4960)
4242
4243 * descr-text.el (describe-char-unidata-list): Use lowercase name
4244 for "Unicode name" like in other tags.
4245
4246 2009-11-29 Juri Linkov <juri@jurta.org>
4247
4248 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4249 New compatibility macro.
4250 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4251
4252 2009-11-29 Juri Linkov <juri@jurta.org>
4253
4254 Add defcustom to define the cycling order of `recenter-top-bottom'.
4255 (Bug#4981)
4256
4257 * window.el (recenter-last-op): Doc fix.
4258 (recenter-positions): New defcustom.
4259 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4260 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4261
4262 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4263
4264 Improve integration of Tramp and ange-ftp in eshell.
4265
4266 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4267 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4268 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4269
4270 * eshell/esh-util.el (top): Require also Tramp when compiling.
4271 (eshell-directory-files-and-attributes): Check for FTP remote
4272 connection.
4273 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4274 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4275 (eshell-file-attributes): Handle ".". Return `entry'.
4276
4277 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4278 (ange-ftp-directory-files-and-attributes)
4279 (ange-ftp-real-directory-files-and-attributes): New defuns.
4280
4281 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4282 shell with "exec" when possible. This prevents trailing prompts
4283 in `start-file-process'.
4284
4285 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 Try and remove assumptions about point-min==1.
4288 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4289 (rng-compute-mode-line-string): Show the validation percentage in
4290 terms of the narrowed text, not the widened text.
4291 (rng-do-some-validation): Don't catch internal errors when debugging.
4292 (rng-first-error): Simplify.
4293 (rng-after-change-function): Remove work around. AFAIK the bug has
4294 been fixed a while ago.
4295
4296 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4297 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4298
4299 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4300
4301 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4302 `cd' doesn't always do it for us (bug#5067).
4303
4304 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4305 on 2009-10-25 as part of some other change (bug#5067).
4306
4307 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4310 `suspicious'.
4311 (byte-compile-warnings): Use byte-compile-warning-types.
4312 (byte-compile-save-excursion): Warn about use of set-buffer right
4313 after save-excursion.
4314
4315 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4316 the excursion as well.
4317
4318 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4319
4320 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4321 providing a Tramp related implementation of "su" and "sudo".
4322 (eshell-unix-initialize): Add "su" and "sudo".
4323
4324 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4325
4326 * net/socks.el (socks-send-command): Convert binary request to
4327 unibyte before sending. This fixes mishandling of some port
4328 numbers such as 129.
4329
4330 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4331
4332 * help.el (describe-bindings-internal): Remove `interactive'.
4333
4334 * man.el (Man-completion-table): Trim a terminating "(".
4335 Remove the space between name page a section.
4336 Add the command's description on the `help-echo' property.
4337 Remove `process-connection-type' binding since it's unused by
4338 call-process.
4339 Provide completion for the "<section> <name>" format as well.
4340 (Man-default-man-entry): Remove spurious var shadowing the argument.
4341
4342 2009-11-26 Kevin Ryde <user42@zip.com.au>
4343
4344 * log-view.el: Add "Keywords: tools", since its other keywords
4345 aren't in finder-known-keywords, and following vc.el.
4346
4347 * sha1.el (sha1-string-external): default-directory "/" in case
4348 otherwise non-existent. process-connection-type pipe for touch of
4349 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4350
4351 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 Misc coding convention cleanups.
4354 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4355 hfy-init-kludge-hooks.
4356 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4357 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4358 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4359 and push.
4360 (hfy-slant, hfy-weight): Use tables rather than code.
4361 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4362 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4363 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4364 (hfy-face-to-css): Remove `nconc' with single arg.
4365 (hfy-p-to-face-lennart): Use `or'.
4366 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4367 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4368 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4369 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4370 (hfy-force-fontification): Use run-hooks.
4371
4372 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4373
4374 Various minor fixes.
4375 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4376 Javascript belongs in the header, not the body.
4377 (hfy-javascript): Remove.
4378 (hfy-fontify-buffer): Don't insert it any more.
4379 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4380 Fix bug in invis handling when there were no invis props in a chunk.
4381
4382 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4385
4386 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4387
4388 * finder.el (finder-mode-map): Add a menu.
4389
4390 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4391
4392 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4393 "unsigned" structs.
4394
4395 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4396 fork" statement better.
4397
4398 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4399
4400 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4401 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4402 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4403 Reported by Clay Douglass.
4404
4405 (verilog-auto-inst, verilog-auto-star-safe)
4406 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4407 Fix removing "// Interfaces" when saving .* expansions. Reported by
4408 Pierre-David Pfister.
4409
4410 2009-11-26 Glenn Morris <rgm@gnu.org>
4411
4412 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4413 the scope.
4414
4415 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4416
4417 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4418 Really use previous revision.
4419
4420 2009-11-25 Kevin Ryde <user42@zip.com.au>
4421
4422 * man.el (Man-completion-table): default-directory "/" in case
4423 doesn't otherwise exist. process-environment COLUMNS=999 so as
4424 not to truncate long names. process-connection-type pipe to avoid
4425 any chance of hitting the pseudo-tty TIOCGWINSZ.
4426 (man): completion-ignore-case t for friendliness and since man
4427 itself is case-insensitive on the command line.
4428 Further to Bug#3717.
4429
4430 * arc-mode.el: Add "Keywords: files", so the details in its
4431 commentary can be reached from finder-by-keyword.
4432 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4433 editing mode, but it's comms related and sgml-mode.el has "comm"
4434 on that basis too.
4435 * textmodes/bibtex-style.el: Add "Keywords: tex".
4436 * international/isearch-x.el, international/ja-dic-cnv.el:
4437 * international/ja-dic-utl.el, international/kkc.el:
4438 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4439
4440 2009-11-25 Juri Linkov <juri@jurta.org>
4441
4442 * man.el (Man-completion-table): Modify regexp to include
4443 section names to completion strings. (Bug#3717)
4444
4445 2009-11-25 Juri Linkov <juri@jurta.org>
4446
4447 Search recursively in gzipped files. (Bug#4982)
4448
4449 * progmodes/grep.el (grep-highlight-matches): Add new options
4450 `always' and `auto'. Doc fix.
4451 (grep-process-setup): Check `grep-highlight-matches' for
4452 `auto-detect' to determine the need to compute grep defaults.
4453 Move Windows/DOS specific --colors settings handling
4454 to `grep-compute-defaults'. Check `grep-highlight-matches'
4455 to get the value of "--color=".
4456 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4457 has the value `auto-detect'. Move Windows/DOS specific settings
4458 from `grep-process-setup'.
4459 (zrgrep): New command with alias `rzgrep'.
4460
4461 2009-11-25 Juri Linkov <juri@jurta.org>
4462
4463 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4464 to nil instead of switching off view-mode. (Bug#4896)
4465
4466 2009-11-25 Juri Linkov <juri@jurta.org>
4467
4468 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4469
4470 * mwheel.el (mwheel-scroll-up-function)
4471 (mwheel-scroll-down-function): New defvars.
4472 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4473 `scroll-up', and `mwheel-scroll-down-function' instead of
4474 `scroll-down'.
4475
4476 * doc-view.el (doc-view-scroll-up-or-next-page)
4477 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4478 Use this ARG in the call to image-scroll-up/image-scroll-down.
4479 Change `interactive' spec to "P". Goto next/previous page only
4480 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4481 SPC/DEL case). Doc fix.
4482 (doc-view-next-line-or-next-page)
4483 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4484 for consistency.
4485 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4486 `doc-view-scroll-up-or-next-page', and buffer-local
4487 `mwheel-scroll-down-function' to
4488 `doc-view-scroll-down-or-previous-page'.
4489
4490 2009-11-25 Juri Linkov <juri@jurta.org>
4491
4492 Provide additional default values (directories at other Dired
4493 windows) via M-n in the minibuffer of some Dired commands.
4494
4495 * dired-aux.el (dired-diff, dired-compare-directories)
4496 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4497 `minibuffer-default' in `minibuffer-with-setup-hook'.
4498 (dired-dwim-target-directory): Find a window that displays Dired
4499 buffer instead of failing when the next window is not Dired.
4500 Use `get-window-with-predicate' to find for the next Dired window.
4501 (dired-dwim-target-defaults): New function.
4502
4503 * ediff-util.el (ediff-read-file-name):
4504 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4505 in `minibuffer-with-setup-hook'.
4506
4507 2009-11-25 Juri Linkov <juri@jurta.org>
4508
4509 Provide additional default values (file name at point or at the
4510 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4511
4512 * minibuffer.el (read-file-name-defaults): New function.
4513 (read-file-name): Reset `minibuffer-default' to nil when
4514 it duplicates initial input `insdef'.
4515 Bind `minibuffer-default-add-function' to lambda that
4516 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4517 (minibuffer-insert-file-name-at-point): New command.
4518
4519 * files.el (file-name-at-point-functions): New defcustom.
4520 (find-file-default): Remove defvar.
4521 (find-file-read-args): Don't use `find-file-default'.
4522 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4523 to `read-file-name'.
4524 (find-file-literally): Use `read-file-name' with
4525 `confirm-nonexistent-file-or-buffer'.
4526
4527 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4528
4529 * dired.el (dired-read-dir-and-switches):
4530 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4531 to `read-file-name'.
4532 (dired-file-name-at-point): New function.
4533 (dired-mode): Add hook `dired-file-name-at-point' to
4534 `file-name-at-point-functions'.
4535
4536 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 Really make the *Completions* window soft-dedicated (bug#5030).
4539 * window.el (window--display-buffer-2): Add `dedicated' argument.
4540 (display-buffer): Pass it when needed so the dedicated flag is set
4541 after calling set-window-buffer, which would otherwise reset it.
4542
4543 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * progmodes/meta-mode.el (meta-complete-symbol):
4546 * progmodes/etags.el (complete-tag):
4547 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4548 Use completion-in-region.
4549
4550 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4551 (dabbrev-completion): Use completion-in-region.
4552 (dabbrev--abbrev-at-point): Simplify regexp.
4553
4554 * abbrev.el (abbrev--before-point): Use word-motion functions
4555 if :regexp is not specified (bug#5031).
4556
4557 * subr.el (string-prefix-p): New function.
4558
4559 * man.el (Man-completion-cache): New var.
4560 (Man-completion-table): Use it.
4561
4562 * vc.el (vc-print-log-internal): Make `limit' optional for better
4563 compatibility (e.g. with vc-annotate.el).
4564
4565 2009-11-24 Kevin Ryde <user42@zip.com.au>
4566
4567 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4568 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4569
4570 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4571 when .el source file not found or other error.
4572
4573 2009-11-24 Markus Triska <markus.triska@gmx.at>
4574
4575 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4576
4577 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 Handle the [back] button properly (bug#4979).
4580 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4581 Use help-setup-xref, help-buffer, and with-help-window.
4582 (describe-char): Add `buffer' argument.
4583 Pass proper command to help-setup-xref. Don't meddle with
4584 help-xref-stack-item directly.
4585 (describe-text-category): Use with-help-window and help-buffer.
4586
4587 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4588 for the displayed buffer (bug#4887).
4589
4590 * man.el (Man-completion-table): New function.
4591 (man): Use it.
4592
4593 2009-11-24 David Reitter <david.reitter@gmail.com>
4594
4595 * vc-git.el (vc-git-registered): Use checkout directory (where
4596 .git is) rather than the file's directory and a relative path spec
4597 to work around a bug in git.
4598
4599 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4600
4601 Improve handling of processes on remote hosts.
4602
4603 * eshell/esh-util.el (eshell-path-env): New defvar.
4604 (eshell-parse-colon-path): New defun.
4605 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4606
4607 * eshell/esh-ext.el (eshell-search-path):
4608 Use `eshell-parse-colon-path'.
4609 (eshell-remote-command): Remove argument HANDLER.
4610 (eshell-external-command): Check for FTP remote connection.
4611
4612 * eshell/esh-proc.el (eshell-gather-process-output):
4613 Use `file-truename', in order to start also symlinked files.
4614 Apply `start-file-process' instead of `start-process'.
4615 Shorten `command' to the local file name part.
4616
4617 * eshell/em-cmpl.el (eshell-complete-commands-list):
4618 Use `eshell-parse-colon-path'.
4619
4620 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4621
4622 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4623 to `eshell-directory-change-hook'.
4624
4625 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4626
4627 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4628 because it could be enabled automatically if view-read-only is non-nil.
4629
4630 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4631
4632 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4633 made on 2009-11-22.
4634
4635 2009-11-24 Glenn Morris <rgm@gnu.org>
4636
4637 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4638 deleted variable bookmark-bmenu-bookmark-column.
4639
4640 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4643
4644 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4645
4646 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4647 two slashes to the "file:" prefix.
4648 (browse-url-file-url): De-munge Cygwin filenames before passing
4649 them to Windows browser.
4650 (browse-url-default-windows-browser): Use call-process.
4651
4652 2009-11-23 Juri Linkov <juri@jurta.org>
4653
4654 Implement DocView Continuous mode. (Bug#4896)
4655 * doc-view.el (doc-view-continuous-mode): New defcustom.
4656 (doc-view-mode-map): Bind C-n/<down> to
4657 `doc-view-next-line-or-next-page', C-p/<up> to
4658 `doc-view-previous-line-or-previous-page'.
4659 (doc-view-next-line-or-next-page)
4660 (doc-view-previous-line-or-previous-page): New commands.
4661
4662 2009-11-23 Juri Linkov <juri@jurta.org>
4663
4664 Implement Isearch in comint input history. (Bug#3746)
4665 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4666 `isearch-mode-hook'.
4667 (comint-history-isearch): New defcustom.
4668 (comint-history-isearch-backward)
4669 (comint-history-isearch-backward-regexp): New commands.
4670 (comint-history-isearch-message-overlay): New buffer-local variable.
4671 (comint-history-isearch-setup, comint-history-isearch-end)
4672 (comint-goto-input, comint-history-isearch-search)
4673 (comint-history-isearch-message, comint-history-isearch-wrap)
4674 (comint-history-isearch-push-state)
4675 (comint-history-isearch-pop-state): New functions.
4676
4677 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4678
4679 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4680 return.
4681 (tramp-handle-make-symbolic-link)
4682 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4683 Quote file names.
4684 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4685 (tramp-handle-process-file): Use it.
4686
4687 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * window.el (move-to-window-line-last-op): Remove.
4690 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4691
4692 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4693
4694 Make M-r mirror the new cycling behavior of C-l.
4695 * window.el (move-to-window-line-last-op): New var.
4696 (move-to-window-line-top-bottom): New command.
4697 (global-map): Bind M-r move-to-window-line-top-bottom.
4698
4699 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4700
4701 * dired-x.el (dired-guess-shell-alist-default):
4702 Support xz format. (Bug#4953)
4703
4704 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4705
4706 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4707 last-command-char/last-command-event.
4708 (viper-prefix-arg-value): Do correct conversion of event-char for
4709 XEmacs.
4710
4711 * emulation/viper-util.el, emulation/viper.el:
4712 Use viper-last-command-char instead of
4713 last-command-char/last-command-event.
4714
4715 * ediff-init.el, ediff-mult.el, ediff-util.el:
4716 Replace last-command-char and last-command-event
4717 with (ediff-last-command-char) everywhere.
4718
4719 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4720 created in fundamental mode.
4721
4722 * ediff.el (ediff-version): Revert the change of interactive-p to
4723 called-interactively-p.
4724
4725 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4726
4727 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4728 generation from word-movement command names.
4729
4730 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4731
4732 * cus-start.el (all): Add native condition for font-use-system-font.
4733
4734 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4735
4736 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4737 Correct the patch from 2009-11-18. (Bug#3910)
4738
4739 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4740
4741 * progmodes/subword.el: Rename from lisp/subword.el.
4742
4743 * subword.el: Rename to progmodes/subword.el.
4744
4745 * Makefile.in (ELCFILES): Adapt to subword.el move.
4746
4747 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4748 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4751 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4752 (bookmark-bmenu-show-filenames): Use push.
4753 (bookmark-bmenu-hide-filenames): Use local var instead of
4754 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4755 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4756 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4757 filenames now that the bookmark names are always available.
4758
4759 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4762 (bookmark-search-pattern): Move and leave unbound.
4763 (bookmark-bmenu-mode-map): Change binding.
4764 (bookmark-read-search-input): Simplify.
4765 Don't use text-char-description. Don't error on non-char events.
4766 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4767 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4768 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4769 Use a local var for the timer.
4770 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4771 (i.e. bookmark-bmenu-search).
4772
4773 2009-11-21 Glenn Morris <rgm@gnu.org>
4774
4775 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4776
4777 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4778
4779 * net/browse-url.el (browse-url-default-windows-browser):
4780 Use cygstart for cygwin.
4781
4782 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4783
4784 * bookmark.el: Formatting and doc fixes only:
4785 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4786 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4787 Minor grammar and punctuation fixes in doc string.
4788 (bookmark-read-search-input): Adjust to fit within 80 columns.
4789
4790 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4791
4792 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4793 (c-backward-into-nomenclature): Adapt to subword renaming.
4794
4795 * subword.el (subword-forward, subword-backward, subword-mark)
4796 (subword-kill, subword-backward-kill, subword-transpose)
4797 (subword-downcase, subword-upcase, subword-capitalize)
4798 (subword-forward-internal, subword-backward-internal):
4799 Rename from forward-subword, backward-subword, mark-subword,
4800 kill-subword, backward-kill-subword, transpose-subwords,
4801 downcase-subword, upcase-subword, capitalize-subword,
4802 forward-subword-internal, backward-subword-internal.
4803
4804 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4805
4806 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4807 New options.
4808 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4809 New vars.
4810 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4811 (bookmark-bmenu-filter-alist-by-regexp)
4812 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4813 (bookmark-bmenu-search): New command.
4814 (bookmark-bmenu-mode-map): Bind it.
4815
4816 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4817
4818 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4819 backward-subword to quit the byte-compiler.
4820
4821 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4822
4823 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4824
4825 * progmodes/cc-cmds.el (c-update-modeline)
4826 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4827 Refer to subword.el functions instead of cc-subword.el.
4828
4829 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4830 subword.el functions instead of cc-subword.el.
4831
4832 * progmodes/cc-subword.el: Rename to subword.el.
4833 * subword.el: Rename from progmodes/cc-subword.el.
4834 (subword-mode-map): Rename from c-subword-mode-map.
4835 (subword-mode): Rename from c-subword-mode.
4836 (global-subword-mode): New global minor mode.
4837 (forward-subword): Rename from c-forward-subword.
4838 (backward-subword): Rename from c-backward-subword.
4839 (mark-subword): Rename from c-mark-subword.
4840 (kill-subword): Rename from c-kill-subword.
4841 (backward-kill-subword): Rename from c-backward-kill-subword.
4842 (transpose-subwords): Rename from c-tranpose-subword.
4843 (downcase-subword): Rename from c-downcase-subword.
4844 (capitalize-subword): Rename from c-capitalize-subword.
4845 (forward-subword-internal): Rename from c-forward-subword-internal.
4846 (backward-subword-internal): Rename from c-backward-subword-internal.
4847
4848 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4849
4850 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4851 from a dired buffer.
4852 (vc-dired-deduce-fileset): New function.
4853 (vc-root-diff, vc-print-root-log): Use it.
4854
4855 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4856 nil LIMIT argument to vc-print-log-internal.
4857
4858 2009-11-20 Glenn Morris <rgm@gnu.org>
4859
4860 * Makefile.in (ELCFILES): Regenerate.
4861
4862 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4863
4864 * calc/calc.el (calc-set-mode-line):
4865 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4866 (math-format-number): Rename `math-format-complement-signed' to
4867 `math-format-twos-complement'.
4868
4869 * calc/calc-bin.el (math-format-twos-complement): Rename from
4870 math-format-complement-signed.
4871 (calc-radix): Rename `calc-complement-signed-mode' to
4872 `calc-twos-complement-mode'.
4873 (calc-octal-radix, calc-hex-radix): Add an argument for
4874 two's complement.
4875
4876 * calc/calc-embed.el (calc-embedded-mode-vars):
4877 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4878
4879 * calc/calc-ext.el (calc-init-extensions):
4880 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4881 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4882
4883 * calc/calc-units.el (math-build-units-table-buffer):
4884 Let `calc-twos-complement-mode' be nil.
4885
4886 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4887 entries.
4888
4889 * calc/calc-vec.el (calcFunc-vunpack):
4890 * calc/calc-aent.el (calc-do-calc-eval):
4891 * calc/calc-forms.el (math-format-date):
4892 * calc/calc-graph.el (calc-graph-plot):
4893 * calc/calc-math.el (math-use-emacs-fn):
4894 * calc/calccomp.el (math-compose-expr):
4895 Let `calc-twos-complement-mode' be nil.
4896
4897 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4900 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4901 * minibuffer.el (completion-in-region-functions): New hook.
4902 (completion-in-region): New function.
4903 * emacs-lisp/lisp.el (lisp-complete-symbol):
4904 * pcomplete.el (pcomplete-std-complete): Use it.
4905
4906 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4909 (latex-complete-alist): New vars.
4910 (latex-string-prefix-p, latex-complete-bibtex-keys)
4911 (latex-complete-envnames, latex-complete-refkeys)
4912 (latex-complete-data): New functions.
4913 (latex-complete, latex-indent-or-complete): New commands.
4914
4915 * window.el (display-buffer-mark-dedicated): New var.
4916 (display-buffer): Obey it.
4917 * minibuffer.el (minibuffer-completion-help): Use it.
4918
4919 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4920
4921 * filecache.el (file-cache-add-file): Use push and cons.
4922 (file-cache-delete-file-regexp): Use push.
4923 (file-cache-complete): Use completion-in-region.
4924
4925 * simple.el (with-wrapper-hook): Fix thinko.
4926
4927 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4928 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4929 Use with-current-buffer and string-to-number.
4930 (hfy-fallback-colour-values): Use assoc-string.
4931 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4932 (hfy-face-at): Remove unused var `found-face'.
4933 (hfy-compile-stylesheet): Remove unused var `css'.
4934 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4935 and `orig-buffer'.
4936 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4937 Use with-current-buffer.
4938 (hfy-text-p): Use expand-file-name and fewer setq.
4939
4940 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4941
4942 * htmlfontify.el, hfy-cmap.el: New files.
4943
4944 2009-11-19 Juri Linkov <juri@jurta.org>
4945
4946 * minibuffer.el (completions-format): New defcustom.
4947 (completion--insert-strings): Implement vertical format.
4948
4949 * simple.el (switch-to-completions): Move point to the first
4950 completion when point was at the beginning of the buffer.
4951
4952 2009-11-19 Juri Linkov <juri@jurta.org>
4953
4954 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4955
4956 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4957
4958 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4961 (mail-signature): Change default to t.
4962 (mail-from-style): Deprecate `system-default' value.
4963 (mail-insert-from-field): For default value of mail-from-style,
4964 default to `angles' unless `angles' needs quoting and `parens'
4965 does not.
4966 (mail-citation-prefix-regexp): Use citation regexp from
4967 message-mode.
4968
4969 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4970
4971 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4972 Set variables for computing the prompt for reading password.
4973
4974 2009-11-19 Glenn Morris <rgm@gnu.org>
4975
4976 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4977
4978 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4979
4980 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4981 (newsticker-treeview-listwindow-height): Fix custom type.
4982
4983 2009-11-19 Kenichi Handa <handa@m17n.org>
4984
4985 * descr-text.el (describe-char-padded-string): Compose with TAB
4986 only if there's a font for CH.
4987 (describe-char): Fix the condition for detecting a trivial composition.
4988
4989 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4990
4991 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4992 more accurate version of the regexp. (Bug#3910)
4993
4994 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4995
4996 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4997
4998 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4999
5000 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5001 (font-setting-change-default-font): Fix typo in docstring.
5002
5003 2009-11-18 Alan Mackenzie <acm@muc.de>
5004
5005 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5006
5007 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5008
5009 * font-setting.el (font-use-system-font): Move ...
5010
5011 * cus-start.el (all): ... to here.
5012
5013 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5014
5015 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5016 Don't set `ad-return-value' if `ad-do-it' doesn't.
5017
5018 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5019 modification time.
5020
5021 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5022
5023 * menu-bar.el: Put "Use system font" in Option-menu.
5024 (menu-bar-options-save): Add font-use-system-font.
5025
5026 * loadup.el: If feature system-font-setting or font-render-setting is
5027 there, load font-setting.
5028
5029 * Makefile.in (ELCFILES): Add font-settings.el.
5030 * font-setting.el: New file.
5031
5032 2009-11-17 Glenn Morris <rgm@gnu.org>
5033
5034 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5035
5036 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5037 Preserve point in the list buffer. (Bug#4939)
5038 Use point-at-eol.
5039 (newsticker--treeview-list-update-highlight)
5040 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5041
5042 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5043
5044 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5045 Remove.
5046
5047 * calc/calc-ext.el (calc-init-extensions): Remove references to
5048 symclip.
5049
5050 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5051
5052 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5053 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5054 `calc-symclip'.
5055
5056 2009-11-16 Kevin Ryde <user42@zip.com.au>
5057
5058 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5059 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5060
5061 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5062 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5063 Ignore trailing spaces by omit-nulls to split-string (fixing
5064 regression from Emacs 21 due to the incompatible split-string
5065 change). (Bug #4928.)
5066
5067 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5068
5069 * vc.el (vc-log-show-limit): Default to 2000.
5070 (vc-print-log-internal): Insert buttons to request more entries
5071 when limiting the output.
5072
5073 * vc-sccs.el (vc-sccs-print-log):
5074 * vc-rcs.el (vc-rcs-print-log):
5075 * vc-cvs.el (vc-cvs-print-log):
5076 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5077 LIMIT is non-nil.
5078
5079 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5080
5081 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5082 error when `tramp-gvfs-dbus-event-vector' is set.
5083 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5084
5085 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5088
5089 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5090
5091 * net/dbus.el (dbus-unregister-service): New defun.
5092 (dbus-register-property): Register the handlers of
5093 "org.freedesktop.DBus.Properties" for SERVICE.
5094 (dbus-property-handler): Fix docstring.
5095
5096 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5097
5098 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5099 Quote doc string reference in defvaralias as it is not in special form.
5100 (byte-compile-output-docform): Doc fix.
5101
5102 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5103
5104 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5105 (calc-complement-signed-mode): New variables.
5106 (calc-set-mode-line): Add indicator for twos-complements.
5107 (math-format-number): Format twos-complement notation.
5108
5109 * calc/calc-bin.el (calc-word-size): Reset the variables
5110 `math-2-word-size' and `math-half-2-word-size'.
5111 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5112 (calc-symclip): New functions.
5113
5114 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5115
5116 * calc/calc-embed.el (calc-embedded-mode-vars):
5117 Add `calc-complement-signed-mode' to the list of modes.
5118
5119 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5120 (calc-b-oper-keys): Add `calc-symclip' to list.
5121
5122 * calc/calc-ext.el (math-read-number-fancy): Read complement
5123 signed numbers.
5124 (calc-init-extensions): Add binding for `calc-symclip'.
5125 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5126
5127 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5128 `calc-symclip'.
5129 (calc-modes-menu): Add item for twos complement mode.
5130
5131 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5132
5133 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * register.el (jump-to-register, insert-register): Handle Semantic
5136 tags. From commented-out advice in semantic/senator.el.
5137
5138 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5139
5140 * vc.el (vc-log-show-limit): New variable.
5141 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5142 when using a prefix argument.
5143 (vc-print-log-internal): Add new argument LIMIT.
5144
5145 * vc-svn.el (vc-svn-print-log):
5146 * vc-mtn.el (vc-mtn-print-log):
5147 * vc-hg.el (vc-hg-print-log):
5148 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5149 pass it to the log command when set. Make the BUFFER argument
5150 non-optional.
5151
5152 * vc-sccs.el (vc-sccs-print-log):
5153 * vc-rcs.el (vc-rcs-print-log):
5154 * vc-git.el (vc-git-print-log):
5155 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5156 ignore it. Make the BUFFER argument non-optional
5157
5158 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5159
5160 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5161
5162 * dired.el (dired-mode-map): Move encryption items to "Operate"
5163 menu (Bug#4703).
5164
5165 * strokes.el (strokes-update-window-configuration): Make strokes
5166 buffer current before erasing (Bug#4906).
5167
5168 2009-11-15 Juri Linkov <juri@jurta.org>
5169
5170 * simple.el (set-mark-default-inactive): Add :type, :group
5171 and :version. (Bug#4876)
5172
5173 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5174
5175 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5176 (archive-unique-fname): ... here. (Bug#4929)
5177
5178 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5181 with a real fix.
5182
5183 * novice.el (disabled-command-function): Add useful args.
5184 Setup the help buffer so that [back] works.
5185 Remove redundant call to help-mode.
5186 (disabled-command-function): Use `case'.
5187 (en/disable-command): New function extracted from enable-command.
5188 (enable-command, disable-command): Use it.
5189
5190 2009-11-14 Glenn Morris <rgm@gnu.org>
5191
5192 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5193 constants. (Bug#4913)
5194
5195 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5196
5197 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5198
5199 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5200 defined in C that have no doc-strings. (Bug#1063)
5201
5202 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5203
5204 * cus-edit.el (data, files):
5205 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5206
5207 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5208
5209 * simple.el (shell-command): Doc fix (Bug#4891).
5210
5211 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5212
5213 2009-11-14 Glenn Morris <rgm@gnu.org>
5214
5215 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5216 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5217 If they are already loaded, eval-after-load will do the right thing.
5218
5219 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5220 compiling.
5221
5222 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5223
5224 * simple.el (x-selection-owner-p): Declare.
5225 (read-mail-command): Use custom radio type rather than choice.
5226 (completion-no-auto-exit): Doc fix.
5227
5228 * custom.el (defgroup):
5229 * epg-config.el (epg): Doc fixes.
5230
5231 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5232
5233 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5234 * international/ccl.el (define-ccl-program): Do not purecopy the
5235 docstring, defconst does it anyway.
5236
5237 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5240 a second time.
5241
5242 * x-dnd.el (x-dnd-maybe-call-test-function):
5243 * window.el (split-window-vertically):
5244 * whitespace.el (whitespace-help-on):
5245 * vc-rcs.el (vc-rcs-consult-headers):
5246 * userlock.el (ask-user-about-lock-help)
5247 (ask-user-about-supersession-help):
5248 * type-break.el (type-break-force-mode-line-update):
5249 * time-stamp.el (time-stamp-conv-warn):
5250 * terminal.el (te-set-output-log, te-more-break, te-filter)
5251 (te-sentinel, terminal-emulator):
5252 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5253 (term-write-input-ring, term-check-source, term-start-output-log):
5254 (term-display-buffer-line, term-dynamic-list-completions):
5255 (term-ansi-make-term, serial-term):
5256 * subr.el (selective-display):
5257 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5258 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5259 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5260 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5261 (speedbar-remove-localized-speedbar-support)
5262 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5263 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5264 (speedbar-buffers-line-directory):
5265 * simple.el (shell-command-on-region, append-to-buffer)
5266 (prepend-to-buffer):
5267 * shadowfile.el (shadow-save-todo-file):
5268 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5269 (scroll-bar-maybe-set-window-start):
5270 * sb-image.el (speedbar-image-dump):
5271 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5272 (load-save-place-alist-from-file):
5273 * ps-samp.el (ps-print-message-from-summary):
5274 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5275 (ps-background-image, ps-begin-job, ps-do-despool):
5276 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5277 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5278 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5279 (pr-call-process, pr-file-list, pr-interface-save):
5280 * novice.el (disabled-command-function)
5281 (enable-command, disable-command):
5282 * mouse.el (mouse-buffer-menu-alist):
5283 * mouse-copy.el (mouse-kill-preserving-secondary):
5284 * macros.el (kbd-macro-query):
5285 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5286 * informat.el (batch-info-validate):
5287 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5288 * hippie-exp.el (try-expand-dabbrev-visible):
5289 * help-mode.el (help-make-xrefs):
5290 * help-fns.el (describe-variable):
5291 * generic-x.el (bat-generic-mode-run-as-comint):
5292 * finder.el (finder-mouse-select):
5293 * find-dired.el (find-dired-sentinel):
5294 * filesets.el (filesets-file-close):
5295 * files.el (list-directory):
5296 * faces.el (list-faces-display, describe-face):
5297 * facemenu.el (list-colors-display):
5298 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5299 * epg.el (epg--process-filter, epg-cancel):
5300 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5301 (epa--read-signature-type):
5302 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5303 (emerge-file-names):
5304 * ehelp.el (electric-helpify):
5305 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5306 * ediff-vers.el (rcs-ediff-view-revision):
5307 * ediff-util.el (ediff-setup):
5308 * ediff-mult.el (ediff-append-custom-diff):
5309 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5310 (ediff-wordify):
5311 * echistory.el (Electric-command-history-redo-expression):
5312 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5313 * disp-table.el (describe-display-table):
5314 * dired.el (dired-find-buffer-nocreate):
5315 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5316 * dabbrev.el (dabbrev--same-major-mode-p):
5317 * chistory.el (list-command-history):
5318 * apropos.el (apropos-documentation):
5319 * allout.el (allout-obtain-passphrase):
5320 (allout-copy-exposed-to-buffer):
5321 (allout-verify-passphrase): Use with-current-buffer.
5322
5323 2009-11-13 Glenn Morris <rgm@gnu.org>
5324
5325 * Makefile.in (ELCFILES): Regenerate.
5326
5327 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5328
5329 * net/dbus.el (dbus-registered-objects-table): Rename from
5330 `dbus-registered-functions-table', because it contains also properties.
5331 (dbus-unregister-object): Unregister also properties.
5332 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5333 Use a timeout of 500 msec, in order to not block.
5334 (dbus-register-property, dbus-property-handler): New defuns.
5335
5336 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * simple.el (minibuffer-default-add-completions): Drop deprecated
5339 4th arg.
5340
5341 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5342
5343 * textmodes/artist.el (artist-mouse-choose-operation):
5344 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5345 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5346 (artist-compute-up-event-key): New function.
5347 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5348
5349 2009-11-13 Kenichi Handa <handa@m17n.org>
5350
5351 * language/japan-util.el: Make sure that the value of jisx0208
5352 property is jisx0208 character.
5353
5354 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5355
5356 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5357 car or each item, not the whole list.
5358
5359 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * minibuffer.el (minibuffer-completion-help):
5362 Use minibuffer-hide-completions.
5363
5364 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5365
5366 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5367 (dired-revert): Use them (bug#4880).
5368
5369 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5370
5371 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5372
5373 2009-11-12 Juri Linkov <juri@jurta.org>
5374
5375 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5376 New functions.
5377 (find-file-literally-at-point): Alias of `ffap-literally'.
5378
5379 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5380
5381 * textmodes/ispell.el (ispell-skip-region-alist):
5382 * textmodes/css-mode.el (auto-mode-alist):
5383 * progmodes/compile.el (auto-mode-alist):
5384 * international/mule.el (ctext-non-standard-encodings-alist)
5385 (ctext-non-standard-encodings-regexp):
5386 * simple.el (shell-command-switch, text-read-only):
5387 * replace.el (occur-mode-map):
5388 * paths.el (rmail-file-name):
5389 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5390 * find-file.el (ff-special-constructs):
5391 * files.el (file-name-handler-alist):
5392 * composite.el: Purecopy strings.
5393
5394 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5395
5396 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5397
5398 * widget.el (define-widget): Purecopy the docstring.
5399 * international/mule-cmds.el (charset): Do not purecopy the
5400 docstring here, define-widget does it.
5401
5402 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5403 * textmodes/bibtex-style.el (auto-mode-alist):
5404 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5405 * progmodes/compile.el (compile-command):
5406 * language/korea-util.el (default-korean-keyboard):
5407 * international/mule-conf.el (file-coding-system-alist):
5408 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5409 * tooltip.el (tooltip-frame-parameters):
5410 * newcomment.el (comment-end, comment-padding):
5411 * dired.el (dired-trivial-filenames):
5412 * comint.el (comint-file-name-prefix): Purecopy initial values.
5413
5414 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5415
5416 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5417 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5418 `tramp-unload'.
5419 (tramp-advice-make-auto-save-file-name)
5420 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5421 after removing the advice.
5422
5423 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5424
5425 * progmodes/grep.el (grep-regexp-alist):
5426 * international/mule-cmds.el (iso-2022-control-alist):
5427 * emacs-lisp/timer.el (timer-duration-words):
5428 * subr.el (version-separator, version-regexp-alist):
5429 * minibuffer.el (completion-styles-alist):
5430 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5431 Change defvars to defconsts.
5432
5433 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5434 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5435 * international/mule-conf.el: Allow to be byte compiled.
5436
5437 * international/mule.el (define-charset): Purecopy props.
5438 (load-with-code-conversion): Purecopy doc string and file name.
5439 (put-charset-property): Purecopy strings.
5440 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5441
5442 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5443 (define-char-code-property): Correctly purecopy the table.
5444
5445 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5446
5447 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5448
5449 * subr.el (add-hook): Purecopy strings.
5450 (eval-after-load): Purecopy load-history-regexp and the form.
5451
5452 * custom.el (custom-declare-group): Purecopy load-file-name.
5453
5454 * subr.el (menu-bar-separator): New defconst.
5455 * net/eudc.el (eudc-tools-menu):
5456 * international/mule-cmds.el (set-coding-system-map)
5457 (mule-menu-keymap):
5458 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5459 * vc-hooks.el (vc-menu-map):
5460 * replace.el (occur-mode-map):
5461 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5462 (menu-bar-edit-menu, menu-bar-goto-menu)
5463 (menu-bar-custom-menu, menu-bar-showhide-menu)
5464 (menu-bar-options-menu, menu-bar-tools-menu)
5465 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5466 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5467 (menu-bar-help-menu):
5468 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5469 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5470
5471 * term/x-win.el (x-gtk-stock-map):
5472 * progmodes/vera-mode.el (auto-mode-alist):
5473 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5474 (inferior-lisp-program, inferior-lisp-load-command):
5475 * progmodes/hideshow.el (hs-special-modes-alist):
5476 * progmodes/gud.el (same-window-regexps):
5477 * progmodes/grep.el (grep-program, find-program, xargs-program):
5478 * net/telnet.el (same-window-regexps):
5479 * net/rlogin.el (same-window-regexps):
5480 * language/ethiopic.el (font-ccl-encoder-alist):
5481 * vc-sccs.el (vc-sccs-master-templates):
5482 * vc-rcs.el (vc-rcs-master-templates):
5483 * subr.el (cl-assertion-failed):
5484 * simple.el (next-error-overlay-arrow-position):
5485 * lpr.el (lpr-command):
5486 * locate.el (locate-ls-subdir-switches):
5487 * info.el (same-window-regexps, info)
5488 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5489 * image-mode.el (image-mode, auto-mode-alist):
5490 * hippie-exp.el (hippie-expand-ignore-buffers):
5491 * format.el (format-alist):
5492 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5493 (find-name-arg):
5494 * facemenu.el (facemenu-keybindings):
5495 * dired.el (dired-listing-switches, dired-chown-program):
5496 * diff.el (diff-switches, diff-command):
5497 * cus-edit.el (same-window-regexps):
5498 * bindings.el (mode-line-mule-info)
5499 (mode-line-buffer-identification): Purecopy strings.
5500
5501 2009-11-11 Juri Linkov <juri@jurta.org>
5502
5503 * simple.el (dired-get-filename) <declare-function>:
5504 Tell the byte-compiler about dired-get-filename.
5505 (shell-command): In Dired mode, get filename from the current line
5506 as the default value.
5507
5508 2009-11-10 Glenn Morris <rgm@gnu.org>
5509
5510 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5511 * calendar/holidays.el, progmodes/cperl-mode.el:
5512 Update x-popup-menu declarations.
5513
5514 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5515 (list-load-path-shadows): Use dolist.
5516 (list-load-path-shadows): Use with-current-buffer.
5517
5518 2009-11-10 Juri Linkov <juri@jurta.org>
5519
5520 * minibuffer.el (read-file-name): Support a list of default values
5521 in `default-filename'. Use the first file name where only one
5522 element is required. Doc fix.
5523
5524 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5525
5526 * net/dbus.el (dbus-unregister-object): Release service, if no
5527 other method is registered for it.
5528
5529 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5530
5531 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5532 bookmark-sort-flag is non-nil (Bug#4653).
5533
5534 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * emulation/cua-base.el: Add CUA property to some CC mode commands
5537 (Bug#4100).
5538
5539 2009-11-08 Kevin Ryde <user42@zip.com.au>
5540
5541 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5542 at end of sentence (Bug#4818).
5543
5544 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5545
5546 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5547 Handle "see declaration of" MSFT statements (Bug#4100).
5548
5549 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5550
5551 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5552 (tramp-advice-file-expand-wildcards): Unload via
5553 `ad-remove-advice'.
5554
5555 * net/trampver.el: Update release number.
5556
5557 2009-11-08 Kevin Ryde <user42@zip.com.au>
5558
5559 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5560 `ad-do-it'.
5561
5562 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5563
5564 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5565 in order to keep context in SELinux.
5566
5567 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5568
5569 * dired-aux.el (dired-query): Place cursor in echo area and allow
5570 C-g.
5571
5572 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5573 menu item if not on a directory (Bug#4701).
5574
5575 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5576
5577 Sync with Tramp 2.1.17.
5578
5579 * net/tramp.el (tramp-handle-copy-directory): Don't use
5580 `file-remote-p' (due to compatibility).
5581
5582 * net/tramp-compat.el (tramp-compat-copy-directory)
5583 (tramp-compat-delete-directory): New defuns.
5584
5585 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5586 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5587 `tramp-compat-delete-directory'.
5588
5589 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5590 (tramp-smb-handle-delete-directory): Use
5591 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5592
5593 * net/trampver.el: Update release number.
5594
5595 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * tar-mode.el (tar-copy): Call write-region on the right buffer
5598 (Bug#4857).
5599
5600 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5601 by hand, if necessary (Bug#4878).
5602
5603 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5606 align size column (Bug#4839).
5607
5608 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5609 statement.
5610
5611 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5612
5613 * progmodes/ld-script.el (auto-mode-alist):
5614 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5615
5616 * cus-face.el (custom-declare-face): Purecopy face spec.
5617
5618 2009-11-06 Kenichi Handa <handa@m17n.org>
5619
5620 * international/uni-bidi.el: Re-generated.
5621 * international/uni-category.el: Re-generated.
5622 * international/uni-combining.el: Re-generated.
5623 * international/uni-mirrored.el: Re-generated.
5624
5625 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5626
5627 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5628 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5629 (tex-start-options, slitex-run-command, latex-run-command)
5630 (tex-run-command, tex-directory):
5631 * textmodes/ispell.el (ispell-html-skip-alists)
5632 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5633 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5634 (adaptive-fill-regexp):
5635 * textmodes/dns-mode.el (auto-mode-alist):
5636 * progmodes/python.el (interpreter-mode-alist):
5637 * progmodes/etags.el (tags-compression-info-list):
5638 * progmodes/etags.el (tags-file-name):
5639 * net/browse-url.el (browse-url-galeon-program)
5640 (browse-url-firefox-program):
5641 * mail/sendmail.el (mail-signature-file)
5642 (mail-citation-prefix-regexp):
5643 * international/mule-conf.el (eight-bit):
5644 * international/latexenc.el (latex-inputenc-coding-alist):
5645 * international/fontset.el (x-pixel-size-width-font-regexp):
5646 * emacs-lisp/warnings.el (warning-type-format):
5647 * emacs-lisp/trace.el (trace-buffer):
5648 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5649 (emacs-lisp-mode-map):
5650 * calendar/holidays.el (holiday-solar-holidays)
5651 (holiday-bahai-holidays, holiday-islamic-holidays)
5652 (holiday-christian-holidays, holiday-hebrew-holidays)
5653 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5654 (hebrew-holidays-1, holiday-oriental-holidays)
5655 (holiday-general-holidays):
5656 * x-dnd.el (x-dnd-known-types):
5657 * tool-bar.el (tool-bar):
5658 * startup.el (site-run-file):
5659 * shell.el (shell-dumb-shell-regexp):
5660 * rfn-eshadow.el (file-name-shadow-tty-properties)
5661 (file-name-shadow-properties):
5662 * paths.el (remote-shell-program, news-directory):
5663 * mouse.el ([C-down-mouse-3]):
5664 * menu-bar.el (menu-bar-tools-menu):
5665 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5666 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5667 (jka-compr-compression-info-list):
5668 * isearch.el (search-whitespace-regexp):
5669 * image-file.el (image-file-name-extensions):
5670 * find-dired.el (find-ls-option):
5671 * files.el (directory-listing-before-filename-regexp)
5672 (directory-free-space-args, insert-directory-program)
5673 (list-directory-brief-switches, magic-fallback-mode-alist)
5674 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5675 (automount-dir-prefix):
5676 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5677 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5678 (face-font-registry-alternatives, face-font-registry-alternatives)
5679 (face-font-family-alternatives):
5680 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5681 (facemenu-foreground-menu, facemenu-face-menu):
5682 * epa-hook.el (epa-file-name-regexp):
5683 * dnd.el (dnd-protocol-alist):
5684 * textmodes/rst.el (auto-mode-alist):
5685 * button.el (default-button): Purecopy strings.
5686
5687 2009-11-06 Glenn Morris <rgm@gnu.org>
5688
5689 * Makefile.in (ELCFILES): Update.
5690
5691 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5694 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5695
5696 * nxml/xsd-regexp.el (xsdre-gen-categories):
5697 * nxml/xmltok.el (xmltok-parse-entity):
5698 * nxml/rng-parse.el (rng-parse-validate-file):
5699 * nxml/rng-maint.el (rng-format-manual)
5700 (rng-manual-output-force-new-line):
5701 * nxml/rng-loc.el (rng-save-schema-location-1):
5702 * nxml/rng-cmpct.el (rng-c-parse-file):
5703 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5704 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5705
5706 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5707
5708 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5709 Remove extra save-excursions and make-variable-buffer-local's.
5710 Suggested by Stefan Monnier.
5711
5712 (verilog-getopt-file, verilog-module-inside-filename-p)
5713 (verilog-set-define): Merge GNU 1.35 and repair changes from
5714 switching to using with-current-buffer.
5715
5716 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5717 being treated as a number and confusing AUTORESET.
5718 Reported by Dan Dever.
5719
5720 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5721 Add verilog-auto-ignore-concat to fix backward compatibility with
5722 older verilog-modes. Reported by Dan Katz.
5723
5724 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5725 containing closing anchors "...$".
5726
5727 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5728 Reported by Wade Smith.
5729
5730 (verilog-batch-execute-func): Comment on function usage.
5731
5732 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5733
5734 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5735 for labels.
5736
5737 (verilog-label-re, verilog-calc-1): Support proper indent of named
5738 asserts.
5739
5740 (verilog-backward-token, verilog-basic-complete-re)
5741 (verilog-beg-of-statement, verilog-indent-re): Support proper
5742 indent of the assert statement at the beginning of a block of text.
5743
5744 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5745 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5746 tokens as begins.
5747
5748 2009-11-05 Glenn Morris <rgm@gnu.org>
5749
5750 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5751 Emacs 19. (Bug#1531)
5752 (byte-compile-fix-header): Update for the above change.
5753 Drop test for epoch::version.
5754
5755 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5756 * cus-dep.el (custom-make-dependencies):
5757 * finder.el (finder-compile-keywords):
5758 Use autoload-rubric's feature argument.
5759
5760 * calendar/diary-lib.el (top-level): Make load behave more like require.
5761
5762 * vc-git.el (vc-git-stash-map): Move definition before use.
5763
5764 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5765
5766 * custom.el (custom-declare-group): Purecopy standard-value.
5767 (custom-declare-group): Purecopy custom-prefix.
5768
5769 * international/mule.el (load-with-code-conversion):
5770 Call do-after-load-evaluation unconditionally.
5771
5772 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5773
5774 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5777
5778 2009-11-04 Glenn Morris <rgm@gnu.org>
5779
5780 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5781 (byte-compile-compatibility): Remove option.
5782 (byte-compile-close-variables, byte-compile-fix-header)
5783 (byte-compile-insert-header, byte-compile-output-docform)
5784 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5785 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5786 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5787 (byte-compile-insert, byte-compile-defun):
5788 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5789 (byte-defop-compiler19): Remove.
5790 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5791 used by anything. Replace all calls with byte-defop-compiler.
5792
5793 2009-11-04 Juri Linkov <juri@jurta.org>
5794
5795 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5796 (menu-bar-options-menu): Don't quote the `prop' arg of
5797 `menu-bar-make-mm-toggle'.
5798
5799 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5800
5801 * calendar/calendar.el (cal-loaddefs):
5802 * calendar/diary-lib.el (diary-loaddefs):
5803 * calendar/holidays.el (hol-loaddefs):
5804 * eshell/esh-module.el (esh-groups): Load rather than require.
5805
5806 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5809 point-min==1.
5810 (todo-top-priorities): Only display-buffer when called interactively.
5811 (todo-item-start): Don't save excursion point.
5812 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5813 (todo-insert-item-here, todo-file-item, todo-remove-item):
5814 Adjust uses of todo-item-start and todo-item-end.
5815
5816 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5817 (autoload-rubric): Don't use any more.
5818
5819 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5820 and only put a prop if it is non-nil.
5821
5822 2009-11-03 Juri Linkov <juri@jurta.org>
5823
5824 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5825 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5826
5827 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5828 and "Menu" to make top-level menu item visually one unit (like
5829 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5830 multi-word menu items). Fix :help string for quit-window.
5831
5832 2009-11-03 Glenn Morris <rgm@gnu.org>
5833
5834 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5835 (byte-compile-file-form-define-abbrev-table)
5836 (byte-compile-file-form-custom-declare-variable)
5837 (byte-compile-variable-ref, byte-compile-defvar):
5838 Whether or not a warning is enabled should only affect whether we issue
5839 the warning, not whether or not we collect the relevant data.
5840 Eg warnings can be turned on and off throughout the course of a file.
5841
5842 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5843 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5844
5845 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5848 * play/mpuz.el (mpuz-create-buffer):
5849 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5850 (lm-print-y,s,noise, lm-print-w0, lm-init):
5851 * play/gomoku.el (gomoku-prompt-for-move):
5852 * play/fortune.el (fortune-in-buffer):
5853 * play/dissociate.el (dissociated-press):
5854 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5855 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5856 * mail/supercite.el (sc-eref-show):
5857 * mail/smtpmail.el (smtpmail-send-it):
5858 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5859 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5860 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5861 (rmail-summary-goto-msg, rmail-summary-expunge)
5862 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5863 (rmail-summary-add-label, rmail-summary-output-menu)
5864 (rmail-summary-output-body):
5865 * mail/rfc822.el (rfc822-addresses):
5866 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5867 * mail/mailpost.el (post-mail-send-it):
5868 * mail/hashcash.el (hashcash-generate-payment):
5869 * mail/feedmail.el (feedmail-run-the-queue)
5870 (feedmail-queue-send-edit-prompt-help-first)
5871 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5872 (feedmail-deduce-address-list):
5873 * eshell/esh-ext.el (eshell-remote-command):
5874 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5875 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5876 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5877 (viper-save-string-in-file, viper-valid-marker):
5878 * emulation/viper-keym.el (viper-toggle-key):
5879 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5880 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5881 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5882 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5883 (viper-exec-form-in-emacs, viper-brac-function):
5884 * emulation/viper.el (viper-delocalize-var):
5885 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5886 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5887 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5888 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5889 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5890 * emulation/edt.el (edt-electric-helpify):
5891 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5892 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5893 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5894 (cua-indent-to-global-mark-column):
5895 * calendar/diary-lib.el (calendar-mark-1):
5896 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5897 Use with-current-buffer.
5898 * emulation/viper.el (viper-delocalize-var): Use dolist.
5899
5900 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5901
5902 * comint.el (comint-replace-by-expanded-history-before-point):
5903 Replace !! with the previous input string literally (Bug#1795).
5904
5905 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5906
5907 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5908 to be made up of whitespace.
5909
5910 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5911
5912 * minibuffer.el (read-file-name): Don't use file dialogs for
5913 remote directories (Bug#99).
5914
5915 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5918
5919 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5920
5921 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5922 instead of deleting the window or frame.
5923
5924 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5925
5926 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5927 Support face colors.
5928
5929 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5930 New function. Support face colors (Bug#1168).
5931 (tex-common-initialization): Use it.
5932
5933 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5934 mode allows it (Bug#1168).
5935
5936 2009-10-31 Juri Linkov <juri@jurta.org>
5937
5938 * facemenu.el (list-colors-display): Don't mark buffer as
5939 modified (Bug#3948).
5940
5941 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * international/mule-diag.el (list-character-sets-1): Minor
5944 message fix (Bug#3526).
5945
5946 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5947 face property (Bug#4834).
5948 (etags-list-tags, etags-tags-apropos-additional)
5949 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5950 property.
5951
5952 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5953 items.
5954
5955 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * textmodes/two-column.el (2C-split):
5958 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5959 * textmodes/tex-mode.el (tex-set-buffer-directory):
5960 * textmodes/spell.el (spell-region, spell-string):
5961 * textmodes/reftex.el (reftex-erase-buffer):
5962 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5963 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5964 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5965 (reftex-select-item):
5966 * textmodes/reftex-ref.el (reftex-label-info-update)
5967 (reftex-offer-label-menu):
5968 * textmodes/reftex-index.el (reftex-index-change-entry)
5969 (reftex-index-phrases-info):
5970 * textmodes/reftex-global.el (reftex-create-tags-file)
5971 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5972 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5973 (reftex-view-crossref-from-bibtex):
5974 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5975 (reftex-extract-bib-entries-from-thebibliography)
5976 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5977 * textmodes/refbib.el (r2b-capitalize-title):
5978 (r2b-convert-buffer, r2b-help):
5979 * textmodes/page-ext.el (pages-directory)
5980 (pages-directory-goto-with-mouse):
5981 * textmodes/bibtex.el (bibtex-validate-globally):
5982 * textmodes/bib-mode.el (bib-capitalize-title):
5983 * textmodes/artist.el (artist-clear-buffer, artist-system):
5984 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5985 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5986 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5987 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5988 (xscheme-send-control-g-interrupt, xscheme-start-process)
5989 (xscheme-process-sentinel, xscheme-cd):
5990 * progmodes/verilog-mode.el (verilog-read-always-signals)
5991 (verilog-set-define, verilog-getopt-file)
5992 (verilog-module-inside-filename-p):
5993 * progmodes/sh-script.el:
5994 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5995 (python-pdbtrack-grub-for-buffer, python-execute-file):
5996 * progmodes/octave-inf.el (inferior-octave):
5997 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5998 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5999 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6000 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6001 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6002 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6003 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6004 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6005 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6006 (idlwave-shell-examine-display, idlwave-shell-run-region)
6007 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6008 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6009 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6010 (idlwave-help-get-help-buffer):
6011 * progmodes/gud.el (gud-basic-call, gud-find-class)
6012 (gud-tooltip-activate-mouse-motions-if-enabled):
6013 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6014 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6015 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6016 (ebrowse-tags-next-file):
6017 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6018 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6019 (ebnf-eps-finish-and-write):
6020 * progmodes/cpp.el (cpp-edit-save):
6021 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6022 * progmodes/cc-defs.el (c-emacs-features):
6023 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6024 (antlr-directory-dependencies):
6025 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6026 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6027 (ada-find-any-references, ada-make-filename-from-adaname)
6028 (ada-make-body-gnatstub):
6029 * obsolete/rnews.el (news-list-news-groups):
6030 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6031 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6032 * net/rcirc.el (rcirc-debug):
6033 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6034 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6035 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6036 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6037 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6038 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6039 (newsticker--treeview-list-clear-highlight)
6040 (newsticker--treeview-list-update-highlight)
6041 (newsticker--treeview-list-highlight-start)
6042 (newsticker--treeview-tree-update-highlight)
6043 (newsticker--treeview-get-selected-item)
6044 (newsticker-treeview-mark-list-items-old)
6045 (newsticker--treeview-set-current-node):
6046 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6047 * net/newst-backend.el (newsticker--get-news-by-funcall)
6048 (newsticker--get-news-by-wget, newsticker--image-get)
6049 (newsticker--image-sentinel):
6050 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6051 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6052 (eudc-ph-close-session):
6053 * net/eudc.el (eudc-save-options):
6054 * language/thai-word.el (thai-update-word-table):
6055 * language/japan-util.el (japanese-string-conversion):
6056 * international/titdic-cnv.el (tsang-quick-converter)
6057 (ziranma-converter, ctlau-converter):
6058 * international/mule-cmds.el (describe-language-environment):
6059 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6060 (skkdic-convert-postfix, skkdic-convert-prefix):
6061 (skkdic-convert-okuri-nasi, skkdic-convert):
6062 * emacs-lisp/re-builder.el (reb-update-overlays):
6063 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6064 * emacs-lisp/gulp.el (gulp-send-requests):
6065 * emacs-lisp/find-gc.el (trace-call-tree):
6066 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6067 (eieio-describe-generic):
6068 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6069 * emacs-lisp/edebug.el (edebug-outside-excursion):
6070 * emacs-lisp/debug.el (debugger-make-xrefs):
6071 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6072 * emacs-lisp/chart.el (chart-new-buffer):
6073 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6074 Use with-current-buffer.
6075 * textmodes/artist.el (artist-system): Don't call
6076 copy-sequence on a fresh string.
6077 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6078
6079 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6080
6081 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6082 is no item to edit. (Bug#4820)
6083 (todo-top-priorities): Restore point and restore narrowing in Todo
6084 buffer. (Bug#4820)
6085
6086 2009-10-31 Glenn Morris <rgm@gnu.org>
6087
6088 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6089 (comint-last-output-start, comint-last-input-start)
6090 (comint-last-input-end): Don't defvar when compiling.
6091 (ange-ftp-process-file): Use bound-and-true-p.
6092
6093 * pcmpl-rpm.el (top-level): Move provide statement to end.
6094 (pcmpl-rpm): Remove unused custom group.
6095
6096 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6097
6098 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6099
6100 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6101 (byte-compile-warnings): Add `constants' as an option.
6102 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6103 (display-call-tree): Update for byte-compile-fdefinition possibly
6104 returning `(macro lambda ...)'. (Bug#4778)
6105 (byte-compile-variable-ref, byte-compile-setq-default):
6106 Respect `constants' member of byte-compile-warnings.
6107
6108 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6111 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6112 to "submit:".
6113
6114 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6115
6116 * textmodes/ispell.el (ispell-skip-region-alist):
6117 * international/mule-conf.el (eight-bit):
6118 * international/fontset.el (font-encoding-alist):
6119 * startup.el (pure-space-overflow-message):
6120 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6121 * paths.el (gnus-nntp-service, rmail-spool-directory)
6122 (term-file-prefix):
6123 * files.el (save-some-buffers-action-alist):
6124 * cmuscheme.el (same-window-buffer-names):
6125 * ielm.el (same-window-buffer-names):
6126 * shell.el (same-window-buffer-names):
6127 * mail/sendmail.el (same-window-buffer-names):
6128 * progmodes/inf-lisp.el (same-window-buffer-names):
6129 * bindings.el (mode-line-client)
6130 (mode-line-column-line-number-mode-map):
6131 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6132 (tibetan-precomposed-regexp): Purecopy string arguments.
6133
6134 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6137 (calcDigit-nondigit):
6138 * calc/calc-yank.el (calc-copy-to-buffer):
6139 * calc/calc-units.el (calc-invalidate-units-table):
6140 * calc/calc-trail.el (calc-trail-yank):
6141 * calc/calc-store.el (calc-insert-variables):
6142 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6143 * calc/calc-prog.el (calc-read-parse-table):
6144 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6145 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6146 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6147 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6148 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6149 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6150 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6151 * calc/calc-ext.el (calc-realign):
6152 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6153 (calc-embedded-finish-edit, calc-embedded-make-info)
6154 (calc-embedded-finish-command, calc-embedded-stack-change):
6155 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6156
6157 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6158 shell-dynamic-complete-filename in preference to
6159 comint-dynamic-complete-filename.
6160
6161 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6162 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6163 Don't consider whether the display supports colors.
6164 (bookmark-import-new-list): Use dolist.
6165 (bookmark-bmenu-mode-map): Move initialization into declaration.
6166 (bookmark-bmenu-list): Use dolist, simplify.
6167 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6168 (menu-bar-final-items): Use push.
6169
6170 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6171
6172 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6173 it works on remote files.
6174 (vc-hg-diff): Don't pass any `--cwd' argument.
6175
6176 2009-10-27 Kevin Ryde <user42@zip.com.au>
6177
6178 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6179 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6180 (Further to Bug#3921).
6181
6182 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6183
6184 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6185 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6186 calling `tramp-imap-put-file'. Add file size to the call.
6187 (tramp-imap-get-file-entries): Compute also user name, file size,
6188 and date.
6189 (tramp-imap-handle-insert-directory): Insert uid and gid.
6190 (tramp-imap-handle-file-attributes): Transform uid and gid
6191 according to `id-format'.
6192 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6193 size in header X-Size.
6194
6195 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * simple.el (transpose-subr): Give clearer error when the mark
6198 is not set. (Bug#4807)
6199
6200 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6201
6202 * net/tramp.el (tramp-perl-file-truename): New defconst.
6203 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6204 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6205 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6206 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6207
6208 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6209 Ignore `dired-call-process'.
6210 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6211
6212 2009-10-26 Julian Scheid <julians37@gmail.com>
6213
6214 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6215 (tramp-get-remote-readlink): New defun.
6216 (tramp-handle-file-truename): Use it.
6217 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6218 file exists if cache value present.
6219 (tramp-check-cached-permissions): New defun.
6220 (tramp-handle-file-readable-p): Use it.
6221 (tramp-handle-file-writable-p): Likewise.
6222 (tramp-handle-file-executable-p): Likewise.
6223 (tramp-handle-file-name-all-completions): Try using Perl to get
6224 partial completions. When perl not available, combine `cd' and
6225 `ls' into single remote operation and use shell expansion to get
6226 partial remote directory contents. Set `file-exists-p' cache for
6227 directory and any files returned by ls. Change cache handling to
6228 support partial directory contents. Use error message emitted by
6229 remote `cd' or Perl code for local tramp-error.
6230 (tramp-do-copy-or-rename-file-directly): Avoid separate
6231 tramp-send-command-and-check call.
6232 (tramp-handle-process-file): Merge three remote ops into one.
6233 Do not flush all caches when `process-file-side-effects' is set.
6234 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6235 file-attributes shows uid/gid to be set already.
6236
6237 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6238
6239 * textmodes/tex-mode.el (tex-dvi-view-command)
6240 (tex-show-queue-command, tex-open-quote):
6241 * progmodes/ruby-mode.el (auto-mode-alist)
6242 (interpreter-mode-alist): Purecopy strings.
6243
6244 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6245
6246 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6247 string for the hook, keymap and abbrev table.
6248
6249 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6250
6251 * x-dnd.el (x-dnd-xdnd-to-action):
6252 * startup.el (fancy-startup-text, fancy-about-text): Change to
6253 defconst from defvar.
6254
6255 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6256
6257 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6258 Purecopy initialization strings.
6259
6260 * mail/sendmail.el (mail-header-separator)
6261 (mail-personal-alias-file):
6262 * mail/rmail.el (rmail-default-dont-reply-to-names)
6263 (rmail-ignored-headers, rmail-retry-ignored-headers)
6264 (rmail-highlighted-headers, rmail-secondary-file-directory)
6265 (rmail-secondary-file-regexp):
6266 * files.el (null-device, file-name-invalid-regexp)
6267 (locate-dominating-stop-dir-regexp)
6268 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6269 (interpreter-mode-alist): Use mapcar instead of mapc.
6270
6271 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6272
6273 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6274 (completion-ignored-extensions):
6275 (debug-ignored-errors): Purecopy strings.
6276
6277 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6280 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6281 (pcomplete--here): Use push.
6282
6283 * subr.el (all-completions): Declare the 4th arg obsolete.
6284
6285 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6288 (pcomplete-unquote-argument): New function.
6289 (pcomplete--common-suffix): Always pay attention to case.
6290 (pcomplete--table-subvert): Quote and unquote the text.
6291 (pcomplete--common-quoted-suffix): New function.
6292 (pcomplete-std-complete): Use it and pcomplete-begin.
6293
6294 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6295 we're inside a dedicated or minibuffer window.
6296
6297 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6298
6299 * bookmark.el: Update documentation, especially documentation
6300 of `bookmark-alist' and of the bookmark file format.
6301 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6302
6303 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6306 keybindings apply to the mail buffer (Bug#4003). Shrink help
6307 window to buffer.
6308
6309 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6310 (global-whitespace-mode, global-whitespace-newline-mode)
6311 (whitespace-toggle-options, global-whitespace-toggle-options):
6312 Doc fix (Bug#3660).
6313
6314 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6315 of xmltok-start before the end tag was inserted (Bug#2840).
6316
6317 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6318 patterns that are preceded by an open-paren (Bug#1320).
6319
6320 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6321
6322 * files.el (delete-directory): Delete symlinks to directories with
6323 delete-file (Bug#4739).
6324
6325 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6326
6327 * vc.el (vc-backend-for-registration): Rename from
6328 vc-get-backend-for-registration. Update callers.
6329
6330 * international/mule-cmds.el (set-language-info-alist):
6331 Purecopy lang-env.
6332 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6333 (charset): Purecopy the name.
6334 (define-char-code-property): Purecopy string arguments.
6335
6336 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6337 Purecopy string arguments.
6338
6339 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6340 * ediff-hook.el (menu-bar-ediff-menu):
6341 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6342 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6343
6344 2009-10-24 Glenn Morris <rgm@gnu.org>
6345
6346 * comint.el (comint-dynamic-list-completions):
6347 * term.el (term-dynamic-list-completions): Use choose-completion rather
6348 than obsolete alias mouse-choose-completion.
6349
6350 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6351 file-cache-choose-completion.
6352 (file-cache-choose-completion): Handle an optional event argument.
6353 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6354
6355 * progmodes/octave-mod.el (octave-complete-symbol):
6356 Use choose-completion if mouse-choose-completion is ever removed.
6357
6358 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6359 use.
6360
6361 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6362 compiler.
6363
6364 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6365
6366 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6369 Ignore `pred' now that we receive one.
6370 Handle test-completion specially.
6371
6372 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6373
6374 * vc.el (vc-responsible-backend): Throw an error if not backend is
6375 found. Remove the REGISTER argument. Move the code dealing with
6376 REGISTER ...
6377 (vc-get-backend-for-registration): ... here. New function.
6378 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6379 of vc-responsible-backend, pass the file name instead of the
6380 directory name.
6381
6382 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6383
6384 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6385 New funs.
6386 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6387 (pcomplete-comint-setup): Don't modify a global var via
6388 accidental side-effects.
6389 (pcomplete-shell-setup): Adjust call accordingly.
6390 (pcomplete-parse-comint-arguments): Use push.
6391
6392 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6395 Allow uncapitalized info node names (Bug#3921).
6396
6397 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6398 to the DEBUG file (Bug#3781).
6399
6400 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6401
6402 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6403 dictionary entry (Bug#4579).
6404
6405 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6406
6407 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6408 from `rfn-eshadow-update-overlay-hook' when unloading.
6409 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6410 "rsyncc". Adjust doc string.
6411 (tramp-temp-buffer-file-name): New buffer-local defvar.
6412 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6413 Keep temporary file when indicated by method ("rsync" and
6414 "rsyncc").
6415 (tramp-handle-write-region): Handle APPEND.
6416 (tramp-delete-temp-file-function): New defun. Added to
6417 `kill-buffer-hook'.
6418
6419 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6422
6423 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6424
6425 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6426 (color-name-rgb-alist, tty-standard-colors)
6427 (tty-color-mode-alist): Change to defconst.
6428
6429 * simple.el (mark-inactive): Purecopy message.
6430
6431 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6432 (global-map, yank-menu):
6433 * textmodes/ispell.el (ispell-menu-map):
6434 * net/eudc.el (eudc-tools-menu):
6435 * international/mule-cmds.el (describe-language-environment-map)
6436 (setup-language-environment-map, set-coding-system-map)
6437 (mule-menu-keymap):
6438 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6439 * replace.el (occur-mode-map):
6440 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6441
6442 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6443
6444 * calc/calc.el (math-read-number, math-read-number-simple): Use
6445 `save-match-data'.
6446
6447 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6448
6449 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6450 rather than fiddling with global-map bindings, since it should only
6451 affect per-terminal settings.
6452 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6453
6454 * minibuffer.el (completion-table-with-terminator): Allow to specify
6455 the terminator-regexp.
6456
6457 * simple.el (switch-to-completions): Look for *Completions* in other
6458 frames as well.
6459
6460 * pcomplete.el: Allow the use of completion-tables.
6461 (pcomplete-std-complete): New command.
6462 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6463 (pcomplete--here): Use a function for `form' rather than an expression,
6464 so it can be byte-compiled.
6465 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6466 Add edebug declaration.
6467 (pcomplete-show-completions): Remove unused var `curbuf'.
6468 (pcomplete-do-complete, pcomplete-stub):
6469 Don't assume `completions' is a list of strings any more.
6470
6471 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * find-dired.el (find-name-arg): Fix typo in docstring.
6474
6475 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6478 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6479
6480 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6481 pcomplete-entries.
6482
6483 * comint.el (comint-read-input-ring, comint-write-input-ring)
6484 (comint-substitute-in-file-name)
6485 (comint-dynamic-complete-as-filename)
6486 (comint-dynamic-simple-complete)
6487 (comint-dynamic-list-filename-completions)
6488 (comint-dynamic-list-completions)
6489 (comint-redirect-results-list-from-process): Minor simplifications.
6490
6491 2009-10-21 Kevin Ryde <user42@zip.com.au>
6492
6493 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6494 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6495 the first form. And insert a blank line after ";;; Code" since
6496 that's usual style. (Bug#4612)
6497
6498 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6499
6500 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * minibuffer.el (completion-table-with-terminator): Properly implement
6503 boundaries, in case `terminator' appears in the suffix.
6504 (completion--embedded-envvar-table): Don't return boundaries if
6505 there's no valid completion. Simplify.
6506 (completion-file-name-table): New completion table extracted from
6507 completion--file-name-table.
6508 (completion--file-name-table): Use it.
6509 (read-file-name-predicate): Declare obsolete.
6510 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6511 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6512 completion-file-name-table, and use the `pred' argument.
6513 * files.el (locate-file-completion-table): Use the `pred' arg rather
6514 than read-file-name-predicate.
6515 (abbreviate-file-name): Use \` rather than ^ for BOS.
6516
6517 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6518
6519 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6520 vc-responsible-backend to register, it causes problems.
6521
6522 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6525
6526 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6527
6528 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6529 (tramp-smb-handle-file-attributes): Use it.
6530 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6531 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6532 `mapcar'. Use `tramp-smb-get-stat-capability'.
6533 Add `dired-filename' text properties.
6534 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6535 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6536 version.
6537
6538 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * subr.el (read-key-delay): Reduce to 0.01.
6541 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6542 (bug#4751).
6543
6544 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6547
6548 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6549 (Info-menu): Remove unused vars `last' and `completions'.
6550 (Info-index-nodes): Remove unused var `node'.
6551
6552 * info.el (Info-complete-menu-item): Use complete-with-action.
6553
6554 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6555
6556 Make vc-annotate work through copies and renames.
6557 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6558 Return the file name too.
6559 (vc-annotate-revision-at-line)
6560 (vc-annotate-find-revision-at-line)
6561 (vc-annotate-revision-previous-to-line)
6562 (vc-annotate-show-log-revision-at-line): Update to get the file
6563 name from vc-annotate-extract-revision-at-line.
6564 (vc-annotate-show-diff-revision-at-line-internal): Change the
6565 argument to mean whether to show a file diff or not. Get the file
6566 name from vc-annotate-extract-revision-at-line.
6567 (vc-annotate-show-diff-revision-at-line):
6568 Update vc-annotate-show-diff-revision-at-line call.
6569 (vc-annotate-warp-revision): Add an optional file argument.
6570
6571 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6572 (vc-git-annotate-extract-revision-at-line): Also return the file
6573 name if found.
6574
6575 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6576 command. Remove unused code.
6577 (vc-hg-annotate-re): Update to match --follow output.
6578 (vc-hg-annotate-extract-revision-at-line): Also return the file
6579 name if found.
6580
6581 * vc.el: Update annotate-extract-revision-at-line documentation.
6582
6583 2009-10-18 Kevin Ryde <user42@zip.com.au>
6584
6585 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6586 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6587
6588 * net/browse-url.el (browse-url): Identify alist with "consp and
6589 not functionp" and let all other things go down the `apply' leg,
6590 as suggested by Stefan. (Further to bug#4531.)
6591
6592 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6593
6594 * minibuffer.el (read-file-name): Check for repeat before putting
6595 a default argument in file-name-history (Bug#4657).
6596
6597 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6598 read syntax (Bug#4737).
6599
6600 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6601
6602 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6603
6604 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6605 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6606 entries and make note of obsolete tags.
6607
6608 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6611
6612 2009-10-18 Glenn Morris <rgm@gnu.org>
6613
6614 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6615 grep, so that binary files (eg international/uni-bidi.el) can match.
6616 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6617 now, and in any case the file header format has changed.
6618
6619 2009-10-17 Glenn Morris <rgm@gnu.org>
6620
6621 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6622 (flyspell-get-word, flyspell-large-region)
6623 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6624
6625 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6626
6627 * Makefile.in (ELCFILES): Add ede/shell.
6628
6629 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6630
6631 * term/common-win.el (x-colors): Purecopy it.
6632
6633 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6636 permissive for when the buffer is empty.
6637 (tar-header-block-tokenize): Decode the username and groupname.
6638 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6639
6640 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * international/mule-cmds.el (select-safe-coding-system): If the file
6643 has a coding cookie, use it regardless of any other setting (bug#4712).
6644
6645 2009-10-17 Glenn Morris <rgm@gnu.org>
6646
6647 * foldout.el (foldout-mouse-swallow-events):
6648 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6649
6650 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6651 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6652 (dired-keep-marker-symlink, dired-dwim-target)
6653 (dired-copy-preserve-time): Do not autoload these defcustoms.
6654
6655 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6656 messages from messing up the file coding. (Bug#4623)
6657
6658 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6659
6660 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6661 if no match is found for the current dictionary. (Bug#4578)
6662
6663 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6664 optional, since that is how it is documented, and this is often called
6665 with a nil argument. (Bug#4577)
6666 (flyspell-external-point-words, flyspell-auto-correct-word)
6667 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6668 (flyspell-word-search-backward): Remove nil argument in calls to
6669 flyspell-get-word, since it is not needed now.
6670
6671 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6672
6673 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6674
6675 2009-10-16 Glenn Morris <rgm@gnu.org>
6676
6677 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6678
6679 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6680
6681 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6682 (ange-ftp-file-size): New function.
6683 (ange-ftp-file-attributes): Use it.
6684
6685 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6686
6687 * net/tramp-smb.el (tramp-smb-version): New defvar.
6688 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6689 repeated checks.
6690
6691 2009-10-16 Glenn Morris <rgm@gnu.org>
6692
6693 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6694 Maybe copy some custom properties from old to new name. (Bug#4706)
6695
6696 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6697
6698 * subr.el (error, sit-for, start-process-shell-command)
6699 (start-file-process-shell-command): Set the calling convention
6700 after the function definition.
6701
6702 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * subr.el (error, sit-for, start-process-shell-command)
6705 (start-file-process-shell-command): Use the new
6706 set-advertised-calling-convention feature.
6707
6708 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6709
6710 * international/ucs-normalize.el (ucs-normalize-version):
6711 Change to 1.2.
6712 (check-range): Adjust for Unicode 5.2.
6713
6714 2009-10-15 Juri Linkov <juri@jurta.org>
6715
6716 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6717 to the `menu-item' format.
6718
6719 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6720
6721 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6722 if the environment variable does not exist.
6723
6724 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6725 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6726 parameter.
6727 (tramp-smb-handle-add-name-to-file)
6728 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6729 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6730 (tramp-smb-handle-file-attributes)
6731 (tramp-smb-do-file-attributes-with-stat)
6732 (tramp-smb-handle-file-local-copy)
6733 (tramp-smb-handle-insert-directory)
6734 (tramp-smb-handle-make-directory)
6735 (tramp-smb-handle-make-directory-internal)
6736 (tramp-smb-handle-make-symbolic-link)
6737 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6738 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6739 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6740 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6741 Handle long file names.
6742 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6743 process is running.
6744 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6745 Read share names with "-g" option.
6746
6747 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6748
6749 * net/rcirc.el (rcirc-view-log-file): New command.
6750 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6751 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6752 specified.
6753
6754 2009-10-15 Glenn Morris <rgm@gnu.org>
6755
6756 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6757 from the second command-line argument.
6758 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6759 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6760 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6761 w32-batch-update-autoloads.
6762 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6763 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6764
6765 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6766 the headers cannot be located. Simplify, subtracting superflous
6767 save-excursions.
6768
6769 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 Replace completion-base-size by completion-base-position to fix bugs
6772 such as (bug#4699).
6773 * simple.el (completion-base-position): New var.
6774 (completion-base-size): Mark as obsolete.
6775 (choose-completion): Make it work for mouse events as well.
6776 Pass the new base-position to choose-completion-string.
6777 (choose-completion-guess-base-position): New function, extracted from
6778 choose-completion-delete-max-match.
6779 (choose-completion-delete-max-match): Use it. Make obsolete.
6780 (choose-completion-string): Use the new base-position info.
6781 (completion-root-regexp): Delete.
6782 (completion-setup-function): Preserve completion-base-position.
6783 Eliminate obsolete base-size manipulation.
6784 * minibuffer.el (display-completion-list): Don't mess with base-size.
6785 (minibuffer-completion-help): Set completion-base-position instead.
6786 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6787 choose-completion.
6788 * textmodes/bibtex.el (bibtex-complete):
6789 * emacs-lisp/crm.el (crm--choose-completion-string):
6790 Adjust to new calling convention.
6791 * complete.el (partial-completion-mode): Use minibufferp to avoid
6792 bumping into incompatible change to choose-completion-string-functions.
6793 * ido.el (ido-choose-completion-string): Make its calling convention
6794 more permissive.
6795 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6796 base-size manipulation.
6797 (comint-dynamic-list-input-ring): Use dotimes and push.
6798 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6799 fundamental-mode. Use `or'.
6800
6801 2009-10-14 Juri Linkov <juri@jurta.org>
6802
6803 * misearch.el (multi-isearch-next-buffer-from-list)
6804 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6805
6806 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6809 `bytecomp.el'.
6810
6811 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6812 string we return is all made up of text from the completions rather
6813 than part from the completions and part from the input (bug#4219).
6814
6815 * ido.el (ido-everywhere): Use define-minor-mode.
6816
6817 * buff-menu.el (list-buffers, ctl-x-map):
6818 Mark the entry points with ;;;###autoload cookies.
6819
6820 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6821
6822 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6823 correctly in the detached head case.
6824 (vc-git-print-log): Remove unused binding.
6825
6826 * vc.el (vc-responsible-backend): When a directory is passed for
6827 for registration create a VC repository if no backend is
6828 responsible for the directory argument.
6829 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6830
6831 * vc.el: Move comments about RCS and SCCS ...
6832 * vc-rcs.el:
6833 * vc-sccs.el: ... here, respectively.
6834
6835 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * minibuffer.el (completion--file-name-table): Return nil if there's
6838 no file completion, even if substitute-in-file-name changed
6839 the string (bug#4708).
6840
6841 2009-10-13 Juri Linkov <juri@jurta.org>
6842
6843 * files-x.el (read-file-local-variable-value): Don't filter out
6844 minor modes from mode name completion (bug#4664).
6845
6846 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6847
6848 * international/mule-cmds.el (ucs-names): Remove exclusion of
6849 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6850
6851 2009-10-13 Kenichi Handa <handa@m17n.org>
6852
6853 * international/uni-name.el: Regenerated.
6854
6855 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6856
6857 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6858 should be automatically buffer-local, but isn't.)
6859
6860 2009-10-12 Sam Steingold <sds@gnu.org>
6861
6862 * progmodes/compile.el (compilation-next-error-function): Fix the
6863 timestamps if the buffer has been visited before.
6864 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6865 non-anchored patterns, like the perl one (bug#3928).
6866
6867 2009-10-12 Glenn Morris <rgm@gnu.org>
6868
6869 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6870 Let-bind `size'.
6871
6872 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6873
6874 * proced.el (proced-unload-function): New function.
6875
6876 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6877 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6878 Doc fix.
6879
6880 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6881
6882 2009-10-11 Juri Linkov <juri@jurta.org>
6883
6884 * files-x.el (read-file-local-variable-value):
6885 Provide default value only for bound variables (bug#4664).
6886
6887 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6888
6889 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6890 connection methods like smb.
6891
6892 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6893 can be empty.
6894
6895 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6896 (tramp-smb-file-name-handler-alist): Add handlers for
6897 `add-name-to-file', `make-symbolic-link'.
6898 (tramp-smb-handle-add-name-to-file)
6899 (tramp-smb-do-file-attributes-with-stat)
6900 (tramp-smb-handle-make-symbolic-link)
6901 (tramp-smb-get-cifs-capabilities): New defuns.
6902 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6903 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6904 (tramp-smb-handle-file-local-copy)
6905 (tramp-smb-handle-make-directory-internal)
6906 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6907 The file name syntax depends on cifs capabilities.
6908 (tramp-smb-handle-file-attributes):
6909 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6910 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6911 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6912
6913 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6914
6915 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6916 (eieio-defclass): Apply deftype handler and setf-method properties
6917 directly.
6918 (eieio-add-new-slot): Avoid union function from cl library.
6919 (eieio--typep): New function.
6920 (eieio-perform-slot-validation): Use it.
6921
6922 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6923
6924 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6925 Update documentation to refer to the variables documented in r1.135.
6926 (Bug#4188)
6927
6928 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6929
6930 * bookmark.el (Info-suffix-list): Remove this unused variable.
6931 (bookmark-current-point): Remove this obsolete variable.
6932 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6933 Adjust for removal of bookmark-current-point.
6934
6935 (bookmarks-already-loaded, bookmark-current-buffer)
6936 (bookmark-yank-point): Document. (Bug#4188)
6937
6938 2009-10-10 Glenn Morris <rgm@gnu.org>
6939
6940 * frame.el (frame-height): Doc fix.
6941
6942 * calendar/calendar.el (calendar-split-width-threshold): New option.
6943 (calendar-basic-setup): Use calendar-split-width-threshold.
6944
6945 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6948 Ideographic Supplement" range (U+1F200..U+1F2FF).
6949
6950 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6951
6952 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6953 since the list will have been rebuilt anyway. (Bug#4349)
6954
6955 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6956
6957 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6958 (bookmark-bmenu-execute-deletions): Don't save here, as
6959 bookmark-delete will now do so if necessary.
6960 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6961 (Bug#4348)
6962
6963 2009-10-09 Glenn Morris <rgm@gnu.org>
6964
6965 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6966
6967 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6968
6969 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6970 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6971 argument now, so the two function's behaviors will match. (Bug#3645)
6972
6973 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6974
6975 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6976 (tramp-file-name-real-host, tramp-file-name-port):
6977 Apply `save-match-data'.
6978
6979 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6980 case both directories are remote.
6981 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6982 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6983
6984 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6985
6986 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6987
6988 2009-10-07 Glenn Morris <rgm@gnu.org>
6989
6990 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6991 of concat.
6992
6993 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * files-x.el (read-file-local-variable): Include some
6996 non-user-variables in the completion table (bug#4664).
6997
6998 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6999
7000 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7001 message.
7002
7003 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7004 (tramp-smb-file-name-handler-alist): Add handler for
7005 `copy-directory', `expand-file-name', `set-file-modes'.
7006 (tramp-smb-handle-copy-directory)
7007 (tramp-smb-handle-expand-file-name)
7008 (tramp-smb-handle-set-file-modes): New defuns.
7009 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7010 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7011 entry.
7012 (tramp-smb-handle-insert-directory): Don't flush the cache.
7013 (tramp-smb-maybe-open-connection): Check for samba client and
7014 server versions.
7015
7016 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7017
7018 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7019 to not error out of search for "^lisp=" fails.
7020
7021 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7022
7023 * makefile.w32-in (WINS_UPDATES): New macro.
7024 (custom-deps, finder-data, autoloads): Use it.
7025
7026 2009-10-07 Glenn Morris <rgm@gnu.org>
7027
7028 * Makefile.in (autoloads): Revert previous change.
7029 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7030 the list of preloaded files passed on the command-line, get
7031 it from src/Makefile.
7032
7033 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7034 show the original buffer rather than a random one.
7035
7036 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7037
7038 * help.el (describe-no-warranty): Place point in a slightly better
7039 position in the GPLv3 text.
7040
7041 2009-10-06 Sam Steingold <sds@gnu.org>
7042
7043 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7044 the comm attribute is present before calling regexp-quote.
7045
7046 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7047
7048 * play/animate.el (animate-string): For good effect, make sure
7049 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7050
7051 * play/animate.el (animate-sequence, animate-birthday-present):
7052 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7053
7054 2009-10-06 Glenn Morris <rgm@gnu.org>
7055
7056 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7057
7058 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7059 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7060 (batch-update-autoloads): Process a string value of autoload-excludes,
7061 set during the build process.
7062 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7063
7064 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7065 inside with-parsed... macro so that `v' is defined.
7066
7067 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7068 * progmodes/fortran.el (fortran-end-of-block)
7069 (fortran-beginning-of-block):
7070 Also push mark in the macro case.
7071
7072 * emerge.el (emerge-show-file-name):
7073 * calc/calc.el (calc-quit):
7074 * calc/calc-misc.el (calc-big-or-small):
7075 * calc/calc-graph.el (calc-graph-view):
7076 * calc/calc-ext.el (calc-reset):
7077 * calendar/calendar.el (calendar-basic-setup):
7078 Use window-full-height-p.
7079
7080 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7081 header we don't understand, don't insert another. (Bug#4624)
7082 If changing mime charset, insert the new one in the right place.
7083
7084 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7085
7086 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7087 (cal-tex-cursor-month): Correctly increment the end date for diary and
7088 holiday listing. (Bug#4626)
7089
7090 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * help-fns.el (describe-function-1): Don't burp if the function is not
7093 a symbol.
7094
7095 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7098 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7099 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7100 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7101
7102 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7103 (eieio-default-superclass): Reflow docstrings.
7104 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7105 (eieio-unbind-method-implementations, defmethod)
7106 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7107 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7108 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7109 (eieio-slot-originating-class-p, eieio-slot-name-index)
7110 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7111 (constructor, initialize-instance, no-next-method, object-print)
7112 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7113 Fix typos in docstrings.
7114 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7115 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7116 (next-method-p): Doc fixes.
7117 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7118 Fix typos in error messages.
7119 (eieio-defmethod): Fix typo in description of generic method.
7120
7121 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7122 (eieio-persistent-save-interactive, slot-missing):
7123 Fix typos in docstrings.
7124 (eieio-instance-inheritor-slot-boundp): Doc fix.
7125
7126 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7127 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7128
7129 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7130 (eieio-custom-object-apply-reset):
7131 Fix typos in docstrings and error messages.
7132
7133 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7134 Fix typo in docstring.
7135
7136 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7137 (eieio-browse-tree): Doc fix.
7138 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7139 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7140 Fix typos in docstrings.
7141
7142 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7143 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7144 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7145 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7146 Reflow docstrings.
7147
7148 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7149
7150 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7151 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7152 Set log-view-vc-backend so that diff can work.
7153
7154 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7155 vc-version-diff.
7156 (vc-diff-internal): Autoload this instead of vc-version-diff.
7157
7158 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7159
7160 * simple.el (eval-expression): Doc fix.
7161
7162 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7163
7164 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7165
7166 * files.el (directory-files-no-dot-files-regexp): New defconst.
7167 (delete-directory): Use it.
7168 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7169
7170 * net/tramp.el (tramp-verbose): Fix docstring.
7171 (tramp-methods): Add recursive option to `tramp-copy-args'.
7172 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7173 "scp1_old", "scp2_old", "rsync", "rsyncc".
7174 (tramp-default-method): Check also for `auth-source-user-or-password'.
7175 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7176 Add handler for `copy-directory'.
7177 (tramp-handle-copy-directory): New defun.
7178 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7179 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7180 Optimize sent command.
7181
7182 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7185 window if necessary.
7186
7187 * calendar/calendar.el (calendar-basic-setup): Don't call
7188 switch-to-buffer in a dedicated window.
7189
7190 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7191
7192 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7193 don't do anything related to relocating, just return nil.
7194 (bookmark-error-no-filename): New error.
7195 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7196 bookmark has no file. Don't even attempt to handle things that
7197 are not files; the whole point of custom handlers is to keep that
7198 knowledge elsewhere anyway. Tighten some comments.
7199 (bookmark-file-or-variation-thereof): Remove now-unused function.
7200 (bookmark-location): Doc string fix.
7201 (Bug#4250)
7202
7203 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7204
7205 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7206 don't use a file dialog, because they usually don't know how to read
7207 a directory target from the user. (Bug#4230)
7208 Also, make sure the prompt can display directories as well as files.
7209
7210 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7211
7212 * bookmark.el (bookmark-set, bookmark-buffer-name):
7213 Improve doc strings. (Bug#1193)
7214
7215 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7216
7217 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7218 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7219 (bookmark-get-annotation, bookmark-set-annotation)
7220 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7221 (bookmark-set-position, bookmark-get-front-context-string)
7222 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7223 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7224 (bookmark-jump-other-window, bookmark-handle-bookmark)
7225 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7226 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7227 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7228 Improve doc strings to say whether bookmark can be a string or
7229 a record or both, and make other consistency and clarity fixes.
7230 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7231 (bookmark-default-annotation-text, bookmark-yank-word)
7232 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7233 (bookmark-import-new-list, bookmark-maybe-rename)
7234 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7235 (bookmark-bmenu-bookmark): Give these doc strings.
7236 (bookmark-bmenu-check-position): Give this a doc string, but also
7237 add a FIXME comment about how the function may be pointless.
7238 (bookmark-default-handler): Rework doc string and change a
7239 parameter name, to clarify that this takes a bookmark record
7240 not a bookmark name.
7241 (bookmark-set): Change a parameter name to indicate its meaning,
7242 and improve the doc string a bit.
7243 (Bug#4188)
7244
7245 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7246
7247 * bookmark.el (bookmark-alist): Document the new `handler' element
7248 in the param alist.
7249 (bookmark-make-record-function): Adjust documentation for above.
7250 (Bug#4193)
7251
7252 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7253
7254 * info.el (Info-bookmark-make-record): Document this function.
7255 (Info-bookmark-jump): Document with a doc string, not just a comment.
7256 (Bug#4203)
7257
7258 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7259
7260 * files.el (copy-directory): New defun.
7261
7262 * dired-aux.el (dired-copy-file-recursive): Use it.
7263
7264 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7265
7266 * files-x.el (modify-dir-local-variable)
7267 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7268 docstrings.
7269
7270 * recentf.el (recentf-unload-function): New function.
7271
7272 2009-10-04 Glenn Morris <rgm@gnu.org>
7273
7274 * window.el (window-full-height-p): Add doc string.
7275
7276 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7277
7278 * window.el (window-full-height-p): New function. (Bug#4543)
7279
7280 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7281
7282 * vc.el: Remove commented out code.
7283 (vc-derived-from-dir-mode): Remove, unused.
7284 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7285
7286 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7287
7288 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7289 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7290 there could be recursive loading when `default-directory' is a
7291 remote file name. (Bug#4614)
7292
7293 2009-10-03 Glenn Morris <rgm@gnu.org>
7294
7295 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7296 the frame is wide.
7297 (calendar-generate-window): Test for shrinkability rather than width.
7298
7299 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7300 reusing existing buffers, in case we happen to visit two files with the
7301 same basename. (Bug#4593)
7302
7303 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7304
7305 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7306 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7307 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7308 subdirs of cedet as well.
7309 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7310
7311 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7314 Obey advertised-signature-table.
7315
7316 * help-fns.el (help-function-arglist): Don't check
7317 advertised-signature-table.
7318 (describe-function-1): Do it here instead so it also applies to subrs.
7319
7320 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7321
7322 * simple.el (start-file-process): Say in the doc-string, that file
7323 handlers might not support pty association, if PROGRAM is nil.
7324
7325 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7326 HOST and USER are strings. They are nil, when there are
7327 incomplete entries in ~/.netrc, for example.
7328 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7329 root directory ("device busy" error otherwise).
7330
7331 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7332 Flush file properties of created directory.
7333
7334 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7335
7336 * makefile.w32-in (WINS_BASIC): Remove cedet.
7337 (WINS_CEDET): Add cedet.
7338 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7339
7340 2009-10-02 Kevin Ryde <user42@zip.com.au>
7341
7342 * net/browse-url.el (browse-url): Pass any symbol in
7343 browse-url-browser-function to `apply', since if you've mistakenly put
7344 an unbound symbol then the error is clearer. (Bug#4531)
7345
7346 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7347
7348 * allout.el (allout-init, allout-back-to-current-heading)
7349 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7350 (allout-ascend, allout-up-current-level, allout-end-of-level)
7351 (allout-previous-visible-heading, allout-forward-current-level)
7352 (allout-backward-current-level, allout-show-children):
7353 * apropos.el (apropos-describe-plist):
7354 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7355 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7356 * completion.el (add-completion, add-permanent-completion):
7357 * descr-text.el (describe-text-category, describe-char):
7358 * desktop.el (desktop-lazy-abort):
7359 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7360 * dired.el (dired-build-subdir-alist):
7361 * ediff.el (ediff-version):
7362 * elide-head.el (elide-head, elide-head-show):
7363 * emerge.el (emerge-version):
7364 * env.el (getenv):
7365 * face-remap.el (variable-pitch-mode):
7366 * faces.el (describe-face):
7367 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7368 (dired-at-point):
7369 * files.el (find-file-existing, auto-save-mode):
7370 * font-lock.el (font-lock-fontify-buffer):
7371 * help-fns.el (describe-function, describe-variable)
7372 (describe-syntax, describe-categories):
7373 * help.el (view-lossage, describe-bindings, describe-key)
7374 (describe-mode):
7375 * hexl.el (hexl-current-address):
7376 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7377 * info.el (Info-goto-emacs-key-command-node):
7378 * log-edit.el (log-edit-insert-cvs-template)
7379 (log-edit-insert-cvs-rcstemplate):
7380 * menu-bar.el (menu-bar-mode):
7381 * mouse.el (mouse-appearance-menu):
7382 * newcomment.el (comment-indent-new-line):
7383 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7384 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7385 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7386 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7387 * recentf.el (recentf-mode):
7388 * savehist.el (savehist-mode, savehist-save):
7389 * shadowfile.el (shadow-copy-files):
7390 * simple.el (kill-ring-save, next-line, previous-line)
7391 (normal-erase-is-backspace-mode):
7392 * strokes.el (strokes-update-window-configuration)
7393 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7394 (strokes-xpm-for-stroke):
7395 * time.el (emacs-uptime, emacs-init-time):
7396 * tutorial.el (tutorial--describe-nonstandard-key)
7397 (tutorial--detailed-help):
7398 * type-break.el (type-break-mode)
7399 (type-break-mode-line-message-mode, type-break-query-mode)
7400 (type-break-guesstimate-keystroke-threshold):
7401 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7402 * version.el (emacs-version):
7403 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7404 * winner.el (winner-mode):
7405 * calendar/timeclock.el (timeclock-in, timeclock-out)
7406 (timeclock-status-string, timeclock-change)
7407 (timeclock-workday-remaining-string)
7408 (timeclock-workday-elapsed-string)
7409 (timeclock-when-to-leave-string):
7410 * calendar/todo-mode.el (todo-add-category):
7411 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7412 * emacs-lisp/autoload.el (update-file-autoloads):
7413 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7414 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7415 (checkdoc-message-text, checkdoc-defun):
7416 * emacs-lisp/debug.el (debugger-list-functions):
7417 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7418 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7419 (eieio-describe-generic):
7420 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7421 * emacs-lisp/shadow.el (list-load-path-shadows):
7422 * emulation/cua-base.el (cua-mode):
7423 * emulation/edt.el (edt-set-scroll-margins):
7424 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7425 (tpu-toggle-regexp, tpu-toggle-search-direction)
7426 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7427 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7428 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7429 (viper-set-parsing-style-toggling-macro)
7430 (viper-set-emacs-state-searchstyle-macros):
7431 * emulation/viper.el (viper-set-hooks):
7432 * eshell/esh-mode.el (eshell-truncate-buffer):
7433 * international/mule-cmds.el (prefer-coding-system)
7434 (describe-input-method, describe-language-environment):
7435 * international/mule-diag.el (list-character-sets)
7436 (describe-character-set, describe-coding-system)
7437 (describe-fontset, list-fontsets, list-input-methods):
7438 * mail/sendmail.el (mail-signature):
7439 * net/ange-ftp.el (ange-ftp-copy-file):
7440 * net/browse-url.el (browse-url):
7441 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7442 * net/quickurl.el (quickurl-add-url):
7443 * net/rcirc.el (names, topic):
7444 * net/xesam.el (xesam-mode):
7445 * play/5x5.el (5x5-new-game):
7446 * play/yow.el (apropos-zippy):
7447 * progmodes/ada-mode.el (ada-mode-version):
7448 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7449 (f90-end-of-block)
7450 (f90-beginning-of-block):
7451 * progmodes/fortran.el (fortran-end-of-block)
7452 (fortran-beginning-of-block):
7453 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7454 * progmodes/python.el (python-describe-symbol, python-shell):
7455 * term/ns-win.el (ns-print-buffer):
7456 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7457 * textmodes/flyspell.el (flyspell-mode-on):
7458 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7459 (pages-directory-for-addresses):
7460 * textmodes/table.el (table-recognize-cell)
7461 (table-query-dimension, table-generate-source)
7462 (table-insert-sequence, table--warn-incompatibility):
7463 * textmodes/tex-mode.el (tex-validate-buffer):
7464 * textmodes/texinfmt.el (texinfmt-version)
7465 (texinfo-format-buffer):
7466 Use `called-interactively-p' instead of `interactive-p'.
7467
7468 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7469
7470 * image-mode.el (image-toggle-display):
7471 * emacs-lisp/elp.el (elp-instrument-function):
7472 * emacs-lisp/advice.el (ad-make-advised-definition):
7473 * emacs-lisp/easy-mmode.el (define-minor-mode):
7474 * net/browse-url.el (browse-url-maybe-new-window):
7475 * progmodes/sh-script.el (sh-learn-buffer-indent):
7476 Pass new argument 'any to `called-interactively-p'.
7477
7478 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7479
7480 * international/uni-bidi.el:
7481 * international/uni-category.el:
7482 * international/uni-combining.el:
7483 * international/uni-comment.el:
7484 * international/uni-decimal.el:
7485 * international/uni-decomposition.el:
7486 * international/uni-digit.el:
7487 * international/uni-lowercase.el:
7488 * international/uni-mirrored.el:
7489 * international/uni-name.el:
7490 * international/uni-numeric.el:
7491 * international/uni-old-name.el:
7492 * international/uni-titlecase.el:
7493 * international/uni-uppercase.el:
7494 Regenerate from Unicode 5.2.0 data.
7495
7496 2009-10-01 Glenn Morris <rgm@gnu.org>
7497
7498 * Makefile.in (ELCFILES): Regenerate.
7499
7500 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * subr.el (interactive-p): Mark obsolete.
7503 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7504 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7505 advertised-signature-table for subroutines as well.
7506
7507 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7508 (set-advertised-calling-convention): New function.
7509 (make-obsolete, define-obsolete-function-alias)
7510 (make-obsolete-variable, define-obsolete-variable-alias):
7511 Make the optional-ness of `when' obsolete.
7512 (define-obsolete-face-alias): Make `when' non-optional.
7513 * help-fns.el (help-function-arglist):
7514 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7515 Use advertised-signature-table.
7516
7517 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7518
7519 * files.el (delete-directory): New defun. The original function
7520 in fileio.c has been renamed to `delete-directory-internal'.
7521
7522 * dired.el (dired-delete-file): Call `delete-directory' with
7523 RECURSIVE parameter.
7524
7525 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7526 parameter RECURSIVE. Implementation is missing.
7527
7528 * net/tramp.el (tramp-handle-make-directory): Flush upper
7529 directory's file properties.
7530 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7531 (tramp-handle-dired-recursive-delete-directory): Flush directory
7532 properties after the remove command only.
7533
7534 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7535 Handle optional parameter RECURSIVE.
7536
7537 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7538 Handle optional parameter RECURSIVE.
7539
7540 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7541 connection timeout.
7542 (tramp-smb-handle-delete-directory): Handle optional parameter
7543 RECURSIVE.
7544
7545 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7548 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7549 (byte-compile-defmacro): Use backquotes.
7550
7551 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7552
7553 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7554 has no associated file.
7555 (vc-resynch-buffer): Use vc-dir-buffers.
7556
7557 2009-10-01 Glenn Morris <rgm@gnu.org>
7558
7559 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7560 (chart-file-count):
7561 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7562 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7563 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7564 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7565 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7566 (eieio-copy-parents-into-subclass, make-instance, class-children)
7567 (eieio-generic-form):
7568
7569 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7570 match-data. (Bug#4555).
7571
7572 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7573 rather than parsing it as a regexp. This relaxes the layout
7574 requirements and makes errors easier to detect.
7575 (check-declare-verify): Check file is regular.
7576 (check-declare-directory): Doc fix.
7577 * subr.el (declare-function): Doc fix.
7578
7579 * ibuffer.el (ibuffer-format-qualifier):
7580 * isearch.el (hi-lock-regexp-okay):
7581 * calc/calc.el (math-zerop):
7582 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7583 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7584 Remove unused declarations.
7585
7586 2009-09-30 Glenn Morris <rgm@gnu.org>
7587
7588 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7589
7590 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7591 filename is not a string.
7592
7593 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7594
7595 * files.el (safe-local-eval-forms): Fix typo.
7596
7597 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * vc-hooks.el (vc-dir-buffers): New var.
7600 (vc-state-refresh): New function.
7601 (vc-state): Use it.
7602 (vc-after-save): Always ask the backend to recompute the new state.
7603 Always call vc-dir if necessary, using vc-dir-buffers.
7604 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7605 Use vc-dir-buffers.
7606 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7607 (vc-dir-prepare-status-buffer, vc-dir-update)
7608 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7609 Don't call expand-file-name on default-directory.
7610
7611 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7612
7613 * speedbar.el (speedbar-item-delete):
7614 * calc/calc-prog.el (calc-kbd-if):
7615 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7616
7617 * epa.el (epa-key-list-mode-map):
7618 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7619
7620 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7621 (hs-show-hook): Fix typo in docstring.
7622
7623 2009-09-29 Glenn Morris <rgm@gnu.org>
7624
7625 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7626 file-name-nondirectory call preventing location of cedet files.
7627 (check-declare-verify): Use literal search rather than re-search.
7628 Add basic defmethod and defclass, and define-overloadable-function.
7629
7630 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7631 Use tramp-compat-file-attributes rather than nonexistent
7632 tramp-compat-handle-file-attributes.
7633
7634 * Makefile.in (lisptagsfiles4): New.
7635 (AUTOGENEL): Add cedet loaddefs files.
7636 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7637 (update-elclist, compile-always, backup-compiled-files)
7638 (bootstrap-clean): Add yet another directory level.
7639 (update-elclist): Use LC_COLLATE rather than COLLATE.
7640 (ELCFILES): Update, via `make update-elclist'.
7641
7642 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7643
7644 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7645 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7646 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7647
7648 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7649
7650 * Makefile.in (lisptagsfiles3): Define.
7651 (TAGS, TAGS-LISP): Use it.
7652 (update-elclist): Add third directory level to look for elc files.
7653 (compile-always): Likewise.
7654 (backup-compiled-files): Likewise.
7655 (bootstrap-clean): Likewise.
7656 (ELCFILES): Update.
7657
7658 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7659
7660 * Makefile.in (ELCFILES): Add CEDET files.
7661
7662 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7663
7664 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7665
7666 * net/tramp.el (top): Require tramp-imap.
7667
7668 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7669 Use `tramp-compat-handle-file-attributes'.
7670
7671 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7672
7673 * net/tramp-imap.el: New package.
7674
7675 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7676
7677 * whitespace.el (whitespace-trailing-regexp)
7678 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7679 Fix doc string.
7680
7681 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7684 menu.
7685
7686 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7687 menu-bar-ediff-menu.
7688
7689 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7690 define-overloadable-function.
7691
7692 * progmodes/autoconf.el: Provide autoconf as well, so that this
7693 file can be `require'd.
7694
7695 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7696
7697 * emacs-lisp/autoload.el (generated-autoload-feature)
7698 (generated-autoload-load-name): New vars.
7699 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7700 (make-autoload): Recognize define-overloadable-function and
7701 defclass forms (for EIEIO).
7702
7703 * Makefile.in (update-subdirs): Exclude cedet directory.
7704
7705 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7706
7707 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7708
7709 * faces.el: Default light-background background for region face to
7710 ns_selection_color under NS.
7711
7712 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7713
7714 * net/imap-hash.el: New library, see NEWS.
7715
7716 * Makefile.in (ELCFILES): Add imap-hash.el.
7717
7718 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7721 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7722 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7723 definition where the docstring could be taken for the return value.
7724
7725 2009-09-26 Glenn Morris <rgm@gnu.org>
7726
7727 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7728 Add option to only show images below a certain size.
7729 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7730 save-excursion calls.
7731
7732 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7733
7734 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7735 subdirectories) and eieio.
7736
7737 2009-09-26 Alan Mackenzie <acm@muc.de>
7738
7739 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7740 buggy bracketing. (Bug#4289)
7741
7742 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7743 character constants (as case labels). (Bug#4289)
7744
7745 2009-09-25 Juri Linkov <juri@jurta.org>
7746
7747 * files.el (safe-local-eval-forms): Allow time-stamp in
7748 before-save-hook (Bug#4554).
7749
7750 2009-09-25 Drew Adams <drew.adams@oracle.com>
7751
7752 * menu-bar.el (list-buffers-directory): Doc fix.
7753
7754 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7757 Try and avoid copying twice the same paragraph.
7758 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7759 Remove save-excursion.
7760 (log-edit-changelog-entry): Do it here instead.
7761
7762 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7763
7764 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7765 when available, instead of hardcoding mode names. Doc fix.
7766
7767 * menu-bar.el (list-buffers-directory): Add docstring.
7768 Make automatically buffer-local.
7769
7770 * dired.el (dired-mode):
7771 * files.el (cd-absolute):
7772 * pcvs.el (cvs-temp-buffer):
7773 * pcvs-util.el (cvs-get-buffer-create):
7774 * shell.el (shell-mode):
7775 * vc-dir.el (vc-dir-mode):
7776 Don't make `list-buffers-directory' buffer local.
7777
7778 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7779
7780 * comint.el (comint-exec, comint-run, make-comint):
7781 Doc fixes (Bug#4542).
7782
7783 2009-09-25 Glenn Morris <rgm@gnu.org>
7784
7785 * mail/rmailmm.el (rmail-mime): New custom group.
7786 Move all defcustoms in this file into this group.
7787 (rmail-mime-media-type-handlers-alist): Revert previous change.
7788 (rmail-mime-show-images): New option.
7789 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7790 references to it, since it wasn't actually used for anything.
7791 (rmail-mime-insert-image): New function.
7792 (rmail-mime-image): Use rmail-mime-insert-image.
7793 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7794 obey the value of `rmail-mime-show-images' option. Print the size of
7795 attachments.
7796
7797 2009-09-25 David Engster <deng@randomsample.de>
7798
7799 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7800
7801 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7802
7803 * whitespace.el: Does not highlight trailing spaces While point is
7804 at end of line. Does not highligt spaces at beginning of buffer
7805 while point is at beginning of buffer. Does not highlight spaces
7806 at end of buffer while point is at end of buffer. (Bug#4177)
7807 New version 12.0.
7808 (whitespace-display-mappings): Adjust initialization.
7809 (whitespace-point, whitespace-font-lock-refontify): New vars.
7810 (whitespace-color-on, whitespace-color-off): Adjust code.
7811 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7812 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7813 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7814
7815 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7816
7817 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7818
7819 * textmodes/sgml-mode.el: Remove xml-mode alias.
7820
7821 * files.el (auto-mode-alist, conf-mode-maybe)
7822 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7823
7824 2009-09-24 Alan Mackenzie <acm@muc.de>
7825
7826 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7827 c-forward-conditionals, but it doesn't move point and doesn't set
7828 the mark.
7829 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7830 (c-down-conditional-with-else, c-backward-conditional)
7831 (c-forward-conditional): Refactor to use c-scan-conditionals.
7832
7833 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7834
7835 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7836 (help-default-arg-highlight): Remove.
7837 (help-highlight-arg): New function.
7838 (help-do-arg-highlight): Use it.
7839 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7840
7841 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7844 Undo last change, which didn't fix the problem and introduced others.
7845
7846 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7847
7848 * progmodes/gdb-mi.el: Don't require speedbar.
7849 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7850
7851 2009-09-24 Glenn Morris <rgm@gnu.org>
7852
7853 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7854
7855 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7856
7857 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7858 there is no newline after the final mime boundary. (Bug#4539)
7859 Move markers on insertion so that any buttons inserted don't end up in
7860 the next part of a multipart message.
7861 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7862 (rmail-mime-bulk-handler): Optionally handle images.
7863 (rmail-mime-image): New button action.
7864 (rmail-mime-image-handler): New function.
7865 (rmail-mime-mode): New mode.
7866 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7867
7868 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7871 than just dropping elements from it (bug#4504).
7872
7873 * term.el (term-set-scroll-region): Don't move cursor any more.
7874 (term-handle-ansi-escape): Call term-goto here instead.
7875 Suggested by Ivan Kanis <apple@kanis.eu>.
7876
7877 * term.el: Require CL.
7878 (term-ansi-reset): New function.
7879 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7880 (term-handle-colors-array): Simplify.
7881
7882 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7883
7884 * allout.el (allout-overlay-interior-modification-handler)
7885 (allout-obtain-passphrase):
7886 * epa-file.el (epa-file-write-region):
7887 * ps-print.el (ps-begin-job):
7888 * vc-hooks.el (vc-toggle-read-only):
7889 * vc-rcs.el (vc-rcs-rollback):
7890 * vc-sccs.el (vc-sccs-rollback):
7891 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7892 (vc-version-diff, vc-revert, vc-rollback):
7893 * wdired.el (wdired-check-kill-buffer):
7894 * emacs-lisp/authors.el (authors):
7895 * net/socks.el (socks-open-connection):
7896 * net/zeroconf.el (zeroconf-service-add-hook):
7897 * obsolete/vc-mcvs.el (vc-mcvs-register):
7898 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7899 (gdb-select-frame):
7900 * progmodes/grep.el (lgrep, rgrep):
7901 * progmodes/idlw-help.el (idlwave-help-check-locations)
7902 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7903 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7904 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7905 (reftex-toc-rename-label): Fix typos in error messages.
7906
7907 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7908 (dired-copy-how-to-fn): Doc fix.
7909 (dired-files-attributes, dired-read-shell-command):
7910 Fix typos in docstrings.
7911
7912 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7913 (dired-x-find-file-other-window): Reflow docstrings.
7914 (dired-omit-marker-char, dired-read-shell-command)
7915 (dired-x-submit-report): Fix typos in docstrings.
7916
7917 * shell.el (shell-mode-hook):
7918 * view.el (View-scroll-line-forward):
7919 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7920 Fix typos in docstrings.
7921
7922 * net/dig.el (dig-invoke): Fix typo in docstring.
7923 (query-dig): Reflow docstring.
7924
7925 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7926 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7927 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7928 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7929 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7930 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7931 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7932 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7933 (idlwave-completion-map, idlwave-current-indent)
7934 (idlwave-custom-ampersand-surround, idlwave-customize)
7935 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7936 (idlwave-define-abbrev, idlwave-determine-class-special)
7937 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7938 (idlwave-end-block-reg, idlwave-end-of-statement)
7939 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7940 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7941 (idlwave-explicit-class-listed, idlwave-file-header)
7942 (idlwave-fill-paragraph, idlwave-find-class-definition)
7943 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7944 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7945 (idlwave-in-quote, idlwave-indent-action-table)
7946 (idlwave-indent-expand-table, idlwave-indent-line)
7947 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7948 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7949 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7950 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7951 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7952 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7953 (idlwave-outlawed-buffers, idlwave-popup-select)
7954 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7955 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7956 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7957 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7958 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7959 (idlwave-statement-type, idlwave-struct-skip)
7960 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7961 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7962 (idlwave-what-module-find-class): Fix typos in docstrings.
7963 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7964 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7965 (idlwave-find-module, idlwave-find-structure-definition)
7966 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7967 (idlwave-list-load-path-shadows, idlwave-next-statement)
7968 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7969 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7970 (idlwave-template): Reflow docstrings.
7971
7972 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7973 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7974 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7975 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7976 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7977 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7978 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7979 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7980 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7981 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7982 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7983 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7984 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7985 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7986 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7987 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7988 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7989 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7990 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7991 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7992 Fix typos in docstrings.
7993 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7994 (idlwave-shell-hide-output, idlwave-shell-mode)
7995 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7996 Reflow docstrings.
7997
7998 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7999
8000 2009-09-24 Ivan Kanis <apple@kanis.eu>
8001
8002 * term.el (term-bold-attribute): New var.
8003 (term-handle-colors-array): Use it.
8004
8005 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8006
8007 * progmodes/gdb-mi.el (gdb-version): New variable.
8008 (gdb-non-stop-handler): Set gdb-version.
8009 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8010 Condition "--thread" option on gdb-version.
8011 (gdb-invalidate-threads): Remove unused argument.
8012
8013 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8016 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8017
8018 2009-09-23 Glenn Morris <rgm@gnu.org>
8019
8020 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8021 replying to mail without References or Message-Id. (Bug#4525)
8022
8023 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8024
8025 * term/ns-win.el (ns-reg-to-script): New variable.
8026
8027 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8028
8029 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8030
8031 2009-09-22 Sam Steingold <sds@gnu.org>
8032
8033 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8034 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8035 to 1 because hg returns status 1 when nothing is found.
8036 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8037
8038 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * textmodes/fill.el: Convert to utf-8 encoding.
8041 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8042 pre-unicode days.
8043
8044 * add-log.el (change-log-fill-forward-paragraph): New function.
8045 (change-log-mode): Use it so fill-region DTRT.
8046 Set fill-indent-according-to-mode here rather than in
8047 change-log-fill-paragraph.
8048 (change-log-fill-paragraph): Remove.
8049
8050 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8051
8052 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8053 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8054
8055 2009-09-22 Glenn Morris <rgm@gnu.org>
8056
8057 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8058 the scroll-bar scroll the calendar window rather than the buffer.
8059
8060 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8061 commands that move point (as opposed to scrolling).
8062
8063 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8064
8065 * emacs-lisp/elint.el (elint): New custom group.
8066 (elint-log-buffer): Make it a defcustom.
8067 (elint-scan-preloaded, elint-ignored-warnings)
8068 (elint-directory-skip-re): New options.
8069 (elint-builtin-variables): Doc fix.
8070 (elint-preloaded-env): New variable.
8071 (elint-unknown-builtin-args): Add an entry for encode-time.
8072 (elint-extra-errors): Make it a variable rather than a constant.
8073 (elint-preloaded-skip-re): New constant.
8074 (elint-directory): Skip files matching elint-directory-skip-re.
8075 (elint-features): New variable, local to linted buffers.
8076 (elint-update-env): Initialize elint-features. Possibly add
8077 elint-preloaded-env to the buffer's environment.
8078 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8079 Skip quoted forms.
8080 (elint-init-form): New function, extracted from elint-init-env.
8081 Make non-list forms a warning rather than an error.
8082 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8083 easy-menu-define, put that adds an error-condition, and provide.
8084 When requiring cl, also require cl-macs. Really require cl, to handle
8085 some cl macros. Store required libraries in the list elint-features,
8086 so as not to re-load them. Treat cc-require like require.
8087 (elint-init-env): Call elint-init-form to do the work.
8088 Handle eval-and-compile and such like.
8089 (elint-add-required-env): Do not clear messages.
8090 (elint-special-forms): Add handlers for function, defalias, if, when,
8091 unless, and, or.
8092 (elint-form): Add optional argument to ignore elint-special-forms,
8093 useful to prevent recursive calls from handlers. Doc fix.
8094 Respect elint-ignored-warnings.
8095 (elint-form): Respect elint-ignored-warnings.
8096 (elint-bound-variable, elint-bound-function): New variables.
8097 (elint-unbound-variable): Respect elint-bound-variable.
8098 (elint-get-args): Respect elint-bound-function.
8099 (elint-check-cond-form): Add some simple handling for (f)boundp and
8100 featurep tests.
8101 (elint-check-defalias-form): New handler.
8102 (elint-check-let-form): Make an empty let a warning rather than an
8103 error.
8104 (elint-check-setq-form): Make an empty setq a warning rather than an
8105 error. Respect elint-ignored-warnings.
8106 (elint-check-defvar-form): Accept null doc-strings.
8107 (elint-check-conditional-form): New handler. Does some simple-minded
8108 checking of featurep and (f)boundp tests.
8109 (elint-put-function-args): New function.
8110 (elint-initialize): Use elint-scan-doc-file rather than
8111 elint-find-builtin-variables. Use elint-put-function-args.
8112 Possibly scan preloaded-file-list.
8113 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8114 extend to handle functions as well.
8115
8116 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8117
8118 * linum.el (linum-delete-overlays, linum-update-window):
8119 Do not modify the right margin. (Bug#3971)
8120
8121 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8122
8123 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8124 nxml-mode instead of xml-mode.
8125
8126 2009-09-21 Kevin Ryde <user42@zip.com.au>
8127
8128 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8129
8130 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * net/dig.el (dig-mode): Use define-derived-mode.
8133
8134 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8135
8136 * vc-dispatcher.el (vc-do-command): Return the process object in
8137 the asynchronous case. Use when instead of if. Do not run
8138 vc-exec-after to display a message if not enabled. (Bug#4463)
8139
8140 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8141 properties to the stash strings.
8142 (vc-git-stash-list): Return a list of strings.
8143 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8144 (vc-git-stash-show-at-point): New functions.
8145 (vc-git-stash-map): New keymap.
8146
8147 * register.el (ctl-x-r-map): Define the keys here instead of
8148 using autoload.
8149
8150 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8151
8152 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8153 list, to workaround performance problem (bug#4485).
8154
8155 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8156
8157 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8158
8159 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8160
8161 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8162 Document that this option is not recommended to use.
8163
8164 2009-09-19 Glenn Morris <rgm@gnu.org>
8165
8166 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8167 variable `var'.
8168
8169 * calc/calc-alg.el (var):
8170 * calc/calcalg2.el (var): Define for compiler.
8171
8172 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8173
8174 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8175 Doc fix (Bug#3932).
8176
8177 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8178
8179 * time-stamp.el (time-stamp-month-dd-yyyy)
8180 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8181 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8182 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8183 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8184 Remove functions that have been obsolete since 1995 (Bug#4436).
8185
8186 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8187 indent buffer only if called interactively (Bug#4452).
8188
8189 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8190 Eli Zaretskii <eliz@gnu.org>
8191
8192 This fixes bug#4197 (merged to bug#865, though not identical).
8193 * server.el (server-auth-dir): Add docstring note about FAT32.
8194 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8195 but warn against using them.
8196
8197 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8198
8199 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8200 older GDB where there is no has_more field.
8201
8202 2009-09-19 Glenn Morris <rgm@gnu.org>
8203
8204 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8205
8206 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8207
8208 * files.el (auto-mode-alist): Change default for XML files to nXML
8209 mode (Bug#4169).
8210
8211 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8212
8213 * server.el (server-ensure-safe-dir): Pass 'integer
8214 to `file-attributes', as suggested.
8215
8216 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8219 (dired-query): Use read-key.
8220
8221 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8222
8223 * cus-start.el (ns-use-qd-smoothing): Remove.
8224
8225 2009-09-18 Glenn Morris <rgm@gnu.org>
8226
8227 * allout.el (top-level): Remove unnecessary progn.
8228
8229 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8230
8231 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8232 definition of abbrev table.
8233
8234 * speedbar.el (speedbar-track-mouse):
8235 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8236 * net/eudc.el (eudc-expand-inline):
8237 * net/newst-backend.el (newsticker--cache-read-feed):
8238 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8239 condition-case handlers.
8240
8241 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8242
8243 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8244 (gdb-var-list): Add an element for has_more field.
8245 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8246 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8247 (gdb-var-update-handler-1): Parse output of dynamic variable
8248 objects (STL containers).
8249 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8250 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8251
8252 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8253 gdb-var-list.
8254 (gud-speedbar-buttons): Make node expandable if expression "has more"
8255 children.
8256
8257 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8258
8259 * startup.el (emacs-quick-startup): Remove variable and all uses.
8260 (command-line): Set `inhibit-x-resources' instead.
8261 (command-line-1): Use `inhibit-x-resources' instead.
8262
8263 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * subr.el: Fix last change to avoid using the `unless' macro,
8266 which breaks bootstrapping.
8267
8268 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8271 extended definitions, in case we reload subr.el after having
8272 loaded CL.
8273 (eval-next-after-load): Mark as obsolete.
8274
8275 2009-09-17 Juri Linkov <juri@jurta.org>
8276
8277 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8278 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8279 (menu-bar-showhide-menu, menu-bar-tools-menu)
8280 (menu-bar-describe-menu, menu-bar-help-menu)
8281 (minibuffer-local-completion-map, minibuffer-local-map):
8282 Fix list quoting.
8283
8284 2009-09-17 Glenn Morris <rgm@gnu.org>
8285
8286 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8287 arguments, whether or not it has a handler.
8288
8289 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8290
8291 * simple.el (hard-newline): Give it a doc-string.
8292
8293 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8294 (lisp-mode-syntax-table): Give them doc-strings.
8295
8296 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8297
8298 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8299 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8300 (menu-bar-options-menu, menu-bar-showhide-menu)
8301 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8302 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8303 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8304 (menu-bar-options-menu, menu-bar-tools-menu)
8305 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8306 (menu-bar-help-menu):
8307 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8308 string arguments.
8309
8310 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8311 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8312 calls for the menu names and :help.
8313
8314 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8317 to :minor-mode-function (bug#4455).
8318
8319 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * startup.el (command-line): Initialize the window-system after
8322 processing the command-line.
8323
8324 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8325 page-delimiter matches the empty string.
8326
8327 2009-09-16 Glenn Morris <rgm@gnu.org>
8328
8329 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8330 byte-compile-not-obsolete-var. It's a list now.
8331 (byte-compile-not-obsolete-funcs): New variable.
8332 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8333 byte-compile-not-obsolete-funcs.
8334 (byte-compile-variable-ref, byte-compile-defvar): Update for
8335 byte-compile-not-obsolete-vars name-change and list nature.
8336 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8337 and variables behind (f)boundp tests.
8338 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8339
8340 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8341
8342 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8343
8344 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8347 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8348 Don't autoload.
8349
8350 2009-09-15 Stephen Eglen <stephen@gnu.org>
8351
8352 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8353 the virtual-buffers, use the name of the buffer specified by
8354 find-file-noselect, as the match may be a symlink. (This was a
8355 problem if the target and the symlink had different names.)
8356
8357 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8360
8361 * desktop.el (desktop-path): Check user-emacs-directory.
8362
8363 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8364
8365 * loadup.el: Use after-load-functions to GC after loading each file.
8366 Remove the explicit GC calls that used to be sprinkled around.
8367
8368 * subr.el (after-load-functions): New hook.
8369 (do-after-load-evaluation): Run it. Use string-match-p to detect
8370 `obsolete' packages, rather than painfully extracting the relevant
8371 directory name.
8372
8373 2009-09-15 Glenn Morris <rgm@gnu.org>
8374
8375 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8376 free variable `doc'.
8377
8378 * dired.el (dired-mode-map): Add menu entry for async shell command.
8379
8380 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8381 variables, also consider the .elc files, since the .el files are
8382 normally gzipped (subsequent code locates the .el.gz from the .elc).
8383
8384 * calc/calc-prog.el (arglist): Define for compiler.
8385
8386 * calendar/diary-lib.el (diary-display-function): Change the default to
8387 fancy display.
8388 (body): Define for compiler.
8389
8390 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8391 (byte-compile-file-form, byte-compile-lambda)
8392 (byte-compile-top-level-body, byte-compile-form)
8393 (byte-compile-variable-ref, byte-compile-setq)
8394 (byte-compile-setq-default, byte-compile-body)
8395 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8396 (batch-byte-compile): Give some more local variables with common names
8397 a "bytecomp-" prefix to avoid masking warnings about free variables.
8398
8399 * startup.el (command-line-1): Give local variables with common names a
8400 distinguishing prefix, so as not to hide free variable warnings during
8401 bootstrap.
8402
8403 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8404 clever and add a suffix to make a unique name, just let the user decide
8405 whether or not to overwrite it. If the input is a directory, write the
8406 default filename to that directory. (Bug#4388)
8407 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8408 is a filename-as-a-directory.
8409
8410 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * textmodes/page.el (what-page): Don't move to beginning of line.
8413 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8414
8415 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8416
8417 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8418
8419 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8420
8421 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8422 * help.el (help-for-help-internal): Add purecopy calls for text.
8423
8424 * vc.el (top): print-log method now takes an optional SHORTLOG
8425 argument. Add a new method: root.
8426 (vc-root-diff, vc-print-root-log): New functions.
8427 (vc-log-short-style): New variable.
8428 (vc-print-log-internal): Add support for showing short logs.
8429
8430 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8431 vc-print-root-log and vc-print-root-diff.
8432
8433 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8434 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8435 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8436 short logs.
8437
8438 * vc-cvs.el (vc-cvs-print-log):
8439 * vc-mtn.el (vc-mtn-print-log):
8440 * vc-rcs.el (vc-rcs-print-log):
8441 * vc-sccs.el (vc-sccs-print-log):
8442 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8443 that is ignored for now.
8444
8445 * vc-mtn.el (vc-mtn-annotate-command):
8446 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8447
8448 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8451 to function-key-map, and give them ascii-character property.
8452 * term/x-win.el (x-alternatives-map):
8453 * term/ns-win.el (ns-alternatives-map):
8454 * term/internal.el (msdos-key-remapping-map):
8455 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8456
8457 2009-09-14 Glenn Morris <rgm@gnu.org>
8458
8459 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8460 temp-buffers (2009-09-12).
8461
8462 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8465 the new read-key function.
8466
8467 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8468
8469 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8470 is defined (Bug#4405).
8471
8472 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8473
8474 * recentf.el (recentf-cleanup): Use a hash table to find
8475 duplicates (Bug#4407).
8476
8477 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8478
8479 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8480 kp-0 to ascii equivalents (Bug#4325).
8481
8482 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8485
8486 * eshell/em-hist.el:
8487 * eshell/em-dirs.el (eshell-complete-user-reference):
8488 Declare pcomplete functions and variables to avoid compiler warnings.
8489
8490 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8491
8492 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8493 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8494 * eshell/em-alias.el (eshell-aliases-file):
8495 * eshell/em-hist.el (eshell-history-file-name):
8496 Use expand-file-name instead of concat to make file names (Bug#4308).
8497
8498 2009-09-13 Glenn Morris <rgm@gnu.org>
8499
8500 * ediff-merg.el (ediff-do-merge):
8501 * filesets.el (filesets-run-cmd):
8502 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8503 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8504 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8505 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8506 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8507 Replace empty `let's with `progn'.
8508
8509 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * mail/sendmail.el (send-mail-function):
8512 * tooltip.el (tooltip-mode):
8513 * simple.el (transient-mark-mode):
8514 * rfn-eshadow.el (file-name-shadow-mode):
8515 * frame.el (blink-cursor-mode):
8516 * font-core.el (global-font-lock-mode):
8517 * files.el (temporary-file-directory)
8518 (small-temporary-file-directory, auto-save-file-name-transforms):
8519 * epa-hook.el (auto-encryption-mode):
8520 * composite.el (global-auto-composition-mode):
8521 Use custom-initialize-delay.
8522 * startup.el (command-line): Don't explicitly call
8523 custom-reevaluate-setting for all the above vars.
8524 * custom.el (custom-initialize-safe-set)
8525 (custom-initialize-safe-default): Delete.
8526
8527 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * term/x-win.el (x-initialize-window-system):
8530 * term/w32-win.el (w32-initialize-window-system):
8531 * term/ns-win.el (ns-initialize-window-system): Don't call
8532 mouse-wheel-mode since it's enabled globally by default already.
8533
8534 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8535 actually define the variable, but only silences the byte-compiler.
8536 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8537 before looking it up.
8538 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8539 is changed.
8540
8541 2009-09-12 Glenn Morris <rgm@gnu.org>
8542
8543 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8544 1000.
8545 (elint-add-required-env): Don't beep on error.
8546 (elint-forms): In case of error, return ENV unchanged.
8547 (elint-init-env): Skip non-list forms.
8548 (elint-log): Handle unknown file positions.
8549
8550 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8551
8552 * epg.el (epg-make-context): Add autoload cookie.
8553 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8554 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8555 (epg-verify-string, epg-start-sign, epg-sign-file)
8556 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8557 (epg-encrypt-string, epg-start-export-keys)
8558 (epg-export-keys-to-file, epg-export-keys-to-string)
8559 (epg-start-import-keys, epg-import-keys-from-file)
8560 (epg-import-keys-from-string, epg-start-receive-keys)
8561 (epg-receive-keys, epg-import-keys-from-server)
8562 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8563 (epg-sign-keys, epg-start-generate-key)
8564 (epg-generate-key-from-file, epg-generate-key-from-string):
8565 Remove autoload cookie.
8566
8567 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8568
8569 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8570 reevaluation of trash-directory.
8571
8572 * mwheel.el: Fix last change.
8573 (mouse-wheel-mode): New defvar.
8574 (mouse-wheel-mode): Remove autoload cookie.
8575
8576 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * mwheel.el (mwheel-installed-bindings): New var.
8579 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8580 the bindings we set last time. Use custom-initialize-delay.
8581 * loadup.el: Load mwheel after term/*-win.el.
8582 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8583 and mouse-wheel-up-event now that their first evaluation is done
8584 sufficiently late to be correct.
8585
8586 * startup.el (tutorial-directory): Make it a defcustom.
8587 Use custom-initialize-delay rather than eval-at-startup to set it.
8588 * image.el (image-load-path): Make it a defcustom.
8589 Use custom-initialize-delay rather than eval-at-startup to set it.
8590 * subr.el (eval-at-startup): Remove.
8591 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8592
8593 * subr.el (do-after-load-evaluation): Warn the user after loading an
8594 obsolete package.
8595
8596 2009-09-12 Glenn Morris <rgm@gnu.org>
8597
8598 * proced.el (proced-mark-alt): Remove alias.
8599 (proced-mode-map): Remove proced-mark-alt.
8600
8601 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8602 Elint file and directory. Remove initialization entry.
8603
8604 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8605 commands.
8606 (elint-current-buffer): Set mode-line-process.
8607 (elint-init-env): Handle define-derived-mode.
8608 Fix declare-function with unspecified arglist. Guard against odd
8609 defalias statements (eg iso-insert's 8859-1-map).
8610 (elint-add-required-env): Use a temp buffer.
8611 (elint-form): Just print the function/macro name, not the whole form.
8612 Return env unchanged if we fail to parse a macro.
8613 (elint-forms): Guard against parse errors.
8614 (elint-output): New function, to handle batch mode.
8615 (elint-log-message): Add optional argument. Use elint-output.
8616 (elint-set-mode-line): New function.
8617
8618 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8619
8620 * emacs-lisp/elp.el (elp-not-profilable): Add more
8621 functions (Bug#4233).
8622
8623 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8624
8625 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8626 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8627
8628 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8629
8630 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8631 (gdb-var-list-children): Use json parsing.
8632
8633 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8634
8635 * progmodes/js.el (js--proper-indentation): Handle the case where
8636 char-before is null. Reported by Deniz Dogan.
8637
8638 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8639
8640 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8641
8642 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8643
8644 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8645 (epg-digest-algorithm-alist): Add SHA224.
8646 (epg-context-set-passphrase-callback)
8647 (epg-context-set-progress-callback): Add description about
8648 callback function.
8649
8650 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * custom.el (custom-delayed-init-variables): New var.
8653 (custom-initialize-delay): New function.
8654 * startup.el (command-line): "Re"evaluate all vars in
8655 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8656 explicitly any more.
8657 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8658 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8659
8660 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8661
8662 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8663
8664 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8665 (gdb-var-update-handler): Use json parsing.
8666
8667 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8668
8669 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8670 decode annotated text, regardless of language environment. (Bug#2741)
8671
8672 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * Makefile.in (autoloads): Make rmail.el writable as well.
8675
8676 2009-09-11 Glenn Morris <rgm@gnu.org>
8677
8678 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8679 loaddefs.el.
8680 * dired.el: Regenerate with extracted autoloads.
8681 * Makefile.in (autoloads): Make dired.el writable.
8682
8683 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8684 * ibuffer.el: Regenerate with extracted autoloads.
8685 * Makefile.in (autoloads): Make ibuffer.el writable.
8686
8687 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8688 * version.el (emacs-copyright, emacs-major-version)
8689 (emacs-minor-version): Reformat doc-strings for make-docfile.
8690
8691 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8692 functions and variables, since they must be stuff specific to some other
8693 platform.
8694 (apropos-print): Make mouse-click message less specific about button.
8695
8696 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8697 that records where a macro was defined.
8698 * help-fns.el (describe-function-1): Mention if a function has a
8699 compiler-macro.
8700 * help-mode.el (help-function-cmacro): New button.
8701
8702 * locate.el (top-level): Always require dired.
8703 (locate-mode-map): Initialize inside the defvar.
8704
8705 * net/ange-ftp.el (dired-compress-file): Declare.
8706 (ange-ftp-dired-compress-file): Add doc string.
8707
8708 * term/ns-win.el (x-display-name, x-setup-function-keys):
8709 Unify doc-strings with X versions.
8710
8711 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * emulation/crisp.el (crisp-mode-map): Move initialization
8714 into declaration.
8715 (crisp-mode): Use define-minor-mode.
8716
8717 * progmodes/xscheme.el (xscheme-evaluation-commands):
8718 Put a :advertised-binding property rather than using
8719 advertised-xscheme-send-previous-expression.
8720 (advertised-xscheme-send-previous-expression): Declare obsolete.
8721 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8722 `advertised-undo'.
8723 (crisp-mode): Add corresponding bindings to
8724 undo's :advertised-binding instead.
8725 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8726 than using dired-advertised-find-file.
8727 (dired-advertised-find-file):
8728 * simple.el (advertised-undo):
8729 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8730 (widget-keymap): Put a :advertised-binding property rather
8731 than using advertised-widget-backward.
8732 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8733 than using advertised-undo.
8734 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8735
8736 2009-09-10 Simon South <ssouth@slowcomputing.org>
8737
8738 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8739 Mark mode is enabled and region is active; otherwise indent or
8740 insert TAB as usual.
8741 (delphi-mode): Update description of TAB-key binding.
8742
8743 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * subr.el (define-key-rebound-commands): Mark obsolete.
8746 * startup.el (precompute-menubar-bindings): Remove.
8747 (normal-top-level): Remove obsolete code that tried to precompute
8748 menubar bindings.
8749 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8750 define-key-rebound-commands and precompute-menubar-bindings.
8751
8752 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8753
8754 * net/imap.el (imap-interactive-login): Better messages.
8755 (imap-open): Fix bug with renamed buffer on reconnect.
8756 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8757 for easier debugging and cleaner code. On successful (guessed based on
8758 server capabilities) secondary authentication, set imap-state
8759 correctly.
8760 (imap-last-authenticator): Define imap-last-authenticator as a variable
8761 to avoid warnings.
8762
8763 2009-09-10 Glenn Morris <rgm@gnu.org>
8764
8765 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8766
8767 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8768 (byte-compile-file-form-autoload): Don't warn about unknown functions
8769 where the autoload statement comes after the use.
8770 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8771 that any handlers inside the body (eg require) are in turn respected.
8772
8773 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8774 effects.
8775
8776 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8777 and syntax and abbrev tables basic docs, if they don't have any.
8778
8779 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8780
8781 * international/mule-cmds.el (top-level): Require cl when compiling.
8782 (view-hello-file): Use default-value rather than
8783 default-enable-multibyte-characters.
8784
8785 * progmodes/fortran.el: Move all safe and risky properties into the
8786 defcustoms.
8787
8788 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8789 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8790 * mail/undigest.el:
8791 Put autoloads in rmail.el rather than loaddefs.el.
8792 * mail/rmail.el: Regenerate with extracted autoloads.
8793
8794 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8795 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8796
8797 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8798
8799 Reported in thread for Bug#4375.
8800 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8801 "-data-evaluate-expression" instead of print.
8802 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8803 (gdb-tooltip-print): Parse output from above MI command.
8804 (gdb): Revert 2009-08-11 change. User should detach inferior
8805 manually.
8806
8807 Remove the word "separate" from IO functions as inferior
8808 output is now never displayed in the GUD buffer.
8809
8810 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8811
8812 * startup.el (command-line-normalize-file-name): On Windows and
8813 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8814
8815 2009-09-10 Juri Linkov <juri@jurta.org>
8816
8817 * isearch.el (isearch-text-char-description): Propertize escape
8818 character sequences with the `escape-glyph' face. (Bug#4344)
8819
8820 * simple.el (shell-command): Set asynchronous process filter to
8821 `comint-output-filter'. (Bug#4343)
8822
8823 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8824 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8825 the list. Move "asm" to the bottom.
8826 (grep-find-ignored-directories): Add `choice' with nil value
8827 to empty the list easily.
8828 (grep-find-ignored-files): New option.
8829 (grep-files-history): Set to nil by default instead of '("ch" "el").
8830 (grep-compute-defaults): Add "<X>" to `grep-template'.
8831 (grep-read-files): Bind new local variables `default-alias' and
8832 `default-extension'. Use a list of default values for the file prompt.
8833 (lgrep): Add `--exclude=' command line options composed from
8834 `grep-find-ignored-files'.
8835 (rgrep): Add `-name' command line options composed from
8836 `grep-find-ignored-files'. (Bug#4301)
8837
8838 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8841 (bug#4368).
8842
8843 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * calendar/time-date.el (autoload):
8846 Expand define-obsolete-function-alias into defalias and make-obsolete
8847 for old Emacsen that Gnus supports.
8848 (with-no-warnings): Define it for old Emacsen.
8849 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8850 is available.
8851 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8852 float-time is available; suppress compile warning for time-to-seconds.
8853
8854 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8855
8856 * net/imap.el (imap-message-map): Docstring fix.
8857
8858 2009-09-09 Glenn Morris <rgm@gnu.org>
8859
8860 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8861 line numbers too. (Bug#4374)
8862
8863 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * smerge-mode.el (smerge-remove-props, smerge-refine):
8866 Use with-silent-modifications (bug#4342).
8867
8868 * subr.el (with-silent-modifications): New macro.
8869
8870 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8871
8872 * files.el (top-level): Require `cl' when compiling.
8873
8874 2009-09-07 Glenn Morris <rgm@gnu.org>
8875
8876 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8877
8878 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8879 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8880
8881 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8882
8883 * vc-git.el (vc-git-annotate-command): Use separator to parse
8884 arguments correctly.
8885
8886 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8887
8888 * proced.el (proced-mode): Doc fix.
8889
8890 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8891
8892 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8893 lstat fails.
8894 (tramp-do-file-attributes-with-ls): Check for file existence at
8895 remote end.
8896 (tramp-do-file-attributes-with-stat): Likewise.
8897 (tramp-convert-file-attributes): Return nil when attr is nil.
8898
8899 2009-09-05 Glenn Morris <rgm@gnu.org>
8900
8901 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8902 properties to this button.
8903 (diary-fancy-display): Don't extend the button to the final newline.
8904 (diary-fancy-display-mode): Continue to define "q" as a local key.
8905
8906 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8907 efficient.
8908
8909 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8910
8911 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8912 (byte-compile-dest-file-function): New option.
8913 (byte-compile-dest-file): Doc fix.
8914 Obey byte-compile-dest-file-function.
8915 (byte-compile-cl-file-p): New function.
8916 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8917 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8918 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8919 than for file being previously loaded.
8920 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8921 (byte-compile-file-form-require): Handle the case where requiring a file
8922 indirectly causes CL to be loaded.
8923
8924 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8925
8926 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8927 before killing the old buffer, since by the time `kill-buffer' is
8928 run so many buffer variables have been set to nil that it may not
8929 behave as expected. (Bug#4061)
8930
8931 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8932
8933 * files.el (find-alternate-file): If the old buffer is modified
8934 and visiting a file, behave similarly to `kill-buffer' when
8935 killing it, thus reverting to the pre-1.878 behavior; see
8936 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8937 for discussion. Also, consult `buffer-file-name' as a variable
8938 not as a function, for consistency with the rest of the code.
8939
8940 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8941
8942 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8943 also when adding a new directory.
8944
8945 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8946 defun.
8947
8948 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * files.el (locate-file-completion-table): Make it provide boundary
8951 information, so partial-completion works better.
8952
8953 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8954
8955 * mail/footnote.el (Footnote-text-under-cursor):
8956 Check footnote-text-marker-alist before using it (bug#4324).
8957
8958 2009-09-04 Glenn Morris <rgm@gnu.org>
8959
8960 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8961 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8962 * play/solitaire.el, play/tetris.el:
8963 Remove leading * from defcustom and defface docs.
8964
8965 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8966 necessary.
8967 (diary-fancy-overriding-map): New variable.
8968 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8969 Use view-mode.
8970
8971 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8972 goto-line.
8973
8974 2009-09-03 Glenn Morris <rgm@gnu.org>
8975
8976 * arc-mode.el (archive-mode):
8977 * dos-fns.el (set-default-process-coding-system):
8978 * man.el (Man-getpage-in-background):
8979 * menu-bar.el (menu-bar-describe-menu):
8980 * server.el (server-process-filter):
8981 * startup.el (command-line):
8982 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8983 * w32-fns.el (set-default-process-coding-system):
8984 * x-dnd.el (x-dnd-handle-file-name):
8985 * international/mule-cmds.el (mule-menu-keymap)
8986 (set-default-coding-systems, language-info-alist, set-language-info)
8987 (set-language-environment, standard-display-european-internal)
8988 (set-locale-environment):
8989 * international/mule-diag.el (mule-diag):
8990 * mail/emacsbug.el (report-emacs-bug):
8991 * mail/rmail.el (rmail-mode):
8992 * mail/sendmail.el (mail-setup):
8993 Use default-value rather than default-enable-multibyte-characters.
8994
8995 * progmodes/f90.el: Move all safe properties into the defcustoms.
8996 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8997
8998 * calendar/appt.el (appt-check):
8999 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9000 (diary-check-diary-file, diary-list-entries)
9001 (diary-include-other-diary-files, diary-simple-display)
9002 (diary-fancy-display, diary-print-entries)
9003 (diary-mark-included-diary-files, diary-make-entry):
9004 Don't call substitute-in-file-name on diary-file.
9005
9006 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9007 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9010 (footnote-mode-map): Move initialization into the declaration.
9011 (footnote-minor-mode-map): Define it rather than changing global-map.
9012 (footnote-mode): Use define-minor-mode.
9013
9014 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9015
9016 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9017 (tramp-do-file-attributes-with-perl)
9018 (tramp-do-file-attributes-with-stat): Rename from
9019 `tramp-handle-file-attributes-with-*'.
9020 (tramp-handle-file-attributes): Use them.
9021 (tramp-do-directory-files-and-attributes-with-perl)
9022 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9023 `tramp-handle-directory-files-and-attributes-with-*'.
9024 (tramp-handle-directory-files-and-attributes): Use them.
9025 (tramp-method-out-of-band-p): Additional parameter SIZE.
9026 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9027 (tramp-handle-write-region): Use it.
9028 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9029 (tramp-handle-vc-registered): Check, whether the first run did
9030 return files to be tested.
9031 (tramp-advice-make-auto-save-file-name): Do not call directly
9032 `tramp-handle-make-auto-save-file-name', because this would bypass
9033 the locking mechanism.
9034
9035 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9036 (file-remote-p, process-file, start-file-process, set-file-times)
9037 (tramp-compat-file-attributes): Compatibility functions shall not
9038 call directly `tramp-handle-*', because this would bypass the
9039 locking mechanism.
9040 (tramp-compat-number-sequence): New defun.
9041
9042 2009-09-02 Glenn Morris <rgm@gnu.org>
9043
9044 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9045 alias for float-time.
9046 (time-to-number-of-days): In Emacs, use float-time.
9047 * net/newst-backend.el (time-add): Suppress warnings from compat
9048 function.
9049 * time.el (emacs-uptime, emacs-init-time):
9050 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9051 Use float-time rather than time-to-seconds.
9052
9053 * minibuffer.el (completion-initials-expand): Fix typo.
9054
9055 * faces.el (modeline, modeline-inactive, modeline-highlight)
9056 (modeline-buffer-id):
9057 * info.el (info-menu-5): Mark these face aliases as obsolete.
9058
9059 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9060
9061 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9062 space ...
9063 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9064 no "--thread" option.
9065 (gdb-stopped): Don't print "Switched to thread" message when it is
9066 unchanged.
9067
9068 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * minibuffer.el (completion-try-completion)
9071 (completion-all-completions): Remove ill-defined (and
9072 mistakenly installed and luckily never used nor documented)
9073 `completion-styles' property.
9074 (completion-initials-expand, completion-initials-all-completions)
9075 (completion-initials-try-completion): New functions.
9076 (completion-styles-alist): Add doc to each entry.
9077 Add new `initials' entry.
9078
9079 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9080
9081 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9082 MI command -var-evaluate-expression.
9083 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9084 and tweak for case of string child.
9085 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9086
9087 2009-09-01 Glenn Morris <rgm@gnu.org>
9088
9089 * add-log.el (change-log-date-face, change-log-name-face)
9090 (change-log-email-face, change-log-file-face, change-log-list-face)
9091 (change-log-conditionals-face, change-log-function-face)
9092 (change-log-acknowledgement-face):
9093 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9094 (custom-modified-face, custom-set-face, custom-changed-face)
9095 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9096 (custom-documentation-face, custom-state-face, custom-comment-face)
9097 (custom-comment-tag-face, custom-variable-tag-face)
9098 (custom-variable-button-face, custom-face-tag-face)
9099 (custom-group-tag-face-1, custom-group-tag-face):
9100 * diff-mode.el (diff-header-face, diff-file-header-face)
9101 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9102 (diff-added-face, diff-changed-face, diff-function-face)
9103 (diff-context-face, diff-nonexistent-face):
9104 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9105 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9106 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9107 (Info-title-4-face):
9108 * isearch.el (isearch-lazy-highlight-face):
9109 * log-view.el (log-view-file-face, log-view-message-face):
9110 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9111 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9112 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9113 (cvs-msg-face):
9114 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9115 (smerge-base-face, smerge-markers-face):
9116 * wid-edit.el (widget-documentation-face, widget-button-face)
9117 (widget-field-face, widget-single-line-field-face)
9118 (widget-inactive-face, widget-button-pressed-face):
9119 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9120 (woman-addition-face):
9121 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9122 (eshell-ls-executable-face, eshell-ls-readonly-face)
9123 (eshell-ls-unreadable-face, eshell-ls-special-face)
9124 (eshell-ls-missing-face, eshell-ls-archive-face)
9125 (eshell-ls-backup-face, eshell-ls-product-face)
9126 (eshell-ls-clutter-face):
9127 * eshell/em-prompt.el (eshell-prompt-face):
9128 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9129 * obsolete/old-whitespace.el (whitespace-highlight-face):
9130 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9131 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9132 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9133 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9134 (antlr-font-lock-literal-face):
9135 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9136 (ebrowse-root-class-face, ebrowse-file-name-face)
9137 (ebrowse-default-face, ebrowse-member-attribute-face)
9138 (ebrowse-member-class-face, ebrowse-progress-face):
9139 * progmodes/make-mode.el (makefile-space-face):
9140 * progmodes/sh-script.el (sh-heredoc-face):
9141 * textmodes/flyspell.el (flyspell-incorrect-face)
9142 (flyspell-duplicate-face):
9143 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9144 * textmodes/texinfo.el (texinfo-heading-face):
9145 Mark face aliases with "-face" suffix as obsolete.
9146
9147 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9148 compiler.
9149
9150 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9151 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9152 easy-menu-define wants to modify these.
9153
9154 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9155
9156 * net/browse-url.el (browse-url-file-url):
9157 * term/internal.el (dos-codepage-setup):
9158 Use default-value rather than default-enable-multibyte-characters.
9159
9160 * progmodes/etags.el (etags-goto-tag-location):
9161 * progmodes/flymake.el (flymake-highlight-line)
9162 (flymake-goto-file-and-line, flymake-goto-line):
9163 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9164 (gdb-goto-breakpoint):
9165 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9166 * progmodes/python.el (python-find-function)
9167 (python-pdbtrack-track-stack-file):
9168 * progmodes/verilog-mode.el (verilog-surelint-off):
9169 * term/ns-win.el (ns-open-file-select-line):
9170 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9171 Use forward-line rather than goto-line.
9172
9173 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9174 * textmodes/reftex-index.el (reftex-display-index):
9175 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9176 * textmodes/reftex-toc.el (reftex-toc):
9177 Remove unnecessary bindings of default-major-mode (all are followed by
9178 major-mode check and possible mode switch).
9179
9180 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9183 Handle watchpoints (bug#4282).
9184 (def-gdb-thread-buffer-command): Enable thread to be selected by
9185 clicking without selecting threads buffer first.
9186 (gdb-current-context-command): Use selected frame so that "up",
9187 "down" etc work in the GUD buffer.
9188 (gdb-update): Find selected frame before rendering stack buffer.
9189 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9190
9191 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * progmodes/sym-comp.el (displayed-completions): Remove.
9194 (symbol-complete): Use minibuffer-complete.
9195
9196 2009-08-31 Glenn Morris <rgm@gnu.org>
9197
9198 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9199
9200 * apropos.el (apropos-symbols-internal):
9201 Handle (obsolete) face aliases.
9202
9203 * faces.el (describe-face): Adjust the output format to be more like
9204 describe-variable, and to mention (obsolete) face aliases.
9205 Adjust the whitespace so that help-setup-xref works.
9206
9207 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9208 * calendar/diary-lib.el (diary-button-face):
9209 Mark these face aliases as obsolete.
9210
9211 * calendar/calendar.el (calendar-today): Doc fix.
9212
9213 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9214
9215 * progmodes/gdb-mi.el (gdb-control-all-threads)
9216 (gdb-control-current-thread): Force tool bar update.
9217 (gdb-non-stop-handler): New function.
9218 (gdb-init-1): Use it to test if non-stop mode is supported.
9219 Remove unused gdbmi buffer type.
9220
9221 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9222
9223 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9224 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9225
9226 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9227
9228 * comint.el (comint-exec-1): Check command is non-null first.
9229 Part of gdb-mi.el change (2009-08-28).
9230
9231 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9234
9235 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9236
9237 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9238 instead of `dolist' to avoid a recursive require when bootstrapping.
9239
9240 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9243
9244 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9245
9246 * net/imap.el (imap-send-command): Simplify.
9247 (imap-wait-for-tag): point-max -> buffer-size.
9248
9249 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9250
9251 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9252 with constant argument.
9253
9254 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9255
9256 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9257
9258 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9259 Change default, since most of our files don't have a history.
9260 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9261 the user.
9262
9263 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9264 Add comint-run.
9265
9266 * calc/calc.el: Improve commenting convention.
9267 (calc-digit-map, toplevel): Simplify.
9268
9269 * comint.el (comint-insert-input): Be careful to only set point if we
9270 don't delegate to some other command.
9271
9272 * proced.el (proced-signal-list): Make it an alist.
9273 (proced-grammar-alist): Capitalize names.
9274 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9275 Disable undo manually and make it read-only.
9276 Use completion-annotate-function.
9277
9278 * minibuffer.el (minibuffer-message): If the current buffer is not
9279 a minibuffer, insert the message in the echo area rather than at the
9280 end of the buffer.
9281 (completion-annotate-function): New variable.
9282 (minibuffer-completion-help): Use it.
9283 (completion--embedded-envvar-table): Environment vars are
9284 always case-sensitive.
9285
9286 2009-08-30 Glenn Morris <rgm@gnu.org>
9287
9288 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9289 from fortran-current-defun.
9290 (fortran-beginning-of-subprogram): Be more precise about finding the
9291 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9292 (fortran-end-of-subprogram): Simplify.
9293 (fortran-current-defun): Use fortran-start-prog-re.
9294
9295 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9296
9297 * subr.el (do-after-load-evaluation): Simplify.
9298
9299 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9300
9301 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9302
9303 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9304 (vc-rcs-print-log): Use it.
9305
9306 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9307
9308 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * paths.el (abbrev-file-name): Move to abbrev.el.
9311 * abbrev.el (abbrev-file-name): Move from paths.el.
9312 Obey user-emacs-directory.
9313 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9314 user-emacs-directory.
9315 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9316 abbrev-file-name and calc-settings-file any more.
9317 * startup.el (command-line): Recompute abbrev-file-name and
9318 abbreviated-home-dir.
9319 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9320 of the special code for when C-h bindings haven't been changed.
9321 (display-startup-echo-area-message): Use with-current-buffer.
9322 (command-line-1): Use a list of strings, rather than a list of lists
9323 of strings for longopts.
9324
9325 * files.el (get-free-disk-space): Use / for default-directory.
9326
9327 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9328 Use with-current-buffer.
9329
9330 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9331 Recognize immutable variables like most-positive-fixnum.
9332 (byte-compile-setq-default): Check and warn if trying to assign
9333 to an immutable variable, or a non-variable.
9334
9335 * progmodes/cc-vars.el (c-comment-continuation-stars):
9336 * progmodes/cc-engine.el (c-looking-at-bos):
9337 * progmodes/cc-cmds.el (c-toggle-auto-state)
9338 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9339 (c-comment-line-break-function): Add version of obsolescence.
9340
9341 2009-08-28 Juri Linkov <juri@jurta.org>
9342
9343 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9344 associated with `archive-mode'.
9345
9346 * image.el (image-type-header-regexps): Use only JPEG magic number
9347 to determine JPEG images, and don't use `image-jpeg-p' because
9348 Emacs can display non-JFIF non-Exif JPEG images.
9349
9350 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9351
9352 * arc-mode.el (archive-mode):
9353 * emacs-lisp/re-builder.el (re-builder-unload-function):
9354 Protect against the default value of `major-mode' being nil.
9355
9356 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9357
9358 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9359 Fix typos in docstrings.
9360
9361 * progmodes/js.el (js--macro-decl-re): Doc fix.
9362 (js--plain-method-re, js--split-name): Refloc docstring.
9363 (js--class-styles, js--make-merged-item, js--splice-into-items):
9364 Fix typos in docstrings; reflow docstrings.
9365 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9366 (js--variable-decl-matcher, js--inside-pitem-p)
9367 (js--parse-state-at-point, js--get-all-known-symbols)
9368 (js--symbol-history, js-find-symbol, js--js-references)
9369 (js--moz-interactor, js--js-encode-value, js--read-tab):
9370 Fix typos in docstrings.
9371
9372 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * textmodes/reftex.el (reftex-get-file-buffer-force):
9375 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9376 * emulation/viper.el (viper-go-away, viper-set-hooks):
9377 * emacs-lisp/re-builder.el (re-builder-unload-function):
9378 * emacs-lisp/bytecomp.el (byte-compile-file):
9379 * ses.el (ses-unload-function):
9380 * hexl.el (hexl-find-file):
9381 * files.el (normal-mode):
9382 * ehelp.el (with-electric-help):
9383 * autoinsert.el (auto-insert-alist):
9384 * arc-mode.el (archive-mode):
9385 Use (default-value 'major-mode) instead of default-major-mode.
9386
9387 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9388 * international/mule.el (load-with-code-conversion):
9389 * emacs-lisp/debug.el (debug):
9390 * ediff-vers.el (ediff-rcs-get-output-buffer):
9391 * dired.el (dired-internal-noselect): Don't let-bind
9392 default-major-mode around code that doesn't use it.
9393 E.g. buffer creation via get-buffer-create doesn't use it.
9394
9395 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9396
9397 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9398 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9399 when writing the temp file. Otherwise, epa-file gets confused.
9400 (tramp-register-file-name-handlers): Make it a defun. Move also
9401 `epa-file-handler' to the front of `file-name-handler-alist'.
9402
9403 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9406 start right after a ^M.
9407 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9408 (tramp-completion-file-name-regexp-separate)
9409 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9410 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9411 Don't modify last-coding-system-used by accident.
9412 (tramp-completion-file-name-handler): Apply the checks here,
9413 instead during registration.
9414 (tramp-register-file-name-handlers): Renamed from
9415 `tramp-register-file-name-handler'. Register both
9416 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9417 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9418
9419 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9420
9421 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9422 Remove variable ...
9423 (gdb-init-1, gdb-display-separate-io-buffer)
9424 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9425 references to it.
9426 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9427 (gdb-inferior-filter): Use comint-output-filter to stop
9428 echoing and remove ^M characters.
9429
9430 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * emulation/viper-init.el (viper-restore-cursor-type):
9433 * emulation/cua-base.el (cua--update-indications):
9434 Replace default-cursor-type with (default-value 'cursor-type).
9435
9436 * mail/sendmail.el (mail-recover-1):
9437 * international/mule-diag.el (describe-current-coding-system-briefly)
9438 (describe-current-coding-system):
9439 * international/mule-cmds.el (select-safe-coding-system)
9440 (select-message-coding-system)
9441 (set-language-environment-coding-systems, set-locale-environment):
9442 * hexl.el (hexl-insert-multibyte-char):
9443 * dos-w32.el (find-buffer-file-type-coding-system):
9444 * simple.el (what-cursor-position):
9445 Replace uses of default-buffer-file-coding-system
9446 with (default-value 'buffer-file-coding-system).
9447
9448 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9449 Replace uses of default-cursor-in-non-selected-windows
9450 with (default-value 'cursor-in-non-selected-windows).
9451 Use with-current-buffer.
9452
9453 * mail/feedmail.el: Use CL macros.
9454 (feedmail-run-the-queue, feedmail-send-it-immediately):
9455 * dos-w32.el (find-buffer-file-type): Replace uses of
9456 default-buffer-file-type with (default-value 'buffer-file-type).
9457
9458 2009-08-28 Glenn Morris <rgm@gnu.org>
9459
9460 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9461 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9462 Use default-value of major-mode rather than default-major-mode.
9463
9464 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9465
9466 * Makefile.in (update-elcfiles): Report left over elc files.
9467
9468 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9469 expand-file-name and with-current-buffer.
9470 (mail-get-names, mail-directory): Use with-current-buffer.
9471
9472 * vc.el (vc-read-revision): New function.
9473 (vc-version-diff, vc-merge): Use it.
9474
9475 2009-08-27 Sam Steingold <sds@gnu.org>
9476
9477 * simple.el (kill-do-not-save-duplicates): New user option.
9478 (kill-new): When it is non-nil, and the new string is the same as
9479 the latest kill, set replace to t to avoid duplicates in kill-ring.
9480
9481 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9482
9483 * net/tramp.el (tramp-handle-process-file): Do not flush all
9484 caches when `process-file-side-effects' is set.
9485 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9486 instead of `tramp-find-file-exists-command'.
9487 Unset `process-file-side-effects'.
9488
9489 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9490
9491 * net/tramp.el (tramp-methods): New method "rsyncc".
9492 (top): Add completion function for "rsyncc".
9493 (tramp-message-show-message): New defvar.
9494 (tramp-message, tramp-error): Use it.
9495 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9496 remote copying.
9497 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9498 `tramp-methods' entry `copy-env' of "rsyncc".
9499 (tramp-vc-registered-read-file-names): New defconst.
9500 (tramp-vc-registered-file-names): New defvar.
9501 (tramp-handle-vc-registered): Implement optimization strategy.
9502 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9503 (tramp-vc-file-name-handler): New defun.
9504 (tramp-get-ls-command, tramp-get-test-command)
9505 (tramp-get-file-exists-command, tramp-get-remote-ln)
9506 (tramp-get-remote-perl, tramp-get-remote-stat)
9507 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9508
9509 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9510 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9511 timestamps.
9512 (tramp-get-file-property): Check for timestamps in
9513 `tramp-cache-inhibit-cache'.
9514 (tramp-set-file-property): Write timestamp.
9515
9516 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9517
9518 * language/japan-util.el (japanese-symbol-table): Add entries for
9519 cp932-2-byte.
9520
9521 * international/characters.el: Add category `j' to cp932-2-byte.
9522
9523 2009-08-27 Kenichi Handa <handa@m17n.org>
9524
9525 * international/fontset.el (build-default-fontset-data): New macro.
9526 (setup-default-fontset): Use build-default-fontset-data for CJK,
9527 tibetan, ethiopic, and ipa.
9528
9529 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9532 (enable-multibyte-characters): Not customizable any more.
9533
9534 * subr.el (default-mode-line-format, default-header-line-format)
9535 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9536 (default-direction-reversed, default-truncate-lines)
9537 (default-left-margin, default-tab-width, default-case-fold-search)
9538 (default-left-margin-width, default-right-margin-width)
9539 (default-left-fringe-width, default-right-fringe-width)
9540 (default-fringes-outside-margins, default-scroll-bar-width)
9541 (default-vertical-scroll-bar, default-indicate-empty-lines)
9542 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9543 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9544 (default-scroll-down-aggressively, default-fill-column)
9545 (default-cursor-type, default-buffer-file-type)
9546 (default-cursor-in-non-selected-windows)
9547 (default-buffer-file-coding-system, default-major-mode)
9548 (default-enable-multibyte-characters): Mark as obsolete.
9549
9550 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9551
9552 * vc-dir.el (vc-dir-update): Remove debug helper.
9553
9554 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9555
9556 2009-08-26 Sam Steingold <sds@gnu.org>
9557
9558 * simple.el (save-interprogram-paste-before-kill): New user option.
9559 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9560 save the interprogram-paste into kill-ring before overriding it
9561 with the Emacs kill.
9562
9563 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9564
9565 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9566 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9567 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9568 and move to vc-rcs.el.
9569 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9570 move to vc-rcs.el.
9571 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9572 (vc-rcs-update-changelog): Remove.
9573 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9574 and move to vc-rcs.el.
9575
9576 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9577 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9578 renaming.
9579 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9580 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9581 vc.el, renamed to be RCS specific.
9582
9583 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9584 New functions.
9585 (vc-cvs-update-changelog): Move here from vc.el.
9586
9587 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9588 New functions.
9589
9590 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9593
9594 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9595
9596 * vc-git.el (vc-git-register): Use "git add" for directories.
9597 (vc-git-stash, vc-git-stash-show): New functions.
9598 (vc-git-extra-menu-map): Bind them.
9599
9600 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9601 directory correctly in case the item is a directory itself.
9602
9603 * vc.el: Document the desired behavior for reverted files in the
9604 `added' state.
9605 (vc-default-prettify-state-info): Remove function, unused.
9606
9607 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9608
9609 2009-08-26 Glenn Morris <rgm@gnu.org>
9610
9611 * bindings.el (standard-mode-line-format): Reposition dashes in
9612 which-func entry. (Bug#4217)
9613
9614 * files.el (enable-local-variables, enable-local-eval)
9615 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9616 the defcustoms.
9617 (auto-mode-alist, ignored-local-variables)
9618 (save-some-buffers-action-alist): Move risky declarations to the
9619 definitions.
9620 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9621 (font-lock-defaults, format-alist, imenu--index-alist)
9622 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9623 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9624 (mode-line-modified, mode-line-mule-info, mode-line-position)
9625 (mode-line-process, mode-line-remote, outline-level)
9626 (parse-time-rules, rmail-output-file-alist)
9627 (special-display-buffer-names, vc-mode):
9628 Move risky declarations to the relevant files.
9629 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9630 (mode-line-modified, mode-line-process, mode-line-position)
9631 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9632 * font-core.el (font-lock-defaults):
9633 * format.el (format-alist):
9634 * vc-hooks.el (vc-mode):
9635 * window.el (special-display-buffer-names):
9636 * international/mule-cmds.el (input-method-alist):
9637 Define riskiness here (dumped file) rather than in files.el.
9638 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9639 * imenu.el (imenu-generic-expression, imenu--index-alist):
9640 * outline.el (outline-level):
9641 * time.el (display-time-string):
9642 * calendar/parse-time.el (parse-time-rules):
9643 * mail/rmailout.el (rmail-output-file-alist):
9644 Autoload riskiness here, rather than placing in files.el.
9645
9646 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9647
9648 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9649
9650 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9651
9652 * simple.el (process-file-side-effects): New defvar.
9653
9654 * dired-aux.el (dired-show-file-type):
9655 * vc.el (vc-diff-internal):
9656 * vc-arch.el (vc-arch-diff):
9657 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9658 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9659 * vc-git.el (vc-git-registered, vc-git-working-revision)
9660 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9661 (vc-git--empty-db-p):
9662 * vc-hooks.el (vc-user-login-name):
9663 * vc-svn.el (vc-svn-registered, vc-svn-state)
9664 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9665 * progmodes/grep.el (grep-probe): Let-bind
9666 `process-file-side-effects' with nil.
9667
9668 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9669
9670 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9671 daemon. Replace ping by checking for running service for bluez
9672 and zeroconf. (Bug#4239)
9673
9674 2009-08-25 Kevin Ryde <user42@zip.com.au>
9675
9676 * net/dig.el (dig): Add autoload cookie.
9677
9678 2009-08-25 Glenn Morris <rgm@gnu.org>
9679
9680 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9681 load-history for absolute file-names.
9682 (byte-compile-file-form-require): Warn about use of the cl package.
9683
9684 * format.el (format-alist): Doc fix.
9685
9686 * play/bubbles.el (top-level): Don't require cl at run-time.
9687
9688 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9689 run-time cl).
9690
9691 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9692
9693 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9694 from cl package.
9695 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9696
9697 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9698
9699 * calc/calc-alg.el (math-trig-rewrite)
9700 (math-hyperbolic-trig-rewrite): New functions.
9701 (calc-simplify): Simplify trig functions when asked.
9702
9703 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9706
9707 2009-08-24 Kenichi Handa <handa@m17n.org>
9708
9709 * language/ind-util.el (mapthread): Delete it.
9710 (combinatorial): New function.
9711 (indian--puthash-cv): Use combinatorial instead of mapthread.
9712
9713 2009-08-22 Kevin Ryde <user42@zip.com.au>
9714
9715 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9716 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9717 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9718 Clarify docstring that the value is strings not symbols.
9719 (checkdoc-list-of-strings-p): New function.
9720
9721 2009-08-22 Glenn Morris <rgm@gnu.org>
9722
9723 * files.el (auto-mode-alist):
9724 * hippie-exp.el (he-concat-directory-file-name):
9725 * lpr.el (lpr-windows-system, printer-name):
9726 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9727 * ps-print.el (ps-windows-system):
9728 * startup.el (command-line):
9729 * emulation/viper-ex.el (viper-glob-function):
9730 * international/mule-cmds.el (set-language-environment-coding-systems):
9731 * net/ange-ftp.el (ange-ftp-write-region):
9732 * obsolete/fast-lock.el (fast-lock-cache-name):
9733 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9734 unisoft-unix, vax-vms, win32, w32.
9735
9736 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9737 given name if the pattern is not more specific.
9738
9739 * calendar/lunar.el (lunar-phase-names): New option.
9740 (lunar-phase): Doc fix.
9741 (lunar-cycles-per-year): New constant.
9742 (lunar-index): New function.
9743 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9744 (lunar-phase-name): Use lunar-phase-names.
9745 (calendar-lunar-phases): Use format.
9746 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9747
9748 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9749 Copy imenu-example--name-and-position function here for own use.
9750 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9751
9752 * bs.el (bs--redisplay):
9753 * cus-edit.el (custom-redraw):
9754 * ibuffer.el (ibuffer-bury-buffer):
9755 * server.el (server-goto-line-column):
9756 * startup.el (command-line-1):
9757 * strokes.el (strokes-xpm-for-stroke):
9758 * term.el (term-display-buffer-line):
9759 * view.el (View-goto-line):
9760 * calc/calc.el (calc-do, calc-trail-buffer):
9761 * play/gamegrid.el (gamegrid-add-score-insecure):
9762 * progmodes/ada-mode.el (ada-compile-goto-error):
9763 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9764 (ebrowse-select-1st-to-9nth):
9765 * progmodes/cperl-mode.el (cperl-time-fontification):
9766 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9767 * progmodes/gud.el (gud-display-line):
9768 (idlwave-shell-display-line):
9769 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9770 * progmodes/make-mode.el (makefile-browser-toggle):
9771 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9772 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9773 * textmodes/picture.el (picture-draw-rectangle):
9774 * textmodes/reftex-index.el (reftex-index-goto-letter):
9775 (reftex-select-jump-to-previous):
9776 * textmodes/reftex-sel.el (reftex-find-start-point)
9777 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9778 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9779 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9780 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9781 * textmodes/two-column.el (2C-associated-buffer):
9782 Use forward-line rather than goto-line.
9783
9784 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9785 goto-line.
9786
9787 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9788 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9789 (quick-check-list-to-regexp): Declare.
9790
9791 * progmodes/make-mode.el (makefile-browser-insert-selection):
9792 Use goto-char rather than goto-line.
9793
9794 * progmodes/prolog.el (compilation-error-regexp-alist)
9795 (compilation-forget-errors): Declare.
9796
9797 2009-08-22 Juri Linkov <juri@jurta.org>
9798
9799 * progmodes/grep.el (lgrep, rgrep): At the beginning
9800 set `dir' to `default-directory' unless `dir' is a non-nil
9801 readable directory. (Bug#4052)
9802 (lgrep, rgrep): Change a weird way to report an error
9803 from using `read-string' to using `error'.
9804 Instead of using interactive arguments in the function body,
9805 add new argument `confirm'.
9806
9807 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * textmodes/remember.el (remember-buffer):
9810 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9811 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9812 (icalendar-extract-ical-from-buffer):
9813 * net/newst-treeview.el (newsticker-groups-filename):
9814 * net/newst-backend.el (newsticker-cache-filename):
9815 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9816 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9817 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9818 (speedbar-buffers-line-path, speedbar-path-line)
9819 (speedbar-buffers-line-path):
9820 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9821 (epg-sign-keys):
9822 * epa.el (epa-display-verify-result):
9823 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9824
9825 2009-08-21 Glenn Morris <rgm@gnu.org>
9826
9827 * progmodes/js.el (inferior-moz-process): Fix declaration.
9828
9829 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9830
9831 * obsolete/rnewspost.el (news-mail-reply):
9832 Use goto-char rather than goto-line.
9833
9834 * term/ns-win.el (ns-open-file-select-line):
9835 Use line-beginning-position rather than goto-line.
9836
9837 * apropos.el (apropos-command):
9838 * ehelp.el (electric-helpify):
9839 * printing.el (pr-show-setup):
9840 * strokes.el (strokes-help):
9841 * tutorial.el (tutorial--describe-nonstandard-key)
9842 (tutorial--detailed-help):
9843 * woman.el (woman-mini-help, woman-display-extended-fonts):
9844 * calc/calc-help.el (calc-describe-key):
9845 * emulation/edt.el (edt-electric-helpify):
9846 * international/mule-diag.el (mule-diag):
9847 * play/yow.el (apropos-zippy):
9848 * progmodes/python.el (python-describe-symbol):
9849 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9850 * textmodes/table.el (*table--cell-describe-mode)
9851 (*table--cell-describe-bindings):
9852 Use help-print-return-message rather than the now obsolete alias.
9853
9854 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9855 (calendar-cursor-to-visible-date):
9856 * play/5x5.el (5x5-position-cursor):
9857 * play/decipher.el (decipher):
9858 * play/gomoku.el (gomoku-goto-xy):
9859 * play/landmark.el (lm-goto-xy):
9860 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9861 (mpuz-paint-digit):
9862 Use forward-line, not goto-line.
9863
9864 * mail/rmail.el (rmail-obsolete): Delete custom group.
9865 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9866 (rmail-remote-password, rmail-remote-password-required):
9867 Remove unneeded :set-after and :set properties.
9868
9869 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9870
9871 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9872
9873 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9874
9875 * loadup.el: Remove leftover macos code.
9876
9877 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9878 Explicitly pass the date format to git blame so that user local
9879 so that the output format can be parsed.
9880
9881 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9882
9883 * net/dbus.el (top): Don't check for (getenv
9884 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9885
9886 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9887
9888 * log-edit.el (log-edit-strip-single-file-name): New var.
9889 (log-edit-insert-changelog): Use it. Bug#3571
9890
9891 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9894 Bug#3287
9895
9896 * help.el (help-print-return-message): Rename from
9897 print-help-return-message.
9898
9899 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9900 cvs-mode-map parent hack.
9901 (log-view-mode): Derive from special-mode.
9902
9903 * linum.el (linum-mode): window-size-change-functions is redundant.
9904 Adapt to new window-configuration-change-hook behavior.
9905 (linum-after-size, linum-after-config): Remove.
9906
9907 * imenu.el (imenu-example--name-and-position)
9908 (imenu-example--lisp-extract-index-name)
9909 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9910 Mark as obsolete.
9911
9912 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9913 (inferior-prolog-mode): Use it.
9914 (inferior-prolog-load-file): Reset list of errors.
9915
9916 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9917
9918 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9919
9920 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9921
9922 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9923
9924 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9925 is running already.
9926
9927 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * subr.el (listify-key-sequence-1): Use normal syntax since those
9930 integers are nowadays always represented by the same (positive) number
9931 on all platforms.
9932 (read-key-empty-map): New const.
9933 (read-key-delay): New var.
9934 (read-key): New function.
9935 (force-mode-line-update): Use with-current-buffer.
9936 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9937 (start-process-shell-command, start-file-process-shell-command):
9938 Discourage the use of command-args.
9939
9940 2009-08-19 Glenn Morris <rgm@gnu.org>
9941
9942 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9943
9944 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * simple.el (choose-completion-string): Don't rely on
9947 minibuffer-completing-file-name and ad-hoc checks to decide whether
9948 to continue completion or not.
9949
9950 * minibuffer.el (minibuffer-hide-completions): New function.
9951 (completion--do-completion): Use it.
9952 (completions-annotations): New face.
9953 (completion--insert-strings): Use it.
9954 (completion-pcm--delim-wild-regex): Add docstring.
9955 (completion-pcm--string->pattern): Add support for 0-width delimiters
9956 in completion-pcm--delim-wild-regex.
9957
9958 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9961 Remove unused var `buffer-modified-p'.
9962
9963 * minibuffer.el (completion--do-completion): Move point for the #b001
9964 case as well (bug#4176).
9965 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9966
9967 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9968
9969 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9970 and :session buses.
9971
9972 2009-08-18 Kenichi Handa <handa@m17n.org>
9973
9974 * international/ucs-normalize.el (ucs-normalize-version):
9975 Change to 1.1.
9976 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9977 (utf-8-hfs): Make it perform normalization on encoding too.
9978
9979 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9980 (sentence-end-without-space): Delete duplicated chars.
9981 (sentence-end-base): Likewise.
9982
9983 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9984 (html-mode): Delete duplicated chars from sentence-end-base.
9985
9986 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9987 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9988
9989 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9990
9991 * files.el (hack-one-local-variable): If the mode function is for
9992 a minor mode, pass it an argument (Bug#4148).
9993
9994 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9995
9996 * net/tramp.el (tramp-register-completion-file-name-handler):
9997 Check also for (member 'partial-completion completion-styles).
9998
9999 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10000
10001 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10002 abbrev (Bug#3943).
10003
10004 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10005
10006 * progmodes/cperl-mode.el: Merge upstream 6.2.
10007 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10008 (cperl-forward-re): Check cperl-brace-recursing.
10009 (cperl-highlight-charclass): New function.
10010 (cperl-find-pods-heres): Use it.
10011 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10012 (cperl-beautify-regexp-piece): Fix column calculation.
10013 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10014 (cperl-beautify-level): Don't process entire regexp.
10015 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10016 calling man.
10017 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10018 (cperl-init-faces): Build a list in the normal way.
10019
10020 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * calendar/parse-time.el (parse-time-string-chars): Save match
10023 data.
10024
10025 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10028 (sql-product): Use it.
10029 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10030 (sql-set-product): Add completion.
10031 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10032 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10033 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10034 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10035 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10036 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10037 (sql-highlight-db2-keywords): Remove.
10038 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10039 (sql-highlight-product): Use derived-mode-p.
10040 (sql-set-sqli-buffer): Use with-current-buffer.
10041 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10042 Simplify.
10043
10044 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10045
10046 * term.el: Fix commenting convention, turn comments into docstrings.
10047
10048 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10049
10050 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10051
10052 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10053
10054 * calendar/parse-time.el (parse-time-string-chars): Compute using
10055 character classes, to handle non-ascii characters (Bug#3190).
10056
10057 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10058
10059 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10060 another heredoc if the user adds another < (Bug#3226).
10061
10062 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10063 Don't initialize based on window-system (Bug#4124).
10064
10065 * facemenu.el (facemenu-read-color): Use a completion function
10066 that accepts any defined color, such as RGB triplets (Bug#3677).
10067
10068 * files.el (get-free-disk-space): Change fallback default
10069 directory to /. Expand DIR argument before switching to fallback.
10070 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10071
10072 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10073
10074 * files.el (load-library): Doc fix.
10075
10076 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10077
10078 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10079 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10080 incremental search string.
10081
10082 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10083 XEmacs.
10084
10085 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10086 (ediff-merge-region-is-non-clash)
10087 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10088 Also check if the job is really a merge job.
10089
10090 * ediff.el (ediff-current-file): New function.
10091
10092 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10093
10094 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10095 conventions.
10096 (js-insert-and-indent): Delete function.
10097 (js-mode-map): Don't bind keys to js-insert-and-indent.
10098 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10099 (js-end-of-defun): Rename from js--end-of-defun.
10100 (js-auto-indent-flag): Delete variable.
10101
10102 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10103
10104 * progmodes/js.el: Remove proclaim statement.
10105 Defvar which-func-imenu-joiner-function to silence compiler.
10106
10107 * files.el (auto-mode-alist): Use js-mode for .js files.
10108
10109 * progmodes/js2-mode.el: Remove file.
10110
10111 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10112
10113 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10114
10115 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10116
10117 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10118 Karl Landstrom <karl.landstrom@brgeight.se>
10119
10120 * progmodes/js.el: New file.
10121
10122 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10123
10124 * timezone.el (timezone-parse-date): Add ability to understand ISO
10125 basic format (minimal separators) dates in addition to the
10126 already-supported extended format dates.
10127
10128 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10129
10130 * international/ucs-normalize.el: Add a `coding' file variable.
10131
10132 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10133
10134 2009-08-14 Sam Steingold <sds@gnu.org>
10135
10136 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10137
10138 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10139
10140 * faces.el (help-argument-name): Define it here instead of
10141 help-fns.el, because in daemon mode help-fns.el may be loaded when
10142 faces are still uninitialized (Bug#1078).
10143
10144 * help-fns.el (help-argument-name): Move defface to faces.el.
10145
10146 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10147
10148 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10149 create buffer with a pty but no process so that GDB can make the
10150 inferior the controlling process.
10151
10152 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10153
10154 * international/ucs-normalize.el: New file.
10155
10156 2009-08-13 Richard Stallman <rms@gnu.org>
10157
10158 * mail/rmail.el (rmail-get-attr-names):
10159 Accept an attribute header that is too short.
10160
10161 * mail/rmail.el (rmail-forget-messages):
10162 Ignore nil elt in rmail-message-vector. Use dotimes.
10163
10164 * progmodes/compile.el (compilation-goto-locus):
10165 Use next-error-move-function.
10166
10167 * simple.el (next-error-move-function): New variable.
10168
10169 2009-08-12 Juri Linkov <juri@jurta.org>
10170
10171 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10172 always non-nil. (Bug#4052)
10173
10174 * replace.el (read-regexp): Return empty string when
10175 `default-value' is nil.
10176 (keep-lines-read-args): Don't use empty string as the
10177 default value for `read-regexp'. (Bug#2495)
10178
10179 2009-08-12 Juri Linkov <juri@jurta.org>
10180
10181 * international/mule-cmds.el (ucs-insert): Change arguments
10182 from `arg' to `character', `count', `inherit' to be the same
10183 as in `insert-char'. Doc fix. (Bug#4039)
10184
10185 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10186
10187 2009-08-12 Juri Linkov <juri@jurta.org>
10188
10189 * files-x.el: New file.
10190
10191 * files.el: Move code that deals with adding/deleting
10192 file/directory-local variables to files-x.el.
10193
10194 * Makefile.in (ELCFILES): Add files-x.elc.
10195
10196 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10197
10198 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10199 to use `goto-line'.
10200 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10201 `goto-line'.
10202 (gdb-invalidate-disassembly): Do not refresh upon receiving
10203 'update signal. Instead, update all disassembly buffers only after
10204 threads list.
10205 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10206 (gdb-starting): Moved -data-list-register-names...
10207 (gdb-stopped): ...here so it's sent when first thread stops.
10208 (gdb-registers-handler-custom): Do nothing if register names are
10209 unknown yet.
10210
10211 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10212 from `gdb-mi.el' to avoid extra tangling.
10213
10214 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10215 change which breaks `gud-def' definitions used in `gdb'.
10216 (gdb-update-gud-running): No extra fuss for updating frame number.
10217
10218 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10221 (describe-language-environment-map, setup-language-environment-map)
10222 (set-coding-system-map): Move initialization into declaration.
10223 (set-language-info-alist): Last arg to define-key-after can be skipped.
10224
10225 * international/quail.el (quail-completion-1): Simplify.
10226 (quail-define-rules): Use slightly more compact code.
10227 (quail-insert-decode-map): Propertize keys, compact columns.
10228
10229 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10230 Add goto-line.
10231
10232 2009-08-10 Miles Bader <miles@gnu.org>
10233
10234 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10235 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10236 (js2-instance-member, js2-private-member, js2-private-function-call)
10237 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10238 (js2-magic-paren, js2-external-variable):
10239 Remove "-face" suffix from face names.
10240 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10241 (js2-highlight-undeclared-vars, js2-peek-token)
10242 (js2-parse-function-params, js2-mode-show-errors)
10243 (js2-mode-show-warnings, js2-make-magic-delimiter)
10244 (js2-mode-highlight-magic-parens): Update to use new face names.
10245
10246 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10247
10248 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10249 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10250
10251 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10252
10253 * subr.el: Provide hashtable-print-readable.
10254
10255 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10256 hs-c-like-adjust-block-beginning.
10257 (hs-hide-block-at-point): Stop hiding at the beginning of
10258 hs-block-end-regexp (Bug#700).
10259
10260 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10261
10262 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10263 a macro.
10264 (gdb-registers-handler-custom): Do not fail when register names
10265 are unavailable.
10266
10267 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10268
10269 * progmodes/gdb-mi.el (gdb-control-all-threads)
10270 (gdb-control-current-thread): Interactive setters for
10271 `gdb-gud-control-all-threads' to use in menu.
10272 (gdb-show-run-p): Show «Go» when process is not active.
10273 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10274 gud/thread.xpm and gud/all.xpm.
10275
10276 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10277
10278 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10279 (nslookup-font-lock-keywords): Make it a variable.
10280 (net-utils-mode): New mode for viewing diagnostic network output.
10281 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10282 (net-utils-run-simple): New function.
10283 (ifconfig, iwconfig, netstat, arp, route): Use it.
10284
10285 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10286
10287 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10288 (gdb-memory-set-address, def-gdb-set-positive-number)
10289 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10290 after changing settings.
10291 (gdb-invalidate-disassembly): Update when first shown.
10292 (gdb-edit-locals-value): Fixed.
10293 (gdb-registers-handler-custom): Print registers in right order and
10294 allow changing register values (only for current thread yet).
10295 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10296 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10297 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10298 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10299 info in mode name.
10300 (gdb-registers-mode-map): TAB to switch to locals.
10301
10302 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10303
10304 * mail/rmail.el (rmail-add-mbox-headers)
10305 (rmail-set-message-counters-counter): Search for
10306 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10307
10308 2009-08-08 Glenn Morris <rgm@gnu.org>
10309
10310 * Makefile.in (ELCFILES): Update.
10311
10312 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10313
10314 * mail/sendmail.el (mail-yank-original): Set
10315 buffer-file-coding-system from the one used by the message whose
10316 text is yanked.
10317
10318 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10319 to "windows" when "pgnuplot" is used.
10320 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10321 call accept-process-output if "pgnuplot" is used.
10322 (calc-graph-init): Don't send -display and -geometry to
10323 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10324 running "pgnuplot -V" with shell-command-to-string.
10325
10326 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10327 the default.
10328
10329 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10330
10331 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10332 org/org-latex.elc.
10333
10334 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10335
10336 * vc-dispatcher.el (vc-resynch-window): Update comment.
10337
10338 * term.el (term-handle-ansi-escape): Add comments with the
10339 terminfo capabilities implemented.
10340
10341 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10342
10343 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10344 (gdb-var-create-handler): Rewritten using JSON parser.
10345 (gdb-propertize-header): Moved earlier.
10346 (gdb-set-header): Removed to avoid duplication.
10347 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10348 Refresh disassembly buffers only after threads list have been
10349 update.
10350 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10351 variables.
10352
10353 2009-08-04 Juri Linkov <juri@jurta.org>
10354
10355 * files.el: Commands to add/delete file/directory-local variables.
10356 (read-file-local-variable, read-file-local-variable-value)
10357 (read-file-local-variable-mode, modify-file-local-variable)
10358 (modify-file-local-variable-prop-line)
10359 (modify-dir-local-variable): New functions.
10360 (add-file-local-variable, delete-file-local-variable)
10361 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10362 (add-dir-local-variable, delete-dir-local-variable)
10363 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10364 (copy-dir-locals-to-file-locals-prop-line): New commands.
10365
10366 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10367
10368 * abbrev.el (insert-abbrev-table-description): Prettify output.
10369 Suggested by Karl Chen.
10370
10371 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10372
10373 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10374 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10375 (gdb-overlay-arrow-position, gdb-thread-position)
10376 (gdb-disassembly-position): Declare variables.
10377 (gdb-wait-for-pending): Function now.
10378 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10379 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10380 compilation goes smoothly.
10381 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10382 (gdb-non-stop-setting): New customization setting which replaces
10383 `gdb-non-stop' so changing it doesn't break active GDB session.
10384 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10385 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10386 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10387 (gdb-show-threads-by-default): New customization options.
10388 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10389 routines.
10390 (gdb-get-buffer-create): Send buffers update signal when they are
10391 created.
10392 (gdb-invalidate-locals, gdb-invalidate-registers)
10393 (gdb-invalidate-breakpoints)
10394 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10395 (gdb-invalidate-memory): Accept update signal.
10396 (gdb-current-context-command): Use --frame option.
10397 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10398 Implement `gdb-frame-number' selection logic.
10399 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10400 whether to show GUD toolbar buttons.
10401 (gdb-thread-exited): Unselect current thread when it exits.
10402 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10403 (gdb-mark-line): Routine which sets overlay arrow or inverses
10404 video on fringeless displays.
10405 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10406 to build aligned columns of data in GDB buffers and set text
10407 properties line-by-line.
10408 (gdb-invalidate-breakpoints)
10409 (gdb-breakpoints-list-handler-custom)
10410 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10411 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10412 (gdb-registers-handler-custom): Align data columns.
10413 (gdb-locals-handler-custom): Now prints data like in variable
10414 declarations.
10415 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10416 Removed confusing buttons.
10417 (gdb-invalidate-threads): Append --frame.
10418 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10419 between breakpoints/threads buffers.
10420 (gdb-set-window-buffer): Now can ignore dedicated windows.
10421 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10422 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10423 (def-gdb-thread-buffer-gud-command): Replaces
10424 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10425 for fine thread control.
10426 (gdb-preempt-existing-or-display-buffer): New function used to
10427 display bound buffers without breaking window layout.
10428 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10429 (gdb-select-frame): New version of `gdb-frames-select' which now
10430 sets `gdb-frame-number' so commands may use --frame option instead
10431 of inner debugger state.
10432 (gdb-frame-handler): Do not set `gdb-frame-number'.
10433 (gdb-threads-mode-map): Select threads with mouse.
10434
10435 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10436 avoid compilation warning.
10437 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10438 `gdb-show-stop-p`.
10439
10440 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10441 Argument `key' renamed to `buffer-type'.
10442 (gdb-current-context-buffer-name): Do not add thread info to
10443 buffer name when no thread is selected.
10444 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10445 command (bug 3794).
10446 (gdb-thread-selected): Handle `=thread-selected' notification.
10447 (gdb-wait-for-pending): New macro to deal with congestion problems.
10448 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10449 breakpoints.
10450 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10451 This fixes problem similar to one described in bug 3947.
10452 (gud-menu-map): More menu items.
10453 (gdb-init-1): Reset `gdb-thread-number' to nil.
10454
10455 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10456 non-stop settings.
10457
10458 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10459 (gdb-current-context-command): Do not append --thread if
10460 `gdb-thread-number' is nil.
10461 (gdb-running-threads-count, gdb-stopped-threads-count): New
10462 variables.
10463 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10464 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10465 customization options.
10466 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10467 GUD commands.
10468 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10469 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10470 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10471 set `gdb-thread-number' and update `gud-running' properly.
10472 (gdb-running): Update threads list when new threads appear.
10473 (gdb-stopped): Support non-stop operation and new thread switching
10474 logic.
10475 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10476 (gdb-json-partial-output): New set of JSON routines.
10477 (def-gdb-auto-update-trigger): New `signal-list' optional
10478 argument.
10479 (gdb-thread-list-handler-custom): Update `gud-running',
10480 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10481 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10482 (gdb-continue-thread, gdb-step-thread): New commands for fine
10483 thread execution control.
10484 (gud-menu-map): New menu items to switch non-stop options.
10485 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10486 (gdb-send): Mimic RET properly (bug 3794).
10487
10488 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10489 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10490 gdb-buffer-rules.
10491 (def-gdb-auto-update-handler): New nopreserve optional argument.
10492 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10493
10494 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10495 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10496 (gdb-parent-mode): New mode to derive other GDB modes from.
10497 (gdb-display-disassembly-for-thread)
10498 (gdb-frame-disassembly-for-thread): New commands for threads
10499 buffer.
10500
10501 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10502 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10503 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10504 (gdb-update): We now store all GDB buffers in a list so that they
10505 can be updated by traversing a list instead of calling invalidate
10506 triggers explicitly.
10507 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10508 pair for GDB buffer.
10509 (gdb-stack-buffer-name): Add thread information.
10510 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10511 handle pending triggers.
10512 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10513 (def-gdb-thread-buffer-simple-command)
10514 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10515 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10516 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10517 New commands which show buffers bound to thread.
10518 (gdb-stack-list-locals-regexp): Removed unused regexp.
10519
10520 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10521 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10522 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10523 to (gud-comint-buffer) in *-buffer-name functions
10524 because (gdb-get-target-string) already does that.
10525 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10526 (gdb-changed-registers-handler): Rewritten without regexps.
10527
10528 * progmodes/gdb-mi.el: Basic thread selection support.
10529 (gdb-thread-number): New variable.
10530 (gdb-current-context-command): New macro which adds --thread
10531 option to command.
10532 (gdb-threads-mode-map): Select thread with SPC.
10533 (gdb-thread-list-handler-custom): Mark current thread with overlay
10534 arrow. Synchronize GDB thread and Emacs thread.
10535 (gdb-select-thread): New command which selects current thread.
10536 (gdb-invalidate-frames, gdb-invalidate-locals)
10537 (gdb-invalidate-registers): Use --thread option.
10538
10539 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10540
10541 * net/tramp.el (top): Make check for tramp-gvfs loading more
10542 robust. (Bug#3977)
10543 (tramp-handle-insert-file-contents): `unwind-protect' must be
10544 inside `with-parsed-tramp-file-name'.
10545
10546 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10547 fails.
10548
10549 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10550
10551 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10552 directory if CLASSPATH is not set.
10553
10554 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10555
10556 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10557 New defconst.
10558 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10559
10560 2009-08-02 Kevin Ryde <user42@zip.com.au>
10561
10562 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10563 Update freshmeat link. Delete newsforge.com as it seems gone.
10564
10565 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10566
10567 * select.el (x-set-selection): Doc fix (Bug#4021).
10568
10569 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10570
10571 * help-fns.el (describe-variable): Treat list return values from
10572 dir-locals-find-file properly (Bug#4005).
10573
10574 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10575
10576 * net/tramp.el (tramp-debug-message): Print also microseconds.
10577
10578 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10579
10580 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10581 or END is non-nil.
10582 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10583 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10584 format.
10585
10586 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10587 (tramp-get-file-property): Use it.
10588
10589 * autorevert.el (auto-revert-handler): Allow
10590 `auto-revert-tail-mode' for remote files.
10591
10592 2009-08-02 Jason Rumney <jasonr@gnu.org>
10593
10594 * minibuffer.el (read-file-name): Treat confirm options to
10595 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10596
10597 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10598
10599 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10600 (font-lock-variable-name-face, font-lock-constant-face): Darken
10601 the colors for light backgrounds.
10602
10603 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10604
10605 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10606 month names. (Bug#3987)
10607
10608 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10609
10610 * simple.el (line-move-finish): Pass whole number to
10611 line-move-to-column.
10612 (line-move-visual): Perform hscroll to the recorded position.
10613
10614 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10615
10616 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10617
10618 2009-07-29 Alan Mackenzie <acm@muc.de>
10619
10620 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10621
10622 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10623
10624 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10625 (gdb-place-breakpoints): Use full path when setting breakpoints.
10626
10627 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10628
10629 * calc/calc.el (calc-mode-map): Add keybinding for
10630 `calc-transpose-lines'.
10631
10632 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10633
10634 * calc/calc-misc.el (calc-transpose-lines): New function.
10635
10636 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10637
10638 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10639 Simplify check for out-of-band methods.
10640 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10641 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10642
10643 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10644
10645 * vc-git.el (vc-git-checkin): Fix typo.
10646
10647 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10648
10649 * progmodes/js2-mode.el: New file.
10650
10651 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10652
10653 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10654 (gud-menu-map): Adjust tooltip accordingly.
10655
10656 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10657
10658 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10659 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10660
10661 * add-log.el (change-log-mode-map): Add a menu.
10662
10663 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10664
10665 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10666 function returns nil.
10667 (dbus-handle-event): Handle special return value :ignore.
10668 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10669
10670 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10671
10672 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10673 it's not needed.
10674
10675 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10676
10677 Fix Bug#3888:
10678
10679 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10680
10681 * term/pc-win.el (x-display-name, x-colors)
10682 (x-select-enable-clipboard, x-select-text): Doc fix.
10683
10684 * term/common-win.el (x-display-name, x-colors): Doc fix.
10685
10686 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10687 (xw-defined-colors): Doc fix.
10688
10689 * w32-fns.el (x-select-text, x-setup-function-keys)
10690 (x-get-selection, x-set-selection): Doc fix.
10691
10692 * term/x-win.el (x-select-text, x-setup-function-keys)
10693 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10694
10695 * select.el (x-set-selection): Doc fix.
10696
10697 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10698
10699 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10700 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10701 "IsNSSSupportAvailable" method is not available. Reported by
10702 Steve Youngs <steve@sxemacs.org>.
10703
10704 2009-07-24 Kenichi Handa <handa@m17n.org>
10705
10706 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10707 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10708 (build-unicode-category-table): Fix range checks.
10709
10710 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10711
10712 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10713 the buffer we try to sync is current when calling
10714 vc-resynch-buffer.
10715
10716 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10717 not show up to date files.
10718
10719 2009-07-24 Glenn Morris <rgm@gnu.org>
10720
10721 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10722 Add autoload cookies. If necessary, initialize.
10723 (elint-log): Handle non-file buffers.
10724 (elint-initialize): Add optional argument to reinitialize.
10725 (elint-find-builtin-variables): Save excursion.
10726
10727 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10728
10729 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10730 for Lint.
10731
10732 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10733
10734 * vc.el (vc-print-log-internal): New function, split out from ...
10735 (vc-print-log): ... here.
10736 (vc-dir-move-to-goal-column): Declare.
10737
10738 * vc-git.el (vc-git-add-signoff): New variable.
10739 (vc-git-checkin): Use it.
10740 (vc-git-toggle-signoff): New function.
10741 (vc-git-extra-menu-map): Bind it to menu.
10742 (vc-git--run-command-string): Accept a nil FILE argument.
10743 (vc-git-stash-list): New function.
10744 (vc-git-dir-extra-headers): Use it.
10745
10746 2009-07-23 Glenn Morris <rgm@gnu.org>
10747
10748 * help-fns.el (describe-variable): Describe ignored and risky local
10749 variables in a similar way to that in which we describe safe ones.
10750
10751 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10752 (byte-compile-output-file-form, byte-compile-output-docform)
10753 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10754 Give some more local variables with common names a "bytecomp-" prefix,
10755 so as not to shadow things during compilation.
10756 * emacs-lisp/cl-macs.el (load-time-value)
10757 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10758 `outbuffer' to `bytecomp-outbuffer'.
10759
10760 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10761 since the next two variables cover them automatically now.
10762 (elint-builtin-variables, elint-autoloaded-variables): New.
10763 (elint-unknown-builtin-args): Remove all members, since they can be
10764 parsed automatically now.
10765 (elint-extra-errors): New.
10766 (elint-env-add-env, elint-env-add-macro): Use cadr.
10767 (elint-current-buffer): Use or. Change final message.
10768 (elint-get-top-forms): Use line-end-position.
10769 (elint-init-env): Use cadr. Handle autoload, declare-function,
10770 and defalias.
10771 (elint-add-required-env): Doc fix. Use or. Standardize error.
10772 (regexp-assoc): Remove unused function.
10773 (elint-top-form): Set elint-current-pos, to record the start of the
10774 top-level form, for compilation-mode.
10775 (elint-form): Trap errors in macro expansion. Use dolist.
10776 (elint-unbound-variable): Use elint-builtin-variables and
10777 elint-autoloaded-variables.
10778 (elint-get-args): Use cadr, or.
10779 (elint-check-cond-form): Use dolist, cadr.
10780 (elint-check-condition-case-form): Doc fix. Use cadr.
10781 Use elint-extra-errors.
10782 (elint-log): New function.
10783 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10784 Distinguish errors and warnings.
10785 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10786 Use a bytecomp-style format.
10787 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10788 (elint-get-log-buffer): Use compilation mode. Disable undo.
10789 Don't truncate lines.
10790 (elint-initialize): Set builtin and autoloaded variable lists.
10791 Only process elint-unknown-builtin-args if non-nil.
10792 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10793 New functions.
10794 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10795
10796 2009-07-22 Kevin Ryde <user42@zip.com.au>
10797
10798 * net/newst-backend.el (newsticker--parse-atom-1.0)
10799 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10800 (newsticker--parse-rss-1.0):
10801 * progmodes/idlwave.el (idlwave-mode):
10802 * progmodes/idlw-shell.el (idlwave-shell-mode):
10803 * progmodes/vera-mode.el (vera-mode):
10804 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10805 * progmodes/vhdl-mode.el (vhdl-mode):
10806 * textmodes/table.el (table-generate-source)
10807 (table--warn-incompatibility):
10808 Hyperlink urls in docstrings with URL `...'.
10809
10810 2009-07-22 Glenn Morris <rgm@gnu.org>
10811
10812 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10813 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10814 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10815 Remove leading * from defcustom docs.
10816
10817 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10818
10819 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10820 defcustom doc.
10821 (list-load-path-shadows): Optionally, just return shadows as a string.
10822
10823 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10824
10825 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10826
10827 * mail/rmailedit.el (rmail-edit-mode): Use
10828 auto-save-include-big-deletions.
10829
10830 * mail/rmail.el (rmail-variables): Use
10831 auto-save-include-big-deletions.
10832
10833 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10834 changes.
10835
10836 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10837
10838 * calc/calc.el (calc-undo-length): New variable.
10839 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10840
10841 2009-07-21 Richard Stallman <rms@gnu.org>
10842
10843 * files.el (auto-save-mode): Handle buffer-save-size = -2
10844 for toggling mode.
10845
10846 2009-07-21 Glenn Morris <rgm@gnu.org>
10847
10848 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10849
10850 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10851
10852 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10853 silence compiler. Instead...
10854 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10855 (ps-print-ensure-fontified): Update for above function name changes.
10856
10857 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10858 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10859 silence compiler. Instead...
10860 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10861 (mh-show-buffer): Only define for compiler.
10862 (pr-mh-current-message): Update for above function name changes.
10863
10864 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10865 as an argument.
10866 (find-file-noselect, insert-file-1): Update for above change.
10867
10868 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10869
10870 * mail/mailclient.el (mailclient-send-it): Fix message.
10871
10872 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10873 (edebug-eval): Check cl-debug-env is bound.
10874 (print-level, print-circle): Don't redefine built-in variables.
10875
10876 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10877 (custom-print-vectors): Remove old comments from doc.
10878
10879 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10880 (emerge-version): Make the variable an obsolete alias for the
10881 emacs-version variable. Make the function obsolete.
10882 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10883 Emerge options, rather than merging in into the main Options menu.
10884 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10885 and auto advance modes. Disable edit/fast items when not relevant.
10886
10887 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10888
10889 * term/vt420.el (terminal-init-vt420): Fix typo.
10890
10891 2009-07-20 Sam Steingold <sds@gnu.org>
10892
10893 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10894 variable (removed from compile.el on 2004-03-11).
10895
10896 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * files.el (hack-local-variables-filter): Fix last change.
10899
10900 2009-07-19 Juri Linkov <juri@jurta.org>
10901
10902 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10903 (dir-local-variables-alist): New buffer-local variable.
10904 (hack-local-variables-filter): If variable is not dir-local,
10905 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10906 because file-local overrides dir-local.
10907 (c-postprocess-file-styles) <declare-function>:
10908 Remove obsolete declaration.
10909 (hack-dir-local-variables): Add dir-local variable/value pair to
10910 `dir-local-variables-alist' and remove duplicates. Doc fix.
10911
10912 * help-fns.el (describe-variable): Add information about
10913 file-local and dir-local variables.
10914
10915 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * files.el (hack-local-variables-filter): Rewrite.
10918
10919 2009-07-19 Glenn Morris <rgm@gnu.org>
10920
10921 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10922 Silence compiler by only defining on XEmacs.
10923
10924 * international/mule.el (auto-coding-regexp-alist): Only match
10925 BABYL... at the start of buffer, not of lines. (Bug#3790)
10926
10927 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10928 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10929 (cal-menu-context-mouse-menu): Doc fix.
10930
10931 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10932
10933 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10934
10935 2009-07-18 Juri Linkov <juri@jurta.org>
10936
10937 * info.el: Virtual Info keyword finder.
10938 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10939 (Info-finder-file): New variable.
10940 (Info-finder-find-file): New function.
10941 (finder-known-keywords, finder-package-info)
10942 (find-library-name, lm-commentary): Use defvar and
10943 declare-function to silence compiler warnings.
10944 (Info-finder-find-node): New function.
10945 (info-finder): New command.
10946
10947 * subr.el (process-kill-buffer-query-function): New function.
10948 (add-hook)<kill-buffer-query-functions>: Add hook
10949 `process-kill-buffer-query-function'.
10950
10951 2009-07-18 Alan Mackenzie <acm@muc.de>
10952
10953 * progmodes/cc-mode.el (c-before-hack-hook)
10954 (c-postprocess-file-styles): Give invocation of `c-set-style'
10955 DONT-OVERRIDE parameter of t. Already set style variables will
10956 thus not be overridden by style settings given by `c-file-syle'.
10957
10958 * files.el (hack-local-variables-filter): Remove entries with
10959 duplicate keys from `file-local-variables-alist'.
10960
10961 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10962
10963 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10964 x-set-selection if display-selections-p returns nil for the
10965 current frame.
10966
10967 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10968
10969 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10970
10971 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10972
10973 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10974 Accept nil in addition to a regexp.
10975 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10976 Accept nil in addition to a regexp.
10977 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10978 buffers that have an associated file. Handle nil values of
10979 desktop-buffers-not-to-save and desktop-files-not-to-save.
10980 (Bug#3833)
10981
10982 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10983 (x-disown-selection-internal): New functions.
10984
10985 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10986
10987 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10988 warning.
10989 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10990 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10991
10992 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10993
10994 * simple.el (set-mark): Revert last change.
10995
10996 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10997
10998 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10999 rendering of pngs is not possible instead of messaging a long
11000 description.
11001
11002 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11003
11004 * w32-fns.el (x-selection-owner-p): New function.
11005
11006 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11007 (mouse-yank-at-click, mouse-yank-primary): If
11008 select-active-regions is non-nil, deactivate the mark before
11009 insertion.
11010
11011 * simple.el (deactivate-mark, set-mark): Only save selection if we
11012 own it.
11013
11014 2009-07-17 Kenichi Handa <handa@m17n.org>
11015
11016 * case-table.el (describe-buffer-case-table): Fix for the case
11017 that KEY is a cons.
11018
11019 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11020
11021 * vc-rcs.el (vc-rcs-find-file-hook):
11022 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11023
11024 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11025
11026 * net/tramp.el (tramp-wait-for-output): Handle the case when
11027 commands do not return a newline but a null byte before the shell
11028 prompt. (Bug#3858)
11029
11030 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11031
11032 * term/ns-win.el (ns-set-alpha): Don't declare.
11033 (ns-set-background-alpha): Remove function.
11034
11035 2009-07-16 Kevin Ryde <user42@zip.com.au>
11036
11037 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11038 y-or-n-p, for safety.
11039
11040 2009-07-16 Richard Stallman <rms@gnu.org>
11041
11042 * files.el (auto-save-mode): If buffer-saved-size is -2,
11043 don't clobber it.
11044
11045 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11046 (rmail-retry-ignored-headers): Add more uninteresting fields.
11047
11048 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11049
11050 * net/rcirc.el (rcirc): Use history variables.
11051 (rcirc-server-name-history, rcirc-nick-name-history)
11052 (rcirc-server-port-history): New variables.
11053
11054 2009-07-15 Kenichi Handa <handa@m17n.org>
11055
11056 * international/mule-cmds.el (set-language-environment-charset):
11057 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11058 ignore them.
11059
11060 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11061 Delete unibyte-display.
11062
11063 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11064
11065 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11066
11067 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11068
11069 * simple.el (deactivate-mark): Optional argument FORCE.
11070 (set-mark): Use deactivate-mark.
11071
11072 * info.el (Info-search): No need to check transient-mark-mode
11073 before calling deactivate-mark.
11074
11075 * select.el (x-set-selection): Doc fix.
11076 (x-valid-simple-selection-p): Allow buffer values.
11077 (xselect--selection-bounds): Handle buffer values. Suggested by
11078 David De La Harpe Golden.
11079
11080 * mouse.el (mouse-set-region, mouse-drag-track): Call
11081 copy-region-as-kill before setting the mark, to let
11082 select-active-regions work.
11083
11084 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11085
11086 * simple.el (deactivate-mark): If select-active-regions is
11087 non-nil, copy the selection data into a string.
11088 (activate-mark): If select-active-regions is non-nil, set the
11089 selection to the current buffer.
11090 (set-mark): Update selection if select-active-regions is non-nil.
11091
11092 * select.el (x-valid-simple-selection-p): Allow buffer values.
11093
11094 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11097 and more featureful message-mode.
11098
11099 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11100
11101 * select.el (x-set-selection): Doc fix.
11102 (x-valid-simple-selection-p): Disallow selection data consisting
11103 of a list or cons of integers, since that is not used.
11104 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11105 (xselect-convert-to-string, xselect-convert-to-length)
11106 (xselect-convert-to-filename, xselect-convert-to-charpos)
11107 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11108
11109 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11110
11111 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11112 output in -break-info command (Emacs bug #3794).
11113
11114 2009-07-14 Glenn Morris <rgm@gnu.org>
11115
11116 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11117 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11118 (edebug-print-length, edebug-print-level, edebug-print-circle)
11119 (edebug-sit-for-seconds, edebug-view-outside)
11120 (edebug-bounce-point, edebug-set-global-break-condition)
11121 (edebug-Go-nonstop-mode, edebug-trace-mode)
11122 (edebug-Trace-fast-mode, edebug-continue-mode)
11123 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11124 (edebug-visit-eval-list): Doc fixes.
11125
11126 * subr.el (def-edebug-spec): Doc fix.
11127
11128 2009-07-14 Kenichi Handa <handa@m17n.org>
11129
11130 * international/characters.el: Fix setting of category ?C.
11131
11132 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11133
11134 * term/ns-win.el (x-select-font): defalias x-select-font to
11135 ns-popup-font-panel instead of generate-fontset-menu.
11136
11137 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11138
11139 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11140
11141 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11142
11143 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11144 the PK\003\004 header (Bug#3770).
11145
11146 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11147
11148 * pcomplete.el (pcomplete-comint-setup): Check for
11149 shell-dynamic-complete-filename too.
11150
11151 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11152
11153 * simple.el (temporary-goal-column): Change the value for
11154 line-move-visual to a cons cell.
11155 (line-move-visual): Record or set the window hscroll, if
11156 necessary (Bug#3494).
11157 (line-move-1): Handle cons value of temporary-goal-column.
11158
11159 2009-07-11 Kenichi Handa <handa@m17n.org>
11160
11161 * international/mule-diag.el (describe-character-set): Don't show
11162 width.
11163
11164 2009-07-10 Sam Steingold <sds@gnu.org>
11165
11166 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11167 Omake sometimes indents the errors it prints, so allow all
11168 regexps to start with spaces.
11169
11170 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11171
11172 * cus-edit.el (customize-changed-options-previous-release):
11173 Bump value to 22.1. (Bug#3804)
11174
11175 2009-07-08 Sam Steingold <sds@gnu.org>
11176
11177 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11178 to be a cons cell (test . ignored-directory) to selectively ignore
11179 some directories depending on the location of the search.
11180
11181 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11182
11183 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11184 remote user is root, on the local host.
11185 (tramp-local-host-p): Either the local user or the remote user
11186 must be root. (Bug#3771)
11187
11188 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11189
11190 * progmodes/gdb-mi.el (gdb): Remove description of
11191 gdb-use-separate-io-buffer.
11192 (menu): Don't allow toggling of or enable
11193 gdb-use-separate-io-buffer from menubar.
11194
11195 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11196
11197 * mail/unrmail.el (unrmail): Make sure the message ends with two
11198 newlines (Bug#3769).
11199
11200 2009-07-08 Glenn Morris <rgm@gnu.org>
11201
11202 * calendar/calendar.el (calendar-current-date): Rework previous change.
11203
11204 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11205
11206 * calendar/calendar.el (calendar-current-date):
11207 Add an optional argument giving an offset from today.
11208
11209 2009-07-08 Glenn Morris <rgm@gnu.org>
11210
11211 * tutorial.el (tutorial--describe-nonstandard-key):
11212 Adjust the message for when a key has been unbound.
11213 (help-with-tutorial): Hide the arch-tag.
11214
11215 2009-07-08 Kenichi Handa <handa@m17n.org>
11216
11217 * international/fontset.el (setup-default-fontset): For each
11218 script, append (not set) font-specs.
11219
11220 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11221 docstring.
11222
11223 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11224
11225 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11226 -data-list-register-names to ...
11227 (gdb-starting): ... here because GDB 7.0 requires execution to
11228 have started when using this MI command.
11229 (gdb-set-header): New function to distinguish select and
11230 unselected tabs in gdb buffers.
11231 (gdb-propertize-header): New macro that uses gdb-set-header.
11232 (gdb-breakpoints-header, gdb-locals-header): Use it.
11233 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11234
11235 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11236
11237 * Makefile.in (ELCFILES): Remove fadr.elc.
11238
11239 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11240
11241 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11242 may contain frame information, so `string-match' should be used.
11243 (gdb-update): Disassembly is invalidated through
11244 `gdb-get-selected-frame'.
11245 (gdb-pad-string): New function to pad string with spaces.
11246 (gdb-invalidate-disassembly): Invalidate only if the buffer
11247 exists.
11248 (gdb-disassembly-handler-custom): Column alignment.
11249 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11250 placing new ones.
11251 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11252 end of line, too.
11253 (gdb-frame-handler): Match convention to for disassembly buffer
11254 mode name.
11255 (gdb-stack-list-frames-handler): Rewritten without regexps.
11256 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11257 not highlight breakpoints without line information.
11258 (gdb-input): Add trailing newline to command.
11259
11260 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11261 buffer properly.
11262 (gdb-breakpoints-list-handler-custom): Replacement for
11263 `gdb-break-list-handler'. Using real parser instead of regexps
11264 now.
11265 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11266 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11267 to place breakpoints.
11268 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11269 functions.
11270 (gdb-disassembly-handler-custom): Show overlay arrow.
11271 (gdb-disassembly-place-breakpoints): Show breakpoints in
11272 disassembly buffer.
11273 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11274 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11275 instead of parsing breakpoints buffer. Fixed old menu references
11276 in `gud-menu-map'.
11277
11278 * fadr.el: Remove.
11279
11280 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11281 (gdb-memory-address): New variable which holds top address of
11282 memory page shown in memory buffer.
11283 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11284 customization variables.
11285 New functions:
11286 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11287 display the memory buffer.
11288 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11289 buffer display parameters.
11290 (def-gdb-memory-format, gdb-memory-format-binary)
11291 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11292 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11293 Functions for setting memory buffer format.
11294 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11295 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11296 unit size used in memory buffer.
11297 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11298 to next/previous page of memory buffer.
11299 Now using (bindat-get-field) instead of fadr functions.
11300
11301 2009-07-07 Sam Steingold <sds@gnu.org>
11302
11303 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11304 non-top-level files.
11305
11306 2009-07-07 Kenichi Handa <handa@m17n.org>
11307
11308 * international/mule-cmds.el (reset-language-environment): Put
11309 the highset priority to the charset iso-8859-1.
11310
11311 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11312
11313 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11314 to the end of the line when locating the block (Bug#700).
11315
11316 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11317
11318 * net/tramp.el (tramp-handle-write-region): Flush file properties
11319 in case of short track.
11320
11321 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11322
11323 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11324 Coded custom representation of verilog error regular expressions
11325 to work with Emacs-22's new format.
11326 (verilog-error-regexp-xemacs-alist): Coded custom representation
11327 of verilog error regular expressions to work with XEmacs format.
11328 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11329 error recognition into XEmacs.
11330 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11331 error recognition into Emacs-22.
11332
11333 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11334
11335 * woman.el: Remove stand-alone closing parentheses.
11336 (woman-file-name, woman2-format-paragraphs)
11337 (woman-leave-blank-lines): Code cleanup.
11338 (woman-use-own-frame): Change default to nil.
11339 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11340 defaults to inherit from default faces.
11341 (woman2-process-escapes): Consume the newline after a stand-alone
11342 filler character (Bug#3651).
11343
11344 2009-07-06 Glenn Morris <rgm@gnu.org>
11345
11346 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11347 (top-level): Move provide to the end.
11348 (ffap): Remove defunct URL from custom group.
11349
11350 * subr.el (eval-after-load): Doc fix.
11351
11352 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11353
11354 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11355 `calc-embedded-word' is called twice.
11356
11357 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * files.el (find-alternate-file-other-window, find-alternate-file):
11360 Obey confirm-nonexistent-file-or-buffer.
11361
11362 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11363
11364 * dired-aux.el (dired-show-file-type): Handle remote files.
11365
11366 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11367
11368 * desktop.el (desktop-globals-to-save):
11369 Add file-name-history (Bug#2750).
11370
11371 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11372
11373 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11374
11375 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11376
11377 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11378 property on entire argument since this is what eshell-lisp-command
11379 expects.
11380
11381 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11382
11383 * net/tramp-gvfs.el (tramp-gvfs-methods)
11384 (tramp-gvfs-zeroconf-domain)
11385 (tramp-bluez-discover-devices-timeout): Add version flag.
11386 (tramp-gvfs-handler-mounted-unmounted)
11387 (tramp-gvfs-connection-mounted-p): Polish handling of
11388 incompatibilities between GVFS 0.2 and 1.0.
11389
11390 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11391
11392 * cus-start.el (all): Add make-pointer-invisible.
11393
11394 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11395
11396 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11397 formatted correctly.
11398
11399 2009-07-02 Juri Linkov <juri@jurta.org>
11400
11401 * info.el: Virtual Info files and nodes.
11402 (Info-virtual-files, Info-virtual-nodes): New variables.
11403 (Info-current-node-virtual): New variable.
11404 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11405 New functions.
11406 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11407 to check for a virtual file instead of checking a fixed list
11408 of node names.
11409 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11410 instead of ad-hoc processing of "dir" and (apropos history toc).
11411 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11412 instead of ad-hoc processing of "dir" and (apropos history toc).
11413 Reread a file when moving from a virtual node.
11414 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11415 (Info-directory-toc-nodes, Info-directory-find-file)
11416 (Info-directory-find-node): New functions.
11417 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11418 (Info-history): Move part of code to
11419 `Info-history-find-node'.
11420 (Info-history-toc-nodes, Info-history-find-file)
11421 (Info-history-find-node): New functions.
11422 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11423 (Info-toc): Move part of code to `Info-toc-find-node'.
11424 (Info-toc-find-node): New function.
11425 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11426 the current Info file name to references because now the node
11427 "*TOC*" belongs to the same Info manual.
11428 (Info-toc-build): Rename from `Info-build-toc'.
11429 (Info-toc-nodes): Rename input argument `file' to `filename'.
11430 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11431 instead of ad-hoc processing of ("dir" apropos history toc).
11432 (Info-index-nodes): Use Info-virtual-file-p
11433 to check for a virtual file instead of checking a fixed list
11434 of node names.
11435 (Info-index-node): Add check for `Info-current-node-virtual'.
11436 Raise `save-match-data' higher up the tree to contain
11437 `search-forward' too (bug fix).
11438 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11439 (Info-virtual-index-nodes): New variable.
11440 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11441 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11442 (Info-apropos-file, Info-apropos-nodes): New variables.
11443 (Info-apropos-toc-nodes, Info-apropos-find-file)
11444 (Info-apropos-find-node, Info-apropos-matches): New functions.
11445 (info-apropos): Move part of code to `Info-apropos-find-node' and
11446 `Info-apropos-matches'.
11447 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11448 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11449 for a virtual file instead of checking a fixed list of node names.
11450
11451 * simple.el (async-shell-command): New command.
11452
11453 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11454
11455 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11456 instead of `mount-info'.
11457
11458 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11459
11460 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11461 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11462
11463 2009-07-02 Kenichi Handa <handa@m17n.org>
11464
11465 * international/mule.el (set-keyboard-coding-system): Force *-unix
11466 coding-system to avoid eol conversion.
11467
11468 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11469
11470 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11471 Add handler for `process-file', `shell-command' and
11472 `start-file-process'.
11473 (tramp-gvfs-handle-shell-command)
11474 (tramp-gvfs-handle-start-file-process)
11475 (tramp-gvfs-handle-process-file): New defuns.
11476 (tramp-synce-list-devices): Simplify check for existence of property.
11477
11478 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11479
11480 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11481
11482 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11483
11484 * language/korean.el (set-language-info-alist): Add korean-cp949,
11485 cp949 to spec.
11486
11487 2009-07-01 Kenichi Handa <handa@m17n.org>
11488
11489 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11490
11491 * international/encoded-kb.el: Deleted.
11492
11493 * international/mule.el (set-keyboard-coding-system): Perform the
11494 necessary setup here instead of calling encoded-kbd-setup-display.
11495
11496 2009-07-01 Glenn Morris <rgm@gnu.org>
11497
11498 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11499
11500 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11501
11502 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11503
11504 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11505
11506 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11507 Handle also the 'rename case, when setting file modes. (Bug#3712)
11508 (tramp-default-file-modes): Remove execute permissions.
11509
11510 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11511 (top): Add a default for "synce" in `tramp-default-user-alist'.
11512 Add completion function for "synce" method.
11513 (tramp-hal-service, tramp-hal-path-manager)
11514 (tramp-hal-interface-manager, tramp-hal-interface-device):
11515 New defconst.
11516 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11517 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11518 New defuns.
11519
11520 * net/trampver.el: Update release number.
11521
11522 2009-06-30 Kenichi Handa <handa@m17n.org>
11523
11524 * international/fontset.el (setup-default-fontset): Add CJK fonts
11525 for symbols and the other miscellaneous characters.
11526
11527 * language/korea-util.el (setup-korean-environment-internal):
11528 Make char-width-table suitable for Korean environments.
11529 (exit-korean-environment): Cancel above.
11530
11531 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11532 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11533 setup-function to make char-width-table suitable for respective
11534 environments, and an exit-function to cancel that.
11535
11536 * language/japan-util.el (setup-japanese-environment-internal):
11537 Call use-cjk-char-width-table with arg `ja_JP'.
11538
11539 * international/characters.el (cjk-char-width-table): Delete it.
11540 (cjk-char-width-table-list): New variable.
11541 (use-cjk-char-width-table): New arg local-name.
11542 (use-default-char-width-table): Fix for the case that Emacs is
11543 already using the default char-width-table.
11544
11545 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11546
11547 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11548 modes mandatory. (Bug#3712)
11549
11550 2009-06-29 Alan Mackenzie <acm@muc.de>
11551
11552 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11553 correction between the visible width of TABs and their number of bytes.
11554
11555 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11556
11557 * server.el (server-buffer-done): Prevent kill-buffer from
11558 prompting by clearing the buffer modification flag (Bug#3696).
11559
11560 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11561
11562 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11563 (verilog-endcomment-reason-re): Support unique case and priority case.
11564 (verilog-basic-complete-re): Support localparam lineup.
11565 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11566 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11567 commenting.
11568 (verilog-leap-to-case-head): Now support *nested* unique &
11569 priority case statements.
11570 (verilog-auto-lineup): Make just declarations the default (as it
11571 had been).
11572 (verilog-leap-to-case-head): Support priority/unique case statements.
11573 (verilog-auto-lineup): Rework to give users radio buttons to
11574 select the various styles of automatic lineup.
11575 (verilog-error-regexp-alist): Rework to support the XEmacs style
11576 of error regular expressions from compilers, lint tools &
11577 simulators. Note that GNU Emacs has made it impossible for a mode
11578 to load such things.
11579 (electric-verilog-terminate-line, verilog-indent-declaration)
11580 (verilog-auto-wiure): Rework for radio button selection of
11581 auto-lineup selection of specification of auto lineup.
11582 (verilog-beg-of-statement-1): Redesign to support proper operation
11583 in additional code, based on testing with auto-lineup.
11584 (verilog-calculate-indent, assignments & declarations)
11585 (verilog-backward-token): Enhance to support auto-lineup of
11586 assignments & declarations.
11587 (verilog-in-directive-p, verilog-at-struct-p): New function for
11588 easy test of whether we are.
11589 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11590 to support safe execution at almost anyline.
11591 (verilog-calc-1): Properly support indenting deep inside generate
11592 blocks.
11593 (verilog-init-font): Remove definition & use of verilog-init-font,
11594 as it is redundant with font-lock-defaults.
11595 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11596 to avoid circular calls if syntax-ppss is a function (as is the
11597 case now in 22.x GNU Emacs) as that function would sometimes call
11598 itself, leading to (nearly) infinite recursion.
11599 (verilog-ovm-begin-re, verilog-ovm-end-re)
11600 (verilog-ovm-statement-re, verilog-leap-to-head)
11601 (verilog-backward-token): Add support for OVM macros. Some are
11602 complete statements, and others open and close scopes like begin
11603 and end.
11604 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11605 (verilog-defun-level-generate-only-re): Really fix the defun-list
11606 compilation issue.
11607 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11608 coverpoint, constraint and cross statements.
11609 (verilog-defun-level-list, verilog-generate-defun-level-list)
11610 (verilog-all-defun-level-list): Redo these specifications - it is
11611 too hard to support eval-when compile aggregation of lists also
11612 built at when-compile time.
11613 (verilog-defun-level-list): Place defconsts of variables used in
11614 building regular expressions which are built in eval-when-compile
11615 bodies in the same eval-when-compile body to facilitate compile
11616 without load.
11617 (verilog-beg-block-re-ordered): Support indenting
11618 virtual/protected tasks and functions.
11619 (verilog-defun-level-list, verilog-in-generate-region-p)
11620 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11621 indentation of some module items (generate items).
11622 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11623 across virtual/protected tasks and functions.
11624
11625 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11626
11627 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11628 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11629 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11630 in concatenations. Reported by Yishay Belkind.
11631 (verilog-auto-ascii-enum): Support one-hot state machines in
11632 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11633 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11634 modport in AUTOINST and add vl-modport for users. Reported by
11635 David Rogoff.
11636 (verilog-auto-inout-module, verilog-auto-inst)
11637 (verilog-decls-get-interfaces, verilog-insert-definition)
11638 (verilog-insert-one-definition, verilog-read-decls)
11639 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11640 (verilog-sig-modport, verilog-signals-combine-bus)
11641 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11642 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11643 Suggested by David Rogoff.
11644 (verilog-repair-open-comma): Fix non-insertion of comma when
11645 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11646 (verilog-make-width-expression): Simplify [A-1:0] expression
11647 widths to just {A{1'b0}}.
11648 (verilog-mode): Cleanup checkdoc warnings.
11649 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11650 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11651 inputs/outputs or data type. Suggested by Vasu Kandadi.
11652 (next-error-last-buffer): Fix byte-compiler warning.
11653 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11654 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11655 or shell command text during AUTO expansion. Suggested by Tad Truex.
11656 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11657 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11658 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11659 in AUTOINOUT. Reported by Matthew Lovell.
11660 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11661 causing use of <= assignments. Reported by Alex Reed.
11662 (verilog-read-decls): Fix triand, trior, wand, wor to be
11663 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11664 (verilog-extended-complete-re): Support import "DPI-C" functions.
11665 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11666 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11667 (verilog-insert-date, verilog-insert-year)
11668 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11669 Windows systems. Reported by Michael Potts.
11670 (verilog-read-module-name): Fix AUTOINST when the child module
11671 declaration's name is a tick define. Reported by Elliot Mednick.
11672 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11673 passed to next parameter's definition. Reported by Bruce T.
11674 (verilog-read-decls): Fix detecting "parameter int" when using
11675 AUTOINSTPARAM. Reported by Bruce T.
11676 (verilog-goto-defun): Fix goto not finding modules unless first
11677 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11678 (verilog-mode): Expand -f flag arguments on entry to mode so
11679 verilog-goto-defun will work. Reported by Lawrence Butcher.
11680 (verilog-getopt): Expand environment variables in -f file
11681 arguments. Suggested by Lawrence Butcher.
11682 (verilog-set-define): Fix "Symbol's value as variable is void"
11683 when reading enumerations.
11684 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11685 Suggested by Stephen Peltan.
11686 (verilog-read-defines): Fix reading of enumerations in include
11687 files. Reported by Steve Peltan.
11688
11689 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11690
11691 * files.el (trash-directory): Fix defcustom type.
11692
11693 2009-06-28 Juri Linkov <juri@jurta.org>
11694
11695 * help-fns.el (describe-function-1): Correctly locate adviced
11696 functions in hyperlink (Bug#2438).
11697
11698 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11699
11700 * files.el (trash-directory): Change default to nil.
11701 (move-file-to-trash): If trash-directory is nil and
11702 system-move-file-to-trash is unbound, perform freedesktop-style
11703 trashing.
11704
11705 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11706
11707 * files.el (move-file-to-trash): Add freedesktop trash
11708 support (Bug#973).
11709
11710 2009-06-28 Glenn Morris <rgm@gnu.org>
11711
11712 * autorevert.el (global-auto-revert-non-file-buffers)
11713 (global-auto-revert-mode): Doc fixes.
11714
11715 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11716
11717 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11718
11719 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11720
11721 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11722 opened an X connection before calling x-get-resource (Bug#3194).
11723
11724 * play/doctor.el: Remove reference to obsolete website.
11725 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11726
11727 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11728
11729 Remove find-file-not-found-hook VC method. (Bug#2757)
11730 * vc-hooks.el (vc-file-not-found-hook)
11731 (vc-default-find-file-not-found-hook): Remove functions.
11732 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11733 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11734 * vc.el:
11735 * vc-hg.el:
11736 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11737
11738 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11739
11740 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11741 compatibility function for `looking-back'.
11742
11743 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11744 Use `ispell-looking-back'.
11745
11746 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11747
11748 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11749 rather than `filename'.
11750
11751 2009-06-23 Miles Bader <miles@gnu.org>
11752
11753 * face-remap.el (text-scale-set): New function.
11754
11755 2009-06-23 Glenn Morris <rgm@gnu.org>
11756
11757 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11758
11759 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11760
11761 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11762
11763 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11764
11765 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11766 Simplify Persian conditionals.
11767
11768 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11769 variable `filename'.
11770
11771 * comint.el (comint-insert-input): Doc fix.
11772
11773 * Makefile.in (ELCFILES): Fix typo in previous change.
11774
11775 2009-06-23 Miles Bader <miles@gnu.org>
11776
11777 * cus-start.el: Add entry for `recenter-redisplay'.
11778
11779 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11780
11781 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11782 Add an optional argument for the backend, use it instead of
11783 calling vc-backend.
11784 (vc-mode-line): Add an optional argument for the backend.
11785 Pass the backend to vc-state and vc-working-revision. Move code for
11786 special handling for vc-state being a buffer to ...
11787
11788 * vc-rcs.el (vc-rcs-find-file-hook):
11789 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11790
11791 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11792 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11793 vc-stay-local-p and vc-mode-line calls.
11794
11795 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11796 (vc-cvs-diff, vc-cvs-annotate-command)
11797 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11798 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11799 vc-mode-line calls.
11800
11801 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11802 direct comparison.
11803 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11804 backend when calling vc-mode-line.
11805 (vc-register): Do not create a closure for calling the vc register
11806 function, call it directly.
11807
11808 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11809
11810 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11811 to make it obvious item can be clicked.
11812
11813 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11814
11815 2009-06-23 Kenichi Handa <handa@m17n.org>
11816
11817 * language/korea-util.el (korean-key-bindings): Change the binding
11818 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11819 same command.
11820
11821 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11822
11823 Sync with Tramp 2.1.16.
11824
11825 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11826
11827 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11828 when a loading of a package fails. Completion function for rsync
11829 is `tramp-completion-function-alist-ssh'.
11830 (all): Replace all calls of `split-string' and
11831 `tramp-split-string' by `tramp-compat-split-string'.
11832 (tramp-default-method): Use `tramp-compat-process-running-p'.
11833 (tramp-default-proxies-alist): Allow also Lisp forms.
11834 (tramp-remote-path): Add choice "Private Directories".
11835 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11836 (tramp-domain-regexp): Allow also "-", "_" and ".".
11837 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11838 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11839 (tramp-debug-message): Insert header line in debug buffer.
11840 (tramp-handle-directory-files-and-attributes-with-stat):
11841 Care about filenames with spaces, or starting with "-".
11842 (tramp-handle-dired-uncache): New defun.
11843 (tramp-handle-insert-directory): Don't flush the directory from
11844 cache, this is handled by `dired-uncache' now.
11845 (tramp-handle-insert-file-contents): Improve error handling.
11846 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11847 Quote `tramp-end-of-output'.
11848 (tramp-action-password): Improve trace message.
11849 (tramp-check-for-regexp): Both echoes must be present, before removing.
11850 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11851 (tramp-compute-multi-hops): Eval cons cells of
11852 `tramp-default-proxies-alist'.
11853 (tramp-maybe-open-connection): Use the same command pattern for
11854 first hop and further hops.
11855 (tramp-wait-for-output): Remove handling of newlines.
11856 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11857 (tramp-split-string): Remove function. It is handled in
11858 tramp-compat now.
11859
11860 * net/tramp-cmds.el (tramp-bug):
11861 Recommend `tramp-cleanup-all-connections' in the bug mail.
11862
11863 * net/tramp-compat.el (tramp-compat-split-string)
11864 (tramp-compat-process-running-p): New defuns.
11865
11866 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11867 for `dired-uncache'.
11868
11869 * net/tramp-gvfs.el: New package.
11870
11871 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11872 Add handler for `dired-uncache'.
11873 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11874
11875 * net/trampver.el: Update release number. Make version check fit
11876 for SXEmacs 22.
11877
11878 2009-06-22 Jim Meyering <meyering@redhat.com>
11879
11880 Automatically handle .xz suffix (XZ-compressed files), too.
11881 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11882 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11883
11884 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11885 Nick Roberts <nickrob@snap.net.nz>
11886
11887 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11888 repository (http://sphinx.net.ru/hg/gdb-mi/).
11889
11890 2009-06-22 Glenn Morris <rgm@gnu.org>
11891
11892 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11893 `mode' and `eval' entries. (Bug#3430)
11894
11895 * Makefile.in (ELCFILES): Add fadr.elc.
11896
11897 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11898 differing behavior of \n and ^ in strings. (Bug#3385)
11899
11900 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11901
11902 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11903 property.
11904 (lisp-indent-function): Make it a defcustom.
11905
11906 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11907
11908 * progmodes/gdb-ui.el: Replace with ...
11909 * progmodes/gdb-mi.el: ... this file.
11910 * progmodes/gud.el: Modify for gdb-mi.el.
11911
11912 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11913
11914 * fadr.el: New file.
11915
11916 See ChangeLog.14 for earlier changes.
11917
11918 ;; Local Variables:
11919 ;; coding: utf-8
11920 ;; End:
11921
11922 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11923
11924 This file is part of GNU Emacs.
11925
11926 GNU Emacs is free software: you can redistribute it and/or modify
11927 it under the terms of the GNU General Public License as published by
11928 the Free Software Foundation, either version 3 of the License, or
11929 (at your option) any later version.
11930
11931 GNU Emacs is distributed in the hope that it will be useful,
11932 but WITHOUT ANY WARRANTY; without even the implied warranty of
11933 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11934 GNU General Public License for more details.
11935
11936 You should have received a copy of the GNU General Public License
11937 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11938
11939 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1