]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Prompt before running print commands.
[gnu-emacs] / lisp / ChangeLog
1 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4 Prompt user before actually printing.
5
6 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * simple.el (kill-new, kill-append, kill-region):
9 * comint.el (comint-kill-region): Make the yank-handler argument
10 obsolete.
11
12 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
15 that are both openers (resp. closers) and something else.
16 (smie-grammar): Loosen definition of valid values.
17 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
18 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
19 (smie-indent-after-keyword): Adjust users.
20 (smie-indent-keyword): Don't indent empty lines.
21
22 * vc-hg.el (vc-hg-program): New var.
23 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
24 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
25
26 2010-11-17 Glenn Morris <rgm@gnu.org>
27
28 * emacs-lisp/autoload.el (autoload-find-destination): The function
29 coding-system-eol-type may return non-numeric values. (Bug#7414)
30
31 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
32
33 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
34
35 2010-11-13 Eli Zaretskii <eliz@gnu.org>
36
37 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
38
39 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
40
41 * textmodes/picture.el (picture-mouse-set-point): Don't use
42 posn-col-row; explicitly compute the motion based on the posn at
43 the window-start (Bug#7390).
44
45 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
46
47 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
48 using "base64 -d -i". This is needed for older base64 versions
49 from GNU coreutils. Reported by Klaus Reichl
50 <Klaus.Reichl@thalesgroup.com>.
51
52 2010-11-13 Glenn Morris <rgm@gnu.org>
53
54 * novice.el (disabled-command-function):
55 Fix 2009-11-15 change. (Bug#7384)
56
57 2010-11-12 Glenn Morris <rgm@gnu.org>
58
59 * calendar/calendar.el (diary-iso-date-forms): Make elements
60 mutually exclusive. (Bug#7377)
61
62 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
65 when filling the remaining "unconstrained" values.
66
67 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
70 safety predicate.
71
72 * files.el (safe-local-variable-p): Gracefully handle errors.
73
74 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
75 Use smie-indent-virtual when indenting relative to an opener.
76 (smie-rule-separator): Use smie-rule-parent.
77 (smie-indent-keyword): Consult rules, even for openers at bol.
78 (smie-indent-comment-close): Try to align closer's content.
79
80 2010-11-11 Glenn Morris <rgm@gnu.org>
81
82 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
83
84 2010-11-10 Glenn Morris <rgm@gnu.org>
85
86 * printing.el (pr-menu-bind): Doc fix.
87
88 * speedbar.el (speedbar-toggle-images): Doc fix.
89
90 * progmodes/python.el (python-shell): Doc fix.
91
92 * wid-edit.el (widget-field-use-before-change)
93 (widget-use-overlay-change): Doc fixes.
94
95 2010-11-09 Glenn Morris <rgm@gnu.org>
96
97 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
98
99 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * minibuffer.el (minibuffer-completion-help): Specify the end of the
102 completion field (bug#7211).
103
104 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
105 Fix handling of backslash escapes.
106 (python-quote-syntax): Adjust accordingly.
107
108 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
109
110 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
111 (vc-mtn-workfile-branch): Adjust to new output format.
112
113 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * international/mule-cmds.el (princ-list): Mark as obsolete.
116
117 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * emacs-lisp/smie.el: New package.
120
121 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
122
123 * files.el (backup-by-copying-when-mismatch):
124 Set `permanent-local' property.
125
126 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
127 `permanent-local' property for `backup-by-copying-when-mismatch'.
128
129 2010-11-06 Eli Zaretskii <eliz@gnu.org>
130
131 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
132 (ls-lisp-classify-file): New function.
133 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
134 (ls-lisp-classify): Call ls-lisp-classify-file.
135 (insert-directory): Remove blanks from switches.
136
137 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
138
139 * progmodes/verilog-mode.el (verilog-insert-one-definition)
140 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
141 AUTOINOUT for SV style multidimensional arrays, bug294.
142 Reported by Eric Mastromarchi.
143 (verilog-preprocess): Use with-current-buffer and
144 font-lock-fontify-buffer to cleanup style issues.
145
146 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
147
148 * net/trampver.el: Update release number.
149
150 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
151
152 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
153 beginning of the string. Use `string-match-p'. (Bug#6765)
154
155 2010-11-01 Glenn Morris <rgm@gnu.org>
156
157 * locate.el (locate, locate-mode): Doc fixes.
158
159 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
160
161 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
162 user for confirmation.
163 (server-force-stop): Use it.
164 (server-start): Use server-force-stop for kill-emacs-hook, to
165 avoid user interaction while killing Emacs.
166
167 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
170 (log-edit-author): New dynamic var.
171 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
172 Use it to return the author if different from committer.
173 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
174
175 2010-10-31 Eli Zaretskii <eliz@gnu.org>
176
177 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
178
179 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
180
181 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
182 (vc-root-diff, vc-print-root-log, vc-log-incoming)
183 (vc-log-outgoing): Use it.
184 (vc-diff-internal): Set diff-vc-backend.
185
186 * vc/diff-mode.el (diff-vc-backend): New var.
187
188 2010-10-31 Juri Linkov <juri@jurta.org>
189
190 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
191 buffer-locally to lambda that re-runs the vc diff command.
192 (Bug#6447)
193
194 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
195
196 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
197
198 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
199 log-outgoing commands.
200 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
201 to create a buffer local revert-buffer-function variable.
202 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
203 revert-buffer-function lambda.
204
205 Improve VC create/retrieve tag/branch.
206 * vc.el (vc-create-tag): Do not read the directory name for VCs
207 with repository revision granularity. Adjust the tag/branch
208 prompt. Reset VC properties.
209 (vc-retrieve-tag): Do not read the directory name for VCs
210 with repository revision granularity. Reset VC properties.
211
212 Add optional support for resetting VC properties.
213 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
214 call vc-file-clearprops when true.
215 (vc-resynch-buffer): Add new optional argument, pass it down.
216 (vc-resynch-buffers-in-directory): Likewise.
217
218 Improve support for special markup in the VC commit message.
219 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
220 * vc-hg.el (vc-hg-checkin): Add support for Date:.
221 * vc-git.el (vc-git-checkin):
222 * vc-bzr.el (vc-bzr-checkin): Likewise.
223
224 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
225 * vc-git.el (vc-git-log-view-mode): Fix font lock for
226 incoming/outgoing logs.
227 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
228
229 * vc-git.el (vc-git-log-outgoing): Use the same format as the
230 short log.
231 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
232 command
233
234 Add bindings for vc-log-incoming and vc-log-outgoing.
235 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
236 and vc-log-outgoing.
237 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
238 and vc-log-outgoing.
239
240 Improve state updating for VC tag commands.
241 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
242 to update the state of all buffers in the directory.
243
244 2010-05-19 Glenn Morris <rgm@gnu.org>
245
246 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
247
248 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * vc.el (vc-checkin, vc-modify-change-comment):
251 Adjust to new vc-start/finish-logentry.
252 (vc-find-conflicted-file): New command.
253 (vc-transfer-file): Adjust to new vc-checkin.
254 (vc-next-action): Improve scoping.
255
256 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
257 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
258
259 * vc-dispatcher.el (vc-log-edit): Shorten names for
260 log-edit-show-files.
261
262 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
263 (vc-bzr-conflicted-files): New function.
264
265 * log-edit.el (log-edit-summary, log-edit-header)
266 (log-edit-unknown-header): New faces.
267 (log-edit-headers-alist): New var.
268 (log-edit-header-contents-regexp): New const.
269 (log-edit-match-to-eoh): New function.
270 (log-edit-font-lock-keywords): Use them.
271 (log-edit): Insert a "Summary:" header as default.
272 (log-edit-mode): Mark font-lock rules as case-insensitive.
273 (log-edit-done): Cleanup headers.
274 (log-edit-extract-headers): New function to replace it.
275
276 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
277 the windows/frames.
278
279 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
280
281 * vc-dir.el (vc-dir-kill-line): New command.
282 (vc-dir-mode-map): Bind it to C-k.
283 (vc-dir-headers): Abbreviate the working dir.
284
285 * vc-git.el (vc-git-revision-table): Include remote branches.
286
287 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
288
289 New VC methods: vc-log-incoming and vc-log-outgoing.
290 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
291 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
292 New functions.
293 (vc-print-log-internal): Just call vc-log-internal-common.
294 (vc-log-view-type): New permanent local variable.
295
296 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
297
298 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
299 of the dynamic bound vc-short-log.
300 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
301
302 * vc-git.el (vc-git-log-outgoing): New function.
303 (vc-git-log-view-mode): Use vc-log-view-type instead
304 of the dynamic bound vc-short-log.
305
306 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
307 the dynamic bound vc-short-log. Highlight the tag.
308 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
309 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
310 (vc-hg-incoming-mode): Remove.
311 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
312
313 Fix default-directory for vc-root-diff.
314 * vc.el (vc-root-diff): Bind default-directory to the root
315 directory for the diff command.
316
317 2010-10-31 Sam Steingold <sds@gnu.org>
318
319 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
320 `vc-hg-command' with a list of flags.
321
322 2010-10-31 Glenn Morris <rgm@gnu.org>
323
324 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
325 log-edit-before-checkin-process.
326
327 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
328
329 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
330
331 * vc-dispatcher.el (vc-start-logentry): Doc fix.
332 (log-view-process-buffer, log-edit-extra-flags): Declare.
333
334 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
335
336 Add special markup processing for commit logs.
337 * log-edit.el (log-edit): Add new argument MODE. Use that mode
338 when non-nil instead of the log-view-mode.
339
340 * vc.el (vc-default-log-edit-mode): New function.
341
342 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
343 log-edit.
344
345 Support for shelving snapshots and for showing shelves.
346 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
347 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
348 New functions.
349 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
350 (vc-bzr-extra-menu-map): Map them.
351
352 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
353
354 * net/tramp.el (tramp-handle-insert-file-contents): For root,
355 preserve owner and group when editing files. (Bug#7289)
356
357 2010-10-29 Glenn Morris <rgm@gnu.org>
358
359 * speedbar.el (speedbar-mode):
360 * play/fortune.el (fortune-in-buffer, fortune):
361 * play/gomoku.el (gomoku-mode):
362 * play/landmark.el (lm-mode):
363 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
364 Replace inappropriate uses of toggle-read-only. (Bug#7292)
365
366 2010-10-28 Glenn Morris <rgm@gnu.org>
367
368 * select.el (x-selection): Mark it as an obsolete alias.
369
370 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
371
372 * add-log.el (find-change-log): Use derived-mode-p rather than
373 major-mode (bug#7284).
374
375 2010-10-27 Glenn Morris <rgm@gnu.org>
376
377 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
378 rather than just an unused variable that inherits from the real one.
379
380 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
381
382 * verilog-mode.el (verilog-directive-re): Make this variable
383 auto-built for efficiency of execution and updating.
384 (verilog-extended-complete-re): Support 'pure' fucntion & task
385 declarations (these have no bodies).
386 (verilog-beg-of-statement): General cleanup to enable support of
387 'pure' fucntion & task declarations (these have no bodies).
388 These efforts together fix Verilog bug210 from veripool; which was also
389 noticed by Steve Pearlmutter.
390 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
391 (verilog-directive-nest-re, verilog-set-auto-endcomments):
392 Support `elsif. Reported by Shankar Giri.
393 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
394 attribute handling for lining up declarations and assignments.
395 (verilog-beg-of-statement-1): Fix issue where continued declaration
396 is indented differently if it is after a begin..end clock.
397 (verilog-in-attribute-p, verilog-skip-backward-comments)
398 (verilog-skip-forward-comment-p): Support proper treatment of
399 attributes by indent code. Reported by Jeff Steele.
400 (verilog-in-directive-p): Fix comment to correctly describe function.
401 (verilog-backward-up-list, verilog-in-struct-region-p)
402 (verilog-backward-token, verilog-in-struct-p)
403 (verilog-in-coverage-p, verilog-do-indent)
404 (verilog-pretty-declarations): Use verilog-backward-up-list as
405 wrapper around backward-up-list inorder to properly skip comments.
406 Reported by David Rogoff.
407 (verilog-property-re, verilog-endcomment-reason-re)
408 (verilog-beg-of-statement, verilog-set-auto-endcomments)
409 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
410 of if). Reported by Max Bjurling and
411 (verilog-calc-1): Fix for clocking block in modport
412 declaration. Reported by Brian Hunter.
413
414 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
415
416 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
417 (verilog-gate-keywords, verilog-read-sub-decls)
418 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
419 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
420 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
421 (verilog-read-decls): Fix spaces in V2K module parameters causing
422 mis-identification as interfaces, bug287.
423 (verilog-read-decls): Fix not treating "parameter string" as a
424 parameter in AUTOINSTPARAM.
425 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
426 treating `elsif similar to `endif inside AUTOSENSE.
427 (verilog-do-indent): Implement correct automatic or static task or
428 function end comment highlight. Reported by Steve Pearlmutter.
429 (verilog-font-lock-keywords-2): Fix highlighting of single
430 character pins, bug264. Reported by Michael Laajanen.
431 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
432 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
433 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
434 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
435 (verilog-pretty-expr): Fix interactive arguments, bug272.
436 Reported by Mark Johnson.
437 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
438 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
439 bug269. Suggested by Gary Delp.
440 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
441 (verilog-preprocessor, verilog-set-compile-command):
442 Create verilog-preprocess and verilog-preprocessor to show
443 preprocessed output.
444 (verilog-get-beg-of-line, verilog-get-end-of-line)
445 (verilog-modi-file-or-buffer, verilog-modi-name)
446 (verilog-modi-point, verilog-within-string): Move defmacro's
447 before first use to avoid warning. Reported by Steve Pearlmutter.
448 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
449 (verilog-colorize-region, verilog-highlight-buffer)
450 (verilog-highlight-includes, verilog-highlight-modules)
451 (verilog-highlight-region, verilog-mode): Rename colorize to
452 highlight to match other packages. Disable module highlighting,
453 as received speed complaints, reenable for experimentation only
454 using new verilog-highlight-modules.
455 (verilog-read-decls): Fix regexp stack overflow in very large
456 AUTO_TEMPLATEs, bug250.
457 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
458 (verilog-scan): Create verilog-save-buffer-state to standardize
459 making insignificant changes that shouldn't call hooks.
460 (verilog-save-no-change-functions, verilog-save-scan-cache)
461 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
462 Create verilog-save-no-change-functions to wrap verilog-scan
463 preservation, and fix to work with nested preserved calls.
464 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
465 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
466 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
467 (verilog-submit-bug-report): Update variable list to be complete.
468 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
469 breaking on-the-fly font-locking.
470 (verilog-colorize-buffer, verilog-colorize-include-files)
471 (verilog-colorize-include-files-buffer, verilog-colorize-region)
472 (verilog-load-file-at-mouse, verilog-load-file-at-point)
473 (verilog-mode, verilog-read-inst-module-matcher): With point on a
474 AUTOINST cell instance name, middle mouse button now finds-file on
475 it. Suggested by Brad Dobbie.
476 (verilog-alw-get-temps, verilog-auto-reset)
477 (verilog-auto-sense-sigs, verilog-read-always-signals)
478 (verilog-read-always-signals-recurse): Fix loop indexes being
479 AUTORESET. AUTORESET now assumes any variables in the
480 initialization section of a for() should be ignored. Reported by
481 Dan Dever.
482 (verilog-error-font-lock-keywords)
483 (verilog-error-regexp-emacs-alist)
484 (verilog-error-regexp-xemacs-alist): Fix error detection of
485 Cadence HAL, reported by David Asher. Repair drift between the
486 three similar error variables.
487 (verilog-modi-lookup, verilog-modi-lookup-cache)
488 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
489 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
490 Fix slow verilog-auto expansion on very large files.
491 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
492 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
493 "{1*2{...". Broke in last revision.
494 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
495 submodule connections with replications "{#{a},#{b}}".
496
497 2010-10-23 Glenn Morris <rgm@gnu.org>
498
499 * comint.el (comint-password-prompt-regexp):
500 Match "enter the password". (Bug#7224)
501
502 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
503
504 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
505 Fix typo in docstring.
506
507 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
508
509 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
510 errors.
511
512 * net/trampver.el: Update release number.
513
514 2010-10-20 Kenichi Handa <handa@m17n.org>
515
516 * face-remap.el (text-scale-adjust): Call read-event with a proper
517 prompt.
518
519 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
520
521 * net/tramp.el (tramp-do-file-attributes-with-stat)
522 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
523 order to make stat results a float. Patch by Andreas Schwab
524 <schwab@linux-m68k.org>.
525
526 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * repeat.el (repeat): Use read-key (bug#6256).
529
530 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
531
532 * emacs-lisp/unsafep.el: Don't mark functions that display
533 messages as safe. Suggested by Johan Bockgård.
534
535 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
538 Turn comments into docstrings.
539
540 * minibuffer.el (completion--replace): Move point where it belongs
541 when there's a common suffix (bug#7215).
542
543 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
544
545 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
546 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
547 <dale@codefu.org>.
548
549 2010-10-15 Kenichi Handa <handa@m17n.org>
550
551 * international/characters.el: Add category '|' (word breakable)
552 to fullwidth characters.
553
554 2010-10-14 Kenichi Handa <handa@m17n.org>
555
556 * mail/rmail.el (rmail-show-message-1): Catch an error of
557 base64-decode-region and just show an error message (bug#7165).
558
559 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
560 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
561 a font-spec (bug#7197).
562
563 2010-10-13 Glenn Morris <rgm@gnu.org>
564
565 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
566
567 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
568
569 * international/mule.el (define-coding-system):
570 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
571 * composite.el (compose-region): Fix typo in docstring.
572
573 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
574
575 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
576 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
577 (mac-right-option-modifier): New alias for ns-right-option-modifier.
578
579 * cus-start.el (all): ns-right-alternate-modifier is new.
580
581 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
582
583 * Makefile.in (ELCFILES): Update.
584
585 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * emacs-lisp/lisp.el (lisp-completion-at-point):
588 Use emacs-lisp-mode-syntax-table for the whole function.
589
590 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
591
592 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
593 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
594 work when breakpoint number exceeds nine.
595
596 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
597
598 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
599 instead of font-lock-mode before adding keywords.
600 Remove hi-lock-mode off code. Remove inhibit hack.
601 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
602 non-nil; removed hook inhibit hack.
603
604 2010-10-09 Glenn Morris <rgm@gnu.org>
605
606 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
607 (load-path-shadows-find): ... to this.
608 (list-load-path-shadows): Update for above change.
609
610 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
611
612 2010-10-08 Glenn Morris <rgm@gnu.org>
613
614 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
615
616 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
617 (shadows-compare-text-p): Make it an obsolete alias for...
618 (load-path-shadows-compare-text): ... new name.
619 (find-emacs-lisp-shadows): Update for above name change.
620 (load-path-shadows-same-file-or-nonexistent): New name for the old
621 shadow-same-file-or-nonexistent.
622
623 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
624
625 * minibuffer.el (completion--some, completion--do-completion)
626 (minibuffer-complete-and-exit, minibuffer-completion-help)
627 (completion-basic-try-completion)
628 (completion-basic-all-completions)
629 (completion-pcm--find-all-completions): Use lexical-let to
630 avoid some false matches in variable completion (Bug#7056)
631
632 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
633
634 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
635
636 2010-10-03 Leo <sdl.web@gmail.com>
637
638 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
639 return non-nil if the file exists (Bug#7090).
640
641 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * minibuffer.el (completion--replace):
644 Better preserve markers (bug#7138).
645
646 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
647
648 * server.el (server-process-filter): Doc fix.
649
650 2010-09-27 Drew Adams <drew.adams@oracle.com>
651
652 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
653
654 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
655
656 * Makefile.in (ELCFILES): Update.
657
658 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
659 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
660
661 2010-09-27 Kenichi Handa <handa@m17n.org>
662
663 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
664 "ustar" format.
665
666 2010-09-27 Kenichi Handa <handa@m17n.org>
667
668 * international/mule.el (define-coding-system): Docstring fixed.
669
670 * international/mule-diag.el (describe-character-set): Use princ
671 with proper print-length and print-level instead of insert.
672
673 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
674
675 * window.el (walk-windows): Doc fix (bug#7105).
676
677 2010-09-23 Glenn Morris <rgm@gnu.org>
678
679 * isearch.el (isearch-lazy-highlight-cleanup)
680 (isearch-lazy-highlight-initial-delay)
681 (isearch-lazy-highlight-interval)
682 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
683 * net/net-utils.el (ipconfig-program-options):
684 Move aliases to options before the associated definitions.
685
686 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * newcomment.el (comment-normalize-vars): Better test validity of
689 comment-end-skip.
690
691 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
694 (float-e): New name for `e'.
695 (degrees-to-radians, radians-to-degrees):
696 * calendar/solar.el (solar-longitude):
697 * calculator.el (calculator-registers, calculator-funcall):
698 * textmodes/artist.el (artist-spray-random-points):
699 * play/bubbles.el (bubbles--initialize-images): Use new names.
700
701 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
702
703 Update to CEDET 1.0's version of EIEIO.
704
705 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
706 New function.
707 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
708 (eieio-default-eval-maybe): Eval val instead of unquoting only.
709 (class-precedence-list): If class is nil, return nil.
710 (eieio-generic-call): If class of first input arg is nil, don't
711 look up static methods, and do check for primary methods.
712 (initialize-instance): See if the default needs to be evaluated
713 during the constructor.
714 (eieio-perform-slot-validation-for-default): Don't do the check
715 for values that will eventually be evaluated.
716 (eieio-eval-default-p): New function.
717 (eieio-default-eval-maybe): Use it.
718
719 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
720
721 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
722 method-invocation-order.
723 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
724 (eieio-class-precedence-dfs): Compute class precedence list using
725 dfs algorithm.
726 (eieio-class-precedence-bfs): Compute class precedence list using
727 bfs algorithm.
728 (eieio-class-precedence-c3): Compute class precedence list using
729 c3 algorithm.
730 (class-precedence-list): New function.
731 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
732 (inconsistent-class-hierarchy): New error symbol.
733 (call-next-method): Stow the replacement argument list for future
734 call-next-method invocations.
735
736 2010-09-15 Glenn Morris <rgm@gnu.org>
737
738 * calendar/appt.el (appt-check): If not displaying the diary,
739 use (diary 1) to only get the entries we need.
740 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
741 that it is in day order. (Bug#7019)
742
743 * calendar/appt.el (appt-check): Rather than showing the diary,
744 just turn off invisible display, and only if needed.
745
746 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
747
748 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
751 Add `when' argument. Update callers.
752
753 * subr.el (unintern): Declare the obarray arg mandatory.
754
755 2010-09-14 Glenn Morris <rgm@gnu.org>
756
757 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
758 Doc fixes.
759
760 * calendar/diary-lib.el (diary-included-files): New variable.
761 (diary-list-entries): Maybe initialize diary-included-files.
762 (diary-include-other-diary-files): Append to diary-included-files.
763 * calendar/appt.el (appt-update-list): Also check the members of
764 diary-included-files. (Bug#6999)
765 (appt-check): Doc fix.
766
767 2010-09-12 David Reitter <david.reitter@gmail.com>
768
769 * simple.el (line-move-visual): Do not truncate goal column to
770 integer size. (Bug#7020)
771
772 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * repeat.el (repeat): Allow repeating when the last event is a click.
775 Suggested by Drew Adams (bug#6256).
776
777 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
778
779 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
780 Replace setting HGRCPATH to "" by some less invasive --config options.
781
782 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * font-lock.el (font-lock-beginning-of-syntax-function):
785 Mark as obsolete.
786
787 2010-09-10 Glenn Morris <rgm@gnu.org>
788
789 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
790 and tool-bar modes. (Bug#6211)
791 (menu-bar-mode): Move setting of standard-value after the
792 minor-mode definition, otherwise it seems to have no effect.
793
794 2010-09-08 Masatake YAMATO <yamato@redhat.com>
795
796 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
797 Fix typo. (Bug#6976)
798
799 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
800
801 * whitespace.el: Allow cleaning up blanks without blank
802 visualization (Bug#6651). Adjust help window for
803 whitespace-toggle-options (Bug#6479). Allow to use fill-column
804 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
805 (whitespace-style): Add new value 'face. Adjust docstring.
806 (whitespace-space, whitespace-hspace, whitespace-tab):
807 Adjust foreground property face.
808 (whitespace-line-column): Adjust docstring and type declaration.
809 (whitespace-style-value-list, whitespace-toggle-option-alist)
810 (whitespace-help-text): Adjust const initialization.
811 (whitespace-toggle-options, global-whitespace-toggle-options):
812 Adjust docstring.
813 (whitespace-display-window, whitespace-interactive-char)
814 (whitespace-style-face-p, whitespace-color-on): Adjust code.
815 (whitespace-help-scroll): New fun.
816
817 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
818
819 * files.el (directory-abbrev-alist): Use \` as default regexp.
820
821 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
822 chars like - or ] (bug#6984).
823 (rx-any-condense-range): Explode 2-char ranges.
824
825 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * textmodes/bibtex.el:
828 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
829
830 2010-09-02 Glenn Morris <rgm@gnu.org>
831
832 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
833
834 2010-08-31 Kenichi Handa <handa@m17n.org>
835
836 * international/mule-cmds.el (standard-display-european-internal):
837 Setup standard-display-table for 8-bit characters by storing 8-bit
838 characters in the element vector.
839
840 * disp-table.el (standard-display-8bit):
841 Setup standard-display-table for 8-bit characters by storing 8-bit
842 characters in the element vector.
843 (standard-display-european): Likewise.
844
845 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
846
847 Sync with Tramp 2.1.19.
848
849 * net/tramp-cmds.el (tramp-cleanup-all-connections)
850 (tramp-reporter-dump-variable, tramp-load-report-modules)
851 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
852 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
853
854 * net/tramp-compat.el (top): Do not autoload
855 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
856 only when `start-file-process' is not bound.
857 (byte-compile-not-obsolete-vars): Define if not bound.
858 (tramp-compat-funcall): New defmacro.
859 (tramp-compat-line-beginning-position)
860 (tramp-compat-line-end-position)
861 (tramp-compat-temporary-file-directory)
862 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
863 (tramp-compat-copy-file, tramp-compat-copy-directory)
864 (tramp-compat-delete-file, tramp-compat-delete-directory)
865 (tramp-compat-number-sequence, tramp-compat-process-running-p):
866 Use it.
867 (tramp-advice-file-expand-wildcards): Do not use
868 `tramp-handle-file-remote-p'.
869 (tramp-compat-make-temp-file): Simplify fallback implementation.
870 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
871 (tramp-compat-copy-tree): Remove function.
872 (tramp-compat-delete-file): New defun.
873 (tramp-compat-delete-directory): Provide implementation for older
874 Emacsen.
875 (tramp-compat-file-attributes): Handle only
876 `wrong-number-of-arguments' error.
877
878 * net/tramp-fish.el (tramp-fish-handle-copy-file):
879 Add PRESERVE_SELINUX_CONTEXT.
880 (tramp-fish-handle-delete-file): Add TRASH arg.
881 (tramp-fish-handle-directory-files-and-attributes):
882 Do not use `tramp-fish-handle-file-attributes.
883 (tramp-fish-handle-file-local-copy)
884 (tramp-fish-handle-insert-file-contents)
885 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
886
887 * net/tramp-gvfs.el (top): Require url-util.
888 (tramp-gvfs-mount-point): Remove.
889 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
890 and `set-file-selinux-context'.
891 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
892 (tramp-gvfs-handle-file-selinux-context)
893 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
894 (with-tramp-dbus-call-method): Format trace message.
895 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
896 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
897 Implement backup call, when operation on local files fails.
898 Use progress reporter. Flush properties of changed files.
899 (tramp-gvfs-handle-delete-file): Add TRASH arg.
900 Use `tramp-compat-delete-file'.
901 (tramp-gvfs-handle-expand-file-name): Expand "~/".
902 (tramp-gvfs-handle-make-directory): Make more traces.
903 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
904 (tramp-gvfs-url-file-name): Hexify file name in url.
905 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
906 into account for the resulting file name.
907 (tramp-gvfs-handler-askquestion): Preserve current message, in
908 order to let progress reporter continue afterwards. (Bug#6257)
909 Return dummy mountpoint, when the answer is "no".
910 See `tramp-gvfs-maybe-open-connection'.
911 (tramp-gvfs-handler-mounted-unmounted)
912 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
913 attribute "default_location". Set "prefix" property.
914 Handle default-location.
915 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
916 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
917 exists. Raise an error, if not (due to a corresponding answer
918 "no" in interactive questions, for example).
919 Use `tramp-compat-funcall'.
920
921 * net/tramp-imap.el (top): Autoload `epg-make-context'.
922 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
923 (tramp-imap-do-copy-or-rename-file)
924 (tramp-imap-handle-insert-file-contents)
925 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
926 (tramp-imap-handle-delete-file): Add TRASH arg.
927
928 * net/tramp-smb.el (tramp-smb-handle-copy-file):
929 Add PRESERVE-SELINUX-CONTEXT.
930 (tramp-smb-handle-copy-file)
931 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
932 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
933 Use `with-progress-reporter'.
934 (tramp-smb-handle-delete-file): Add TRASH arg.
935
936 * net/tramp.el (tramp-methods): Move hostname to the end in all
937 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
938 appropriate.
939 (tramp-verbose): Describe verbose level 9.
940 (tramp-completion-function-alist)
941 (tramp-file-name-regexp, tramp-chunksize)
942 (tramp-local-coding-commands, tramp-remote-coding-commands)
943 (with-connection-property, tramp-completion-mode-p)
944 (tramp-action-process-alive, tramp-action-out-of-band)
945 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
946 (tramp-exists-file-name-handler): Fix docstring.
947 (tramp-remote-process-environment): Use `format' instead of
948 `concat'. Protect version string by apostroph.
949 (tramp-shell-prompt-pattern): Do not use a shy group in case of
950 XEmacs.
951 (tramp-file-name-regexp-unified)
952 (tramp-completion-file-name-regexp-unified): On W32 systems, do
953 not regard the volume letter as remote filename. (Bug#5447)
954 (tramp-perl-file-attributes)
955 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
956 (tramp-vc-registered-read-file-names): Read input as
957 here-document, otherwise the command could exceed maximum length
958 of command line.
959 (tramp-file-name-handler-alist): Add `file-selinux-context' and
960 `set-file-selinux-context'.
961 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
962 backtrace functions.
963 (tramp-error-with-buffer): Don't show the connection buffer when
964 we are in completion mode.
965 (tramp-progress-reporter-update, tramp-remote-selinux-p)
966 (tramp-handle-file-selinux-context)
967 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
968 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
969 New defuns.
970 (with-progress-reporter): New defmacro.
971 (tramp-debug-outline-regexp): New defconst.
972 (top, tramp-rfn-eshadow-setup-minibuffer)
973 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
974 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
975 (tramp-completion-mode-p, tramp-check-for-regexp)
976 (tramp-open-connection-setup-interactive-shell)
977 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
978 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
979 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
980 Use `tramp-compat-funcall'.
981 (tramp-handle-make-symbolic-link): Flush file properties.
982 (tramp-handle-load, tramp-handle-file-local-copy)
983 (tramp-handle-insert-file-contents, tramp-handle-write-region)
984 (tramp-handle-vc-registered, tramp-maybe-send-script)
985 (tramp-find-shell): Use `with-progress-reporter'.
986 (tramp-do-file-attributes-with-stat): Add space in format string,
987 in order to work around a bug in pdksh. Reported by Gilles Pion
988 <gpion@lfdj.com>.
989 (tramp-handle-verify-visited-file-modtime): Do not send a command
990 when the connection is not established.
991 (tramp-handle-set-file-times): Simplify the check for utc.
992 (tramp-handle-directory-files-and-attributes)
993 (tramp-get-remote-path): Use `copy-tree'.
994 (tramp-completion-handle-file-name-all-completions): Ensure, that
995 non remote files are still checked. Oops.
996 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
997 Handle PRESERVE-SELINUX-CONTEXT.
998 (tramp-do-copy-or-rename-file): Add progress reporter.
999 (tramp-do-copy-or-rename-file-directly): Do not use
1000 `tramp-handle-file-remote-p'.
1001 (tramp-do-copy-or-rename-file-out-of-band):
1002 Use `tramp-compat-delete-directory'.
1003 (tramp-do-copy-or-rename-file-out-of-band)
1004 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1005 Use `format-spec-make'.
1006 (tramp-handle-delete-file): Add TRASH arg.
1007 (tramp-handle-dired-uncache): Flush directory cache, not only file
1008 cache.
1009 (tramp-handle-expand-file-name)
1010 (tramp-completion-handle-file-name-all-completions)
1011 (tramp-completion-handle-file-name-completion):
1012 Use `tramp-connectable-p'.
1013 (tramp-handle-start-file-process): Set connection property "vec".
1014 Use it, in order to invalidate file caches. Check only for
1015 `remote-tty' process property.
1016 Implement tty setting. (Bug#4604, Bug#6360)
1017 (tramp-file-name-for-operation): Add `call-process-region' and
1018 `set-file-selinux-context'.
1019 (tramp-find-foreign-file-name-handler)
1020 (tramp-advice-make-auto-save-file-name)
1021 (tramp-set-auto-save-file-modes): Remove superfluous check for
1022 `stringp'. This is done inside `tramp-tramp-file-p'.
1023 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1024 operations when we are in completion mode. This gives the user
1025 the chance to correct the file name in the minibuffer.
1026 (tramp-completion-mode-p): Use `non-essential'.
1027 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1028 compatibility: Use `completion-ignore-case' if
1029 `read-file-name-completion-ignore-case' does not exist.
1030 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1031 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1032 `tramp-open-shell'.
1033 (tramp-action-password): Hide password prompt before next run.
1034 (tramp-process-actions): Widen connection buffer for the trace.
1035 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1036 process property. Trace stty settings if `tramp-verbose' >= 9.
1037 Apply workaround for IRIX64 bug. Move argument of last
1038 `tramp-send-command' where it belongs to.
1039 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1040 front of `login-args'.
1041 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1042 on "/dev/null" instead of "/".
1043 (tramp-get-ls-command-with-dired): Make test for "--dired"
1044 stronger.
1045 (tramp-set-auto-save-file-modes): Adapt version check.
1046 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1047 (tramp-handle-process-file): Call the program in a subshell, in
1048 order to preserve working directory.
1049 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1050 `tramp-remote-sh' from `tramp-methods'.
1051 (tramp-get-ls-command): Make test for "--color=never" stronger.
1052 (tramp-check-for-regexp): Use (forward-line 1).
1053
1054 * net/trampver.el: Update release number.
1055
1056 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1057
1058 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1059 empty argument to gvfs-copy.
1060
1061 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1064 handle new TRASH arg of `delete-file'.
1065
1066 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1067
1068 * net/tramp.el (tramp-handle-insert-directory): Don't use
1069 `forward-word', its default syntax could be changed.
1070
1071 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1072 Michael Albinus <michael.albinus@gmx.de>
1073
1074 Implement compression for inline methods.
1075
1076 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1077 (tramp-copy-size-limit): Allow also nil.
1078 (tramp-inline-compress-commands): New defconst.
1079 (tramp-find-inline-compress, tramp-get-inline-compress)
1080 (tramp-get-inline-coding): New defuns.
1081 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1082 replaced by `tramp-get-inline-coding'.
1083 (tramp-handle-file-local-copy, tramp-handle-write-region)
1084 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1085
1086 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1087
1088 Detect ssh 'ControlMaster' argument automatically in some cases.
1089
1090 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1091 (tramp-default-method): Use it.
1092
1093 2010-08-26 Karel Klíč <kklic@redhat.com>
1094
1095 * net/tramp.el (tramp-file-name-for-operation):
1096 Add file-selinux-context.
1097
1098 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1099
1100 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1101
1102 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1103
1104 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1105 (Bug#6907).
1106
1107 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1108
1109 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1110 with "else" (Bug#3991).
1111
1112 2010-08-22 Leo <sdl.web@gmail.com>
1113
1114 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1115 (ignore, bright, dim, keyword): Split list of nicknames before
1116 passing to rcirc-add-or-remove (Bug#6894).
1117
1118 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1121
1122 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1123
1124 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1125 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1126 New version 13.0.
1127 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1128 Adjust initialization.
1129 (whitespace-bob-marker, whitespace-eob-marker)
1130 (whitespace-buffer-changed): New vars.
1131 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1132 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1133 (whitespace-post-command-hook, whitespace-display-char-on):
1134 Adjust code.
1135 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1136 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1137
1138 2010-08-21 Leo <sdl.web@gmail.com>
1139
1140 Fix buffer-list rename&refresh after killing a buffer in ido.
1141 * lisp/ido.el: Revert Óscar's.
1142 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1143 Remember the buffers at head, rather than their name.
1144 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1145
1146 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1147 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1150 extra backslash added to each line (bug#6890).
1151
1152 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1155
1156 2010-08-21 Glenn Morris <rgm@gnu.org>
1157
1158 * menu-bar.el (menu-bar-games-menu): Add landmark.
1159
1160 2010-08-20 Glenn Morris <rgm@gnu.org>
1161
1162 * align.el (align-regexp): Make group and spacing arguments
1163 use the interactive defaults when non-interactive. (Bug#6698)
1164
1165 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1166 expansion, so as not to need sendmail.
1167 (mail-text-start): Remove declaration.
1168 (rmail-retry-failure): Require sendmail.
1169
1170 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1173
1174 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1175
1176 * progmodes/flymake.el (flymake-start-syntax-check-process):
1177 Use `start-file-process' in order to let it run also on remote hosts.
1178
1179 2010-08-18 Kenichi Handa <handa@m17n.org>
1180
1181 * files.el: Add `word-wrap' as safe local variable.
1182
1183 2010-08-18 Glenn Morris <rgm@gnu.org>
1184
1185 * woman.el (woman-translate): Case matters. (Bug#6849)
1186
1187 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * simple.el (kill-region): Doc fix (Bug#6787).
1190
1191 2010-08-14 Glenn Morris <rgm@gnu.org>
1192
1193 * calendar/diary-lib.el (diary-header-line-format):
1194 Fit it to the window, not the frame.
1195
1196 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1197
1198 * subr.el (ignore-errors): Add debug declaration.
1199
1200 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1201
1202 * whitespace.el (whitespace-color-off): Remove post-command-hook
1203 locally.
1204
1205 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1206
1207 * replace.el (replace-highlight): Bind isearch-forward and
1208 isearch-error, ensuring that highlighting is updated if the user
1209 switches the search direction (Bug#6808).
1210
1211 * isearch.el (isearch-lazy-highlight-forward): New var.
1212 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1213 (isearch-lazy-highlight-update): Use it.
1214
1215 2010-08-06 Kenichi Handa <handa@m17n.org>
1216
1217 * international/mule.el (define-charset): Store NAME as :base property.
1218 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1219 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1220 current priority. Force using the designation of the specific
1221 charset by adding `charset' text property. Improve the whole
1222 algorithm.
1223
1224 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1225
1226 * emulation/pc-select.el (pc-selection-mode-hook)
1227 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1228 (pc-selection-mode): Fix typos in docstrings.
1229
1230 2010-08-04 Kenichi Handa <handa@m17n.org>
1231
1232 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1233 ctext-non-standard-encodings-alist here.
1234
1235 * international/mule.el (ctext-non-standard-encodings-alist):
1236 Add "koi8-r" and "microsoft-cp1251".
1237 (ctext-standard-encodings): New variable.
1238 (ctext-non-standard-encodings-table): List only elements for
1239 non-standard encodings.
1240 (ctext-pre-write-conversion): Adjust for the above change.
1241 Check ctext-standard-encodings.
1242
1243 * international/mule-conf.el (compound-text): Doc fix.
1244 (ctext-no-compositions): Doc fix.
1245 (compound-text-with-extensions): Doc fix.
1246
1247 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1250
1251 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * progmodes/which-func.el (which-func-format): Split help-echo text
1254 into lines, like other mode-line tooltips.
1255
1256 * server.el (server-start): When using TCP sockets, force IPv4
1257 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1258
1259 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1260
1261 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1262
1263 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * term.el (term-delimiter-argument-list): Reflow docstring.
1266 (term-read-input-ring, term-write-input-ring, term-send-input)
1267 (term-bol, term-erase-in-display, serial-supported-or-barf):
1268 Fix typos in docstrings.
1269
1270 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1273
1274 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1275
1276 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1277
1278 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1279
1280 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1281 Fix typo in docstring (bug#6747).
1282
1283 2010-07-30 Leo <sdl.web@gmail.com>
1284
1285 * eshell/esh-io.el (eshell-get-target): Better detection of
1286 read-only file (Bug#6762).
1287
1288 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * align.el (align-default-spacing): Doc fix.
1291 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1292
1293 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1294
1295 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1296
1297 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1298
1299 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1300 (display-time-world-buffer-name, display-time-world-mode-map):
1301 Fix typos in docstrings.
1302
1303 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1304
1305 * image-mode.el (image-display-size): New function.
1306 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1307 (image-mode-fit-frame): Use it (Bug#6639).
1308
1309 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1310
1311 * dired.el (dired-buffers-for-dir): Handle list values of
1312 dired-directory (Bug#6636).
1313
1314 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1315
1316 * vc.el (vc-coding-system-inherit-eol): New defvar.
1317 (vc-coding-system-for-diff): Use it to decide whether to inherit
1318 from the file the EOL format for reading the diffs of that file.
1319 (Bug#4451)
1320
1321 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1322
1323 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1324 unibyte, so compressed attachments are not compressed again.
1325
1326 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1327
1328 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1329 now that unicode is used (Bug#6594).
1330
1331 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * simple.el (push-mark-command): Set the selection if
1334 select-active-regions is non-nil.
1335
1336 2010-07-10 Glenn Morris <rgm@gnu.org>
1337
1338 * calendar/calendar.el (calendar-week-end-day): New function.
1339 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1340 Respect calendar-week-start-day. (Bug#6606)
1341 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1342 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1343 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1344 respect calendar-week-start-day.
1345
1346 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * simple.el (use-region-p): Doc fix (Bug#6607).
1349
1350 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1351
1352 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1353 builtins (BufferError, BytesWarning, WindowsError; callables
1354 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1355
1356 2010-07-07 Glenn Morris <rgm@gnu.org>
1357
1358 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1359 forward-line fallout.
1360
1361 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * mouse.el (mouse-appearance-menu): Add docstring.
1364
1365 * help.el (describe-key): Print up-event using key-description.
1366
1367 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1368
1369 * net/zeroconf.el (zeroconf-resolve-service)
1370 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1371 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1372
1373 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1374
1375 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1376
1377 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 Avoid displaying files with a nil state in vc-dir.
1380 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1381 cases that cause insertion.
1382 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1383 with a nil state.
1384
1385 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1388
1389 2010-06-29 Leo <sdl.web@gmail.com>
1390
1391 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1392
1393 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1394
1395 * generic-x.el (bat-generic-mode): Fix regexp for command line
1396 switches (Bug#5719).
1397
1398 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1399
1400 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1401 of nconc to avoid pure storage error (Bug#6239).
1402
1403 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1404
1405 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1406 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1407 bindings of bookmark-automatically-show-annotations (Bug#6515).
1408
1409 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1410
1411 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1412 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1413
1414 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1415
1416 * comint.el (make-comint, make-comint-in-buffer): Mention return
1417 value in the docstrings. (Bug#6498)
1418
1419 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1420
1421 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1422 since it is not present when using some non-default switches.
1423
1424 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1425
1426 * simple.el (compose-mail): Fix doc string to refer to
1427 `compose-mail-user-agent-warnings', instead of to the
1428 nonexistent `compose-mail-check-user-agent'.
1429
1430 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1431
1432 Fix vc-annotate for renamed files when using Git.
1433 * vc-git.el (vc-git-find-revision): Deal with empty results from
1434 ls-files. Doe not pass the object as a file name to cat-file, it
1435 is not a file name.
1436 (vc-git-annotate-command): Pass the file name using -- to avoid
1437 ambiguity with the revision.
1438 (vc-git-previous-revision): Pass a relative file name.
1439
1440 2010-06-22 Glenn Morris <rgm@gnu.org>
1441
1442 * progmodes/js.el (js-mode-map): Use standard capitalization and
1443 ellipses for menu entries.
1444
1445 * wid-edit.el (widget-complete): Doc fix.
1446
1447 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1448
1449 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1450
1451 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1452
1453 Fix annotating other revisions for renamed files in vc-annotate.
1454 * vc-annotate.el (vc-annotate): Add an optional argument for the
1455 VC backend. Use it when non-nil.
1456 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
1457
1458 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1459 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1460 Do not pass the file name to the 'previous-revision call when we
1461 don't want a file diff. (Bug#6489)
1462
1463 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1464
1465 Fix finding revisions for renamed files in vc-annotate.
1466 * vc.el (vc-find-revision): Add an optional argument for
1467 the VC backend. Use it when non-nil.
1468 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1469 backend to vc-find-revision. (Bug#6487)
1470
1471 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 Fix reading file names in Git annotate buffers.
1474 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1475 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1476
1477 2010-06-20 Alan Mackenzie <acm@muc.de>
1478
1479 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1480 in file local variables, set it first.
1481
1482 2010-06-19 Glenn Morris <rgm@gnu.org>
1483
1484 * descr-text.el (describe-char-unicode-data): Insert separating
1485 space when needed. (Bug#6422)
1486
1487 * progmodes/idlwave.el (idlwave-action-and-binding):
1488 Fix typo in 2009-12-03 change. (Bug#6450)
1489
1490 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1493
1494 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * font-lock.el (font-lock-major-mode): Rename from
1497 font-lock-mode-major-mode to distinguish it from
1498 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1499 (font-lock-set-defaults):
1500 * font-core.el (font-lock-default-function): Adjust users.
1501 (font-lock-mode): Don't set it at all.
1502
1503 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1504
1505 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1506
1507 2010-06-15 Glenn Morris <rgm@gnu.org>
1508
1509 * calendar/appt.el (appt-time-msg-list): Doc fix.
1510 (appt-check): Let-bind appt-warn-time.
1511 (appt-add): Make the 3rd argument optional.
1512 Simplify argument names. Doc fix. Check for integer WARNTIME.
1513 Only add WARNTIME to the output list if non-nil.
1514
1515 2010-06-15 Ivan Kanis <apple@kanis.eu>
1516
1517 * calendar/appt.el (appt-check): Let the 3rd element of
1518 appt-time-msg-list specify the warning time.
1519 (appt-add): Add new argument with the warning time. (Bug#5176)
1520
1521 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1522
1523 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1524 older than version 1.6. (Bug#6361)
1525
1526 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
1527
1528 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1529 used by cl-do-arglist. (Bug#6408)
1530
1531 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * emacs-lisp/advice.el (ad-compile-function):
1534 Define warning-suppress-types before we let-bind it (bug#6275).
1535
1536 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1537 declare it, make it buffer-local and permanent-local (bug#6324).
1538 (vc-resynch-window): Adjust name.
1539 * vc-hooks.el (vc-find-file-hook): Adjust name.
1540
1541 2010-06-07 Jonathan Rockway <jon@jrock.us>
1542
1543 * net/rcirc.el: Add support for password authentication.
1544 (rcirc-server-alist): Add :password keyword.
1545 (rcirc): Ask for a password, or get it from the server's alist.
1546 (rcirc-connect): Add password argument. Pass it to server.
1547
1548 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * net/dbus.el (dbus-register-method): Declare function.
1551 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1552 (dbus-introspect): Doc fix.
1553 (dbus-event-bus-name, dbus-introspect-get-interface)
1554 (dbus-introspect-get-argument): Reflow docstrings.
1555
1556 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * term/common-win.el (x-colors): Add "dark green" and "dark
1559 turquoise" (Bug#6332).
1560
1561 2010-06-03 Glenn Morris <rgm@gnu.org>
1562
1563 * desktop.el (desktop-clear-preserve-buffers):
1564 Add "*Warnings*" buffer. (Bug#6336)
1565
1566 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1567
1568 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1569
1570 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1573 `file-directory-p' to the filename part rather than to the whole text.
1574
1575 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1578
1579 2010-05-31 Drew Adams <drew.adams@oracle.com>
1580
1581 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1582
1583 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * subr.el (momentary-string-display): Just use read-event to read
1586 the exit event (Bug#6238).
1587
1588 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1589
1590 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1591 (ansi-color-drop-regexp): New constant.
1592 (ansi-color-apply, ansi-color-filter-region)
1593 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1594 (ansi-color-apply): Build string list before calling concat.
1595
1596 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1599 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1600
1601 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1602
1603 * htmlfontify.el (hfy-face-resolve-face): New function.
1604 (hfy-face-to-style): Use it (Bug#6279).
1605
1606 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * epa.el (epa--select-keys): Don't explicitly delete the window since
1609 that can fail (e.g. sole window in frame). Use dedication instead.
1610
1611 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1612
1613 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1614
1615 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * subr.el (read-quoted-char): Resolve modifiers after key
1618 remapping (bug#6212).
1619
1620 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1623 (tmm-get-keymap): Compute shortcuts (bug#6171).
1624
1625 2010-05-10 Glenn Morris <rgm@gnu.org>
1626
1627 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1628 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1629
1630 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * Version 23.2 released.
1633
1634 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * international/mule.el (auto-coding-alist): Only purecopy
1637 car of each item, not the whole list (Bug#6083).
1638
1639 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * progmodes/js.el (js-mode): Make paragraph variables local before
1642 calling c-setup-paragraph-variables (Bug#6071).
1643
1644 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1645
1646 * composite.el (compose-region, reference-point-alist): Fix typos
1647 in the doc strings.
1648
1649 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1650
1651 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1652 gnuplot's "set" command.
1653
1654 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
1655
1656 * abbrev.el (last-abbrev-text): Doc fix.
1657 (abbrev-prefix-mark): Don't escape parenthesis.
1658
1659 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1660
1661 * composite.el (find-composition): Doc fix.
1662
1663 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1666 (sql-oracle-program, sql-sqlite-options)
1667 (sql-query-placeholders-and-send): Doc fixes.
1668 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1669 (sql-imenu-generic-expression, sql-buffer)
1670 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1671 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1672 (sql-mode-sybase-font-lock-keywords)
1673 (sql-mode-informix-font-lock-keywords)
1674 (sql-mode-interbase-font-lock-keywords)
1675 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1676 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1677 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1678 (sql-product-feature, sql-highlight-product)
1679 (comint-line-beginning-position, sql-rename-buffer)
1680 (sql-toggle-pop-to-buffer-after-send-region)
1681 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1682 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1683 Fix typos in docstrings.
1684
1685 2010-04-23 Juri Linkov <juri@jurta.org>
1686
1687 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1688 property instead of `invisible' and `after-string' (bug#5998).
1689
1690 2010-04-23 Juri Linkov <juri@jurta.org>
1691
1692 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1693
1694 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * filecache.el (file-cache-add-directory-list)
1697 (file-cache-add-directory-recursively): Fix typos in docstrings.
1698
1699 2010-04-22 Kenichi Handa <handa@m17n.org>
1700
1701 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1702 (gujarati-composable-pattern): Fix typo.
1703
1704 2010-04-20 Kenichi Handa <handa@m17n.org>
1705
1706 * language/indian.el (oriya-composable-pattern)
1707 (tamil-composable-pattern, malayalam-composable-pattern):
1708 Add two-part vowels to "v" (vowel sign).
1709
1710 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * files.el (copy-directory): Handle symlinks (Bug#5982).
1713
1714 * progmodes/compile.el (compilation-next-error-function):
1715 Revert 2009-10-12 change (Bug#5983).
1716
1717 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1718
1719 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1720 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1721 (Bug#5846).
1722
1723 2010-04-20 Glenn Morris <rgm@gnu.org>
1724
1725 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1726
1727 * minibuffer.el (completion-at-point): Doc fix.
1728
1729 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 Fix the version number for added files.
1732 * vc-hg.el (vc-hg-working-revision): Check if the file is
1733 registered after hg parent fails (Bug#5961).
1734
1735 2010-04-17 Glenn Morris <rgm@gnu.org>
1736
1737 * htmlfontify.el (htmlfontify-buffer)
1738 (htmlfontify-copy-and-link-dir): Autoload entry points.
1739
1740 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1741
1742 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1743 name relative to the project root (Bug#5960).
1744
1745 2010-04-16 Glenn Morris <rgm@gnu.org>
1746
1747 * vc-git.el (vc-git-print-log): Doc fix.
1748
1749 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1750
1751 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1752
1753 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1754
1755 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1756 default settings (Bug#5928).
1757
1758 2010-04-10 Glenn Morris <rgm@gnu.org>
1759
1760 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1761 New function.
1762 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1763
1764 2010-04-07 Kenichi Handa <handa@m17n.org>
1765
1766 * language/indian.el (malayalam-composable-pattern): Fix previous
1767 change (add U+0D4D "SIGN VIRAMA").
1768 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1769 (tamil-composable-pattern): Fix typo in the regexp.
1770 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1771 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1772 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1773
1774 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1775
1776 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1777 paragraph-separate (Bug#5821).
1778
1779 2010-04-05 Juri Linkov <juri@jurta.org>
1780
1781 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1782
1783 * info.el (Info-find-node-2): Comment out code that skips
1784 breadcrumbs line.
1785 (Info-mouse-follow-link): New command.
1786 (Info-link-keymap): New keymap.
1787 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1788 Return a string with links instead of inserting breadcrumbs
1789 to the Info buffer.
1790 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1791 Instead of putting the `invisible' text property over the Info
1792 header, make an overlay over the Info header with the `invisible'
1793 property and `after-string' set to the string returned by
1794 `Info-breadcrumbs'.
1795
1796 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1797
1798 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1799 Reported by monkey@sandpframing.com.
1800
1801 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1802
1803 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1804 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1805
1806 2010-03-30 Kenichi Handa <handa@m17n.org>
1807
1808 * language/sinhala.el (composition-function-table): Fix regexp for
1809 the new Unicode specification.
1810
1811 * language/indian.el (devanagari-composable-pattern)
1812 (tamil-composable-pattern, kannada-composable-pattern)
1813 (malayalam-composable-pattern): Adjust for the new Unicode
1814 specification.
1815 (bengali-composable-pattern, gurmukhi-composable-pattern)
1816 (gujarati-composable-pattern, oriya-composable-pattern)
1817 (telugu-composable-pattern): New variables to cope with the new
1818 Unicode specification. Use them in composition-function-table.
1819
1820 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 Make tmm-menubar work for the Buffers menu again (bug#5726).
1823 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1824 vectors rather than cons cells, as used in menu-bar-update-buffers.
1825
1826 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1829 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1830 electric punctuation for "{}();,:" (Bug#5586).
1831
1832 * mail/sendmail.el (mail-default-directory): Doc fix.
1833
1834 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1835
1836 * mail/sendmail.el (mail-default-directory): Doc fix.
1837
1838 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1839
1840 * subr.el (version-regexp-alist, version-to-list)
1841 (version-list-<, version-list-=, version-list-<=)
1842 (version-list-not-zero, version<, version<=, version=): Doc fix.
1843 (Bug#5744).
1844
1845 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1846 Nick Roberts <nickrob@snap.net.nz>
1847
1848 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1849 (gdb-init-1): Use it.
1850
1851 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1852
1853 * vc.el (vc-root-diff): Doc fix.
1854
1855 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1858
1859 * simple.el (append-to-buffer): Fix last change.
1860
1861 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * simple.el (append-to-buffer): Ensure that point is preserved if
1864 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1865 (Bug#5749)
1866
1867 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1870 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1871 not be present any more.
1872
1873 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * faces.el (set-face-attribute): Fix typo in docstring.
1876 (face-valid-attribute-values): Reflow docstring.
1877
1878 2010-03-23 Glenn Morris <rgm@gnu.org>
1879
1880 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1881
1882 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * indent.el (indent-for-tab-command): Doc fix.
1885
1886 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1889 (image-dired-read-comment): Doc fix.
1890
1891 * json.el (json-object-type, json-array-type, json-key-type)
1892 (json-false, json-null, json-read-number):
1893 * minibuffer.el (completion-in-region-functions):
1894 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1895 (cal-tex-cursor-week):
1896 * emacs-lisp/trace.el (trace-function):
1897 * eshell/em-basic.el (eshell/printnl):
1898 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1899 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1900 * obsolete/levents.el (allocate-event, event-key, event-object)
1901 (event-point, event-process, event-timestamp, event-to-character)
1902 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1903 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1904 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1905 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1906 (reftex-highlight-selection): Fix typos in docstrings.
1907
1908 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1911
1912 2010-03-18 Glenn Morris <rgm@gnu.org>
1913
1914 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1915 2008-02-13 without comment; mark it obsolete.
1916 (rmail-highlight-headers): Use rmail-highlight-face once more.
1917
1918 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1919
1920 * woman.el (woman2-process-escapes): Only consume the newline if
1921 the filler character is on a line by itself (Bug#5729).
1922
1923 2010-03-16 Kenichi Handa <handa@m17n.org>
1924
1925 * language/indian.el (devanagari-composable-pattern): Add more
1926 consonants.
1927
1928 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * net/trampver.el: Update release number.
1931
1932 2010-03-13 Glenn Morris <rgm@gnu.org>
1933
1934 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1935
1936 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1937
1938 * net/tramp.el (tramp-find-executable):
1939 Use `tramp-get-connection-buffer'. Make the regexp for checking
1940 output of "wc -l" more robust.
1941 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1942 (tramp-open-connection-setup-interactive-shell): Remove workaround
1943 for OpenSolaris bug, it is not needed anymore.
1944
1945 2010-03-12 Glenn Morris <rgm@gnu.org>
1946
1947 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1948
1949 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1950
1951 * files.el (auto-mode-alist): Accept more verilog file patterns.
1952
1953 2010-03-09 Miles Bader <miles@gnu.org>
1954
1955 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1956 instead of "format:"; this ensures that the output is
1957 newline-terminated.
1958
1959 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1962 that all errors are caught, and that the return value is always a
1963 list (Bug#5692).
1964
1965 2010-03-08 Kenichi Handa <handa@m17n.org>
1966
1967 * language/misc-lang.el (windows-1256): New coding system.
1968 (cp1256): New alias of windows-1256 (bug#5690).
1969
1970 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1971
1972 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1973 call to rfc822-bad-address. (Bug#5692)
1974
1975 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1976
1977 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1978 Use vc-git-root as default directory for revision path (Bug#5657).
1979
1980 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * calculator.el (calculator): Don't bind split-window-keep-point
1983 (Bug#5674).
1984
1985 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * vc-git.el: Re-flow to fit into 80 columns.
1988 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1989 Remove spurious `quote' element in each case alternative.
1990 (vc-git-show-log-entry): Use prog1.
1991 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1992
1993 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1996
1997 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2000 definition, not the name (Bug#5481).
2001
2002 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2003
2004 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2005 argument with a local variable. (Bug#5670)
2006
2007 2010-03-02 Juri Linkov <juri@jurta.org>
2008
2009 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2010
2011 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2014 error when FILENAME and NEWNAME are existing remote directories.
2015
2016 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2017 parameter DIR-FLAG.
2018
2019 2010-03-02 Glenn Morris <rgm@gnu.org>
2020
2021 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2022 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2023
2024 2010-03-01 Kenichi Handa <handa@m17n.org>
2025
2026 * language/burmese.el (burmese-composable-pattern): Rename from
2027 myanmar-composable-pattern.
2028
2029 * international/characters.el (script-list):
2030 * international/fontset.el (script-representative-chars):
2031 Change myanmar to burmese.
2032 (otf-script-alist): Likewise.
2033 (setup-default-fontset): Likewise. Re-fix :otf spec.
2034
2035 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2036
2037 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2038
2039 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2040
2041 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2042
2043 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2044
2045 * net/tramp.el (tramp-handle-write-region): START can be a string.
2046 Take care in the checks. Reported by Dan Davison
2047 <davison@stats.ox.ac.uk>.
2048
2049 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2050
2051 * net/dbus.el (dbus-introspect, dbus-get-property)
2052 (dbus-set-property, dbus-get-all-properties): Use
2053 `dbus-call-method' when noninteractive. (Bug#5645)
2054
2055 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2058 * emacs-lisp/elint.el (elint-add-required-env):
2059 * calendar/icalendar.el (icalendar--add-diary-entry):
2060 * calc/calcalg2.el (math-tracing-integral):
2061 * files.el (recover-session-finish): Use with-current-buffer
2062 instead of save-excursion.
2063
2064 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 Fix in-buffer completion when after-change-functions modify the buffer.
2067 * minibuffer.el (completion--replace): New function.
2068 (completion--do-completion): Use it and use relative movement.
2069
2070 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2071
2072 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2073
2074 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2075
2076 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2077 Allow the characters _<> in the stack entry (Bug#5653).
2078
2079 2010-02-26 Kenichi Handa <handa@m17n.org>
2080
2081 * language/burmese.el: Fix entries in composition-function-table.
2082 (myanmar-composable-pattern): New variable.
2083
2084 * international/fontset.el (setup-default-fontset): Add an entry
2085 for myanmar.
2086
2087 * international/characters.el (script-list): Add Myanmar
2088 Extended-A.
2089
2090 2010-02-26 Glenn Morris <rgm@gnu.org>
2091
2092 * custom.el (custom-initialize-delay): Doc fix.
2093
2094 * mail/sendmail.el (send-mail-function): Autoload the call
2095 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2096
2097 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * files.el (hack-local-variables-filter): For eval forms, also
2100 check safe-local-variable-p (Bug#5636).
2101
2102 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2103
2104 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2105 and use c(ad)r of cddr (Bug#5640).
2106
2107 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2110 setting the modes by `ignore-errors'. It might fail, for example
2111 if the file is not owned by the user but the group.
2112 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2113
2114 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * files.el (directory-listing-before-filename-regexp): Use
2117 stricter matching for iso-style dates, to avoid false matches with
2118 date-like filenames (Bug#5597).
2119
2120 * htmlfontify.el (htmlfontify): Doc fix.
2121
2122 * eshell/eshell.el (eshell): Doc fix.
2123
2124 * startup.el (fancy-about-screen): In mode-line, apply
2125 mode-line-buffer-id face only to the buffer name (Bug#5613).
2126
2127 2010-02-20 Kevin Ryde <user42@zip.com.au>
2128
2129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2130 In `watcom' anchor regexp to start of line, to avoid slowness
2131 (Bug#5599).
2132
2133 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2134
2135 * subr.el (remove-yank-excluded-properties): Explain in a comment
2136 why `category' property is removed.
2137
2138 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2141 2010-02-17 change.
2142
2143 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2144
2145 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2146 (icalendar--convert-weekly-to-ical)
2147 (icalendar--convert-yearly-to-ical)
2148 (icalendar--convert-block-to-ical)
2149 (icalendar--convert-cyclic-to-ical)
2150 (icalendar--convert-anniversary-to-ical): Take care of time
2151 specifications where hour has 1-digit only (Bug#5549).
2152
2153 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2154
2155 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2156 of disassemble output in GDB 7.1.
2157
2158 2010-02-19 Glenn Morris <rgm@gnu.org>
2159
2160 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2161 property. (Bug#5593)
2162
2163 2010-02-18 Sam Steingold <sds@gnu.org>
2164
2165 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2166
2167 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 Use abbreviated file names in bookmarks (bug#5591).
2170 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2171 calls to expand-file-name.
2172 (bookmark-relocate): Use abbreviated file names in bookmarks.
2173 (bookmark-load): Use abbreviated file names in messages.
2174
2175 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2176
2177 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2178 expand "." and "..". Reported by Thierry Volpiatto
2179 <thierry.volpiatto@gmail.com>.
2180
2181 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2182
2183 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2184 permissions of the temporary file to "0600". In case the remote
2185 file has no read permissions for the owner, there might be
2186 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2187
2188 22010-02-18 Glenn Morris <rgm@gnu.org>
2189
2190 * emacs-lisp/authors.el (authors-renamed-files-alist):
2191 Add entries for INSTALL.CVS.
2192
2193 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2194
2195 * vc-bzr.el: Fix typo in Known Bugs section.
2196
2197 * isearch.el (isearch-update-post-hook): New hook.
2198 (isearch-update): Use the new hook.
2199
2200 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2201
2202 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2203 Fix errors in copying directories.
2204 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2205 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2206 (tramp-handle-delete-file)
2207 (tramp-handle-dired-recursive-delete-directory)
2208 (tramp-handle-write-region): Flush also the cache for the upper
2209 directory.
2210
2211 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2212
2213 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2214
2215 * cus-edit.el (hardware): Doc fix.
2216
2217 * man.el (man): Add to external custom group.
2218
2219 * delim-col.el (columns): Move to wp custom group.
2220
2221 * doc-view.el (doc-view): Add to data custom group.
2222
2223 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2224
2225 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2226 by ispell-parse-output (Bug#5575).
2227
2228 2010-02-16 Kenichi Handa <handa@m17n.org>
2229
2230 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2231 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2232 (skkdic-convert): Use `euc-japan' coding system for writing.
2233
2234 2010-02-16 Glenn Morris <rgm@gnu.org>
2235
2236 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2237 tex-main-file before using it. (Bug#5562)
2238
2239 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2242 warnings, since it is annoying for the user to see them each time he
2243 runs the code.
2244
2245 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2246
2247 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2248 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2249 instead of PROC for caching "first-password-request". Otherwise,
2250 new processes would not profit from passwords already entered.
2251
2252 * net/tramp-cache.el (tramp-dump-connection-properties):
2253 Don't save "first-password-request" property.
2254
2255 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2256
2257 * outline.el (outline-head-from-level):
2258 * simple.el (with-wrapper-hook):
2259 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2260 (elint-defun, elint-buffer-env, elint-top-form-logged)
2261 (elint-unbound-variable):
2262 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2263 Fix typos in docstrings.
2264
2265 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2266
2267 * files.el (insert-directory): When WILDCARD-REGEXP and
2268 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2269 whole directory. (Bug#5551)
2270
2271 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2272 dired's alignment sanity. (Bug#5516)
2273
2274 2010-02-14 Juri Linkov <juri@jurta.org>
2275
2276 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2277 Remove remaining ^H with their preceding chars. (Bug#5566)
2278
2279 2010-02-13 Glenn Morris <rgm@gnu.org>
2280
2281 * simple.el (transpose-subr): Give it a doc-string.
2282
2283 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2284 Doc fixes.
2285
2286 2010-02-12 Juri Linkov <juri@jurta.org>
2287
2288 * arc-mode.el (archive-unique-fname): Make directories for nested
2289 archives. (Bug#5540)
2290
2291 2010-02-12 Juri Linkov <juri@jurta.org>
2292
2293 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2294
2295 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * subr.el (copy-overlay): Handle deleted overlays.
2298
2299 * man.el (Man-completion-table): Don't signal an error if we can't run
2300 manual-program (bug#4056).
2301
2302 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2303
2304 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2305
2306 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2307
2308 * info.el (Info-bookmark-jump): Simplify.
2309
2310 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2311 (bookmark-default-handler): Accept new bookmark field `buffer'.
2312
2313 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2314
2315 * iswitchb.el (iswitchb-completions): Revert last change.
2316
2317 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2318
2319 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2320 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2321 This prevents file names like "~/" being listed literally.
2322
2323 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2324
2325 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2326 Remove dead code. (Bug#5546)
2327
2328 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2329
2330 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2331 correctly (Bug#5548).
2332
2333 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2334
2335 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2336 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2337
2338 2010-02-08 Kenichi Handa <handa@m17n.org>
2339
2340 * international/mule-util.el (with-coding-priority): Add autoload
2341 cookie for putting `lisp-indent-function'.
2342
2343 2010-02-07 Glenn Morris <rgm@gnu.org>
2344
2345 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2346 Move F2003 named interfaces from keywords-2 to keywords-1, and
2347 use function-name-face rather than constant-face.
2348 Simplify "abstract interface" regexp.
2349
2350 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2353 ID-FORMAT. Pass it to `file-attributes'.
2354
2355 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2356
2357 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2358
2359 * faces.el (set-face-attribute): Allow calling
2360 internal-set-lisp-face-attribute with 'unspecified family and
2361 foundry argument (Bug#5536).
2362
2363 2010-02-07 Glenn Morris <rgm@gnu.org>
2364
2365 * progmodes/f90.el (f90-font-lock-keywords-2)
2366 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2367 Handle F2003 named interfaces.
2368
2369 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2370
2371 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2372 beg and end before calling c-get-state-before-change-functions.
2373
2374 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2375
2376 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2377
2378 2010-02-05 Juri Linkov <juri@jurta.org>
2379
2380 * doc-view.el (doc-view-mode):
2381 * image-mode.el (image-mode): Put property mode-class=special.
2382 (Bug#4896)
2383
2384 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2385
2386 * vc-svn.el (vc-svn-revision-table): New function.
2387
2388 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2389
2390 * net/ange-ftp.el (ange-ftp-insert-directory):
2391 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2392 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2393 Handle also directories. (Bug#5478)
2394
2395 2010-02-05 Glenn Morris <rgm@gnu.org>
2396
2397 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2398
2399 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * startup.el (command-line-1): Convert options beginning with a
2402 single dash as well (Bug#5519).
2403
2404 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2407 * minibuffer.el (completion-initials-expand): Only check the presence
2408 of delims *within* the boundaries, since otherwise the / delim is
2409 always found for files.
2410
2411 Fix up various corner case problems.
2412 * doc-view.el (doc-view-last-page-number): New function.
2413 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2414 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2415 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2416 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2417 (doc-view-convert-current-doc): Don't create the resolution.el file
2418 here any more.
2419 (doc-view-pdf/ps->png): Do it here instead.
2420 (doc-view-already-converted-p): Check that resolution.el is present.
2421 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2422 windows that are not yet showing images.
2423
2424 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2425
2426 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2427 `dired-uncache' for every elemnt which is an absolute file name.
2428
2429 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2430 directory, handle its directory component.
2431 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2432 function is called permanently and creates noise, otherwise.
2433
2434 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2435 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2436 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2437
2438 2010-02-04 David Burger <dburger@google.com> (tiny change)
2439
2440 * macros.el (apply-macro-to-region-lines):
2441 Minor simplification. (Bug#5485)
2442
2443 2010-02-04 Glenn Morris <rgm@gnu.org>
2444
2445 * mail/rmail.el (rmail-show-message-1): Handle malformed
2446 quoted-printable text. (Bug#5441)
2447
2448 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2449
2450 * simple.el (visual-line-mode): Capitalize lighter.
2451
2452 2010-02-03 John Wiegley <jwiegley@gmail.com>
2453
2454 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2455 list of files considered for "virtual buffer" completions.
2456
2457 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2458
2459 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2460 also in case of (and (not full) (not wildcard)). This is needed,
2461 when dired is called with a list of files, which are not in
2462 `default-directory'. (Bug#5478)
2463
2464 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2467
2468 2010-02-02 Juri Linkov <juri@jurta.org>
2469
2470 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2471 from unidiff to allow function-line after @@.
2472
2473 2010-02-02 Juri Linkov <juri@jurta.org>
2474
2475 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2476 '(RCS SCCS) with inverted condition.
2477
2478 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2479
2480 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2481 messages.
2482
2483 2010-02-01 Juri Linkov <juri@jurta.org>
2484
2485 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2486 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2487 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2488 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2489
2490 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2493 (doc-view-revert-buffer): New command.
2494 (doc-view-mode-map): Use it.
2495
2496 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2497
2498 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2499 pending merge is detected.
2500
2501 2010-01-31 Juri Linkov <juri@jurta.org>
2502
2503 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2504 beginning of interactive spec like all other grep commands do.
2505 Put "all" in front of "gz". (Bug#5260)
2506
2507 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2508
2509 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2510
2511 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2514 regexp is incorrect (Bug#5476).
2515
2516 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2517
2518 * net/tramp.el (tramp-handle-insert-directory): Handle also
2519 symlinks, when FILENAME is not in `default-directory'.
2520
2521 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2522
2523 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2524 FILE is not in `default-directory'. (Bug#5478)
2525
2526 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2527 of SWITCHES. Handle the case, FILENAME is not in
2528 `default-directory'. (Bug#5478)
2529 (tramp-register-file-name-handlers): Add safe-magic property.
2530
2531 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2534 unzip (Bug#5475).
2535
2536 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2537
2538 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2539 (flymake-master-make-header-init): Add other C++ filename masks.
2540 (flymake-find-possible-master-files)
2541 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2542
2543 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2544
2545 Fix some busybox annoyances.
2546
2547 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2548 not responding." string.
2549 (tramp-open-connection-setup-interactive-shell): Dump stty
2550 settings. Enable "neveropen" arg for all `tramp-send-command'
2551 calls. Handle "=" in variable values properly.
2552 (tramp-find-inline-encoding): Raise an error, when no encoding is
2553 found.
2554 (tramp-wait-for-output): Check, whether PROC buffer is available.
2555 Remove spurious " ^H" sequences, sent by busybox.
2556 (tramp-get-ls-command): Suppress coloring, if possible.
2557
2558 2010-01-28 Glenn Morris <rgm@gnu.org>
2559
2560 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2561
2562 * log-edit.el (log-edit-strip-single-file-name): Add missing
2563 :safe, :group, and :version tags.
2564
2565 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2566
2567 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2568 buffers. (Bug#5477)
2569
2570 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2571
2572 * files.el (delete-directory): Handle moving to trash without
2573 first doing recursion (Bug#5436).
2574
2575 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2576
2577 * vc-hooks.el (vc-path): Mark as obsolete.
2578
2579 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2580
2581 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2582 names too.
2583
2584 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2585 for the short log.
2586 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2587
2588 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2589
2590 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2591
2592 * vc-bzr.el (vc-bzr-revision-table): New function.
2593
2594 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2595
2596 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2597 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2598
2599 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2600
2601 Remove support for adding --signoff on commit.
2602 Future support will use an incompatible generic mechanism.
2603 * vc-git.el (vc-git-add-signoff): Remove variable.
2604 (vc-git-toggle-signoff): Remove function.
2605 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2606
2607 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2608 from xterm-set-background-mode. Return t if the background mode
2609 was set.
2610 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2611 earlier, call it again in case the background mode has changed.
2612
2613 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2614
2615 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2616 (Bug#3541).
2617
2618 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * emacs-lisp/assoc.el (aelement): Doc fix.
2621 (aput, adelete, amake): Use lexical-let (Bug#5450).
2622
2623 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2624
2625 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2626 is the same as subprogram call, not declaration. (Bug#5435).
2627
2628 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2629
2630 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2631 (tramp-smb-maybe-open-connection): Use it.
2632
2633 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2634
2635 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2636
2637 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2640 just because we see "encoding: 8bit".
2641 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2642
2643 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2644
2645 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2646
2647 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2648
2649 * jka-compr.el (jka-compr-load): If load-file is not in
2650 load-history, try its file-truename version. (bug#5447)
2651
2652 2010-01-21 Alan Mackenzie <acm@muc.de>
2653
2654 Fix a situation where deletion of a cpp construct throws an error.
2655 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2656 invoking c-with-all-but-one-cpps-commented-out, check that the
2657 special cpp construct is still in the buffer.
2658 (c-parse-state): Record the special cpp with markers, not numbers.
2659
2660 2010-01-21 Kenichi Handa <handa@m17n.org>
2661
2662 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2663 process last-command-event, as it is now decoded first (Bug#5380).
2664
2665 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2668
2669 2010-01-20 Glenn Morris <rgm@gnu.org>
2670
2671 * indent.el (tab-always-indent): Fix custom-type.
2672
2673 2010-01-19 Alan Mackenzie <acm@muc.de>
2674
2675 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2676 buffer throws "args out of range".
2677 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2678 playing the role of delimiter.
2679
2680 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2681
2682 * progmodes/ada-mode.el: Fix bug#5400.
2683 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2684 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2685 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2686 Improve comments in "is" portion. Handle null procedure declaration.
2687 (ada-move-to-end): Improve doc string.
2688
2689 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2690
2691 * ido.el (ido-cur-list): Initialize to nil.
2692 Remove obsolete information from commentary.
2693 (ido-choice-list): Initialize to nil.
2694 (ido-get-bufname): Reject minibuffers.
2695 (ido-make-buffer-list): If "default" is a nonexistent
2696 buffer, ignore it, as per the function's comment.
2697 (ido-kill-buffer-internal): New function.
2698 (ido-kill-buffer-at-head): Use it.
2699 (ido-visit-buffer): Likewise.
2700
2701 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2704
2705 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2706
2707 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2708 Fix typos in chart titles.
2709
2710 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2711 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2712 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2713 (describe-class, eieio-describe-generic, describe-generic):
2714 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2715 (eieio-speedbar-expand):
2716 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2717 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2718 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2719 (viper-del-backward-char-in-replace, viper-backward-indent)
2720 (viper-brac-function, viper-register-to-point, viper-submit-report):
2721 * net/tramp.el (tramp-remote-coding-commands):
2722 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2723 Fix typos in docstrings.
2724
2725 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * mail/sendmail.el (mail-yank-original): Set the mark if the
2728 specified function for yanking does not do it.
2729
2730 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2731
2732 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2733
2734 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2735 resyncing a directory.
2736
2737 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2738
2739 * progmodes/ada-mode.el: Fix bug#1920.
2740 (ada-ident-re): Delete ., allow multibyte characters.
2741 (ada-goto-label-re): New; matches goto labels.
2742 (ada-block-label-re): New; matches block labels.
2743 (ada-label-re): New; matches both.
2744 (ada-named-block-re): Deleted; callers changed to use
2745 `ada-block-label-re' instead.
2746 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2747 Use `ada-block-label-re'.
2748 (ada-indent-on-previous-lines): Improve handling of goto labels.
2749 (ada-get-indent-block-start): Special-case block label.
2750 (ada-get-indent-label): Split into `ada-indent-block-label' and
2751 `ada-indent-goto-label'.
2752 (ada-goto-stmt-start, ada-goto-next-non-ws):
2753 Optionally ignore goto labels.
2754 (ada-goto-next-word): Simplify.
2755 (ada-indent-newline-indent-conditional): Insert newline before
2756 trying to fix indentation; doc fix.
2757
2758 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2759
2760 * calc/calc.el (calc-command-flags): Give it an initial value.
2761
2762 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * files.el (minibuffer-with-setup-hook):
2765 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2766 (artist-key-draw-continously, artist-key-do-continously-continously)
2767 (artist-key-set-point-continously, artist-mouse-draw-continously):
2768 Fix typos in docstrings.
2769
2770 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2771
2772 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2773 return t (Bug#3898).
2774
2775 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2776
2777 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2778 can parse the output of the external commands (Bug#5279).
2779
2780 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2781
2782 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2783
2784 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2787
2788 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2789
2790 * startup.el (command-line): Remove unused --icon-type arg.
2791 Handle --display arg, passing it to command-line-1 (Bug#5392).
2792
2793 2010-01-16 Mario Lang <mlang@delysid.org>
2794
2795 * emacs-lisp/chart.el (chart-translate-namezone):
2796 * textmodes/artist.el (artist-compute-popup-menu-table):
2797 Remove duplicated words in doc-strings.
2798
2799 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2800
2801 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2802 to mairix-search to suppress threading (Bug#5342).
2803
2804 2010-01-15 Kenichi Handa <handa@m17n.org>
2805
2806 * international/mule-cmds.el (canonicalize-coding-system-name):
2807 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2808
2809 2010-01-15 Glenn Morris <rgm@gnu.org>
2810
2811 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2812
2813 * wid-edit.el (widget-keymap): Doc fix.
2814
2815 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2816 former seems to be more widely accepted by various svn versions.
2817
2818 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2819
2820 * find-cmd.el (find-constituents):
2821 * vc-arch.el (vc-arch-root):
2822 * window.el (window-body-height, pop-up-frames):
2823 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2824 * progmodes/ada-stmt.el (ada-if):
2825 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2826 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2827 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2828 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2829
2830 * progmodes/flymake.el (flymake-post-syntax-check):
2831 Fix typo in error message.
2832
2833 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2834
2835 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2836 which is always a string. (Bug#5313)
2837
2838 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * progmodes/ada-xref.el (ada-default-prj-properties):
2841 Simplify previous change.
2842
2843 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2844
2845 * progmodes/ada-xref.el (ada-default-prj-properties):
2846 Default ada_project_path to $ADA_PROJECT_PATH.
2847
2848 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2849
2850 * progmodes/ada-mode.el (ada-create-keymap):
2851 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2852
2853 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2854
2855 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2856 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2857 (ada-get-current-indent, ada-imenu-generic-expression)
2858 (ada-which-function): Check for it.
2859
2860 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2861
2862 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2863 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2864
2865 2010-01-14 Glenn Morris <rgm@gnu.org>
2866
2867 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2868
2869 2010-01-14 Kenichi Handa <handa@m17n.org>
2870
2871 * composite.el (auto-composition-mode): Make it a buffer local
2872 variable (permanent-local).
2873 (auto-composition-function): Set the default value to
2874 auto-compose-chars.
2875 (auto-composition-mode): Make it a simple function, not a minor mode.
2876 (global-auto-composition-mode): Likewise.
2877 (turn-on-auto-composition-if-enabled): Delete it.
2878
2879 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2880
2881 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2882
2883 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * files.el (copy-directory): Compute target for recursive
2886 directories with identical names. (Bug#5343)
2887
2888 2010-01-12 Glenn Morris <rgm@gnu.org>
2889
2890 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2891 it to bug-gnu-emacs rather than emacs-pretest-bug.
2892
2893 2010-01-11 Sam Steingold <sds@gnu.org>
2894
2895 * imenu.el (imenu-default-create-index-function): Detect infinite
2896 loops caused by imenu-prev-index-position-function.
2897
2898 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * htmlfontify.el (htmlfontify-load-rgb-file)
2901 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2902 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2903 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2904 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2905 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2906 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2907 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2908 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2909 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2910 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2911 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2912 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2913 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2914 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2915 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2916 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2917 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2918 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2919 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2920 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2921 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2922 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2923 backslash-quoting from parentheses, etc.
2924
2925 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * progmodes/js.el: Autoload javascript-mode alias.
2928
2929 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2932 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2933 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2934 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2935 Fix typos in docstrings.
2936 (ffap-url-regexp): Doc fix.
2937 (ffap-at-mouse): Fix typo in message.
2938
2939 2010-01-11 Glenn Morris <rgm@gnu.org>
2940
2941 * version.el (emacs-copyright): Set copyright year to 2010.
2942
2943 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * format.el (format-annotate-function): Only set
2946 write-region-post-annotation-function after running to-fn so as not to
2947 affect nested write-region calls (bug#5273).
2948
2949 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2952 wisent/python.el.
2953
2954 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * man.el (Man-goto-section): Signal error if the section is not
2957 found (Bug#5317).
2958
2959 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2962 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2963
2964 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * progmodes/compile.el: Don't treat compile-command as safe if
2967 compilation-read-command might be nil (Bug#4218).
2968
2969 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2970
2971 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2972 NS options.
2973
2974 2010-01-08 Kenichi Handa <handa@m17n.org>
2975
2976 * international/fontset.el (build-default-fontset-data):
2977 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2978
2979 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2982 to `create-file-buffer' as it expects, not just a buffer name.
2983 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2984 to help uniquify. (Bug#3224)
2985
2986 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2987
2988 * font-setting.el (font-setting-change-default-font): Use user-spec
2989 instead of name.
2990
2991 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2992
2993 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2994
2995 2010-01-05 Tom Tromey <tromey@redhat.com>
2996
2997 * progmodes/python.el (python-font-lock-keywords):
2998 Handle qualified decorators (Bug#881).
2999
3000 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3001
3002 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3003 in a lightweight checkout.
3004
3005 2010-01-05 Kenichi Handa <handa@m17n.org>
3006
3007 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3008
3009 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3010
3011 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3012
3013 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3014
3015 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3016 checkouts. (Bug#618)
3017 (vc-bzr-log-view-mode): Also highlight the author.
3018 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3019 (vc-bzr-shelve-menu-map):
3020 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3021 (vc-bzr-shelve-apply): Make prompt more explicit.
3022
3023 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3026 They are valid characters in URL paths (rfc3986), and at least
3027 Firefox does not understand the encoded version (Bug#3166).
3028
3029 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3030
3031 * progmodes/octave-mod.el (octave-end-keywords)
3032 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3033 Add "end" keyword (Bug#3061).
3034 (octave-end-as-array-index-p): New function.
3035 (calculate-octave-indent): Use it.
3036
3037 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3038
3039 * bookmark.el: Consistently put the text property on the bookmark name.
3040 (bookmark-bmenu-marks-width): Bump back to 2, to include
3041 annotation marks.
3042 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3043 property on the bookmark name, instead of not putting it at all.
3044 (bookmark-bmenu-list): Fix where we put the text property.
3045
3046 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3047
3048 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3049 for showing buffer modified state (as added in the previous change).
3050
3051 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3052
3053 * bookmark.el: Show modified state of bookmark buffer more accurately.
3054 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3055 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3056 (with-buffer-modified-unmodified): New macro.
3057 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3058 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3059 Use new macro to preserve the buffer modified state.
3060
3061 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3062
3063 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3064 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3065 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3066 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3067 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3068 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3069 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3070
3071 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3072
3073 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3074 Make the lines in the generated doc string shorter. (Bug#4668)
3075
3076 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3077
3078 * net/rcirc.el: Add follow-link binding (Bug#4738).
3079
3080 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3081
3082 * Makefile.in (bzr-update): Rename from cvs-update.
3083 (cvs-update): New target for backward compatibility.
3084
3085 * makefile.w32-in (bzr-update): Rename from cvs-update.
3086 (cvs-update): New target for backward compatibility.
3087
3088 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3089
3090 * bookmark.el: Remove gratuitous gratitude.
3091
3092 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3093
3094 * bookmark.el (bookmark-bmenu-any-marks): New function
3095 (bookmark-bmenu-save): Clear buffer modification if no marks.
3096
3097 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3098
3099 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3100 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3101 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3102 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3103
3104 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3105 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3106 To: emacs-devel {_AT_} gnu.org
3107 Subject: bookmark.el bug report
3108 Date: Mon, 28 Dec 2009 14:19:16 +0800
3109 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3110
3111 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3112
3113 * bookmark.el: Improvements suggested by Drew Adams:
3114 (bookmark-bmenu-ensure-position): New name for
3115 `bookmark-bmenu-check-position'. Just ensure the position,
3116 don't return any meaningful value.
3117 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3118 New constants.
3119
3120 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3123 (bookmark-yank-point, bookmark-bmenu-check-position):
3124 Fix typos in docstrings.
3125 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3126 (bookmark-name-from-full-record, bookmark-get-position)
3127 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3128 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3129 Remove useless quoting of parenthesis, etc. in docstrings.
3130
3131 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3132 (ediff-append-custom-diff): Fix typo in error message.
3133 (ediff-meta-mark-equal-files): Fix typos in messages.
3134
3135 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3136
3137 * net/imap-hash.el (imap-hash-make): Doc fix.
3138 (imap-hash-test): Fix typo in error message; reflow docstring.
3139 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3140 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3141 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3142 Fix typos in docstrings.
3143 (imap-hash-open-connection): Fix typo in error message.
3144
3145 * play/gomoku.el (gomoku): Fix typos in docstring.
3146
3147 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3148 (gdb-jsonify-buffer): Fix typos in docstring.
3149 (gdb-goto-breakpoint): Fix typo in error message.
3150 ("Display Other Windows"): Fix typo in help message.
3151 (gdb-speedbar-expand-node): Fix typo in question.
3152
3153 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3154 (idlwave-html-system-help-location, idlwave-html-help-location)
3155 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3156 (idlwave-help-browser-generic-args, idlwave-help-directory)
3157 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3158 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3159 (idlwave-online-help, idlwave-help-html-link)
3160 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3161 Fix typos in docstrings.
3162 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3163 Reflow docstrings.
3164 (idlwave-help-assistant-start): Fix typo in error message.
3165
3166 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3167 (octave-electric-space): Fix typos in docstrings.
3168
3169 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3172
3173 2010-01-01 Juri Linkov <juri@jurta.org>
3174
3175 * comint.el (comint-input-ring-size): Make it a defcustom and
3176 increase the default to 500 (Bug#5148).
3177
3178 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3179
3180 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3181 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3182 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3183
3184 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3185
3186 Show working revision correctly for mercurial.
3187 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3188 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3189
3190 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3191
3192 Declare some functions for the byte-compiler.
3193 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3194 (speedbar-timer-fn, speedbar-change-expand-button-char)
3195 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3196
3197 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3198
3199 This changeset reverts GDB Graphical Interface to use annotations.
3200 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3201
3202 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3203
3204 Make vc-dir work on subdirectories of the bzr root.
3205 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3206 file names relative to it.
3207 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3208 relative directory to vc-bzr-after-dir-status.
3209
3210 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3211
3212 * font-lock.el (font-lock-refresh-defaults): New function, which
3213 can be used to let font-lock react to external changes in
3214 variables like font-lock-defaults and keywords.
3215 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3216
3217 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3218
3219 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3220
3221 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3222
3223 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3224
3225 Supersede color.diff settings in git log (bug#5211).
3226
3227 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3228 escape chars in its output when the user has color.diff set to `always'.
3229 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3230
3231 2009-12-26 Kevin Ryde <user42@zip.com.au>
3232
3233 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3234 node. Keep previous "Index" name to work with past coreutils too.
3235
3236 * man.el (man): Revise docstring a bit to show -a and -l as
3237 examples. Add -k description since support for it has otherwise
3238 been a secret. (Further to bug#3717.)
3239 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3240 "no matches" rather than "Can't find manpage", as the latter reads
3241 like -k was interpreted as a page name, which is not so. (Bug#5431)
3242
3243 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3244
3245 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3246 switches. Check also for //SUBDIRED// line.
3247
3248 2009-12-25 Kenichi Handa <handa@m17n.org>
3249
3250 * language/indian.el (devanagari-composable-pattern): Fixed to
3251 handle ZWNJ and ZWJ. Use it in composition-function-table for
3252 Devanagari.
3253 (malayalam-composable-pattern): Fix previous change.
3254
3255 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3256
3257 * ps-print.el (ps-face-attributes): It was not returning the
3258 attribute face for faces specified as string. Reported by harven
3259 <harven@free.fr>. (Bug#5254)
3260 (ps-print-version): New version 7.3.5.
3261
3262 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3263
3264 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3265 timezone names.
3266 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3267 (icalendar--add-diary-entry): Remove the trailing blank that
3268 diary-make-entry inserts.
3269
3270 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3271
3272 Make `file-expand-wildcards' work for remote files.
3273
3274 * files.el (file-expand-wildcards): In case of remote files, check
3275 only local file name part for wildcards. Provide feature 'files
3276 and subfeature 'remote-wildcards. (Bug#5198)
3277
3278 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3279 if there is already an established connection.
3280 (tramp-advice-file-expand-wildcards): Remove it.
3281
3282 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3283 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3284 Activate advice for older GNU Emacs versions. (Bug#5237)
3285
3286 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3287
3288 Some doc fixes (more needed).
3289
3290 * find-cmd.el (find-constituents): Reflow docstring.
3291 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3292 (find-generic): Doc fix.
3293
3294 2009-12-17 Juri Linkov <juri@jurta.org>
3295
3296 Fix regression from 23.1 to allow multiple modes in Local Variables.
3297
3298 * files.el (hack-local-variables-filter): While ignoring duplicates,
3299 don't take `mode' into account.
3300 (hack-local-variables-filter, hack-dir-local-variables): Don't
3301 remove duplicate `mode' from local-variables-alist (like `eval').
3302
3303 2009-12-17 Juri Linkov <juri@jurta.org>
3304
3305 Make `dired-diff' more safe. (Bug#5225)
3306
3307 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3308 `current' or when `file' is a directory of the `current' file.
3309
3310 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3311
3312 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3313 unconditionally preloaded files.
3314
3315 2009-12-16 Juri Linkov <juri@jurta.org>
3316
3317 Revert to old 23.1 logic of using the file at the mark as default.
3318 * dired-aux.el (dired-diff): Use the file at the mark as default
3319 if it's not the same as the current file, and the target dir is
3320 the current dir or the mark is active. Add the current file
3321 as the arg of `dired-dwim-target-defaults'. Use the default file
3322 in the prompt. (Bug#5225)
3323
3324 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3325
3326 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3327 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3328 (tramp-check-for-regexp): Check also, when an echoing shell stops
3329 to echo sent commands.
3330
3331 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * Makefile.in: Revert last change (Bug#5191).
3334
3335 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3336
3337 * vc-hg.el (vc-hg-print-log): Fix argument order.
3338 (vc-hg-working-revision): Make sure the command is executed in a
3339 known environment so that we can parse the output. (Bug#4417)
3340
3341 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * progmodes/python.el (python-symbol-completions): Remove text
3344 properties from symbol string before calling python-send-receive.
3345
3346 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3347
3348 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3349 when there are values for both file and line. (Bug#5060)
3350
3351 2009-12-14 Juri Linkov <juri@jurta.org>
3352
3353 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3354 whitespace after the file name of the first line of unified format,
3355 because git-diff doesn't output whitespace and file modification time
3356 after the file name.
3357
3358 2009-12-14 David Kastrup <dak@gnu.org>
3359
3360 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3361 check if it already has the `display' property added by
3362 `Info-display-images-node', and not put the `invisible' property
3363 in this case.
3364
3365 2009-12-13 Glenn Morris <rgm@gnu.org>
3366
3367 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3368 (report-emacs-bug): In message-mode, sort manually before storing
3369 original report text. (Bug#5178)
3370 Remove superfluous save-excursion.
3371
3372 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3373
3374 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3375 when responding to "GetAll" properties.
3376
3377 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * simple.el (compose-mail): Remove mail-setup-with-from from
3380 customization checks.
3381
3382 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3383
3384 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3385 RAR archives created on Unix systems.
3386
3387 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3390 the varalias that was accidentally removed by the 2009-11-19 change
3391 (bug#5186).
3392
3393 2009-12-12 Kenichi Handa <handa@m17n.org>
3394
3395 * language/indian.el (indian-compose-regexp): New function.
3396 (malayalam-composable-pattern): Fix the pattern.
3397 (composition-function-table): Set malayalam-composable-pattern for
3398 Malayalam characters.
3399
3400 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3403 rather than down-mouse-1, based on follow-link conventions.
3404
3405 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3406 are compiled.
3407
3408 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3409
3410 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3411 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3412 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3413 (verilog-leap-to-head, verilog-backward-token):
3414 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3415
3416 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3417
3418 * progmodes/verilog-mode.el (verilog-auto-lineup)
3419 (verilog-nameable-item-re): Cleanup user-visible spelling and
3420 documentation errors. One reported by Gary Delp.
3421 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3422 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3423 package, bug195. Reported by Pierre-David Pfister.
3424
3425 2009-12-11 Glenn Morris <rgm@gnu.org>
3426
3427 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3428
3429 * mail/emacsbug.el: No longer require sendmail.
3430 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3431 (report-emacs-bug-orig-text): Doc fix.
3432 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3433 New local variables, to adapt to different mail-user-agents.
3434 (report-emacs-bug): Fix test for a gnu.org address.
3435 Use overlays for emphasis, since font-lock defeats 'face property.
3436 Pretest bugs also end up at the newsgroup these days.
3437 Stop message-mode stripping text properties.
3438 Set and use the new buffer-local variables.
3439 (report-emacs-bug-hook): Add doc-string.
3440 Remove some unnecessary save-excursions and simplify.
3441 Use the appropriate hook and send-command.
3442
3443 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3444 capitalization of some menu entries.
3445
3446 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3447
3448 * whitespace.el (whitespace-display-char-on): Ensure
3449 `buffer-display-table' is unique when two or more windows are
3450 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3451 New version 12.1.
3452
3453 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3454
3455 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3456 characters in the Attribute field.
3457
3458 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3459
3460 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3461
3462 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3465 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3466 Disregard autoload-excludes.
3467 (update-directory-autoloads): Obey autoload-excludes here instead.
3468 But don't store its contents in no-autoloads and remove entries that
3469 refer to excludes files.
3470
3471 2009-12-10 Glenn Morris <rgm@gnu.org>
3472
3473 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3474 (expand-mail-aliases): Define for compiler.
3475
3476 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3477 Define for compiler.
3478
3479 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3480 appropriate for the mail-user-agent in use.
3481
3482 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3483
3484 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3485
3486 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3487
3488 Fix short log parsing and fontification.
3489 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3490 Fix fontification for the [merge] label.
3491
3492 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3493
3494 Drop some properties to avoid surprises.
3495 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3496 (hfy-fontify-buffer): Use it.
3497
3498 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 Minor cleanup.
3501 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3502 Adjust all callers.
3503 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3504 args compulsory. Adjust callers.
3505 (ffap-gopher-at-point): Remove unused var `name'.
3506
3507 Get rid of the ELCFILES abomination.
3508 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3509 (compile-elcfiles): New phony target.
3510 (compile-main): Compute ELCFILES dynamically.
3511 (compile-clean): New target to remove left-over elc files.
3512 (compile, all): Use it.
3513
3514 2009-12-09 Kenichi Handa <handa@etlken>
3515
3516 * international/mule-diag.el: Require help-mode instead of help-fns.
3517
3518 2009-12-09 Kenichi Handa <handa@m17n.org>
3519
3520 * international/mule-cmds.el (ucs-names): Supply sufficiently
3521 fine ranges instead of pre-calculating accurate ranges.
3522 Iterate with bigger gc-cons-threshold.
3523
3524 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3525
3526 Add support for stashing a snapshot of the current tree.
3527 * vc-git.el (vc-git-stash-snapshot): New function.
3528 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3529
3530 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3531
3532 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3533 instead of `(beginning|end)-of-line'.
3534
3535 2009-12-08 Glenn Morris <rgm@gnu.org>
3536
3537 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3538
3539 * Makefile.in (ELCFILES): Regenerate.
3540
3541 2009-12-07 Juri Linkov <juri@jurta.org>
3542
3543 Don't lazy-highlight the comint output in history Isearch mode.
3544
3545 * comint.el (comint-history-isearch-search): Instead of
3546 `comint-line-beginning-position', use `comint-after-pmark-p'
3547 to check if point if before the process mark, and go to
3548 `process-mark' in this case.
3549
3550 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * textmodes/tex-mode.el (latex-complete)
3553 (latex-indent-or-complete): Remove.
3554 (latex-mode): Set completion-at-point-functions instead.
3555
3556 Provide a standard completion command and hook it into TAB.
3557 * minibuffer.el (completion-at-point-functions): New var.
3558 (completion-at-point): New command.
3559 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3560 * progmodes/python.el (python-mode-map): Use completion-at-point.
3561 (python-completion-at-point): Rename from python-partial-symbol and
3562 adjust for use in completion-at-point-functions.
3563 (python-mode): Setup completion-at-point for Python completion.
3564 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3565 extracted from lisp-complete-symbol.
3566 (lisp-complete-symbol): Use it.
3567 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3568 setup completion-at-point for Elisp completion.
3569 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3570 Use completion-at-point.
3571 * ielm.el (ielm-map): Use completion-at-point.
3572 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3573 * progmodes/sym-comp.el: Move to...
3574 * obsolete/sym-comp.el: Move from progmodes.
3575
3576 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3577
3578 Prevent save-buffer in Rmail buffers from using the coding-system
3579 of the current message, and from clobbering the encoding mnemonics
3580 in the mode line (Bug#4623).
3581
3582 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3583 flag, too.
3584 (rmail-message-encoding): New variable.
3585 (rmail-write-region-annotate): Record the encoding of the current
3586 message in rmail-message-encoding.
3587 (rmail-after-save-hook): New function, restores the encoding of
3588 the current message after the message collection is saved.
3589
3590 2009-12-07 Juri Linkov <juri@jurta.org>
3591
3592 * progmodes/grep.el (grep-read-files): Use `completing-read'
3593 instead of `read-string'. Set its `collection' arg to
3594 `read-file-name-internal'. (Bug#4301)
3595
3596 2009-12-07 Juri Linkov <juri@jurta.org>
3597
3598 Correctly restore original Isearch point. (Bug#4994)
3599
3600 * isearch.el (isearch-mode): Move `isearch-push-state' after
3601 `(run-hooks 'isearch-mode-hook)'.
3602 (isearch-cancel): When `isearch-push-state-function' is defined,
3603 let-bind `isearch-cmds' to the first state (the last element of
3604 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3605 function and restores the original point). Otherwise, move point
3606 to `isearch-opoint'.
3607
3608 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3611 chars that don't have names, so the table can be built much faster at
3612 run-time.
3613
3614 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3615
3616 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3617 change. Suggested by David Kastrup.
3618
3619 * simple.el (compose-mail): Check for incompatibilities and warn.
3620 (compose-mail-user-agent-warnings): New option.
3621
3622 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3623
3624 Support showing a single log entry from vc-annotate.
3625 * vc.el (print-log): Add a new argument: START-REVISION.
3626 (vc-print-log-internal): Add a new optional argument and
3627 pass it to the backend.
3628 (vc-print-log, vc-print-root-log): Adjust callers.
3629 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3630 buffer already displays the requested log entry, use it.
3631 Otherwise display only the log entry in question.
3632 * vc-svn.el (vc-svn-print-log):
3633 * vc-mtn.el (vc-mtn-print-log):
3634 * vc-hg.el (vc-hg-state):
3635 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3636 (vc-git-show-log-entry): Return t on success.
3637 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3638 (vc-bzr-show-log-entry): Return t on success.
3639 * vc-rcs.el (vc-rcs-print-log):
3640 * vc-sccs.el (vc-sccs-print-log):
3641 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3642
3643 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3644
3645 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3646 Add menus to the meta mode. (Bug#5043)
3647
3648 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3649
3650 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3651 event-key.
3652
3653 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3654
3655 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3656
3657 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3658 Berbain <raphael.berbain@gmail.com>.
3659
3660 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3661 characters.
3662 (tramp-initial-end-of-output): New defconst.
3663 (tramp-methods, tramp-find-shell)
3664 (tramp-open-connection-setup-interactive-shell)
3665 (tramp-maybe-open-connection): Use it.
3666 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3667 existence of `#' and `$'.
3668
3669 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3670 `tramp-initial-end-of-output'.
3671
3672 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3673
3674 Get the background mode from the terminal for xterm, and set
3675 faces accordingly.
3676 * term/xterm.el (xterm-set-background-mode): New function.
3677 (terminal-init-xterm): Use it in case xterm supports background
3678 color queries. Recompute faces after getting the background
3679 color.
3680
3681 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3682
3683 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3684 number comment back on its own line, for easier parsing.
3685
3686 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 Make it work for non-file buffers (bug#5102).
3689 * doc-view.el (doc-view-current-cache-dir):
3690 Use doc-view-buffer-file-name rather than buffer-file-name.
3691 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3692
3693 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3694
3695 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3696 author field is too short.
3697
3698 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3699
3700 * vc-git.el (vc-git-print-log): Handle a limit argument.
3701 Display the short log in graph form and with labels.
3702 (vc-git-log-view-mode): Handle labels.
3703
3704 Make vc-revert change VC state from 'added to 'unregistered.
3705 * vc-git.el (vc-git-revert): Call git reset first.
3706
3707 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3708
3709 * net/newst-backend.el, net/newst-plainview.el:
3710 * net/newst-reader.el, net/newst-ticker.el:
3711 * net/newst-treeview.el, net/newsticker.el:
3712 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3713
3714 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3717
3718 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3719 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3720 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3721 Update annotation regexp.
3722
3723 * simple.el (beginning-of-visual-line): Constrain to field
3724 boundaries (Bug#5106).
3725
3726 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3727
3728 * xml.el (xml-substitute-numeric-entities): Move
3729 newsticker--decode-numeric-entities in newst-backend.el to
3730 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3731 * net/newst-backend.el (newsticker--parse-generic-feed)
3732 (newsticker--parse-generic-items)
3733 (newsticker--decode-numeric-entities): Move
3734 newsticker--decode-numeric-entities in newst-backend.el to
3735 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3736
3737 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3738
3739 * progmodes/js.el (js--js-not): Add null to the list of values.
3740
3741 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3744
3745 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3746
3747 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3748 delimiter if it is at the end of the current line.
3749 (bibtex-generate-url-list): Fix docstring.
3750
3751 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3754 minibuffer's content with itself.
3755 Fold the confirm-after-completion case into the `confirm' case.
3756 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3757
3758 2009-12-06 Kevin Ryde <user42@zip.com.au>
3759
3760 * ffap.el (ffap-rfc-path): Make this a defcustom since
3761 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3762
3763 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3764 manuals, similar to existing setup for help-mode. (Bug#3913.)
3765
3766 2009-12-05 Juri Linkov <juri@jurta.org>
3767
3768 Save and restore dired buffer's point positions too. (Bug#4880)
3769
3770 * dired.el (dired-save-positions): Return in the first element
3771 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3772 Doc fix.
3773 (dired-restore-positions): First restore buffer's position.
3774 While restoring window's positions, check if window still displays
3775 the original buffer.
3776
3777 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3778
3779 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3780 if possible.
3781
3782 * shell.el (shell): Require ansi-color (Bug#5113).
3783
3784 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3785
3786 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3787
3788 2009-12-05 Alan Mackenzie <acm@muc.de>
3789
3790 * progmodes/cc-mode.el (c-before-hack-hook)
3791 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3792 `c-file-style' to work again. This reversion restores the current
3793 software to its state in Emacs 23.1. (Bug#4146)
3794
3795 2009-12-05 Kevin Ryde <user42@zip.com.au>
3796
3797 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3798 comment-start-skip to comment-end-skip as comment (Bug#4781).
3799
3800 2009-12-05 Juri Linkov <juri@jurta.org>
3801
3802 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3803 for virtual nodes. (Bug#4147)
3804 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3805 when moving from a virtual node.
3806 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3807 (Info-mode): Add `Info-virtual-index' to the docstring.
3808
3809 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3810
3811 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3812 track of the buffer position of the end of a BibTeX entry as this
3813 position may change during reformatting.
3814 (bibtex-format-entry): Remove whitespace before processing
3815 numerical fields so that we recognize the latter properly.
3816 (bibtex-reformat): Do not use push which changes the global value
3817 of bibtex-entry-format.
3818 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3819 (bibtex-field-re-init): Replace only space characters by regexp
3820 for whitespace.
3821 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3822 (bibtex-initialize): Also update bibtex-strings.
3823 (bibtex-kill-field): Preserve white space at end of entry.
3824 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3825 Update bibtex-reference-keys.
3826
3827 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3830 point after a star, if that's the only place where modifications can
3831 make progress.
3832
3833 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3836 in docstrings.
3837
3838 2009-12-04 Juri Linkov <juri@jurta.org>
3839
3840 * proced.el (proced): Call `(proced-update t)' to update process
3841 information instead of only running proced-post-display-hook.
3842 (proced-send-signal): Add a leading space to the buffer name
3843 " *Marked Processes*" to make this buffer ephemeral.
3844
3845 2009-12-04 Juri Linkov <juri@jurta.org>
3846
3847 * dired.el (dired-auto-revert-buffer): New defcustom.
3848 (dired-internal-noselect): Use it.
3849
3850 2009-12-04 Juri Linkov <juri@jurta.org>
3851
3852 Change roles of modes and functions in image-mode.el (Bug#5062).
3853
3854 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3855 in `auto-mode-alist'.
3856 (image-mode-previous-major-mode): New variable.
3857 (image-minor-mode-map): Rename from `image-mode-text-map'.
3858 (image-mode): Move graceful error-handling code from
3859 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3860 (image-minor-mode): Remove all image-handling code.
3861 Replace `image-mode-text-map' with `image-minor-mode-map'.
3862 Check for `image-type' in mode-line format string.
3863 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3864 (image-mode-as-text): New function with most code from
3865 `image-mode-maybe'.
3866 (image-toggle-display-text): Move code that removes image
3867 properties from `image-toggle-display' to here.
3868 (image-toggle-display-image): New function with code that adds
3869 image properties copied from `image-toggle-display'.
3870 (image-toggle-display): Remove most code with leaving only code
3871 that toggles between `image-mode-as-text' and `image-mode'.
3872
3873 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3874
3875 * net/newst-treeview.el
3876 (newsticker--treeview-list-highlight-start): Restored call to
3877 save-excursion: Selected item was stuck.
3878 (newsticker--treeview-list-select): New.
3879 (newsticker--treeview-item-show-text)
3880 (newsticker--treeview-item-show)
3881 (newsticker--treeview-item-update): Use new
3882 newsticker-treeview-item-mode.
3883 (newsticker-treeview-update): Keep current item.
3884 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3885 (newsticker--treeview-first-feed): Doc change.
3886 (newsticker-treeview-list-menu)
3887 (newsticker-treeview-item-menu): Added menu entries.
3888 (newsticker-treeview-item-mode): New.
3889
3890 * net/newst-backend.el (newsticker-customize): Delete other
3891 windows.
3892
3893 2009-12-04 Sam Steingold <sds@gnu.org>
3894
3895 * log-view.el (log-view-mode-map): "q" calls quit-window,
3896 like in all the other non-self-insert buffers.
3897
3898 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 Minor cleanup.
3901 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3902 key decoding rather than do it manually via last-input-event +
3903 ascii-character.
3904 (term-exec): Use delete-and-extract-region.
3905 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3906 (term-process-pager): Remove unused var `i'.
3907 (term-dynamic-simple-complete): Make obsolete.
3908 (serial-update-config-menu): Remove unused vars `y' and `str'.
3909 (term-update-mode-line): Remove unused var `temp'.
3910
3911 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3912
3913 Limit the number of log entries displayed by default.
3914 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3915 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3916 using a prefix argument.
3917
3918 2009-12-03 Glenn Morris <rgm@gnu.org>
3919
3920 * progmodes/idlwave.el (class): Restore still useful declaration.
3921
3922 2009-12-03 Alan Mackenzie <acm@muc.de>
3923
3924 Enhance `c-parse-state' to run efficiently in "brace deserts".
3925
3926 * progmodes/cc-mode.el (c-basic-common-init):
3927 Call c-state-cache-init.
3928 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3929 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3930 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3931
3932 * progmodes/cc-langs.el (c-before-font-lock-function):
3933 c-extend-and-neutralize-syntax-in-CPP has been renamed
3934 c-neutralize-syntax-in-and-mark-CPP.
3935
3936 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3937 with `category' properties now, not `syntax-table' ones.
3938
3939 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3940 enhanced (but slower) version of c-end-of-macro that won't land
3941 inside a literal or on another awkward character.
3942 (c-state-cache-too-far, c-state-cache-start)
3943 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3944 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3945 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3946 (c-state-min-scan-pos, c-state-brace-pair-desert)
3947 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3948 buffer local variables.
3949 (c-state-literal-at, c-state-lit-beg)
3950 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3951 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3952 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3953 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3954 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3955 (c-renarrow-state-cache)
3956 (c-append-lower-brace-pair-to-state-cache)
3957 (c-state-push-any-brace-pair, c-append-to-state-cache)
3958 (c-remove-stale-state-cache)
3959 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3960 (c-invalidate-state-cache-1, c-parse-state-1)
3961 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3962 (c-parse-state): Enhance and refactor.
3963 (c-debug-parse-state): Amend to deal with all the new variables.
3964
3965 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3966 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3967 modify to use category text properties rather than syntax-table ones.
3968 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3969 to switch off/on the syntactic paren property of C++ template
3970 delimiters using the category property.
3971 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3972 template delims suppressed.
3973 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3974 New constant/macros which apply category properties to the start
3975 and end of preprocessor constructs.
3976 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3977 "comment out" the syntactic value of characters in preprocessor
3978 constructs.
3979 (c-with-cpps-commented-out)
3980 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3981 with characters in all or all but one preprocessor constructs
3982 "commented out".
3983
3984 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3985
3986 * proced.el (proced-filter-alist): Use regexp-quote.
3987
3988 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3989
3990 Cleanup.
3991 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3992 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3993 arguments. Expand `default-directory'.
3994
3995 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3996 the benefit of returning an expanded localname.
3997 (tramp-tramp-file-p): Handle the case NAME is not a string.
3998
3999 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 Add support for bzr shelve/unshelve.
4002 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4003 (vc-bzr-extra-menu-map): New variables.
4004 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4005 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4006 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4007 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4008 (vc-bzr-dir-extra-headers): Display shelves.
4009
4010 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4011
4012 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * textmodes/bibtex.el (bibtex-complete-internal):
4015 Use completion-in-region.
4016 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4017
4018 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4019
4020 Support applying stashes. Improve UI.
4021 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4022 (vc-git-stash-apply, vc-git-stash-pop)
4023 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4024 (vc-git-stash-menu): New functions.
4025 (vc-git-stash-menu-map): New variable.
4026 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4027
4028 2009-12-03 Glenn Morris <rgm@gnu.org>
4029
4030 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4031 (vc-print-log-internal): Fix previous change.
4032 (vc-revert): Correct pluralization.
4033
4034 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4037 it to be an alist any more.
4038 (makefile-complete): Use completion-in-region.
4039
4040 * progmodes/octave-mod.el (octave-complete-symbol):
4041 Use completion-in-region.
4042
4043 Misc cleanup.
4044 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4045 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4046 (idlwave-complete-class): Don't quote lambda.
4047 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4048 (idlwave-mode-map): Move initialization into declaration.
4049 (idlwave-action-and-binding): Use backquotes.
4050 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4051 Simplify.
4052 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4053 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4054 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4055 `parts', and `all-parts'.
4056 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4057 (idlwave-convert-xml-system-routine-info): Remove unused string
4058 `version-string'.
4059 (idlwave-display-user-catalog-widget): Use dolist.
4060 (idlwave-scanning-lib): Declare dynamically-scoped var.
4061 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4062 (completion-highlight-first-word-only): Declare to silence bytecomp.
4063 (idlwave-popup-select): Tighten scope of `resp'.
4064 (idlwave-find-struct-tag): Remove unused var `beg'.
4065 (idlwave-after-load-rinfo-hook): Declare.
4066 (idlwave-sintern-class-info): Remove unused var `taglist'.
4067 (idlwave-find-class-definition): Remove unused var `list'.
4068 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4069 (idlwave-what-module-find-class): Remove unused var `classes'.
4070
4071 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4072
4073 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4074
4075 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4078 buffers visited. Remove redundant current-buffer-saving.
4079
4080 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 Use completion-in-buffer and remove uses of dynamic scoping.
4083 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4084 (pascal-buffer-to-use, pascal-flag): Don't declare.
4085 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4086 (pascal-get-completion-decl, pascal-keyword-completion):
4087 Add `pascal-str' argument, save-excursion,
4088 return the found completions, and don't filter with pascal-pred.
4089 (pascal-completion-cache): New var.
4090 (pascal-completion): Don't switch buffer any more (it was never
4091 necessary). Don't save-excursion any more (it's done by the called
4092 subroutines). Use a cache to avoid redundant computations.
4093 Use complete-with-action rather than pascal-completion-response and
4094 let it apply the predicate as well.
4095 (pascal-complete-word): Use completion-in-buffer when
4096 pascal-toggle-completions is nil.
4097 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4098 not used any more.
4099 (pascal-comp-defun): Don't change buffer any more.
4100 Use complete-with-action rather than pascal-completion-response and
4101 let it apply the predicate as well.
4102 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4103 when neded.
4104
4105 2009-12-02 Kenichi Handa <handa@m17n.org>
4106
4107 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4108 shape for all Indic scripts.
4109
4110 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 Use completion-in-buffer.
4113 * wid-edit.el (widget-field-text-end): New function.
4114 (widget-field-value-get): Use it.
4115 (widget-string-complete, widget-file-complete)
4116 (widget-color-complete): Use it and completion-in-region.
4117 (widget-complete): Don't narrow the buffer.
4118
4119 2009-12-02 Glenn Morris <rgm@gnu.org>
4120
4121 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4122 (rmail-select-summary): Use rmail-pop-to-buffer.
4123 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4124 rmail-pop-to-buffer, to prevent horizontal splits.
4125
4126 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4127 save-excursion with save-current-buffer.
4128 Widen before searching. (Bug#5093)
4129 (diary-list-sexp-entries): Remove superfluous save-excursion.
4130
4131 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4132
4133 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4134 name. (Bug#5038)
4135
4136 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4137
4138 * ido.el (ido-file-internal): Handle filenames at point that do
4139 not have a directory part. (Bug#5049)
4140
4141 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4142
4143 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4144 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4145
4146 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4147
4148 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4149 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4150 any more.
4151
4152 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * comint.el (comint-insert-input): Ignore clicks to the right of
4155 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4156
4157 * vc.el (vc-print-log-internal): Don't wait for the process to
4158 terminate before setting up the major mode.
4159
4160 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4161 in case.
4162
4163 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4164 the last element.
4165
4166 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4167
4168 2009-12-01 Glenn Morris <rgm@gnu.org>
4169
4170 * window.el (window--display-buffer-2): Fix previous changes.
4171
4172 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4175
4176 2009-12-01 Glenn Morris <rgm@gnu.org>
4177
4178 * Makefile.in (ELCFILES): Add mpc.elc.
4179
4180 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * mpc.el: New file.
4183
4184 2009-12-01 Glenn Morris <rgm@gnu.org>
4185
4186 * window.el (window-to-use): Define for compiler.
4187
4188 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4189 consistent with others (no final period).
4190
4191 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4192 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4193
4194 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4195
4196 Make vc-print-log buttons work.
4197 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4198
4199 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4200
4201 * savehist.el (savehist-autosave-interval): Allow setting to nil
4202 through customize. (Bug#5056)
4203
4204 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4205
4206 Fix references to jit-lock properties.
4207 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4208 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4209 (perl-font-lock-special-syntactic-constructs):
4210 Quote jit-lock-defer-multiline property.
4211
4212 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4213
4214 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4215
4216 2009-11-30 Juri Linkov <juri@jurta.org>
4217
4218 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4219 value `buffer' of `multi-isearch-next-buffer-current-function'.
4220 Use `(current-buffer)' when `buffer' is nil.
4221 (multi-isearch-next-buffer-from-list): Don't fallback to
4222 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4223
4224 2009-11-30 Juri Linkov <juri@jurta.org>
4225
4226 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4227 of buffers with `get-buffer' to `multi-isearch-buffers'.
4228 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4229 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4230 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4231 FILES with `expand-file-name' converting relative file names
4232 to absolute. Doc fix. (Bug#4727)
4233
4234 2009-11-30 Juri Linkov <juri@jurta.org>
4235
4236 * misearch.el (multi-isearch-read-buffers)
4237 (multi-isearch-read-matching-buffers): New functions.
4238 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4239 Use them in the `interactive' spec. Doc fix.
4240 (multi-isearch-read-files, multi-isearch-read-matching-files):
4241 New functions.
4242 (multi-isearch-files, multi-isearch-files-regexp):
4243 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4244
4245 2009-11-30 Juri Linkov <juri@jurta.org>
4246
4247 * doc-view.el (doc-view-continuous):
4248 Rename from `doc-view-continuous-mode'.
4249 (doc-view-menu): Move "Toggle display" to the top.
4250 Add submenu "Continuous" with radio buttons "Off"/"On"
4251 and "Save as Default".
4252 (doc-view-scroll-up-or-next-page)
4253 (doc-view-scroll-down-or-previous-page)
4254 (doc-view-next-line-or-next-page)
4255 (doc-view-previous-line-or-previous-page): Rename
4256 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4257
4258 2009-11-30 Juri Linkov <juri@jurta.org>
4259
4260 * comint.el (comint-mode-map): Rebind `M-r' from
4261 `comint-previous-matching-input' to
4262 `comint-history-isearch-backward-regexp'.
4263 Unbind `M-s' to allow global key binding `M-s'.
4264 Add menu items for `comint-history-isearch-backward' and
4265 `comint-history-isearch-backward-regexp'. (Bug#3746)
4266
4267 2009-11-30 Juri Linkov <juri@jurta.org>
4268
4269 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4270 For def=recenter, replace `recenter' with `recenter-top-bottom'
4271 that is called with `this-command' and `last-command' let-bound
4272 to `recenter-top-bottom'. When the last `def' was not `recenter',
4273 set `recenter-last-op' to nil. (Bug#4981)
4274
4275 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 Minor cleanup and simplification.
4278 * filecache.el (file-cache-add-directory)
4279 (file-cache-add-directory-recursively)
4280 (file-cache-add-from-file-cache-buffer)
4281 (file-cache-delete-file-regexp, file-cache-delete-directory)
4282 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4283 (file-cache-temp-minibuffer-message): Delete function.
4284 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4285
4286 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4287 Don't signal an error when bumping into EOB in tr, s, or y.
4288
4289 2009-11-29 Juri Linkov <juri@jurta.org>
4290
4291 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4292 (Bug#4960)
4293
4294 * descr-text.el (describe-char-unidata-list): Use lowercase name
4295 for "Unicode name" like in other tags.
4296
4297 2009-11-29 Juri Linkov <juri@jurta.org>
4298
4299 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4300 New compatibility macro.
4301 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4302
4303 2009-11-29 Juri Linkov <juri@jurta.org>
4304
4305 Add defcustom to define the cycling order of `recenter-top-bottom'.
4306 (Bug#4981)
4307
4308 * window.el (recenter-last-op): Doc fix.
4309 (recenter-positions): New defcustom.
4310 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4311 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4312
4313 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4314
4315 Improve integration of Tramp and ange-ftp in eshell.
4316
4317 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4318 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4319 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4320
4321 * eshell/esh-util.el (top): Require also Tramp when compiling.
4322 (eshell-directory-files-and-attributes): Check for FTP remote
4323 connection.
4324 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4325 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4326 (eshell-file-attributes): Handle ".". Return `entry'.
4327
4328 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4329 (ange-ftp-directory-files-and-attributes)
4330 (ange-ftp-real-directory-files-and-attributes): New defuns.
4331
4332 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4333 shell with "exec" when possible. This prevents trailing prompts
4334 in `start-file-process'.
4335
4336 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 Try and remove assumptions about point-min==1.
4339 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4340 (rng-compute-mode-line-string): Show the validation percentage in
4341 terms of the narrowed text, not the widened text.
4342 (rng-do-some-validation): Don't catch internal errors when debugging.
4343 (rng-first-error): Simplify.
4344 (rng-after-change-function): Remove work around. AFAIK the bug has
4345 been fixed a while ago.
4346
4347 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4348 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4349
4350 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4351
4352 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4353 `cd' doesn't always do it for us (bug#5067).
4354
4355 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4356 on 2009-10-25 as part of some other change (bug#5067).
4357
4358 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4361 `suspicious'.
4362 (byte-compile-warnings): Use byte-compile-warning-types.
4363 (byte-compile-save-excursion): Warn about use of set-buffer right
4364 after save-excursion.
4365
4366 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4367 the excursion as well.
4368
4369 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4372 providing a Tramp related implementation of "su" and "sudo".
4373 (eshell-unix-initialize): Add "su" and "sudo".
4374
4375 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4376
4377 * net/socks.el (socks-send-command): Convert binary request to
4378 unibyte before sending. This fixes mishandling of some port
4379 numbers such as 129.
4380
4381 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * help.el (describe-bindings-internal): Remove `interactive'.
4384
4385 * man.el (Man-completion-table): Trim a terminating "(".
4386 Remove the space between name page a section.
4387 Add the command's description on the `help-echo' property.
4388 Remove `process-connection-type' binding since it's unused by
4389 call-process.
4390 Provide completion for the "<section> <name>" format as well.
4391 (Man-default-man-entry): Remove spurious var shadowing the argument.
4392
4393 2009-11-26 Kevin Ryde <user42@zip.com.au>
4394
4395 * log-view.el: Add "Keywords: tools", since its other keywords
4396 aren't in finder-known-keywords, and following vc.el.
4397
4398 * sha1.el (sha1-string-external): default-directory "/" in case
4399 otherwise non-existent. process-connection-type pipe for touch of
4400 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4401
4402 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 Misc coding convention cleanups.
4405 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4406 hfy-init-kludge-hooks.
4407 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4408 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4409 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4410 and push.
4411 (hfy-slant, hfy-weight): Use tables rather than code.
4412 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4413 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4414 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4415 (hfy-face-to-css): Remove `nconc' with single arg.
4416 (hfy-p-to-face-lennart): Use `or'.
4417 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4418 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4419 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4420 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4421 (hfy-force-fontification): Use run-hooks.
4422
4423 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4424
4425 Various minor fixes.
4426 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4427 Javascript belongs in the header, not the body.
4428 (hfy-javascript): Remove.
4429 (hfy-fontify-buffer): Don't insert it any more.
4430 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4431 Fix bug in invis handling when there were no invis props in a chunk.
4432
4433 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4436
4437 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4438
4439 * finder.el (finder-mode-map): Add a menu.
4440
4441 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4442
4443 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4444 "unsigned" structs.
4445
4446 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4447 fork" statement better.
4448
4449 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4450
4451 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4452 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4453 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4454 Reported by Clay Douglass.
4455
4456 (verilog-auto-inst, verilog-auto-star-safe)
4457 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4458 Fix removing "// Interfaces" when saving .* expansions. Reported by
4459 Pierre-David Pfister.
4460
4461 2009-11-26 Glenn Morris <rgm@gnu.org>
4462
4463 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4464 the scope.
4465
4466 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4467
4468 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4469 Really use previous revision.
4470
4471 2009-11-25 Kevin Ryde <user42@zip.com.au>
4472
4473 * man.el (Man-completion-table): default-directory "/" in case
4474 doesn't otherwise exist. process-environment COLUMNS=999 so as
4475 not to truncate long names. process-connection-type pipe to avoid
4476 any chance of hitting the pseudo-tty TIOCGWINSZ.
4477 (man): completion-ignore-case t for friendliness and since man
4478 itself is case-insensitive on the command line.
4479 Further to Bug#3717.
4480
4481 * arc-mode.el: Add "Keywords: files", so the details in its
4482 commentary can be reached from finder-by-keyword.
4483 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4484 editing mode, but it's comms related and sgml-mode.el has "comm"
4485 on that basis too.
4486 * textmodes/bibtex-style.el: Add "Keywords: tex".
4487 * international/isearch-x.el, international/ja-dic-cnv.el:
4488 * international/ja-dic-utl.el, international/kkc.el:
4489 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4490
4491 2009-11-25 Juri Linkov <juri@jurta.org>
4492
4493 * man.el (Man-completion-table): Modify regexp to include
4494 section names to completion strings. (Bug#3717)
4495
4496 2009-11-25 Juri Linkov <juri@jurta.org>
4497
4498 Search recursively in gzipped files. (Bug#4982)
4499
4500 * progmodes/grep.el (grep-highlight-matches): Add new options
4501 `always' and `auto'. Doc fix.
4502 (grep-process-setup): Check `grep-highlight-matches' for
4503 `auto-detect' to determine the need to compute grep defaults.
4504 Move Windows/DOS specific --colors settings handling
4505 to `grep-compute-defaults'. Check `grep-highlight-matches'
4506 to get the value of "--color=".
4507 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4508 has the value `auto-detect'. Move Windows/DOS specific settings
4509 from `grep-process-setup'.
4510 (zrgrep): New command with alias `rzgrep'.
4511
4512 2009-11-25 Juri Linkov <juri@jurta.org>
4513
4514 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4515 to nil instead of switching off view-mode. (Bug#4896)
4516
4517 2009-11-25 Juri Linkov <juri@jurta.org>
4518
4519 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4520
4521 * mwheel.el (mwheel-scroll-up-function)
4522 (mwheel-scroll-down-function): New defvars.
4523 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4524 `scroll-up', and `mwheel-scroll-down-function' instead of
4525 `scroll-down'.
4526
4527 * doc-view.el (doc-view-scroll-up-or-next-page)
4528 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4529 Use this ARG in the call to image-scroll-up/image-scroll-down.
4530 Change `interactive' spec to "P". Goto next/previous page only
4531 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4532 SPC/DEL case). Doc fix.
4533 (doc-view-next-line-or-next-page)
4534 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4535 for consistency.
4536 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4537 `doc-view-scroll-up-or-next-page', and buffer-local
4538 `mwheel-scroll-down-function' to
4539 `doc-view-scroll-down-or-previous-page'.
4540
4541 2009-11-25 Juri Linkov <juri@jurta.org>
4542
4543 Provide additional default values (directories at other Dired
4544 windows) via M-n in the minibuffer of some Dired commands.
4545
4546 * dired-aux.el (dired-diff, dired-compare-directories)
4547 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4548 `minibuffer-default' in `minibuffer-with-setup-hook'.
4549 (dired-dwim-target-directory): Find a window that displays Dired
4550 buffer instead of failing when the next window is not Dired.
4551 Use `get-window-with-predicate' to find for the next Dired window.
4552 (dired-dwim-target-defaults): New function.
4553
4554 * ediff-util.el (ediff-read-file-name):
4555 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4556 in `minibuffer-with-setup-hook'.
4557
4558 2009-11-25 Juri Linkov <juri@jurta.org>
4559
4560 Provide additional default values (file name at point or at the
4561 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4562
4563 * minibuffer.el (read-file-name-defaults): New function.
4564 (read-file-name): Reset `minibuffer-default' to nil when
4565 it duplicates initial input `insdef'.
4566 Bind `minibuffer-default-add-function' to lambda that
4567 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4568 (minibuffer-insert-file-name-at-point): New command.
4569
4570 * files.el (file-name-at-point-functions): New defcustom.
4571 (find-file-default): Remove defvar.
4572 (find-file-read-args): Don't use `find-file-default'.
4573 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4574 to `read-file-name'.
4575 (find-file-literally): Use `read-file-name' with
4576 `confirm-nonexistent-file-or-buffer'.
4577
4578 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4579
4580 * dired.el (dired-read-dir-and-switches):
4581 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4582 to `read-file-name'.
4583 (dired-file-name-at-point): New function.
4584 (dired-mode): Add hook `dired-file-name-at-point' to
4585 `file-name-at-point-functions'.
4586
4587 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 Really make the *Completions* window soft-dedicated (bug#5030).
4590 * window.el (window--display-buffer-2): Add `dedicated' argument.
4591 (display-buffer): Pass it when needed so the dedicated flag is set
4592 after calling set-window-buffer, which would otherwise reset it.
4593
4594 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * progmodes/meta-mode.el (meta-complete-symbol):
4597 * progmodes/etags.el (complete-tag):
4598 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4599 Use completion-in-region.
4600
4601 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4602 (dabbrev-completion): Use completion-in-region.
4603 (dabbrev--abbrev-at-point): Simplify regexp.
4604
4605 * abbrev.el (abbrev--before-point): Use word-motion functions
4606 if :regexp is not specified (bug#5031).
4607
4608 * subr.el (string-prefix-p): New function.
4609
4610 * man.el (Man-completion-cache): New var.
4611 (Man-completion-table): Use it.
4612
4613 * vc.el (vc-print-log-internal): Make `limit' optional for better
4614 compatibility (e.g. with vc-annotate.el).
4615
4616 2009-11-24 Kevin Ryde <user42@zip.com.au>
4617
4618 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4619 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4620
4621 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4622 when .el source file not found or other error.
4623
4624 2009-11-24 Markus Triska <markus.triska@gmx.at>
4625
4626 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4627
4628 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 Handle the [back] button properly (bug#4979).
4631 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4632 Use help-setup-xref, help-buffer, and with-help-window.
4633 (describe-char): Add `buffer' argument.
4634 Pass proper command to help-setup-xref. Don't meddle with
4635 help-xref-stack-item directly.
4636 (describe-text-category): Use with-help-window and help-buffer.
4637
4638 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4639 for the displayed buffer (bug#4887).
4640
4641 * man.el (Man-completion-table): New function.
4642 (man): Use it.
4643
4644 2009-11-24 David Reitter <david.reitter@gmail.com>
4645
4646 * vc-git.el (vc-git-registered): Use checkout directory (where
4647 .git is) rather than the file's directory and a relative path spec
4648 to work around a bug in git.
4649
4650 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4651
4652 Improve handling of processes on remote hosts.
4653
4654 * eshell/esh-util.el (eshell-path-env): New defvar.
4655 (eshell-parse-colon-path): New defun.
4656 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4657
4658 * eshell/esh-ext.el (eshell-search-path):
4659 Use `eshell-parse-colon-path'.
4660 (eshell-remote-command): Remove argument HANDLER.
4661 (eshell-external-command): Check for FTP remote connection.
4662
4663 * eshell/esh-proc.el (eshell-gather-process-output):
4664 Use `file-truename', in order to start also symlinked files.
4665 Apply `start-file-process' instead of `start-process'.
4666 Shorten `command' to the local file name part.
4667
4668 * eshell/em-cmpl.el (eshell-complete-commands-list):
4669 Use `eshell-parse-colon-path'.
4670
4671 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4672
4673 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4674 to `eshell-directory-change-hook'.
4675
4676 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4677
4678 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4679 because it could be enabled automatically if view-read-only is non-nil.
4680
4681 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4682
4683 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4684 made on 2009-11-22.
4685
4686 2009-11-24 Glenn Morris <rgm@gnu.org>
4687
4688 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4689 deleted variable bookmark-bmenu-bookmark-column.
4690
4691 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4694
4695 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4696
4697 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4698 two slashes to the "file:" prefix.
4699 (browse-url-file-url): De-munge Cygwin filenames before passing
4700 them to Windows browser.
4701 (browse-url-default-windows-browser): Use call-process.
4702
4703 2009-11-23 Juri Linkov <juri@jurta.org>
4704
4705 Implement DocView Continuous mode. (Bug#4896)
4706 * doc-view.el (doc-view-continuous-mode): New defcustom.
4707 (doc-view-mode-map): Bind C-n/<down> to
4708 `doc-view-next-line-or-next-page', C-p/<up> to
4709 `doc-view-previous-line-or-previous-page'.
4710 (doc-view-next-line-or-next-page)
4711 (doc-view-previous-line-or-previous-page): New commands.
4712
4713 2009-11-23 Juri Linkov <juri@jurta.org>
4714
4715 Implement Isearch in comint input history. (Bug#3746)
4716 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4717 `isearch-mode-hook'.
4718 (comint-history-isearch): New defcustom.
4719 (comint-history-isearch-backward)
4720 (comint-history-isearch-backward-regexp): New commands.
4721 (comint-history-isearch-message-overlay): New buffer-local variable.
4722 (comint-history-isearch-setup, comint-history-isearch-end)
4723 (comint-goto-input, comint-history-isearch-search)
4724 (comint-history-isearch-message, comint-history-isearch-wrap)
4725 (comint-history-isearch-push-state)
4726 (comint-history-isearch-pop-state): New functions.
4727
4728 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4729
4730 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4731 return.
4732 (tramp-handle-make-symbolic-link)
4733 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4734 Quote file names.
4735 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4736 (tramp-handle-process-file): Use it.
4737
4738 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * window.el (move-to-window-line-last-op): Remove.
4741 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4742
4743 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4744
4745 Make M-r mirror the new cycling behavior of C-l.
4746 * window.el (move-to-window-line-last-op): New var.
4747 (move-to-window-line-top-bottom): New command.
4748 (global-map): Bind M-r move-to-window-line-top-bottom.
4749
4750 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4751
4752 * dired-x.el (dired-guess-shell-alist-default):
4753 Support xz format. (Bug#4953)
4754
4755 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4756
4757 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4758 last-command-char/last-command-event.
4759 (viper-prefix-arg-value): Do correct conversion of event-char for
4760 XEmacs.
4761
4762 * emulation/viper-util.el, emulation/viper.el:
4763 Use viper-last-command-char instead of
4764 last-command-char/last-command-event.
4765
4766 * ediff-init.el, ediff-mult.el, ediff-util.el:
4767 Replace last-command-char and last-command-event
4768 with (ediff-last-command-char) everywhere.
4769
4770 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4771 created in fundamental mode.
4772
4773 * ediff.el (ediff-version): Revert the change of interactive-p to
4774 called-interactively-p.
4775
4776 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4777
4778 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4779 generation from word-movement command names.
4780
4781 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4782
4783 * cus-start.el (all): Add native condition for font-use-system-font.
4784
4785 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4786
4787 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4788 Correct the patch from 2009-11-18. (Bug#3910)
4789
4790 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4791
4792 * progmodes/subword.el: Rename from lisp/subword.el.
4793
4794 * subword.el: Rename to progmodes/subword.el.
4795
4796 * Makefile.in (ELCFILES): Adapt to subword.el move.
4797
4798 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4799 Stefan Monnier <monnier@iro.umontreal.ca>
4800
4801 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4802 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4803 (bookmark-bmenu-show-filenames): Use push.
4804 (bookmark-bmenu-hide-filenames): Use local var instead of
4805 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4806 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4807 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4808 filenames now that the bookmark names are always available.
4809
4810 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4813 (bookmark-search-pattern): Move and leave unbound.
4814 (bookmark-bmenu-mode-map): Change binding.
4815 (bookmark-read-search-input): Simplify.
4816 Don't use text-char-description. Don't error on non-char events.
4817 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4818 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4819 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4820 Use a local var for the timer.
4821 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4822 (i.e. bookmark-bmenu-search).
4823
4824 2009-11-21 Glenn Morris <rgm@gnu.org>
4825
4826 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4827
4828 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4829
4830 * net/browse-url.el (browse-url-default-windows-browser):
4831 Use cygstart for cygwin.
4832
4833 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4834
4835 * bookmark.el: Formatting and doc fixes only:
4836 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4837 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4838 Minor grammar and punctuation fixes in doc string.
4839 (bookmark-read-search-input): Adjust to fit within 80 columns.
4840
4841 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4842
4843 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4844 (c-backward-into-nomenclature): Adapt to subword renaming.
4845
4846 * subword.el (subword-forward, subword-backward, subword-mark)
4847 (subword-kill, subword-backward-kill, subword-transpose)
4848 (subword-downcase, subword-upcase, subword-capitalize)
4849 (subword-forward-internal, subword-backward-internal):
4850 Rename from forward-subword, backward-subword, mark-subword,
4851 kill-subword, backward-kill-subword, transpose-subwords,
4852 downcase-subword, upcase-subword, capitalize-subword,
4853 forward-subword-internal, backward-subword-internal.
4854
4855 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4856
4857 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4858 New options.
4859 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4860 New vars.
4861 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4862 (bookmark-bmenu-filter-alist-by-regexp)
4863 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4864 (bookmark-bmenu-search): New command.
4865 (bookmark-bmenu-mode-map): Bind it.
4866
4867 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4868
4869 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4870 backward-subword to quit the byte-compiler.
4871
4872 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4873
4874 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4875
4876 * progmodes/cc-cmds.el (c-update-modeline)
4877 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4878 Refer to subword.el functions instead of cc-subword.el.
4879
4880 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4881 subword.el functions instead of cc-subword.el.
4882
4883 * progmodes/cc-subword.el: Rename to subword.el.
4884 * subword.el: Rename from progmodes/cc-subword.el.
4885 (subword-mode-map): Rename from c-subword-mode-map.
4886 (subword-mode): Rename from c-subword-mode.
4887 (global-subword-mode): New global minor mode.
4888 (forward-subword): Rename from c-forward-subword.
4889 (backward-subword): Rename from c-backward-subword.
4890 (mark-subword): Rename from c-mark-subword.
4891 (kill-subword): Rename from c-kill-subword.
4892 (backward-kill-subword): Rename from c-backward-kill-subword.
4893 (transpose-subwords): Rename from c-tranpose-subword.
4894 (downcase-subword): Rename from c-downcase-subword.
4895 (capitalize-subword): Rename from c-capitalize-subword.
4896 (forward-subword-internal): Rename from c-forward-subword-internal.
4897 (backward-subword-internal): Rename from c-backward-subword-internal.
4898
4899 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4900
4901 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4902 from a dired buffer.
4903 (vc-dired-deduce-fileset): New function.
4904 (vc-root-diff, vc-print-root-log): Use it.
4905
4906 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4907 nil LIMIT argument to vc-print-log-internal.
4908
4909 2009-11-20 Glenn Morris <rgm@gnu.org>
4910
4911 * Makefile.in (ELCFILES): Regenerate.
4912
4913 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4914
4915 * calc/calc.el (calc-set-mode-line):
4916 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4917 (math-format-number): Rename `math-format-complement-signed' to
4918 `math-format-twos-complement'.
4919
4920 * calc/calc-bin.el (math-format-twos-complement): Rename from
4921 math-format-complement-signed.
4922 (calc-radix): Rename `calc-complement-signed-mode' to
4923 `calc-twos-complement-mode'.
4924 (calc-octal-radix, calc-hex-radix): Add an argument for
4925 two's complement.
4926
4927 * calc/calc-embed.el (calc-embedded-mode-vars):
4928 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4929
4930 * calc/calc-ext.el (calc-init-extensions):
4931 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4932 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4933
4934 * calc/calc-units.el (math-build-units-table-buffer):
4935 Let `calc-twos-complement-mode' be nil.
4936
4937 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4938 entries.
4939
4940 * calc/calc-vec.el (calcFunc-vunpack):
4941 * calc/calc-aent.el (calc-do-calc-eval):
4942 * calc/calc-forms.el (math-format-date):
4943 * calc/calc-graph.el (calc-graph-plot):
4944 * calc/calc-math.el (math-use-emacs-fn):
4945 * calc/calccomp.el (math-compose-expr):
4946 Let `calc-twos-complement-mode' be nil.
4947
4948 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4951 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4952 * minibuffer.el (completion-in-region-functions): New hook.
4953 (completion-in-region): New function.
4954 * emacs-lisp/lisp.el (lisp-complete-symbol):
4955 * pcomplete.el (pcomplete-std-complete): Use it.
4956
4957 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4960 (latex-complete-alist): New vars.
4961 (latex-string-prefix-p, latex-complete-bibtex-keys)
4962 (latex-complete-envnames, latex-complete-refkeys)
4963 (latex-complete-data): New functions.
4964 (latex-complete, latex-indent-or-complete): New commands.
4965
4966 * window.el (display-buffer-mark-dedicated): New var.
4967 (display-buffer): Obey it.
4968 * minibuffer.el (minibuffer-completion-help): Use it.
4969
4970 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4971
4972 * filecache.el (file-cache-add-file): Use push and cons.
4973 (file-cache-delete-file-regexp): Use push.
4974 (file-cache-complete): Use completion-in-region.
4975
4976 * simple.el (with-wrapper-hook): Fix thinko.
4977
4978 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4979 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4980 Use with-current-buffer and string-to-number.
4981 (hfy-fallback-colour-values): Use assoc-string.
4982 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4983 (hfy-face-at): Remove unused var `found-face'.
4984 (hfy-compile-stylesheet): Remove unused var `css'.
4985 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4986 and `orig-buffer'.
4987 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4988 Use with-current-buffer.
4989 (hfy-text-p): Use expand-file-name and fewer setq.
4990
4991 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4992
4993 * htmlfontify.el, hfy-cmap.el: New files.
4994
4995 2009-11-19 Juri Linkov <juri@jurta.org>
4996
4997 * minibuffer.el (completions-format): New defcustom.
4998 (completion--insert-strings): Implement vertical format.
4999
5000 * simple.el (switch-to-completions): Move point to the first
5001 completion when point was at the beginning of the buffer.
5002
5003 2009-11-19 Juri Linkov <juri@jurta.org>
5004
5005 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5006
5007 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5008
5009 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5012 (mail-signature): Change default to t.
5013 (mail-from-style): Deprecate `system-default' value.
5014 (mail-insert-from-field): For default value of mail-from-style,
5015 default to `angles' unless `angles' needs quoting and `parens'
5016 does not.
5017 (mail-citation-prefix-regexp): Use citation regexp from
5018 message-mode.
5019
5020 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5023 Set variables for computing the prompt for reading password.
5024
5025 2009-11-19 Glenn Morris <rgm@gnu.org>
5026
5027 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5028
5029 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5030
5031 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5032 (newsticker-treeview-listwindow-height): Fix custom type.
5033
5034 2009-11-19 Kenichi Handa <handa@m17n.org>
5035
5036 * descr-text.el (describe-char-padded-string): Compose with TAB
5037 only if there's a font for CH.
5038 (describe-char): Fix the condition for detecting a trivial composition.
5039
5040 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5041
5042 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5043 more accurate version of the regexp. (Bug#3910)
5044
5045 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5046
5047 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5048
5049 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5050
5051 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5052 (font-setting-change-default-font): Fix typo in docstring.
5053
5054 2009-11-18 Alan Mackenzie <acm@muc.de>
5055
5056 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5057
5058 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5059
5060 * font-setting.el (font-use-system-font): Move ...
5061
5062 * cus-start.el (all): ... to here.
5063
5064 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5067 Don't set `ad-return-value' if `ad-do-it' doesn't.
5068
5069 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5070 modification time.
5071
5072 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5073
5074 * menu-bar.el: Put "Use system font" in Option-menu.
5075 (menu-bar-options-save): Add font-use-system-font.
5076
5077 * loadup.el: If feature system-font-setting or font-render-setting is
5078 there, load font-setting.
5079
5080 * Makefile.in (ELCFILES): Add font-settings.el.
5081 * font-setting.el: New file.
5082
5083 2009-11-17 Glenn Morris <rgm@gnu.org>
5084
5085 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5086
5087 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5088 Preserve point in the list buffer. (Bug#4939)
5089 Use point-at-eol.
5090 (newsticker--treeview-list-update-highlight)
5091 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5092
5093 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5094
5095 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5096 Remove.
5097
5098 * calc/calc-ext.el (calc-init-extensions): Remove references to
5099 symclip.
5100
5101 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5102
5103 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5104 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5105 `calc-symclip'.
5106
5107 2009-11-16 Kevin Ryde <user42@zip.com.au>
5108
5109 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5110 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5111
5112 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5113 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5114 Ignore trailing spaces by omit-nulls to split-string (fixing
5115 regression from Emacs 21 due to the incompatible split-string
5116 change). (Bug #4928.)
5117
5118 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5119
5120 * vc.el (vc-log-show-limit): Default to 2000.
5121 (vc-print-log-internal): Insert buttons to request more entries
5122 when limiting the output.
5123
5124 * vc-sccs.el (vc-sccs-print-log):
5125 * vc-rcs.el (vc-rcs-print-log):
5126 * vc-cvs.el (vc-cvs-print-log):
5127 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5128 LIMIT is non-nil.
5129
5130 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5133 error when `tramp-gvfs-dbus-event-vector' is set.
5134 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5135
5136 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5139
5140 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5141
5142 * net/dbus.el (dbus-unregister-service): New defun.
5143 (dbus-register-property): Register the handlers of
5144 "org.freedesktop.DBus.Properties" for SERVICE.
5145 (dbus-property-handler): Fix docstring.
5146
5147 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5148
5149 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5150 Quote doc string reference in defvaralias as it is not in special form.
5151 (byte-compile-output-docform): Doc fix.
5152
5153 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5154
5155 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5156 (calc-complement-signed-mode): New variables.
5157 (calc-set-mode-line): Add indicator for twos-complements.
5158 (math-format-number): Format twos-complement notation.
5159
5160 * calc/calc-bin.el (calc-word-size): Reset the variables
5161 `math-2-word-size' and `math-half-2-word-size'.
5162 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5163 (calc-symclip): New functions.
5164
5165 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5166
5167 * calc/calc-embed.el (calc-embedded-mode-vars):
5168 Add `calc-complement-signed-mode' to the list of modes.
5169
5170 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5171 (calc-b-oper-keys): Add `calc-symclip' to list.
5172
5173 * calc/calc-ext.el (math-read-number-fancy): Read complement
5174 signed numbers.
5175 (calc-init-extensions): Add binding for `calc-symclip'.
5176 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5177
5178 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5179 `calc-symclip'.
5180 (calc-modes-menu): Add item for twos complement mode.
5181
5182 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5183
5184 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5185
5186 * register.el (jump-to-register, insert-register): Handle Semantic
5187 tags. From commented-out advice in semantic/senator.el.
5188
5189 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5190
5191 * vc.el (vc-log-show-limit): New variable.
5192 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5193 when using a prefix argument.
5194 (vc-print-log-internal): Add new argument LIMIT.
5195
5196 * vc-svn.el (vc-svn-print-log):
5197 * vc-mtn.el (vc-mtn-print-log):
5198 * vc-hg.el (vc-hg-print-log):
5199 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5200 pass it to the log command when set. Make the BUFFER argument
5201 non-optional.
5202
5203 * vc-sccs.el (vc-sccs-print-log):
5204 * vc-rcs.el (vc-rcs-print-log):
5205 * vc-git.el (vc-git-print-log):
5206 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5207 ignore it. Make the BUFFER argument non-optional
5208
5209 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5210
5211 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * dired.el (dired-mode-map): Move encryption items to "Operate"
5214 menu (Bug#4703).
5215
5216 * strokes.el (strokes-update-window-configuration): Make strokes
5217 buffer current before erasing (Bug#4906).
5218
5219 2009-11-15 Juri Linkov <juri@jurta.org>
5220
5221 * simple.el (set-mark-default-inactive): Add :type, :group
5222 and :version. (Bug#4876)
5223
5224 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5227 (archive-unique-fname): ... here. (Bug#4929)
5228
5229 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5232 with a real fix.
5233
5234 * novice.el (disabled-command-function): Add useful args.
5235 Setup the help buffer so that [back] works.
5236 Remove redundant call to help-mode.
5237 (disabled-command-function): Use `case'.
5238 (en/disable-command): New function extracted from enable-command.
5239 (enable-command, disable-command): Use it.
5240
5241 2009-11-14 Glenn Morris <rgm@gnu.org>
5242
5243 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5244 constants. (Bug#4913)
5245
5246 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5247
5248 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5249
5250 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5251 defined in C that have no doc-strings. (Bug#1063)
5252
5253 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5254
5255 * cus-edit.el (data, files):
5256 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5257
5258 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5259
5260 * simple.el (shell-command): Doc fix (Bug#4891).
5261
5262 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5263
5264 2009-11-14 Glenn Morris <rgm@gnu.org>
5265
5266 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5267 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5268 If they are already loaded, eval-after-load will do the right thing.
5269
5270 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5271 compiling.
5272
5273 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5274
5275 * simple.el (x-selection-owner-p): Declare.
5276 (read-mail-command): Use custom radio type rather than choice.
5277 (completion-no-auto-exit): Doc fix.
5278
5279 * custom.el (defgroup):
5280 * epg-config.el (epg): Doc fixes.
5281
5282 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5283
5284 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5285 * international/ccl.el (define-ccl-program): Do not purecopy the
5286 docstring, defconst does it anyway.
5287
5288 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5291 a second time.
5292
5293 * x-dnd.el (x-dnd-maybe-call-test-function):
5294 * window.el (split-window-vertically):
5295 * whitespace.el (whitespace-help-on):
5296 * vc-rcs.el (vc-rcs-consult-headers):
5297 * userlock.el (ask-user-about-lock-help)
5298 (ask-user-about-supersession-help):
5299 * type-break.el (type-break-force-mode-line-update):
5300 * time-stamp.el (time-stamp-conv-warn):
5301 * terminal.el (te-set-output-log, te-more-break, te-filter)
5302 (te-sentinel, terminal-emulator):
5303 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5304 (term-write-input-ring, term-check-source, term-start-output-log):
5305 (term-display-buffer-line, term-dynamic-list-completions):
5306 (term-ansi-make-term, serial-term):
5307 * subr.el (selective-display):
5308 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5309 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5310 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5311 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5312 (speedbar-remove-localized-speedbar-support)
5313 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5314 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5315 (speedbar-buffers-line-directory):
5316 * simple.el (shell-command-on-region, append-to-buffer)
5317 (prepend-to-buffer):
5318 * shadowfile.el (shadow-save-todo-file):
5319 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5320 (scroll-bar-maybe-set-window-start):
5321 * sb-image.el (speedbar-image-dump):
5322 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5323 (load-save-place-alist-from-file):
5324 * ps-samp.el (ps-print-message-from-summary):
5325 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5326 (ps-background-image, ps-begin-job, ps-do-despool):
5327 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5328 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5329 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5330 (pr-call-process, pr-file-list, pr-interface-save):
5331 * novice.el (disabled-command-function)
5332 (enable-command, disable-command):
5333 * mouse.el (mouse-buffer-menu-alist):
5334 * mouse-copy.el (mouse-kill-preserving-secondary):
5335 * macros.el (kbd-macro-query):
5336 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5337 * informat.el (batch-info-validate):
5338 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5339 * hippie-exp.el (try-expand-dabbrev-visible):
5340 * help-mode.el (help-make-xrefs):
5341 * help-fns.el (describe-variable):
5342 * generic-x.el (bat-generic-mode-run-as-comint):
5343 * finder.el (finder-mouse-select):
5344 * find-dired.el (find-dired-sentinel):
5345 * filesets.el (filesets-file-close):
5346 * files.el (list-directory):
5347 * faces.el (list-faces-display, describe-face):
5348 * facemenu.el (list-colors-display):
5349 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5350 * epg.el (epg--process-filter, epg-cancel):
5351 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5352 (epa--read-signature-type):
5353 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5354 (emerge-file-names):
5355 * ehelp.el (electric-helpify):
5356 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5357 * ediff-vers.el (rcs-ediff-view-revision):
5358 * ediff-util.el (ediff-setup):
5359 * ediff-mult.el (ediff-append-custom-diff):
5360 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5361 (ediff-wordify):
5362 * echistory.el (Electric-command-history-redo-expression):
5363 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5364 * disp-table.el (describe-display-table):
5365 * dired.el (dired-find-buffer-nocreate):
5366 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5367 * dabbrev.el (dabbrev--same-major-mode-p):
5368 * chistory.el (list-command-history):
5369 * apropos.el (apropos-documentation):
5370 * allout.el (allout-obtain-passphrase):
5371 (allout-copy-exposed-to-buffer):
5372 (allout-verify-passphrase): Use with-current-buffer.
5373
5374 2009-11-13 Glenn Morris <rgm@gnu.org>
5375
5376 * Makefile.in (ELCFILES): Regenerate.
5377
5378 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5379
5380 * net/dbus.el (dbus-registered-objects-table): Rename from
5381 `dbus-registered-functions-table', because it contains also properties.
5382 (dbus-unregister-object): Unregister also properties.
5383 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5384 Use a timeout of 500 msec, in order to not block.
5385 (dbus-register-property, dbus-property-handler): New defuns.
5386
5387 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * simple.el (minibuffer-default-add-completions): Drop deprecated
5390 4th arg.
5391
5392 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5393
5394 * textmodes/artist.el (artist-mouse-choose-operation):
5395 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5396 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5397 (artist-compute-up-event-key): New function.
5398 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5399
5400 2009-11-13 Kenichi Handa <handa@m17n.org>
5401
5402 * language/japan-util.el: Make sure that the value of jisx0208
5403 property is jisx0208 character.
5404
5405 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5406
5407 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5408 car or each item, not the whole list.
5409
5410 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * minibuffer.el (minibuffer-completion-help):
5413 Use minibuffer-hide-completions.
5414
5415 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5416
5417 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5418 (dired-revert): Use them (bug#4880).
5419
5420 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5421
5422 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5423
5424 2009-11-12 Juri Linkov <juri@jurta.org>
5425
5426 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5427 New functions.
5428 (find-file-literally-at-point): Alias of `ffap-literally'.
5429
5430 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5431
5432 * textmodes/ispell.el (ispell-skip-region-alist):
5433 * textmodes/css-mode.el (auto-mode-alist):
5434 * progmodes/compile.el (auto-mode-alist):
5435 * international/mule.el (ctext-non-standard-encodings-alist)
5436 (ctext-non-standard-encodings-regexp):
5437 * simple.el (shell-command-switch, text-read-only):
5438 * replace.el (occur-mode-map):
5439 * paths.el (rmail-file-name):
5440 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5441 * find-file.el (ff-special-constructs):
5442 * files.el (file-name-handler-alist):
5443 * composite.el: Purecopy strings.
5444
5445 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5446
5447 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5448
5449 * widget.el (define-widget): Purecopy the docstring.
5450 * international/mule-cmds.el (charset): Do not purecopy the
5451 docstring here, define-widget does it.
5452
5453 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5454 * textmodes/bibtex-style.el (auto-mode-alist):
5455 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5456 * progmodes/compile.el (compile-command):
5457 * language/korea-util.el (default-korean-keyboard):
5458 * international/mule-conf.el (file-coding-system-alist):
5459 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5460 * tooltip.el (tooltip-frame-parameters):
5461 * newcomment.el (comment-end, comment-padding):
5462 * dired.el (dired-trivial-filenames):
5463 * comint.el (comint-file-name-prefix): Purecopy initial values.
5464
5465 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5466
5467 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5468 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5469 `tramp-unload'.
5470 (tramp-advice-make-auto-save-file-name)
5471 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5472 after removing the advice.
5473
5474 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5475
5476 * progmodes/grep.el (grep-regexp-alist):
5477 * international/mule-cmds.el (iso-2022-control-alist):
5478 * emacs-lisp/timer.el (timer-duration-words):
5479 * subr.el (version-separator, version-regexp-alist):
5480 * minibuffer.el (completion-styles-alist):
5481 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5482 Change defvars to defconsts.
5483
5484 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5485 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5486 * international/mule-conf.el: Allow to be byte compiled.
5487
5488 * international/mule.el (define-charset): Purecopy props.
5489 (load-with-code-conversion): Purecopy doc string and file name.
5490 (put-charset-property): Purecopy strings.
5491 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5492
5493 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5494 (define-char-code-property): Correctly purecopy the table.
5495
5496 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5497
5498 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5499
5500 * subr.el (add-hook): Purecopy strings.
5501 (eval-after-load): Purecopy load-history-regexp and the form.
5502
5503 * custom.el (custom-declare-group): Purecopy load-file-name.
5504
5505 * subr.el (menu-bar-separator): New defconst.
5506 * net/eudc.el (eudc-tools-menu):
5507 * international/mule-cmds.el (set-coding-system-map)
5508 (mule-menu-keymap):
5509 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5510 * vc-hooks.el (vc-menu-map):
5511 * replace.el (occur-mode-map):
5512 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5513 (menu-bar-edit-menu, menu-bar-goto-menu)
5514 (menu-bar-custom-menu, menu-bar-showhide-menu)
5515 (menu-bar-options-menu, menu-bar-tools-menu)
5516 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5517 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5518 (menu-bar-help-menu):
5519 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5520 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5521
5522 * term/x-win.el (x-gtk-stock-map):
5523 * progmodes/vera-mode.el (auto-mode-alist):
5524 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5525 (inferior-lisp-program, inferior-lisp-load-command):
5526 * progmodes/hideshow.el (hs-special-modes-alist):
5527 * progmodes/gud.el (same-window-regexps):
5528 * progmodes/grep.el (grep-program, find-program, xargs-program):
5529 * net/telnet.el (same-window-regexps):
5530 * net/rlogin.el (same-window-regexps):
5531 * language/ethiopic.el (font-ccl-encoder-alist):
5532 * vc-sccs.el (vc-sccs-master-templates):
5533 * vc-rcs.el (vc-rcs-master-templates):
5534 * subr.el (cl-assertion-failed):
5535 * simple.el (next-error-overlay-arrow-position):
5536 * lpr.el (lpr-command):
5537 * locate.el (locate-ls-subdir-switches):
5538 * info.el (same-window-regexps, info)
5539 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5540 * image-mode.el (image-mode, auto-mode-alist):
5541 * hippie-exp.el (hippie-expand-ignore-buffers):
5542 * format.el (format-alist):
5543 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5544 (find-name-arg):
5545 * facemenu.el (facemenu-keybindings):
5546 * dired.el (dired-listing-switches, dired-chown-program):
5547 * diff.el (diff-switches, diff-command):
5548 * cus-edit.el (same-window-regexps):
5549 * bindings.el (mode-line-mule-info)
5550 (mode-line-buffer-identification): Purecopy strings.
5551
5552 2009-11-11 Juri Linkov <juri@jurta.org>
5553
5554 * simple.el (dired-get-filename) <declare-function>:
5555 Tell the byte-compiler about dired-get-filename.
5556 (shell-command): In Dired mode, get filename from the current line
5557 as the default value.
5558
5559 2009-11-10 Glenn Morris <rgm@gnu.org>
5560
5561 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5562 * calendar/holidays.el, progmodes/cperl-mode.el:
5563 Update x-popup-menu declarations.
5564
5565 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5566 (list-load-path-shadows): Use dolist.
5567 (list-load-path-shadows): Use with-current-buffer.
5568
5569 2009-11-10 Juri Linkov <juri@jurta.org>
5570
5571 * minibuffer.el (read-file-name): Support a list of default values
5572 in `default-filename'. Use the first file name where only one
5573 element is required. Doc fix.
5574
5575 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5576
5577 * net/dbus.el (dbus-unregister-object): Release service, if no
5578 other method is registered for it.
5579
5580 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5581
5582 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5583 bookmark-sort-flag is non-nil (Bug#4653).
5584
5585 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * emulation/cua-base.el: Add CUA property to some CC mode commands
5588 (Bug#4100).
5589
5590 2009-11-08 Kevin Ryde <user42@zip.com.au>
5591
5592 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5593 at end of sentence (Bug#4818).
5594
5595 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5596
5597 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5598 Handle "see declaration of" MSFT statements (Bug#4100).
5599
5600 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5601
5602 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5603 (tramp-advice-file-expand-wildcards): Unload via
5604 `ad-remove-advice'.
5605
5606 * net/trampver.el: Update release number.
5607
5608 2009-11-08 Kevin Ryde <user42@zip.com.au>
5609
5610 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5611 `ad-do-it'.
5612
5613 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5614
5615 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5616 in order to keep context in SELinux.
5617
5618 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5619
5620 * dired-aux.el (dired-query): Place cursor in echo area and allow
5621 C-g.
5622
5623 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5624 menu item if not on a directory (Bug#4701).
5625
5626 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5627
5628 Sync with Tramp 2.1.17.
5629
5630 * net/tramp.el (tramp-handle-copy-directory): Don't use
5631 `file-remote-p' (due to compatibility).
5632
5633 * net/tramp-compat.el (tramp-compat-copy-directory)
5634 (tramp-compat-delete-directory): New defuns.
5635
5636 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5637 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5638 `tramp-compat-delete-directory'.
5639
5640 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5641 (tramp-smb-handle-delete-directory): Use
5642 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5643
5644 * net/trampver.el: Update release number.
5645
5646 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5647
5648 * tar-mode.el (tar-copy): Call write-region on the right buffer
5649 (Bug#4857).
5650
5651 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5652 by hand, if necessary (Bug#4878).
5653
5654 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5657 align size column (Bug#4839).
5658
5659 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5660 statement.
5661
5662 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5663
5664 * progmodes/ld-script.el (auto-mode-alist):
5665 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5666
5667 * cus-face.el (custom-declare-face): Purecopy face spec.
5668
5669 2009-11-06 Kenichi Handa <handa@m17n.org>
5670
5671 * international/uni-bidi.el: Re-generated.
5672 * international/uni-category.el: Re-generated.
5673 * international/uni-combining.el: Re-generated.
5674 * international/uni-mirrored.el: Re-generated.
5675
5676 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5677
5678 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5679 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5680 (tex-start-options, slitex-run-command, latex-run-command)
5681 (tex-run-command, tex-directory):
5682 * textmodes/ispell.el (ispell-html-skip-alists)
5683 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5684 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5685 (adaptive-fill-regexp):
5686 * textmodes/dns-mode.el (auto-mode-alist):
5687 * progmodes/python.el (interpreter-mode-alist):
5688 * progmodes/etags.el (tags-compression-info-list):
5689 * progmodes/etags.el (tags-file-name):
5690 * net/browse-url.el (browse-url-galeon-program)
5691 (browse-url-firefox-program):
5692 * mail/sendmail.el (mail-signature-file)
5693 (mail-citation-prefix-regexp):
5694 * international/mule-conf.el (eight-bit):
5695 * international/latexenc.el (latex-inputenc-coding-alist):
5696 * international/fontset.el (x-pixel-size-width-font-regexp):
5697 * emacs-lisp/warnings.el (warning-type-format):
5698 * emacs-lisp/trace.el (trace-buffer):
5699 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5700 (emacs-lisp-mode-map):
5701 * calendar/holidays.el (holiday-solar-holidays)
5702 (holiday-bahai-holidays, holiday-islamic-holidays)
5703 (holiday-christian-holidays, holiday-hebrew-holidays)
5704 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5705 (hebrew-holidays-1, holiday-oriental-holidays)
5706 (holiday-general-holidays):
5707 * x-dnd.el (x-dnd-known-types):
5708 * tool-bar.el (tool-bar):
5709 * startup.el (site-run-file):
5710 * shell.el (shell-dumb-shell-regexp):
5711 * rfn-eshadow.el (file-name-shadow-tty-properties)
5712 (file-name-shadow-properties):
5713 * paths.el (remote-shell-program, news-directory):
5714 * mouse.el ([C-down-mouse-3]):
5715 * menu-bar.el (menu-bar-tools-menu):
5716 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5717 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5718 (jka-compr-compression-info-list):
5719 * isearch.el (search-whitespace-regexp):
5720 * image-file.el (image-file-name-extensions):
5721 * find-dired.el (find-ls-option):
5722 * files.el (directory-listing-before-filename-regexp)
5723 (directory-free-space-args, insert-directory-program)
5724 (list-directory-brief-switches, magic-fallback-mode-alist)
5725 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5726 (automount-dir-prefix):
5727 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5728 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5729 (face-font-registry-alternatives, face-font-registry-alternatives)
5730 (face-font-family-alternatives):
5731 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5732 (facemenu-foreground-menu, facemenu-face-menu):
5733 * epa-hook.el (epa-file-name-regexp):
5734 * dnd.el (dnd-protocol-alist):
5735 * textmodes/rst.el (auto-mode-alist):
5736 * button.el (default-button): Purecopy strings.
5737
5738 2009-11-06 Glenn Morris <rgm@gnu.org>
5739
5740 * Makefile.in (ELCFILES): Update.
5741
5742 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5745 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5746
5747 * nxml/xsd-regexp.el (xsdre-gen-categories):
5748 * nxml/xmltok.el (xmltok-parse-entity):
5749 * nxml/rng-parse.el (rng-parse-validate-file):
5750 * nxml/rng-maint.el (rng-format-manual)
5751 (rng-manual-output-force-new-line):
5752 * nxml/rng-loc.el (rng-save-schema-location-1):
5753 * nxml/rng-cmpct.el (rng-c-parse-file):
5754 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5755 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5756
5757 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5758
5759 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5760 Remove extra save-excursions and make-variable-buffer-local's.
5761 Suggested by Stefan Monnier.
5762
5763 (verilog-getopt-file, verilog-module-inside-filename-p)
5764 (verilog-set-define): Merge GNU 1.35 and repair changes from
5765 switching to using with-current-buffer.
5766
5767 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5768 being treated as a number and confusing AUTORESET.
5769 Reported by Dan Dever.
5770
5771 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5772 Add verilog-auto-ignore-concat to fix backward compatibility with
5773 older verilog-modes. Reported by Dan Katz.
5774
5775 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5776 containing closing anchors "...$".
5777
5778 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5779 Reported by Wade Smith.
5780
5781 (verilog-batch-execute-func): Comment on function usage.
5782
5783 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5784
5785 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5786 for labels.
5787
5788 (verilog-label-re, verilog-calc-1): Support proper indent of named
5789 asserts.
5790
5791 (verilog-backward-token, verilog-basic-complete-re)
5792 (verilog-beg-of-statement, verilog-indent-re): Support proper
5793 indent of the assert statement at the beginning of a block of text.
5794
5795 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5796 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5797 tokens as begins.
5798
5799 2009-11-05 Glenn Morris <rgm@gnu.org>
5800
5801 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5802 Emacs 19. (Bug#1531)
5803 (byte-compile-fix-header): Update for the above change.
5804 Drop test for epoch::version.
5805
5806 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5807 * cus-dep.el (custom-make-dependencies):
5808 * finder.el (finder-compile-keywords):
5809 Use autoload-rubric's feature argument.
5810
5811 * calendar/diary-lib.el (top-level): Make load behave more like require.
5812
5813 * vc-git.el (vc-git-stash-map): Move definition before use.
5814
5815 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5816
5817 * custom.el (custom-declare-group): Purecopy standard-value.
5818 (custom-declare-group): Purecopy custom-prefix.
5819
5820 * international/mule.el (load-with-code-conversion):
5821 Call do-after-load-evaluation unconditionally.
5822
5823 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5824
5825 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5828
5829 2009-11-04 Glenn Morris <rgm@gnu.org>
5830
5831 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5832 (byte-compile-compatibility): Remove option.
5833 (byte-compile-close-variables, byte-compile-fix-header)
5834 (byte-compile-insert-header, byte-compile-output-docform)
5835 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5836 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5837 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5838 (byte-compile-insert, byte-compile-defun):
5839 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5840 (byte-defop-compiler19): Remove.
5841 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5842 used by anything. Replace all calls with byte-defop-compiler.
5843
5844 2009-11-04 Juri Linkov <juri@jurta.org>
5845
5846 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5847 (menu-bar-options-menu): Don't quote the `prop' arg of
5848 `menu-bar-make-mm-toggle'.
5849
5850 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5851
5852 * calendar/calendar.el (cal-loaddefs):
5853 * calendar/diary-lib.el (diary-loaddefs):
5854 * calendar/holidays.el (hol-loaddefs):
5855 * eshell/esh-module.el (esh-groups): Load rather than require.
5856
5857 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5860 point-min==1.
5861 (todo-top-priorities): Only display-buffer when called interactively.
5862 (todo-item-start): Don't save excursion point.
5863 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5864 (todo-insert-item-here, todo-file-item, todo-remove-item):
5865 Adjust uses of todo-item-start and todo-item-end.
5866
5867 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5868 (autoload-rubric): Don't use any more.
5869
5870 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5871 and only put a prop if it is non-nil.
5872
5873 2009-11-03 Juri Linkov <juri@jurta.org>
5874
5875 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5876 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5877
5878 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5879 and "Menu" to make top-level menu item visually one unit (like
5880 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5881 multi-word menu items). Fix :help string for quit-window.
5882
5883 2009-11-03 Glenn Morris <rgm@gnu.org>
5884
5885 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5886 (byte-compile-file-form-define-abbrev-table)
5887 (byte-compile-file-form-custom-declare-variable)
5888 (byte-compile-variable-ref, byte-compile-defvar):
5889 Whether or not a warning is enabled should only affect whether we issue
5890 the warning, not whether or not we collect the relevant data.
5891 Eg warnings can be turned on and off throughout the course of a file.
5892
5893 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5894 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5895
5896 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5899 * play/mpuz.el (mpuz-create-buffer):
5900 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5901 (lm-print-y,s,noise, lm-print-w0, lm-init):
5902 * play/gomoku.el (gomoku-prompt-for-move):
5903 * play/fortune.el (fortune-in-buffer):
5904 * play/dissociate.el (dissociated-press):
5905 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5906 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5907 * mail/supercite.el (sc-eref-show):
5908 * mail/smtpmail.el (smtpmail-send-it):
5909 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5910 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5911 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5912 (rmail-summary-goto-msg, rmail-summary-expunge)
5913 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5914 (rmail-summary-add-label, rmail-summary-output-menu)
5915 (rmail-summary-output-body):
5916 * mail/rfc822.el (rfc822-addresses):
5917 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5918 * mail/mailpost.el (post-mail-send-it):
5919 * mail/hashcash.el (hashcash-generate-payment):
5920 * mail/feedmail.el (feedmail-run-the-queue)
5921 (feedmail-queue-send-edit-prompt-help-first)
5922 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5923 (feedmail-deduce-address-list):
5924 * eshell/esh-ext.el (eshell-remote-command):
5925 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5926 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5927 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5928 (viper-save-string-in-file, viper-valid-marker):
5929 * emulation/viper-keym.el (viper-toggle-key):
5930 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5931 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5932 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5933 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5934 (viper-exec-form-in-emacs, viper-brac-function):
5935 * emulation/viper.el (viper-delocalize-var):
5936 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5937 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5938 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5939 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5940 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5941 * emulation/edt.el (edt-electric-helpify):
5942 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5943 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5944 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5945 (cua-indent-to-global-mark-column):
5946 * calendar/diary-lib.el (calendar-mark-1):
5947 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5948 Use with-current-buffer.
5949 * emulation/viper.el (viper-delocalize-var): Use dolist.
5950
5951 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * comint.el (comint-replace-by-expanded-history-before-point):
5954 Replace !! with the previous input string literally (Bug#1795).
5955
5956 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5957
5958 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5959 to be made up of whitespace.
5960
5961 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5962
5963 * minibuffer.el (read-file-name): Don't use file dialogs for
5964 remote directories (Bug#99).
5965
5966 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5969
5970 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5971
5972 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5973 instead of deleting the window or frame.
5974
5975 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5978 Support face colors.
5979
5980 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5981 New function. Support face colors (Bug#1168).
5982 (tex-common-initialization): Use it.
5983
5984 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5985 mode allows it (Bug#1168).
5986
5987 2009-10-31 Juri Linkov <juri@jurta.org>
5988
5989 * facemenu.el (list-colors-display): Don't mark buffer as
5990 modified (Bug#3948).
5991
5992 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * international/mule-diag.el (list-character-sets-1): Minor
5995 message fix (Bug#3526).
5996
5997 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5998 face property (Bug#4834).
5999 (etags-list-tags, etags-tags-apropos-additional)
6000 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6001 property.
6002
6003 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6004 items.
6005
6006 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * textmodes/two-column.el (2C-split):
6009 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6010 * textmodes/tex-mode.el (tex-set-buffer-directory):
6011 * textmodes/spell.el (spell-region, spell-string):
6012 * textmodes/reftex.el (reftex-erase-buffer):
6013 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6014 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6015 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6016 (reftex-select-item):
6017 * textmodes/reftex-ref.el (reftex-label-info-update)
6018 (reftex-offer-label-menu):
6019 * textmodes/reftex-index.el (reftex-index-change-entry)
6020 (reftex-index-phrases-info):
6021 * textmodes/reftex-global.el (reftex-create-tags-file)
6022 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6023 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6024 (reftex-view-crossref-from-bibtex):
6025 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6026 (reftex-extract-bib-entries-from-thebibliography)
6027 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6028 * textmodes/refbib.el (r2b-capitalize-title):
6029 (r2b-convert-buffer, r2b-help):
6030 * textmodes/page-ext.el (pages-directory)
6031 (pages-directory-goto-with-mouse):
6032 * textmodes/bibtex.el (bibtex-validate-globally):
6033 * textmodes/bib-mode.el (bib-capitalize-title):
6034 * textmodes/artist.el (artist-clear-buffer, artist-system):
6035 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6036 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6037 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6038 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6039 (xscheme-send-control-g-interrupt, xscheme-start-process)
6040 (xscheme-process-sentinel, xscheme-cd):
6041 * progmodes/verilog-mode.el (verilog-read-always-signals)
6042 (verilog-set-define, verilog-getopt-file)
6043 (verilog-module-inside-filename-p):
6044 * progmodes/sh-script.el:
6045 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6046 (python-pdbtrack-grub-for-buffer, python-execute-file):
6047 * progmodes/octave-inf.el (inferior-octave):
6048 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6049 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6050 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6051 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6052 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6053 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6054 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6055 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6056 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6057 (idlwave-shell-examine-display, idlwave-shell-run-region)
6058 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6059 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6060 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6061 (idlwave-help-get-help-buffer):
6062 * progmodes/gud.el (gud-basic-call, gud-find-class)
6063 (gud-tooltip-activate-mouse-motions-if-enabled):
6064 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6065 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6066 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6067 (ebrowse-tags-next-file):
6068 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6069 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6070 (ebnf-eps-finish-and-write):
6071 * progmodes/cpp.el (cpp-edit-save):
6072 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6073 * progmodes/cc-defs.el (c-emacs-features):
6074 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6075 (antlr-directory-dependencies):
6076 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6077 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6078 (ada-find-any-references, ada-make-filename-from-adaname)
6079 (ada-make-body-gnatstub):
6080 * obsolete/rnews.el (news-list-news-groups):
6081 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6082 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6083 * net/rcirc.el (rcirc-debug):
6084 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6085 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6086 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6087 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6088 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6089 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6090 (newsticker--treeview-list-clear-highlight)
6091 (newsticker--treeview-list-update-highlight)
6092 (newsticker--treeview-list-highlight-start)
6093 (newsticker--treeview-tree-update-highlight)
6094 (newsticker--treeview-get-selected-item)
6095 (newsticker-treeview-mark-list-items-old)
6096 (newsticker--treeview-set-current-node):
6097 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6098 * net/newst-backend.el (newsticker--get-news-by-funcall)
6099 (newsticker--get-news-by-wget, newsticker--image-get)
6100 (newsticker--image-sentinel):
6101 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6102 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6103 (eudc-ph-close-session):
6104 * net/eudc.el (eudc-save-options):
6105 * language/thai-word.el (thai-update-word-table):
6106 * language/japan-util.el (japanese-string-conversion):
6107 * international/titdic-cnv.el (tsang-quick-converter)
6108 (ziranma-converter, ctlau-converter):
6109 * international/mule-cmds.el (describe-language-environment):
6110 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6111 (skkdic-convert-postfix, skkdic-convert-prefix):
6112 (skkdic-convert-okuri-nasi, skkdic-convert):
6113 * emacs-lisp/re-builder.el (reb-update-overlays):
6114 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6115 * emacs-lisp/gulp.el (gulp-send-requests):
6116 * emacs-lisp/find-gc.el (trace-call-tree):
6117 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6118 (eieio-describe-generic):
6119 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6120 * emacs-lisp/edebug.el (edebug-outside-excursion):
6121 * emacs-lisp/debug.el (debugger-make-xrefs):
6122 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6123 * emacs-lisp/chart.el (chart-new-buffer):
6124 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6125 Use with-current-buffer.
6126 * textmodes/artist.el (artist-system): Don't call
6127 copy-sequence on a fresh string.
6128 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6129
6130 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6131
6132 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6133 is no item to edit. (Bug#4820)
6134 (todo-top-priorities): Restore point and restore narrowing in Todo
6135 buffer. (Bug#4820)
6136
6137 2009-10-31 Glenn Morris <rgm@gnu.org>
6138
6139 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6140 (comint-last-output-start, comint-last-input-start)
6141 (comint-last-input-end): Don't defvar when compiling.
6142 (ange-ftp-process-file): Use bound-and-true-p.
6143
6144 * pcmpl-rpm.el (top-level): Move provide statement to end.
6145 (pcmpl-rpm): Remove unused custom group.
6146
6147 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6148
6149 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6150
6151 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6152 (byte-compile-warnings): Add `constants' as an option.
6153 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6154 (display-call-tree): Update for byte-compile-fdefinition possibly
6155 returning `(macro lambda ...)'. (Bug#4778)
6156 (byte-compile-variable-ref, byte-compile-setq-default):
6157 Respect `constants' member of byte-compile-warnings.
6158
6159 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6162 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6163 to "submit:".
6164
6165 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6166
6167 * textmodes/ispell.el (ispell-skip-region-alist):
6168 * international/mule-conf.el (eight-bit):
6169 * international/fontset.el (font-encoding-alist):
6170 * startup.el (pure-space-overflow-message):
6171 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6172 * paths.el (gnus-nntp-service, rmail-spool-directory)
6173 (term-file-prefix):
6174 * files.el (save-some-buffers-action-alist):
6175 * cmuscheme.el (same-window-buffer-names):
6176 * ielm.el (same-window-buffer-names):
6177 * shell.el (same-window-buffer-names):
6178 * mail/sendmail.el (same-window-buffer-names):
6179 * progmodes/inf-lisp.el (same-window-buffer-names):
6180 * bindings.el (mode-line-client)
6181 (mode-line-column-line-number-mode-map):
6182 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6183 (tibetan-precomposed-regexp): Purecopy string arguments.
6184
6185 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6188 (calcDigit-nondigit):
6189 * calc/calc-yank.el (calc-copy-to-buffer):
6190 * calc/calc-units.el (calc-invalidate-units-table):
6191 * calc/calc-trail.el (calc-trail-yank):
6192 * calc/calc-store.el (calc-insert-variables):
6193 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6194 * calc/calc-prog.el (calc-read-parse-table):
6195 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6196 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6197 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6198 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6199 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6200 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6201 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6202 * calc/calc-ext.el (calc-realign):
6203 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6204 (calc-embedded-finish-edit, calc-embedded-make-info)
6205 (calc-embedded-finish-command, calc-embedded-stack-change):
6206 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6207
6208 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6209 shell-dynamic-complete-filename in preference to
6210 comint-dynamic-complete-filename.
6211
6212 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6213 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6214 Don't consider whether the display supports colors.
6215 (bookmark-import-new-list): Use dolist.
6216 (bookmark-bmenu-mode-map): Move initialization into declaration.
6217 (bookmark-bmenu-list): Use dolist, simplify.
6218 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6219 (menu-bar-final-items): Use push.
6220
6221 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6222
6223 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6224 it works on remote files.
6225 (vc-hg-diff): Don't pass any `--cwd' argument.
6226
6227 2009-10-27 Kevin Ryde <user42@zip.com.au>
6228
6229 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6230 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6231 (Further to Bug#3921).
6232
6233 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6234
6235 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6236 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6237 calling `tramp-imap-put-file'. Add file size to the call.
6238 (tramp-imap-get-file-entries): Compute also user name, file size,
6239 and date.
6240 (tramp-imap-handle-insert-directory): Insert uid and gid.
6241 (tramp-imap-handle-file-attributes): Transform uid and gid
6242 according to `id-format'.
6243 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6244 size in header X-Size.
6245
6246 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * simple.el (transpose-subr): Give clearer error when the mark
6249 is not set. (Bug#4807)
6250
6251 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6252
6253 * net/tramp.el (tramp-perl-file-truename): New defconst.
6254 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6255 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6256 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6257 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6258
6259 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6260 Ignore `dired-call-process'.
6261 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6262
6263 2009-10-26 Julian Scheid <julians37@gmail.com>
6264
6265 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6266 (tramp-get-remote-readlink): New defun.
6267 (tramp-handle-file-truename): Use it.
6268 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6269 file exists if cache value present.
6270 (tramp-check-cached-permissions): New defun.
6271 (tramp-handle-file-readable-p): Use it.
6272 (tramp-handle-file-writable-p): Likewise.
6273 (tramp-handle-file-executable-p): Likewise.
6274 (tramp-handle-file-name-all-completions): Try using Perl to get
6275 partial completions. When perl not available, combine `cd' and
6276 `ls' into single remote operation and use shell expansion to get
6277 partial remote directory contents. Set `file-exists-p' cache for
6278 directory and any files returned by ls. Change cache handling to
6279 support partial directory contents. Use error message emitted by
6280 remote `cd' or Perl code for local tramp-error.
6281 (tramp-do-copy-or-rename-file-directly): Avoid separate
6282 tramp-send-command-and-check call.
6283 (tramp-handle-process-file): Merge three remote ops into one.
6284 Do not flush all caches when `process-file-side-effects' is set.
6285 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6286 file-attributes shows uid/gid to be set already.
6287
6288 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6289
6290 * textmodes/tex-mode.el (tex-dvi-view-command)
6291 (tex-show-queue-command, tex-open-quote):
6292 * progmodes/ruby-mode.el (auto-mode-alist)
6293 (interpreter-mode-alist): Purecopy strings.
6294
6295 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6296
6297 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6298 string for the hook, keymap and abbrev table.
6299
6300 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6301
6302 * x-dnd.el (x-dnd-xdnd-to-action):
6303 * startup.el (fancy-startup-text, fancy-about-text): Change to
6304 defconst from defvar.
6305
6306 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6307
6308 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6309 Purecopy initialization strings.
6310
6311 * mail/sendmail.el (mail-header-separator)
6312 (mail-personal-alias-file):
6313 * mail/rmail.el (rmail-default-dont-reply-to-names)
6314 (rmail-ignored-headers, rmail-retry-ignored-headers)
6315 (rmail-highlighted-headers, rmail-secondary-file-directory)
6316 (rmail-secondary-file-regexp):
6317 * files.el (null-device, file-name-invalid-regexp)
6318 (locate-dominating-stop-dir-regexp)
6319 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6320 (interpreter-mode-alist): Use mapcar instead of mapc.
6321
6322 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6323
6324 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6325 (completion-ignored-extensions):
6326 (debug-ignored-errors): Purecopy strings.
6327
6328 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6331 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6332 (pcomplete--here): Use push.
6333
6334 * subr.el (all-completions): Declare the 4th arg obsolete.
6335
6336 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6339 (pcomplete-unquote-argument): New function.
6340 (pcomplete--common-suffix): Always pay attention to case.
6341 (pcomplete--table-subvert): Quote and unquote the text.
6342 (pcomplete--common-quoted-suffix): New function.
6343 (pcomplete-std-complete): Use it and pcomplete-begin.
6344
6345 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6346 we're inside a dedicated or minibuffer window.
6347
6348 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6349
6350 * bookmark.el: Update documentation, especially documentation
6351 of `bookmark-alist' and of the bookmark file format.
6352 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6353
6354 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6355
6356 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6357 keybindings apply to the mail buffer (Bug#4003). Shrink help
6358 window to buffer.
6359
6360 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6361 (global-whitespace-mode, global-whitespace-newline-mode)
6362 (whitespace-toggle-options, global-whitespace-toggle-options):
6363 Doc fix (Bug#3660).
6364
6365 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6366 of xmltok-start before the end tag was inserted (Bug#2840).
6367
6368 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6369 patterns that are preceded by an open-paren (Bug#1320).
6370
6371 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6372
6373 * files.el (delete-directory): Delete symlinks to directories with
6374 delete-file (Bug#4739).
6375
6376 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6377
6378 * vc.el (vc-backend-for-registration): Rename from
6379 vc-get-backend-for-registration. Update callers.
6380
6381 * international/mule-cmds.el (set-language-info-alist):
6382 Purecopy lang-env.
6383 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6384 (charset): Purecopy the name.
6385 (define-char-code-property): Purecopy string arguments.
6386
6387 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6388 Purecopy string arguments.
6389
6390 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6391 * ediff-hook.el (menu-bar-ediff-menu):
6392 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6393 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6394
6395 2009-10-24 Glenn Morris <rgm@gnu.org>
6396
6397 * comint.el (comint-dynamic-list-completions):
6398 * term.el (term-dynamic-list-completions): Use choose-completion rather
6399 than obsolete alias mouse-choose-completion.
6400
6401 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6402 file-cache-choose-completion.
6403 (file-cache-choose-completion): Handle an optional event argument.
6404 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6405
6406 * progmodes/octave-mod.el (octave-complete-symbol):
6407 Use choose-completion if mouse-choose-completion is ever removed.
6408
6409 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6410 use.
6411
6412 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6413 compiler.
6414
6415 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6416
6417 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6420 Ignore `pred' now that we receive one.
6421 Handle test-completion specially.
6422
6423 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6424
6425 * vc.el (vc-responsible-backend): Throw an error if not backend is
6426 found. Remove the REGISTER argument. Move the code dealing with
6427 REGISTER ...
6428 (vc-get-backend-for-registration): ... here. New function.
6429 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6430 of vc-responsible-backend, pass the file name instead of the
6431 directory name.
6432
6433 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6436 New funs.
6437 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6438 (pcomplete-comint-setup): Don't modify a global var via
6439 accidental side-effects.
6440 (pcomplete-shell-setup): Adjust call accordingly.
6441 (pcomplete-parse-comint-arguments): Use push.
6442
6443 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6446 Allow uncapitalized info node names (Bug#3921).
6447
6448 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6449 to the DEBUG file (Bug#3781).
6450
6451 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6452
6453 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6454 dictionary entry (Bug#4579).
6455
6456 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6457
6458 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6459 from `rfn-eshadow-update-overlay-hook' when unloading.
6460 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6461 "rsyncc". Adjust doc string.
6462 (tramp-temp-buffer-file-name): New buffer-local defvar.
6463 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6464 Keep temporary file when indicated by method ("rsync" and
6465 "rsyncc").
6466 (tramp-handle-write-region): Handle APPEND.
6467 (tramp-delete-temp-file-function): New defun. Added to
6468 `kill-buffer-hook'.
6469
6470 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6471
6472 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6473
6474 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6475
6476 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6477 (color-name-rgb-alist, tty-standard-colors)
6478 (tty-color-mode-alist): Change to defconst.
6479
6480 * simple.el (mark-inactive): Purecopy message.
6481
6482 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6483 (global-map, yank-menu):
6484 * textmodes/ispell.el (ispell-menu-map):
6485 * net/eudc.el (eudc-tools-menu):
6486 * international/mule-cmds.el (describe-language-environment-map)
6487 (setup-language-environment-map, set-coding-system-map)
6488 (mule-menu-keymap):
6489 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6490 * replace.el (occur-mode-map):
6491 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6492
6493 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6494
6495 * calc/calc.el (math-read-number, math-read-number-simple): Use
6496 `save-match-data'.
6497
6498 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6501 rather than fiddling with global-map bindings, since it should only
6502 affect per-terminal settings.
6503 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6504
6505 * minibuffer.el (completion-table-with-terminator): Allow to specify
6506 the terminator-regexp.
6507
6508 * simple.el (switch-to-completions): Look for *Completions* in other
6509 frames as well.
6510
6511 * pcomplete.el: Allow the use of completion-tables.
6512 (pcomplete-std-complete): New command.
6513 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6514 (pcomplete--here): Use a function for `form' rather than an expression,
6515 so it can be byte-compiled.
6516 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6517 Add edebug declaration.
6518 (pcomplete-show-completions): Remove unused var `curbuf'.
6519 (pcomplete-do-complete, pcomplete-stub):
6520 Don't assume `completions' is a list of strings any more.
6521
6522 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6523
6524 * find-dired.el (find-name-arg): Fix typo in docstring.
6525
6526 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6529 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6530
6531 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6532 pcomplete-entries.
6533
6534 * comint.el (comint-read-input-ring, comint-write-input-ring)
6535 (comint-substitute-in-file-name)
6536 (comint-dynamic-complete-as-filename)
6537 (comint-dynamic-simple-complete)
6538 (comint-dynamic-list-filename-completions)
6539 (comint-dynamic-list-completions)
6540 (comint-redirect-results-list-from-process): Minor simplifications.
6541
6542 2009-10-21 Kevin Ryde <user42@zip.com.au>
6543
6544 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6545 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6546 the first form. And insert a blank line after ";;; Code" since
6547 that's usual style. (Bug#4612)
6548
6549 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6550
6551 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * minibuffer.el (completion-table-with-terminator): Properly implement
6554 boundaries, in case `terminator' appears in the suffix.
6555 (completion--embedded-envvar-table): Don't return boundaries if
6556 there's no valid completion. Simplify.
6557 (completion-file-name-table): New completion table extracted from
6558 completion--file-name-table.
6559 (completion--file-name-table): Use it.
6560 (read-file-name-predicate): Declare obsolete.
6561 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6562 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6563 completion-file-name-table, and use the `pred' argument.
6564 * files.el (locate-file-completion-table): Use the `pred' arg rather
6565 than read-file-name-predicate.
6566 (abbreviate-file-name): Use \` rather than ^ for BOS.
6567
6568 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6569
6570 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6571 vc-responsible-backend to register, it causes problems.
6572
6573 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6576
6577 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6578
6579 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6580 (tramp-smb-handle-file-attributes): Use it.
6581 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6582 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6583 `mapcar'. Use `tramp-smb-get-stat-capability'.
6584 Add `dired-filename' text properties.
6585 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6586 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6587 version.
6588
6589 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * subr.el (read-key-delay): Reduce to 0.01.
6592 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6593 (bug#4751).
6594
6595 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6598
6599 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6600 (Info-menu): Remove unused vars `last' and `completions'.
6601 (Info-index-nodes): Remove unused var `node'.
6602
6603 * info.el (Info-complete-menu-item): Use complete-with-action.
6604
6605 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6606
6607 Make vc-annotate work through copies and renames.
6608 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6609 Return the file name too.
6610 (vc-annotate-revision-at-line)
6611 (vc-annotate-find-revision-at-line)
6612 (vc-annotate-revision-previous-to-line)
6613 (vc-annotate-show-log-revision-at-line): Update to get the file
6614 name from vc-annotate-extract-revision-at-line.
6615 (vc-annotate-show-diff-revision-at-line-internal): Change the
6616 argument to mean whether to show a file diff or not. Get the file
6617 name from vc-annotate-extract-revision-at-line.
6618 (vc-annotate-show-diff-revision-at-line):
6619 Update vc-annotate-show-diff-revision-at-line call.
6620 (vc-annotate-warp-revision): Add an optional file argument.
6621
6622 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6623 (vc-git-annotate-extract-revision-at-line): Also return the file
6624 name if found.
6625
6626 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6627 command. Remove unused code.
6628 (vc-hg-annotate-re): Update to match --follow output.
6629 (vc-hg-annotate-extract-revision-at-line): Also return the file
6630 name if found.
6631
6632 * vc.el: Update annotate-extract-revision-at-line documentation.
6633
6634 2009-10-18 Kevin Ryde <user42@zip.com.au>
6635
6636 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6637 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6638
6639 * net/browse-url.el (browse-url): Identify alist with "consp and
6640 not functionp" and let all other things go down the `apply' leg,
6641 as suggested by Stefan. (Further to bug#4531.)
6642
6643 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6644
6645 * minibuffer.el (read-file-name): Check for repeat before putting
6646 a default argument in file-name-history (Bug#4657).
6647
6648 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6649 read syntax (Bug#4737).
6650
6651 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6652
6653 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6654
6655 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6656 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6657 entries and make note of obsolete tags.
6658
6659 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6662
6663 2009-10-18 Glenn Morris <rgm@gnu.org>
6664
6665 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6666 grep, so that binary files (eg international/uni-bidi.el) can match.
6667 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6668 now, and in any case the file header format has changed.
6669
6670 2009-10-17 Glenn Morris <rgm@gnu.org>
6671
6672 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6673 (flyspell-get-word, flyspell-large-region)
6674 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6675
6676 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6677
6678 * Makefile.in (ELCFILES): Add ede/shell.
6679
6680 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6681
6682 * term/common-win.el (x-colors): Purecopy it.
6683
6684 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6687 permissive for when the buffer is empty.
6688 (tar-header-block-tokenize): Decode the username and groupname.
6689 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6690
6691 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * international/mule-cmds.el (select-safe-coding-system): If the file
6694 has a coding cookie, use it regardless of any other setting (bug#4712).
6695
6696 2009-10-17 Glenn Morris <rgm@gnu.org>
6697
6698 * foldout.el (foldout-mouse-swallow-events):
6699 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6700
6701 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6702 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6703 (dired-keep-marker-symlink, dired-dwim-target)
6704 (dired-copy-preserve-time): Do not autoload these defcustoms.
6705
6706 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6707 messages from messing up the file coding. (Bug#4623)
6708
6709 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6710
6711 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6712 if no match is found for the current dictionary. (Bug#4578)
6713
6714 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6715 optional, since that is how it is documented, and this is often called
6716 with a nil argument. (Bug#4577)
6717 (flyspell-external-point-words, flyspell-auto-correct-word)
6718 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6719 (flyspell-word-search-backward): Remove nil argument in calls to
6720 flyspell-get-word, since it is not needed now.
6721
6722 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6723
6724 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6725
6726 2009-10-16 Glenn Morris <rgm@gnu.org>
6727
6728 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6729
6730 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6731
6732 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6733 (ange-ftp-file-size): New function.
6734 (ange-ftp-file-attributes): Use it.
6735
6736 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * net/tramp-smb.el (tramp-smb-version): New defvar.
6739 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6740 repeated checks.
6741
6742 2009-10-16 Glenn Morris <rgm@gnu.org>
6743
6744 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6745 Maybe copy some custom properties from old to new name. (Bug#4706)
6746
6747 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6748
6749 * subr.el (error, sit-for, start-process-shell-command)
6750 (start-file-process-shell-command): Set the calling convention
6751 after the function definition.
6752
6753 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * subr.el (error, sit-for, start-process-shell-command)
6756 (start-file-process-shell-command): Use the new
6757 set-advertised-calling-convention feature.
6758
6759 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6760
6761 * international/ucs-normalize.el (ucs-normalize-version):
6762 Change to 1.2.
6763 (check-range): Adjust for Unicode 5.2.
6764
6765 2009-10-15 Juri Linkov <juri@jurta.org>
6766
6767 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6768 to the `menu-item' format.
6769
6770 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6771
6772 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6773 if the environment variable does not exist.
6774
6775 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6776 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6777 parameter.
6778 (tramp-smb-handle-add-name-to-file)
6779 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6780 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6781 (tramp-smb-handle-file-attributes)
6782 (tramp-smb-do-file-attributes-with-stat)
6783 (tramp-smb-handle-file-local-copy)
6784 (tramp-smb-handle-insert-directory)
6785 (tramp-smb-handle-make-directory)
6786 (tramp-smb-handle-make-directory-internal)
6787 (tramp-smb-handle-make-symbolic-link)
6788 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6789 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6790 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6791 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6792 Handle long file names.
6793 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6794 process is running.
6795 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6796 Read share names with "-g" option.
6797
6798 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6799
6800 * net/rcirc.el (rcirc-view-log-file): New command.
6801 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6802 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6803 specified.
6804
6805 2009-10-15 Glenn Morris <rgm@gnu.org>
6806
6807 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6808 from the second command-line argument.
6809 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6810 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6811 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6812 w32-batch-update-autoloads.
6813 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6814 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6815
6816 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6817 the headers cannot be located. Simplify, subtracting superflous
6818 save-excursions.
6819
6820 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 Replace completion-base-size by completion-base-position to fix bugs
6823 such as (bug#4699).
6824 * simple.el (completion-base-position): New var.
6825 (completion-base-size): Mark as obsolete.
6826 (choose-completion): Make it work for mouse events as well.
6827 Pass the new base-position to choose-completion-string.
6828 (choose-completion-guess-base-position): New function, extracted from
6829 choose-completion-delete-max-match.
6830 (choose-completion-delete-max-match): Use it. Make obsolete.
6831 (choose-completion-string): Use the new base-position info.
6832 (completion-root-regexp): Delete.
6833 (completion-setup-function): Preserve completion-base-position.
6834 Eliminate obsolete base-size manipulation.
6835 * minibuffer.el (display-completion-list): Don't mess with base-size.
6836 (minibuffer-completion-help): Set completion-base-position instead.
6837 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6838 choose-completion.
6839 * textmodes/bibtex.el (bibtex-complete):
6840 * emacs-lisp/crm.el (crm--choose-completion-string):
6841 Adjust to new calling convention.
6842 * complete.el (partial-completion-mode): Use minibufferp to avoid
6843 bumping into incompatible change to choose-completion-string-functions.
6844 * ido.el (ido-choose-completion-string): Make its calling convention
6845 more permissive.
6846 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6847 base-size manipulation.
6848 (comint-dynamic-list-input-ring): Use dotimes and push.
6849 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6850 fundamental-mode. Use `or'.
6851
6852 2009-10-14 Juri Linkov <juri@jurta.org>
6853
6854 * misearch.el (multi-isearch-next-buffer-from-list)
6855 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6856
6857 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6860 `bytecomp.el'.
6861
6862 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6863 string we return is all made up of text from the completions rather
6864 than part from the completions and part from the input (bug#4219).
6865
6866 * ido.el (ido-everywhere): Use define-minor-mode.
6867
6868 * buff-menu.el (list-buffers, ctl-x-map):
6869 Mark the entry points with ;;;###autoload cookies.
6870
6871 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6872
6873 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6874 correctly in the detached head case.
6875 (vc-git-print-log): Remove unused binding.
6876
6877 * vc.el (vc-responsible-backend): When a directory is passed for
6878 for registration create a VC repository if no backend is
6879 responsible for the directory argument.
6880 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6881
6882 * vc.el: Move comments about RCS and SCCS ...
6883 * vc-rcs.el:
6884 * vc-sccs.el: ... here, respectively.
6885
6886 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * minibuffer.el (completion--file-name-table): Return nil if there's
6889 no file completion, even if substitute-in-file-name changed
6890 the string (bug#4708).
6891
6892 2009-10-13 Juri Linkov <juri@jurta.org>
6893
6894 * files-x.el (read-file-local-variable-value): Don't filter out
6895 minor modes from mode name completion (bug#4664).
6896
6897 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6898
6899 * international/mule-cmds.el (ucs-names): Remove exclusion of
6900 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6901
6902 2009-10-13 Kenichi Handa <handa@m17n.org>
6903
6904 * international/uni-name.el: Regenerated.
6905
6906 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6907
6908 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6909 should be automatically buffer-local, but isn't.)
6910
6911 2009-10-12 Sam Steingold <sds@gnu.org>
6912
6913 * progmodes/compile.el (compilation-next-error-function): Fix the
6914 timestamps if the buffer has been visited before.
6915 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6916 non-anchored patterns, like the perl one (bug#3928).
6917
6918 2009-10-12 Glenn Morris <rgm@gnu.org>
6919
6920 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6921 Let-bind `size'.
6922
6923 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6924
6925 * proced.el (proced-unload-function): New function.
6926
6927 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6928 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6929 Doc fix.
6930
6931 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6932
6933 2009-10-11 Juri Linkov <juri@jurta.org>
6934
6935 * files-x.el (read-file-local-variable-value):
6936 Provide default value only for bound variables (bug#4664).
6937
6938 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6939
6940 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6941 connection methods like smb.
6942
6943 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6944 can be empty.
6945
6946 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6947 (tramp-smb-file-name-handler-alist): Add handlers for
6948 `add-name-to-file', `make-symbolic-link'.
6949 (tramp-smb-handle-add-name-to-file)
6950 (tramp-smb-do-file-attributes-with-stat)
6951 (tramp-smb-handle-make-symbolic-link)
6952 (tramp-smb-get-cifs-capabilities): New defuns.
6953 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6954 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6955 (tramp-smb-handle-file-local-copy)
6956 (tramp-smb-handle-make-directory-internal)
6957 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6958 The file name syntax depends on cifs capabilities.
6959 (tramp-smb-handle-file-attributes):
6960 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6961 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6962 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6963
6964 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6967 (eieio-defclass): Apply deftype handler and setf-method properties
6968 directly.
6969 (eieio-add-new-slot): Avoid union function from cl library.
6970 (eieio--typep): New function.
6971 (eieio-perform-slot-validation): Use it.
6972
6973 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6974
6975 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6976 Update documentation to refer to the variables documented in r1.135.
6977 (Bug#4188)
6978
6979 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6980
6981 * bookmark.el (Info-suffix-list): Remove this unused variable.
6982 (bookmark-current-point): Remove this obsolete variable.
6983 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6984 Adjust for removal of bookmark-current-point.
6985
6986 (bookmarks-already-loaded, bookmark-current-buffer)
6987 (bookmark-yank-point): Document. (Bug#4188)
6988
6989 2009-10-10 Glenn Morris <rgm@gnu.org>
6990
6991 * frame.el (frame-height): Doc fix.
6992
6993 * calendar/calendar.el (calendar-split-width-threshold): New option.
6994 (calendar-basic-setup): Use calendar-split-width-threshold.
6995
6996 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6997
6998 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6999 Ideographic Supplement" range (U+1F200..U+1F2FF).
7000
7001 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7002
7003 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7004 since the list will have been rebuilt anyway. (Bug#4349)
7005
7006 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7007
7008 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7009 (bookmark-bmenu-execute-deletions): Don't save here, as
7010 bookmark-delete will now do so if necessary.
7011 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7012 (Bug#4348)
7013
7014 2009-10-09 Glenn Morris <rgm@gnu.org>
7015
7016 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7017
7018 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7019
7020 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7021 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7022 argument now, so the two function's behaviors will match. (Bug#3645)
7023
7024 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7025
7026 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7027 (tramp-file-name-real-host, tramp-file-name-port):
7028 Apply `save-match-data'.
7029
7030 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7031 case both directories are remote.
7032 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7033 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7034
7035 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7036
7037 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7038
7039 2009-10-07 Glenn Morris <rgm@gnu.org>
7040
7041 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7042 of concat.
7043
7044 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * files-x.el (read-file-local-variable): Include some
7047 non-user-variables in the completion table (bug#4664).
7048
7049 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7050
7051 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7052 message.
7053
7054 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7055 (tramp-smb-file-name-handler-alist): Add handler for
7056 `copy-directory', `expand-file-name', `set-file-modes'.
7057 (tramp-smb-handle-copy-directory)
7058 (tramp-smb-handle-expand-file-name)
7059 (tramp-smb-handle-set-file-modes): New defuns.
7060 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7061 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7062 entry.
7063 (tramp-smb-handle-insert-directory): Don't flush the cache.
7064 (tramp-smb-maybe-open-connection): Check for samba client and
7065 server versions.
7066
7067 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7068
7069 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7070 to not error out of search for "^lisp=" fails.
7071
7072 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7073
7074 * makefile.w32-in (WINS_UPDATES): New macro.
7075 (custom-deps, finder-data, autoloads): Use it.
7076
7077 2009-10-07 Glenn Morris <rgm@gnu.org>
7078
7079 * Makefile.in (autoloads): Revert previous change.
7080 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7081 the list of preloaded files passed on the command-line, get
7082 it from src/Makefile.
7083
7084 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7085 show the original buffer rather than a random one.
7086
7087 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7088
7089 * help.el (describe-no-warranty): Place point in a slightly better
7090 position in the GPLv3 text.
7091
7092 2009-10-06 Sam Steingold <sds@gnu.org>
7093
7094 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7095 the comm attribute is present before calling regexp-quote.
7096
7097 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * play/animate.el (animate-string): For good effect, make sure
7100 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7101
7102 * play/animate.el (animate-sequence, animate-birthday-present):
7103 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7104
7105 2009-10-06 Glenn Morris <rgm@gnu.org>
7106
7107 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7108
7109 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7110 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7111 (batch-update-autoloads): Process a string value of autoload-excludes,
7112 set during the build process.
7113 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7114
7115 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7116 inside with-parsed... macro so that `v' is defined.
7117
7118 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7119 * progmodes/fortran.el (fortran-end-of-block)
7120 (fortran-beginning-of-block):
7121 Also push mark in the macro case.
7122
7123 * emerge.el (emerge-show-file-name):
7124 * calc/calc.el (calc-quit):
7125 * calc/calc-misc.el (calc-big-or-small):
7126 * calc/calc-graph.el (calc-graph-view):
7127 * calc/calc-ext.el (calc-reset):
7128 * calendar/calendar.el (calendar-basic-setup):
7129 Use window-full-height-p.
7130
7131 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7132 header we don't understand, don't insert another. (Bug#4624)
7133 If changing mime charset, insert the new one in the right place.
7134
7135 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7136
7137 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7138 (cal-tex-cursor-month): Correctly increment the end date for diary and
7139 holiday listing. (Bug#4626)
7140
7141 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * help-fns.el (describe-function-1): Don't burp if the function is not
7144 a symbol.
7145
7146 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7147
7148 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7149 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7150 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7151 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7152
7153 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7154 (eieio-default-superclass): Reflow docstrings.
7155 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7156 (eieio-unbind-method-implementations, defmethod)
7157 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7158 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7159 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7160 (eieio-slot-originating-class-p, eieio-slot-name-index)
7161 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7162 (constructor, initialize-instance, no-next-method, object-print)
7163 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7164 Fix typos in docstrings.
7165 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7166 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7167 (next-method-p): Doc fixes.
7168 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7169 Fix typos in error messages.
7170 (eieio-defmethod): Fix typo in description of generic method.
7171
7172 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7173 (eieio-persistent-save-interactive, slot-missing):
7174 Fix typos in docstrings.
7175 (eieio-instance-inheritor-slot-boundp): Doc fix.
7176
7177 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7178 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7179
7180 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7181 (eieio-custom-object-apply-reset):
7182 Fix typos in docstrings and error messages.
7183
7184 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7185 Fix typo in docstring.
7186
7187 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7188 (eieio-browse-tree): Doc fix.
7189 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7190 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7191 Fix typos in docstrings.
7192
7193 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7194 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7195 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7196 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7197 Reflow docstrings.
7198
7199 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7200
7201 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7202 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7203 Set log-view-vc-backend so that diff can work.
7204
7205 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7206 vc-version-diff.
7207 (vc-diff-internal): Autoload this instead of vc-version-diff.
7208
7209 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7210
7211 * simple.el (eval-expression): Doc fix.
7212
7213 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7214
7215 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7216
7217 * files.el (directory-files-no-dot-files-regexp): New defconst.
7218 (delete-directory): Use it.
7219 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7220
7221 * net/tramp.el (tramp-verbose): Fix docstring.
7222 (tramp-methods): Add recursive option to `tramp-copy-args'.
7223 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7224 "scp1_old", "scp2_old", "rsync", "rsyncc".
7225 (tramp-default-method): Check also for `auth-source-user-or-password'.
7226 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7227 Add handler for `copy-directory'.
7228 (tramp-handle-copy-directory): New defun.
7229 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7230 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7231 Optimize sent command.
7232
7233 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7236 window if necessary.
7237
7238 * calendar/calendar.el (calendar-basic-setup): Don't call
7239 switch-to-buffer in a dedicated window.
7240
7241 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7242
7243 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7244 don't do anything related to relocating, just return nil.
7245 (bookmark-error-no-filename): New error.
7246 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7247 bookmark has no file. Don't even attempt to handle things that
7248 are not files; the whole point of custom handlers is to keep that
7249 knowledge elsewhere anyway. Tighten some comments.
7250 (bookmark-file-or-variation-thereof): Remove now-unused function.
7251 (bookmark-location): Doc string fix.
7252 (Bug#4250)
7253
7254 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7255
7256 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7257 don't use a file dialog, because they usually don't know how to read
7258 a directory target from the user. (Bug#4230)
7259 Also, make sure the prompt can display directories as well as files.
7260
7261 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7262
7263 * bookmark.el (bookmark-set, bookmark-buffer-name):
7264 Improve doc strings. (Bug#1193)
7265
7266 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7267
7268 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7269 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7270 (bookmark-get-annotation, bookmark-set-annotation)
7271 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7272 (bookmark-set-position, bookmark-get-front-context-string)
7273 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7274 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7275 (bookmark-jump-other-window, bookmark-handle-bookmark)
7276 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7277 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7278 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7279 Improve doc strings to say whether bookmark can be a string or
7280 a record or both, and make other consistency and clarity fixes.
7281 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7282 (bookmark-default-annotation-text, bookmark-yank-word)
7283 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7284 (bookmark-import-new-list, bookmark-maybe-rename)
7285 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7286 (bookmark-bmenu-bookmark): Give these doc strings.
7287 (bookmark-bmenu-check-position): Give this a doc string, but also
7288 add a FIXME comment about how the function may be pointless.
7289 (bookmark-default-handler): Rework doc string and change a
7290 parameter name, to clarify that this takes a bookmark record
7291 not a bookmark name.
7292 (bookmark-set): Change a parameter name to indicate its meaning,
7293 and improve the doc string a bit.
7294 (Bug#4188)
7295
7296 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7297
7298 * bookmark.el (bookmark-alist): Document the new `handler' element
7299 in the param alist.
7300 (bookmark-make-record-function): Adjust documentation for above.
7301 (Bug#4193)
7302
7303 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7304
7305 * info.el (Info-bookmark-make-record): Document this function.
7306 (Info-bookmark-jump): Document with a doc string, not just a comment.
7307 (Bug#4203)
7308
7309 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7310
7311 * files.el (copy-directory): New defun.
7312
7313 * dired-aux.el (dired-copy-file-recursive): Use it.
7314
7315 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7316
7317 * files-x.el (modify-dir-local-variable)
7318 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7319 docstrings.
7320
7321 * recentf.el (recentf-unload-function): New function.
7322
7323 2009-10-04 Glenn Morris <rgm@gnu.org>
7324
7325 * window.el (window-full-height-p): Add doc string.
7326
7327 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7328
7329 * window.el (window-full-height-p): New function. (Bug#4543)
7330
7331 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7332
7333 * vc.el: Remove commented out code.
7334 (vc-derived-from-dir-mode): Remove, unused.
7335 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7336
7337 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7338
7339 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7340 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7341 there could be recursive loading when `default-directory' is a
7342 remote file name. (Bug#4614)
7343
7344 2009-10-03 Glenn Morris <rgm@gnu.org>
7345
7346 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7347 the frame is wide.
7348 (calendar-generate-window): Test for shrinkability rather than width.
7349
7350 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7351 reusing existing buffers, in case we happen to visit two files with the
7352 same basename. (Bug#4593)
7353
7354 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7355
7356 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7357 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7358 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7359 subdirs of cedet as well.
7360 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7361
7362 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7365 Obey advertised-signature-table.
7366
7367 * help-fns.el (help-function-arglist): Don't check
7368 advertised-signature-table.
7369 (describe-function-1): Do it here instead so it also applies to subrs.
7370
7371 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7372
7373 * simple.el (start-file-process): Say in the doc-string, that file
7374 handlers might not support pty association, if PROGRAM is nil.
7375
7376 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7377 HOST and USER are strings. They are nil, when there are
7378 incomplete entries in ~/.netrc, for example.
7379 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7380 root directory ("device busy" error otherwise).
7381
7382 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7383 Flush file properties of created directory.
7384
7385 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7386
7387 * makefile.w32-in (WINS_BASIC): Remove cedet.
7388 (WINS_CEDET): Add cedet.
7389 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7390
7391 2009-10-02 Kevin Ryde <user42@zip.com.au>
7392
7393 * net/browse-url.el (browse-url): Pass any symbol in
7394 browse-url-browser-function to `apply', since if you've mistakenly put
7395 an unbound symbol then the error is clearer. (Bug#4531)
7396
7397 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7398
7399 * allout.el (allout-init, allout-back-to-current-heading)
7400 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7401 (allout-ascend, allout-up-current-level, allout-end-of-level)
7402 (allout-previous-visible-heading, allout-forward-current-level)
7403 (allout-backward-current-level, allout-show-children):
7404 * apropos.el (apropos-describe-plist):
7405 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7406 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7407 * completion.el (add-completion, add-permanent-completion):
7408 * descr-text.el (describe-text-category, describe-char):
7409 * desktop.el (desktop-lazy-abort):
7410 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7411 * dired.el (dired-build-subdir-alist):
7412 * ediff.el (ediff-version):
7413 * elide-head.el (elide-head, elide-head-show):
7414 * emerge.el (emerge-version):
7415 * env.el (getenv):
7416 * face-remap.el (variable-pitch-mode):
7417 * faces.el (describe-face):
7418 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7419 (dired-at-point):
7420 * files.el (find-file-existing, auto-save-mode):
7421 * font-lock.el (font-lock-fontify-buffer):
7422 * help-fns.el (describe-function, describe-variable)
7423 (describe-syntax, describe-categories):
7424 * help.el (view-lossage, describe-bindings, describe-key)
7425 (describe-mode):
7426 * hexl.el (hexl-current-address):
7427 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7428 * info.el (Info-goto-emacs-key-command-node):
7429 * log-edit.el (log-edit-insert-cvs-template)
7430 (log-edit-insert-cvs-rcstemplate):
7431 * menu-bar.el (menu-bar-mode):
7432 * mouse.el (mouse-appearance-menu):
7433 * newcomment.el (comment-indent-new-line):
7434 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7435 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7436 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7437 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7438 * recentf.el (recentf-mode):
7439 * savehist.el (savehist-mode, savehist-save):
7440 * shadowfile.el (shadow-copy-files):
7441 * simple.el (kill-ring-save, next-line, previous-line)
7442 (normal-erase-is-backspace-mode):
7443 * strokes.el (strokes-update-window-configuration)
7444 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7445 (strokes-xpm-for-stroke):
7446 * time.el (emacs-uptime, emacs-init-time):
7447 * tutorial.el (tutorial--describe-nonstandard-key)
7448 (tutorial--detailed-help):
7449 * type-break.el (type-break-mode)
7450 (type-break-mode-line-message-mode, type-break-query-mode)
7451 (type-break-guesstimate-keystroke-threshold):
7452 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7453 * version.el (emacs-version):
7454 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7455 * winner.el (winner-mode):
7456 * calendar/timeclock.el (timeclock-in, timeclock-out)
7457 (timeclock-status-string, timeclock-change)
7458 (timeclock-workday-remaining-string)
7459 (timeclock-workday-elapsed-string)
7460 (timeclock-when-to-leave-string):
7461 * calendar/todo-mode.el (todo-add-category):
7462 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7463 * emacs-lisp/autoload.el (update-file-autoloads):
7464 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7465 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7466 (checkdoc-message-text, checkdoc-defun):
7467 * emacs-lisp/debug.el (debugger-list-functions):
7468 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7469 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7470 (eieio-describe-generic):
7471 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7472 * emacs-lisp/shadow.el (list-load-path-shadows):
7473 * emulation/cua-base.el (cua-mode):
7474 * emulation/edt.el (edt-set-scroll-margins):
7475 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7476 (tpu-toggle-regexp, tpu-toggle-search-direction)
7477 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7478 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7479 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7480 (viper-set-parsing-style-toggling-macro)
7481 (viper-set-emacs-state-searchstyle-macros):
7482 * emulation/viper.el (viper-set-hooks):
7483 * eshell/esh-mode.el (eshell-truncate-buffer):
7484 * international/mule-cmds.el (prefer-coding-system)
7485 (describe-input-method, describe-language-environment):
7486 * international/mule-diag.el (list-character-sets)
7487 (describe-character-set, describe-coding-system)
7488 (describe-fontset, list-fontsets, list-input-methods):
7489 * mail/sendmail.el (mail-signature):
7490 * net/ange-ftp.el (ange-ftp-copy-file):
7491 * net/browse-url.el (browse-url):
7492 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7493 * net/quickurl.el (quickurl-add-url):
7494 * net/rcirc.el (names, topic):
7495 * net/xesam.el (xesam-mode):
7496 * play/5x5.el (5x5-new-game):
7497 * play/yow.el (apropos-zippy):
7498 * progmodes/ada-mode.el (ada-mode-version):
7499 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7500 (f90-end-of-block)
7501 (f90-beginning-of-block):
7502 * progmodes/fortran.el (fortran-end-of-block)
7503 (fortran-beginning-of-block):
7504 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7505 * progmodes/python.el (python-describe-symbol, python-shell):
7506 * term/ns-win.el (ns-print-buffer):
7507 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7508 * textmodes/flyspell.el (flyspell-mode-on):
7509 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7510 (pages-directory-for-addresses):
7511 * textmodes/table.el (table-recognize-cell)
7512 (table-query-dimension, table-generate-source)
7513 (table-insert-sequence, table--warn-incompatibility):
7514 * textmodes/tex-mode.el (tex-validate-buffer):
7515 * textmodes/texinfmt.el (texinfmt-version)
7516 (texinfo-format-buffer):
7517 Use `called-interactively-p' instead of `interactive-p'.
7518
7519 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7520
7521 * image-mode.el (image-toggle-display):
7522 * emacs-lisp/elp.el (elp-instrument-function):
7523 * emacs-lisp/advice.el (ad-make-advised-definition):
7524 * emacs-lisp/easy-mmode.el (define-minor-mode):
7525 * net/browse-url.el (browse-url-maybe-new-window):
7526 * progmodes/sh-script.el (sh-learn-buffer-indent):
7527 Pass new argument 'any to `called-interactively-p'.
7528
7529 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7530
7531 * international/uni-bidi.el:
7532 * international/uni-category.el:
7533 * international/uni-combining.el:
7534 * international/uni-comment.el:
7535 * international/uni-decimal.el:
7536 * international/uni-decomposition.el:
7537 * international/uni-digit.el:
7538 * international/uni-lowercase.el:
7539 * international/uni-mirrored.el:
7540 * international/uni-name.el:
7541 * international/uni-numeric.el:
7542 * international/uni-old-name.el:
7543 * international/uni-titlecase.el:
7544 * international/uni-uppercase.el:
7545 Regenerate from Unicode 5.2.0 data.
7546
7547 2009-10-01 Glenn Morris <rgm@gnu.org>
7548
7549 * Makefile.in (ELCFILES): Regenerate.
7550
7551 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * subr.el (interactive-p): Mark obsolete.
7554 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7555 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7556 advertised-signature-table for subroutines as well.
7557
7558 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7559 (set-advertised-calling-convention): New function.
7560 (make-obsolete, define-obsolete-function-alias)
7561 (make-obsolete-variable, define-obsolete-variable-alias):
7562 Make the optional-ness of `when' obsolete.
7563 (define-obsolete-face-alias): Make `when' non-optional.
7564 * help-fns.el (help-function-arglist):
7565 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7566 Use advertised-signature-table.
7567
7568 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7569
7570 * files.el (delete-directory): New defun. The original function
7571 in fileio.c has been renamed to `delete-directory-internal'.
7572
7573 * dired.el (dired-delete-file): Call `delete-directory' with
7574 RECURSIVE parameter.
7575
7576 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7577 parameter RECURSIVE. Implementation is missing.
7578
7579 * net/tramp.el (tramp-handle-make-directory): Flush upper
7580 directory's file properties.
7581 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7582 (tramp-handle-dired-recursive-delete-directory): Flush directory
7583 properties after the remove command only.
7584
7585 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7586 Handle optional parameter RECURSIVE.
7587
7588 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7589 Handle optional parameter RECURSIVE.
7590
7591 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7592 connection timeout.
7593 (tramp-smb-handle-delete-directory): Handle optional parameter
7594 RECURSIVE.
7595
7596 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7599 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7600 (byte-compile-defmacro): Use backquotes.
7601
7602 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7603
7604 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7605 has no associated file.
7606 (vc-resynch-buffer): Use vc-dir-buffers.
7607
7608 2009-10-01 Glenn Morris <rgm@gnu.org>
7609
7610 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7611 (chart-file-count):
7612 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7613 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7614 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7615 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7616 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7617 (eieio-copy-parents-into-subclass, make-instance, class-children)
7618 (eieio-generic-form):
7619
7620 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7621 match-data. (Bug#4555).
7622
7623 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7624 rather than parsing it as a regexp. This relaxes the layout
7625 requirements and makes errors easier to detect.
7626 (check-declare-verify): Check file is regular.
7627 (check-declare-directory): Doc fix.
7628 * subr.el (declare-function): Doc fix.
7629
7630 * ibuffer.el (ibuffer-format-qualifier):
7631 * isearch.el (hi-lock-regexp-okay):
7632 * calc/calc.el (math-zerop):
7633 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7634 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7635 Remove unused declarations.
7636
7637 2009-09-30 Glenn Morris <rgm@gnu.org>
7638
7639 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7640
7641 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7642 filename is not a string.
7643
7644 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7645
7646 * files.el (safe-local-eval-forms): Fix typo.
7647
7648 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * vc-hooks.el (vc-dir-buffers): New var.
7651 (vc-state-refresh): New function.
7652 (vc-state): Use it.
7653 (vc-after-save): Always ask the backend to recompute the new state.
7654 Always call vc-dir if necessary, using vc-dir-buffers.
7655 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7656 Use vc-dir-buffers.
7657 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7658 (vc-dir-prepare-status-buffer, vc-dir-update)
7659 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7660 Don't call expand-file-name on default-directory.
7661
7662 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * speedbar.el (speedbar-item-delete):
7665 * calc/calc-prog.el (calc-kbd-if):
7666 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7667
7668 * epa.el (epa-key-list-mode-map):
7669 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7670
7671 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7672 (hs-show-hook): Fix typo in docstring.
7673
7674 2009-09-29 Glenn Morris <rgm@gnu.org>
7675
7676 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7677 file-name-nondirectory call preventing location of cedet files.
7678 (check-declare-verify): Use literal search rather than re-search.
7679 Add basic defmethod and defclass, and define-overloadable-function.
7680
7681 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7682 Use tramp-compat-file-attributes rather than nonexistent
7683 tramp-compat-handle-file-attributes.
7684
7685 * Makefile.in (lisptagsfiles4): New.
7686 (AUTOGENEL): Add cedet loaddefs files.
7687 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7688 (update-elclist, compile-always, backup-compiled-files)
7689 (bootstrap-clean): Add yet another directory level.
7690 (update-elclist): Use LC_COLLATE rather than COLLATE.
7691 (ELCFILES): Update, via `make update-elclist'.
7692
7693 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7694
7695 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7696 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7697 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7698
7699 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7700
7701 * Makefile.in (lisptagsfiles3): Define.
7702 (TAGS, TAGS-LISP): Use it.
7703 (update-elclist): Add third directory level to look for elc files.
7704 (compile-always): Likewise.
7705 (backup-compiled-files): Likewise.
7706 (bootstrap-clean): Likewise.
7707 (ELCFILES): Update.
7708
7709 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * Makefile.in (ELCFILES): Add CEDET files.
7712
7713 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7714
7715 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7716
7717 * net/tramp.el (top): Require tramp-imap.
7718
7719 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7720 Use `tramp-compat-handle-file-attributes'.
7721
7722 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7723
7724 * net/tramp-imap.el: New package.
7725
7726 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7727
7728 * whitespace.el (whitespace-trailing-regexp)
7729 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7730 Fix doc string.
7731
7732 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7733
7734 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7735 menu.
7736
7737 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7738 menu-bar-ediff-menu.
7739
7740 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7741 define-overloadable-function.
7742
7743 * progmodes/autoconf.el: Provide autoconf as well, so that this
7744 file can be `require'd.
7745
7746 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7747
7748 * emacs-lisp/autoload.el (generated-autoload-feature)
7749 (generated-autoload-load-name): New vars.
7750 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7751 (make-autoload): Recognize define-overloadable-function and
7752 defclass forms (for EIEIO).
7753
7754 * Makefile.in (update-subdirs): Exclude cedet directory.
7755
7756 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7757
7758 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7759
7760 * faces.el: Default light-background background for region face to
7761 ns_selection_color under NS.
7762
7763 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7764
7765 * net/imap-hash.el: New library, see NEWS.
7766
7767 * Makefile.in (ELCFILES): Add imap-hash.el.
7768
7769 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7772 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7773 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7774 definition where the docstring could be taken for the return value.
7775
7776 2009-09-26 Glenn Morris <rgm@gnu.org>
7777
7778 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7779 Add option to only show images below a certain size.
7780 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7781 save-excursion calls.
7782
7783 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7784
7785 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7786 subdirectories) and eieio.
7787
7788 2009-09-26 Alan Mackenzie <acm@muc.de>
7789
7790 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7791 buggy bracketing. (Bug#4289)
7792
7793 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7794 character constants (as case labels). (Bug#4289)
7795
7796 2009-09-25 Juri Linkov <juri@jurta.org>
7797
7798 * files.el (safe-local-eval-forms): Allow time-stamp in
7799 before-save-hook (Bug#4554).
7800
7801 2009-09-25 Drew Adams <drew.adams@oracle.com>
7802
7803 * menu-bar.el (list-buffers-directory): Doc fix.
7804
7805 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7808 Try and avoid copying twice the same paragraph.
7809 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7810 Remove save-excursion.
7811 (log-edit-changelog-entry): Do it here instead.
7812
7813 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7816 when available, instead of hardcoding mode names. Doc fix.
7817
7818 * menu-bar.el (list-buffers-directory): Add docstring.
7819 Make automatically buffer-local.
7820
7821 * dired.el (dired-mode):
7822 * files.el (cd-absolute):
7823 * pcvs.el (cvs-temp-buffer):
7824 * pcvs-util.el (cvs-get-buffer-create):
7825 * shell.el (shell-mode):
7826 * vc-dir.el (vc-dir-mode):
7827 Don't make `list-buffers-directory' buffer local.
7828
7829 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7830
7831 * comint.el (comint-exec, comint-run, make-comint):
7832 Doc fixes (Bug#4542).
7833
7834 2009-09-25 Glenn Morris <rgm@gnu.org>
7835
7836 * mail/rmailmm.el (rmail-mime): New custom group.
7837 Move all defcustoms in this file into this group.
7838 (rmail-mime-media-type-handlers-alist): Revert previous change.
7839 (rmail-mime-show-images): New option.
7840 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7841 references to it, since it wasn't actually used for anything.
7842 (rmail-mime-insert-image): New function.
7843 (rmail-mime-image): Use rmail-mime-insert-image.
7844 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7845 obey the value of `rmail-mime-show-images' option. Print the size of
7846 attachments.
7847
7848 2009-09-25 David Engster <deng@randomsample.de>
7849
7850 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7851
7852 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7853
7854 * whitespace.el: Does not highlight trailing spaces While point is
7855 at end of line. Does not highligt spaces at beginning of buffer
7856 while point is at beginning of buffer. Does not highlight spaces
7857 at end of buffer while point is at end of buffer. (Bug#4177)
7858 New version 12.0.
7859 (whitespace-display-mappings): Adjust initialization.
7860 (whitespace-point, whitespace-font-lock-refontify): New vars.
7861 (whitespace-color-on, whitespace-color-off): Adjust code.
7862 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7863 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7864 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7865
7866 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7867
7868 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7869
7870 * textmodes/sgml-mode.el: Remove xml-mode alias.
7871
7872 * files.el (auto-mode-alist, conf-mode-maybe)
7873 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7874
7875 2009-09-24 Alan Mackenzie <acm@muc.de>
7876
7877 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7878 c-forward-conditionals, but it doesn't move point and doesn't set
7879 the mark.
7880 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7881 (c-down-conditional-with-else, c-backward-conditional)
7882 (c-forward-conditional): Refactor to use c-scan-conditionals.
7883
7884 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7885
7886 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7887 (help-default-arg-highlight): Remove.
7888 (help-highlight-arg): New function.
7889 (help-do-arg-highlight): Use it.
7890 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7891
7892 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7895 Undo last change, which didn't fix the problem and introduced others.
7896
7897 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7898
7899 * progmodes/gdb-mi.el: Don't require speedbar.
7900 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7901
7902 2009-09-24 Glenn Morris <rgm@gnu.org>
7903
7904 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7905
7906 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7907
7908 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7909 there is no newline after the final mime boundary. (Bug#4539)
7910 Move markers on insertion so that any buttons inserted don't end up in
7911 the next part of a multipart message.
7912 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7913 (rmail-mime-bulk-handler): Optionally handle images.
7914 (rmail-mime-image): New button action.
7915 (rmail-mime-image-handler): New function.
7916 (rmail-mime-mode): New mode.
7917 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7918
7919 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7922 than just dropping elements from it (bug#4504).
7923
7924 * term.el (term-set-scroll-region): Don't move cursor any more.
7925 (term-handle-ansi-escape): Call term-goto here instead.
7926 Suggested by Ivan Kanis <apple@kanis.eu>.
7927
7928 * term.el: Require CL.
7929 (term-ansi-reset): New function.
7930 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7931 (term-handle-colors-array): Simplify.
7932
7933 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7934
7935 * allout.el (allout-overlay-interior-modification-handler)
7936 (allout-obtain-passphrase):
7937 * epa-file.el (epa-file-write-region):
7938 * ps-print.el (ps-begin-job):
7939 * vc-hooks.el (vc-toggle-read-only):
7940 * vc-rcs.el (vc-rcs-rollback):
7941 * vc-sccs.el (vc-sccs-rollback):
7942 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7943 (vc-version-diff, vc-revert, vc-rollback):
7944 * wdired.el (wdired-check-kill-buffer):
7945 * emacs-lisp/authors.el (authors):
7946 * net/socks.el (socks-open-connection):
7947 * net/zeroconf.el (zeroconf-service-add-hook):
7948 * obsolete/vc-mcvs.el (vc-mcvs-register):
7949 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7950 (gdb-select-frame):
7951 * progmodes/grep.el (lgrep, rgrep):
7952 * progmodes/idlw-help.el (idlwave-help-check-locations)
7953 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7954 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7955 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7956 (reftex-toc-rename-label): Fix typos in error messages.
7957
7958 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7959 (dired-copy-how-to-fn): Doc fix.
7960 (dired-files-attributes, dired-read-shell-command):
7961 Fix typos in docstrings.
7962
7963 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7964 (dired-x-find-file-other-window): Reflow docstrings.
7965 (dired-omit-marker-char, dired-read-shell-command)
7966 (dired-x-submit-report): Fix typos in docstrings.
7967
7968 * shell.el (shell-mode-hook):
7969 * view.el (View-scroll-line-forward):
7970 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7971 Fix typos in docstrings.
7972
7973 * net/dig.el (dig-invoke): Fix typo in docstring.
7974 (query-dig): Reflow docstring.
7975
7976 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7977 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7978 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7979 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7980 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7981 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7982 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7983 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7984 (idlwave-completion-map, idlwave-current-indent)
7985 (idlwave-custom-ampersand-surround, idlwave-customize)
7986 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7987 (idlwave-define-abbrev, idlwave-determine-class-special)
7988 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7989 (idlwave-end-block-reg, idlwave-end-of-statement)
7990 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7991 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7992 (idlwave-explicit-class-listed, idlwave-file-header)
7993 (idlwave-fill-paragraph, idlwave-find-class-definition)
7994 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7995 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7996 (idlwave-in-quote, idlwave-indent-action-table)
7997 (idlwave-indent-expand-table, idlwave-indent-line)
7998 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7999 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8000 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8001 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8002 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8003 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8004 (idlwave-outlawed-buffers, idlwave-popup-select)
8005 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8006 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8007 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8008 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8009 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8010 (idlwave-statement-type, idlwave-struct-skip)
8011 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8012 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8013 (idlwave-what-module-find-class): Fix typos in docstrings.
8014 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8015 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8016 (idlwave-find-module, idlwave-find-structure-definition)
8017 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8018 (idlwave-list-load-path-shadows, idlwave-next-statement)
8019 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8020 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8021 (idlwave-template): Reflow docstrings.
8022
8023 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8024 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8025 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8026 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8027 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8028 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8029 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8030 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8031 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8032 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8033 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8034 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8035 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8036 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8037 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8038 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8039 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8040 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8041 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8042 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8043 Fix typos in docstrings.
8044 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8045 (idlwave-shell-hide-output, idlwave-shell-mode)
8046 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8047 Reflow docstrings.
8048
8049 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8050
8051 2009-09-24 Ivan Kanis <apple@kanis.eu>
8052
8053 * term.el (term-bold-attribute): New var.
8054 (term-handle-colors-array): Use it.
8055
8056 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8057
8058 * progmodes/gdb-mi.el (gdb-version): New variable.
8059 (gdb-non-stop-handler): Set gdb-version.
8060 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8061 Condition "--thread" option on gdb-version.
8062 (gdb-invalidate-threads): Remove unused argument.
8063
8064 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8067 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8068
8069 2009-09-23 Glenn Morris <rgm@gnu.org>
8070
8071 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8072 replying to mail without References or Message-Id. (Bug#4525)
8073
8074 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8075
8076 * term/ns-win.el (ns-reg-to-script): New variable.
8077
8078 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8079
8080 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8081
8082 2009-09-22 Sam Steingold <sds@gnu.org>
8083
8084 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8085 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8086 to 1 because hg returns status 1 when nothing is found.
8087 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8088
8089 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * textmodes/fill.el: Convert to utf-8 encoding.
8092 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8093 pre-unicode days.
8094
8095 * add-log.el (change-log-fill-forward-paragraph): New function.
8096 (change-log-mode): Use it so fill-region DTRT.
8097 Set fill-indent-according-to-mode here rather than in
8098 change-log-fill-paragraph.
8099 (change-log-fill-paragraph): Remove.
8100
8101 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8102
8103 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8104 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8105
8106 2009-09-22 Glenn Morris <rgm@gnu.org>
8107
8108 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8109 the scroll-bar scroll the calendar window rather than the buffer.
8110
8111 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8112 commands that move point (as opposed to scrolling).
8113
8114 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8115
8116 * emacs-lisp/elint.el (elint): New custom group.
8117 (elint-log-buffer): Make it a defcustom.
8118 (elint-scan-preloaded, elint-ignored-warnings)
8119 (elint-directory-skip-re): New options.
8120 (elint-builtin-variables): Doc fix.
8121 (elint-preloaded-env): New variable.
8122 (elint-unknown-builtin-args): Add an entry for encode-time.
8123 (elint-extra-errors): Make it a variable rather than a constant.
8124 (elint-preloaded-skip-re): New constant.
8125 (elint-directory): Skip files matching elint-directory-skip-re.
8126 (elint-features): New variable, local to linted buffers.
8127 (elint-update-env): Initialize elint-features. Possibly add
8128 elint-preloaded-env to the buffer's environment.
8129 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8130 Skip quoted forms.
8131 (elint-init-form): New function, extracted from elint-init-env.
8132 Make non-list forms a warning rather than an error.
8133 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8134 easy-menu-define, put that adds an error-condition, and provide.
8135 When requiring cl, also require cl-macs. Really require cl, to handle
8136 some cl macros. Store required libraries in the list elint-features,
8137 so as not to re-load them. Treat cc-require like require.
8138 (elint-init-env): Call elint-init-form to do the work.
8139 Handle eval-and-compile and such like.
8140 (elint-add-required-env): Do not clear messages.
8141 (elint-special-forms): Add handlers for function, defalias, if, when,
8142 unless, and, or.
8143 (elint-form): Add optional argument to ignore elint-special-forms,
8144 useful to prevent recursive calls from handlers. Doc fix.
8145 Respect elint-ignored-warnings.
8146 (elint-form): Respect elint-ignored-warnings.
8147 (elint-bound-variable, elint-bound-function): New variables.
8148 (elint-unbound-variable): Respect elint-bound-variable.
8149 (elint-get-args): Respect elint-bound-function.
8150 (elint-check-cond-form): Add some simple handling for (f)boundp and
8151 featurep tests.
8152 (elint-check-defalias-form): New handler.
8153 (elint-check-let-form): Make an empty let a warning rather than an
8154 error.
8155 (elint-check-setq-form): Make an empty setq a warning rather than an
8156 error. Respect elint-ignored-warnings.
8157 (elint-check-defvar-form): Accept null doc-strings.
8158 (elint-check-conditional-form): New handler. Does some simple-minded
8159 checking of featurep and (f)boundp tests.
8160 (elint-put-function-args): New function.
8161 (elint-initialize): Use elint-scan-doc-file rather than
8162 elint-find-builtin-variables. Use elint-put-function-args.
8163 Possibly scan preloaded-file-list.
8164 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8165 extend to handle functions as well.
8166
8167 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8168
8169 * linum.el (linum-delete-overlays, linum-update-window):
8170 Do not modify the right margin. (Bug#3971)
8171
8172 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8173
8174 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8175 nxml-mode instead of xml-mode.
8176
8177 2009-09-21 Kevin Ryde <user42@zip.com.au>
8178
8179 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8180
8181 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * net/dig.el (dig-mode): Use define-derived-mode.
8184
8185 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8186
8187 * vc-dispatcher.el (vc-do-command): Return the process object in
8188 the asynchronous case. Use when instead of if. Do not run
8189 vc-exec-after to display a message if not enabled. (Bug#4463)
8190
8191 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8192 properties to the stash strings.
8193 (vc-git-stash-list): Return a list of strings.
8194 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8195 (vc-git-stash-show-at-point): New functions.
8196 (vc-git-stash-map): New keymap.
8197
8198 * register.el (ctl-x-r-map): Define the keys here instead of
8199 using autoload.
8200
8201 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8202
8203 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8204 list, to workaround performance problem (bug#4485).
8205
8206 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8207
8208 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8209
8210 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8211
8212 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8213 Document that this option is not recommended to use.
8214
8215 2009-09-19 Glenn Morris <rgm@gnu.org>
8216
8217 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8218 variable `var'.
8219
8220 * calc/calc-alg.el (var):
8221 * calc/calcalg2.el (var): Define for compiler.
8222
8223 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8224
8225 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8226 Doc fix (Bug#3932).
8227
8228 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8229
8230 * time-stamp.el (time-stamp-month-dd-yyyy)
8231 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8232 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8233 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8234 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8235 Remove functions that have been obsolete since 1995 (Bug#4436).
8236
8237 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8238 indent buffer only if called interactively (Bug#4452).
8239
8240 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8241 Eli Zaretskii <eliz@gnu.org>
8242
8243 This fixes bug#4197 (merged to bug#865, though not identical).
8244 * server.el (server-auth-dir): Add docstring note about FAT32.
8245 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8246 but warn against using them.
8247
8248 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8249
8250 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8251 older GDB where there is no has_more field.
8252
8253 2009-09-19 Glenn Morris <rgm@gnu.org>
8254
8255 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8256
8257 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8258
8259 * files.el (auto-mode-alist): Change default for XML files to nXML
8260 mode (Bug#4169).
8261
8262 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8263
8264 * server.el (server-ensure-safe-dir): Pass 'integer
8265 to `file-attributes', as suggested.
8266
8267 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8270 (dired-query): Use read-key.
8271
8272 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8273
8274 * cus-start.el (ns-use-qd-smoothing): Remove.
8275
8276 2009-09-18 Glenn Morris <rgm@gnu.org>
8277
8278 * allout.el (top-level): Remove unnecessary progn.
8279
8280 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8281
8282 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8283 definition of abbrev table.
8284
8285 * speedbar.el (speedbar-track-mouse):
8286 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8287 * net/eudc.el (eudc-expand-inline):
8288 * net/newst-backend.el (newsticker--cache-read-feed):
8289 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8290 condition-case handlers.
8291
8292 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8293
8294 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8295 (gdb-var-list): Add an element for has_more field.
8296 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8297 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8298 (gdb-var-update-handler-1): Parse output of dynamic variable
8299 objects (STL containers).
8300 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8301 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8302
8303 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8304 gdb-var-list.
8305 (gud-speedbar-buttons): Make node expandable if expression "has more"
8306 children.
8307
8308 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8309
8310 * startup.el (emacs-quick-startup): Remove variable and all uses.
8311 (command-line): Set `inhibit-x-resources' instead.
8312 (command-line-1): Use `inhibit-x-resources' instead.
8313
8314 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8315
8316 * subr.el: Fix last change to avoid using the `unless' macro,
8317 which breaks bootstrapping.
8318
8319 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8322 extended definitions, in case we reload subr.el after having
8323 loaded CL.
8324 (eval-next-after-load): Mark as obsolete.
8325
8326 2009-09-17 Juri Linkov <juri@jurta.org>
8327
8328 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8329 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8330 (menu-bar-showhide-menu, menu-bar-tools-menu)
8331 (menu-bar-describe-menu, menu-bar-help-menu)
8332 (minibuffer-local-completion-map, minibuffer-local-map):
8333 Fix list quoting.
8334
8335 2009-09-17 Glenn Morris <rgm@gnu.org>
8336
8337 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8338 arguments, whether or not it has a handler.
8339
8340 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8341
8342 * simple.el (hard-newline): Give it a doc-string.
8343
8344 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8345 (lisp-mode-syntax-table): Give them doc-strings.
8346
8347 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8348
8349 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8350 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8351 (menu-bar-options-menu, menu-bar-showhide-menu)
8352 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8353 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8354 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8355 (menu-bar-options-menu, menu-bar-tools-menu)
8356 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8357 (menu-bar-help-menu):
8358 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8359 string arguments.
8360
8361 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8362 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8363 calls for the menu names and :help.
8364
8365 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8368 to :minor-mode-function (bug#4455).
8369
8370 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * startup.el (command-line): Initialize the window-system after
8373 processing the command-line.
8374
8375 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8376 page-delimiter matches the empty string.
8377
8378 2009-09-16 Glenn Morris <rgm@gnu.org>
8379
8380 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8381 byte-compile-not-obsolete-var. It's a list now.
8382 (byte-compile-not-obsolete-funcs): New variable.
8383 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8384 byte-compile-not-obsolete-funcs.
8385 (byte-compile-variable-ref, byte-compile-defvar): Update for
8386 byte-compile-not-obsolete-vars name-change and list nature.
8387 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8388 and variables behind (f)boundp tests.
8389 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8390
8391 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8392
8393 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8394
8395 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8398 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8399 Don't autoload.
8400
8401 2009-09-15 Stephen Eglen <stephen@gnu.org>
8402
8403 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8404 the virtual-buffers, use the name of the buffer specified by
8405 find-file-noselect, as the match may be a symlink. (This was a
8406 problem if the target and the symlink had different names.)
8407
8408 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8411
8412 * desktop.el (desktop-path): Check user-emacs-directory.
8413
8414 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8415
8416 * loadup.el: Use after-load-functions to GC after loading each file.
8417 Remove the explicit GC calls that used to be sprinkled around.
8418
8419 * subr.el (after-load-functions): New hook.
8420 (do-after-load-evaluation): Run it. Use string-match-p to detect
8421 `obsolete' packages, rather than painfully extracting the relevant
8422 directory name.
8423
8424 2009-09-15 Glenn Morris <rgm@gnu.org>
8425
8426 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8427 free variable `doc'.
8428
8429 * dired.el (dired-mode-map): Add menu entry for async shell command.
8430
8431 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8432 variables, also consider the .elc files, since the .el files are
8433 normally gzipped (subsequent code locates the .el.gz from the .elc).
8434
8435 * calc/calc-prog.el (arglist): Define for compiler.
8436
8437 * calendar/diary-lib.el (diary-display-function): Change the default to
8438 fancy display.
8439 (body): Define for compiler.
8440
8441 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8442 (byte-compile-file-form, byte-compile-lambda)
8443 (byte-compile-top-level-body, byte-compile-form)
8444 (byte-compile-variable-ref, byte-compile-setq)
8445 (byte-compile-setq-default, byte-compile-body)
8446 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8447 (batch-byte-compile): Give some more local variables with common names
8448 a "bytecomp-" prefix to avoid masking warnings about free variables.
8449
8450 * startup.el (command-line-1): Give local variables with common names a
8451 distinguishing prefix, so as not to hide free variable warnings during
8452 bootstrap.
8453
8454 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8455 clever and add a suffix to make a unique name, just let the user decide
8456 whether or not to overwrite it. If the input is a directory, write the
8457 default filename to that directory. (Bug#4388)
8458 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8459 is a filename-as-a-directory.
8460
8461 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * textmodes/page.el (what-page): Don't move to beginning of line.
8464 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8465
8466 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8467
8468 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8469
8470 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8471
8472 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8473 * help.el (help-for-help-internal): Add purecopy calls for text.
8474
8475 * vc.el (top): print-log method now takes an optional SHORTLOG
8476 argument. Add a new method: root.
8477 (vc-root-diff, vc-print-root-log): New functions.
8478 (vc-log-short-style): New variable.
8479 (vc-print-log-internal): Add support for showing short logs.
8480
8481 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8482 vc-print-root-log and vc-print-root-diff.
8483
8484 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8485 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8486 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8487 short logs.
8488
8489 * vc-cvs.el (vc-cvs-print-log):
8490 * vc-mtn.el (vc-mtn-print-log):
8491 * vc-rcs.el (vc-rcs-print-log):
8492 * vc-sccs.el (vc-sccs-print-log):
8493 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8494 that is ignored for now.
8495
8496 * vc-mtn.el (vc-mtn-annotate-command):
8497 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8498
8499 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8502 to function-key-map, and give them ascii-character property.
8503 * term/x-win.el (x-alternatives-map):
8504 * term/ns-win.el (ns-alternatives-map):
8505 * term/internal.el (msdos-key-remapping-map):
8506 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8507
8508 2009-09-14 Glenn Morris <rgm@gnu.org>
8509
8510 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8511 temp-buffers (2009-09-12).
8512
8513 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8516 the new read-key function.
8517
8518 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8519
8520 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8521 is defined (Bug#4405).
8522
8523 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8524
8525 * recentf.el (recentf-cleanup): Use a hash table to find
8526 duplicates (Bug#4407).
8527
8528 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8529
8530 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8531 kp-0 to ascii equivalents (Bug#4325).
8532
8533 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8534
8535 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8536
8537 * eshell/em-hist.el:
8538 * eshell/em-dirs.el (eshell-complete-user-reference):
8539 Declare pcomplete functions and variables to avoid compiler warnings.
8540
8541 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8542
8543 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8544 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8545 * eshell/em-alias.el (eshell-aliases-file):
8546 * eshell/em-hist.el (eshell-history-file-name):
8547 Use expand-file-name instead of concat to make file names (Bug#4308).
8548
8549 2009-09-13 Glenn Morris <rgm@gnu.org>
8550
8551 * ediff-merg.el (ediff-do-merge):
8552 * filesets.el (filesets-run-cmd):
8553 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8554 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8555 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8556 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8557 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8558 Replace empty `let's with `progn'.
8559
8560 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * mail/sendmail.el (send-mail-function):
8563 * tooltip.el (tooltip-mode):
8564 * simple.el (transient-mark-mode):
8565 * rfn-eshadow.el (file-name-shadow-mode):
8566 * frame.el (blink-cursor-mode):
8567 * font-core.el (global-font-lock-mode):
8568 * files.el (temporary-file-directory)
8569 (small-temporary-file-directory, auto-save-file-name-transforms):
8570 * epa-hook.el (auto-encryption-mode):
8571 * composite.el (global-auto-composition-mode):
8572 Use custom-initialize-delay.
8573 * startup.el (command-line): Don't explicitly call
8574 custom-reevaluate-setting for all the above vars.
8575 * custom.el (custom-initialize-safe-set)
8576 (custom-initialize-safe-default): Delete.
8577
8578 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * term/x-win.el (x-initialize-window-system):
8581 * term/w32-win.el (w32-initialize-window-system):
8582 * term/ns-win.el (ns-initialize-window-system): Don't call
8583 mouse-wheel-mode since it's enabled globally by default already.
8584
8585 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8586 actually define the variable, but only silences the byte-compiler.
8587 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8588 before looking it up.
8589 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8590 is changed.
8591
8592 2009-09-12 Glenn Morris <rgm@gnu.org>
8593
8594 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8595 1000.
8596 (elint-add-required-env): Don't beep on error.
8597 (elint-forms): In case of error, return ENV unchanged.
8598 (elint-init-env): Skip non-list forms.
8599 (elint-log): Handle unknown file positions.
8600
8601 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8602
8603 * epg.el (epg-make-context): Add autoload cookie.
8604 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8605 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8606 (epg-verify-string, epg-start-sign, epg-sign-file)
8607 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8608 (epg-encrypt-string, epg-start-export-keys)
8609 (epg-export-keys-to-file, epg-export-keys-to-string)
8610 (epg-start-import-keys, epg-import-keys-from-file)
8611 (epg-import-keys-from-string, epg-start-receive-keys)
8612 (epg-receive-keys, epg-import-keys-from-server)
8613 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8614 (epg-sign-keys, epg-start-generate-key)
8615 (epg-generate-key-from-file, epg-generate-key-from-string):
8616 Remove autoload cookie.
8617
8618 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8619
8620 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8621 reevaluation of trash-directory.
8622
8623 * mwheel.el: Fix last change.
8624 (mouse-wheel-mode): New defvar.
8625 (mouse-wheel-mode): Remove autoload cookie.
8626
8627 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * mwheel.el (mwheel-installed-bindings): New var.
8630 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8631 the bindings we set last time. Use custom-initialize-delay.
8632 * loadup.el: Load mwheel after term/*-win.el.
8633 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8634 and mouse-wheel-up-event now that their first evaluation is done
8635 sufficiently late to be correct.
8636
8637 * startup.el (tutorial-directory): Make it a defcustom.
8638 Use custom-initialize-delay rather than eval-at-startup to set it.
8639 * image.el (image-load-path): Make it a defcustom.
8640 Use custom-initialize-delay rather than eval-at-startup to set it.
8641 * subr.el (eval-at-startup): Remove.
8642 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8643
8644 * subr.el (do-after-load-evaluation): Warn the user after loading an
8645 obsolete package.
8646
8647 2009-09-12 Glenn Morris <rgm@gnu.org>
8648
8649 * proced.el (proced-mark-alt): Remove alias.
8650 (proced-mode-map): Remove proced-mark-alt.
8651
8652 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8653 Elint file and directory. Remove initialization entry.
8654
8655 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8656 commands.
8657 (elint-current-buffer): Set mode-line-process.
8658 (elint-init-env): Handle define-derived-mode.
8659 Fix declare-function with unspecified arglist. Guard against odd
8660 defalias statements (eg iso-insert's 8859-1-map).
8661 (elint-add-required-env): Use a temp buffer.
8662 (elint-form): Just print the function/macro name, not the whole form.
8663 Return env unchanged if we fail to parse a macro.
8664 (elint-forms): Guard against parse errors.
8665 (elint-output): New function, to handle batch mode.
8666 (elint-log-message): Add optional argument. Use elint-output.
8667 (elint-set-mode-line): New function.
8668
8669 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8670
8671 * emacs-lisp/elp.el (elp-not-profilable): Add more
8672 functions (Bug#4233).
8673
8674 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8675
8676 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8677 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8678
8679 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8680
8681 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8682 (gdb-var-list-children): Use json parsing.
8683
8684 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8685
8686 * progmodes/js.el (js--proper-indentation): Handle the case where
8687 char-before is null. Reported by Deniz Dogan.
8688
8689 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8690
8691 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8692
8693 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8694
8695 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8696 (epg-digest-algorithm-alist): Add SHA224.
8697 (epg-context-set-passphrase-callback)
8698 (epg-context-set-progress-callback): Add description about
8699 callback function.
8700
8701 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * custom.el (custom-delayed-init-variables): New var.
8704 (custom-initialize-delay): New function.
8705 * startup.el (command-line): "Re"evaluate all vars in
8706 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8707 explicitly any more.
8708 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8709 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8710
8711 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8712
8713 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8714
8715 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8716 (gdb-var-update-handler): Use json parsing.
8717
8718 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8719
8720 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8721 decode annotated text, regardless of language environment. (Bug#2741)
8722
8723 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * Makefile.in (autoloads): Make rmail.el writable as well.
8726
8727 2009-09-11 Glenn Morris <rgm@gnu.org>
8728
8729 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8730 loaddefs.el.
8731 * dired.el: Regenerate with extracted autoloads.
8732 * Makefile.in (autoloads): Make dired.el writable.
8733
8734 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8735 * ibuffer.el: Regenerate with extracted autoloads.
8736 * Makefile.in (autoloads): Make ibuffer.el writable.
8737
8738 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8739 * version.el (emacs-copyright, emacs-major-version)
8740 (emacs-minor-version): Reformat doc-strings for make-docfile.
8741
8742 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8743 functions and variables, since they must be stuff specific to some other
8744 platform.
8745 (apropos-print): Make mouse-click message less specific about button.
8746
8747 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8748 that records where a macro was defined.
8749 * help-fns.el (describe-function-1): Mention if a function has a
8750 compiler-macro.
8751 * help-mode.el (help-function-cmacro): New button.
8752
8753 * locate.el (top-level): Always require dired.
8754 (locate-mode-map): Initialize inside the defvar.
8755
8756 * net/ange-ftp.el (dired-compress-file): Declare.
8757 (ange-ftp-dired-compress-file): Add doc string.
8758
8759 * term/ns-win.el (x-display-name, x-setup-function-keys):
8760 Unify doc-strings with X versions.
8761
8762 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * emulation/crisp.el (crisp-mode-map): Move initialization
8765 into declaration.
8766 (crisp-mode): Use define-minor-mode.
8767
8768 * progmodes/xscheme.el (xscheme-evaluation-commands):
8769 Put a :advertised-binding property rather than using
8770 advertised-xscheme-send-previous-expression.
8771 (advertised-xscheme-send-previous-expression): Declare obsolete.
8772 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8773 `advertised-undo'.
8774 (crisp-mode): Add corresponding bindings to
8775 undo's :advertised-binding instead.
8776 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8777 than using dired-advertised-find-file.
8778 (dired-advertised-find-file):
8779 * simple.el (advertised-undo):
8780 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8781 (widget-keymap): Put a :advertised-binding property rather
8782 than using advertised-widget-backward.
8783 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8784 than using advertised-undo.
8785 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8786
8787 2009-09-10 Simon South <ssouth@slowcomputing.org>
8788
8789 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8790 Mark mode is enabled and region is active; otherwise indent or
8791 insert TAB as usual.
8792 (delphi-mode): Update description of TAB-key binding.
8793
8794 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * subr.el (define-key-rebound-commands): Mark obsolete.
8797 * startup.el (precompute-menubar-bindings): Remove.
8798 (normal-top-level): Remove obsolete code that tried to precompute
8799 menubar bindings.
8800 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8801 define-key-rebound-commands and precompute-menubar-bindings.
8802
8803 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8804
8805 * net/imap.el (imap-interactive-login): Better messages.
8806 (imap-open): Fix bug with renamed buffer on reconnect.
8807 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8808 for easier debugging and cleaner code. On successful (guessed based on
8809 server capabilities) secondary authentication, set imap-state
8810 correctly.
8811 (imap-last-authenticator): Define imap-last-authenticator as a variable
8812 to avoid warnings.
8813
8814 2009-09-10 Glenn Morris <rgm@gnu.org>
8815
8816 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8817
8818 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8819 (byte-compile-file-form-autoload): Don't warn about unknown functions
8820 where the autoload statement comes after the use.
8821 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8822 that any handlers inside the body (eg require) are in turn respected.
8823
8824 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8825 effects.
8826
8827 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8828 and syntax and abbrev tables basic docs, if they don't have any.
8829
8830 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8831
8832 * international/mule-cmds.el (top-level): Require cl when compiling.
8833 (view-hello-file): Use default-value rather than
8834 default-enable-multibyte-characters.
8835
8836 * progmodes/fortran.el: Move all safe and risky properties into the
8837 defcustoms.
8838
8839 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8840 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8841 * mail/undigest.el:
8842 Put autoloads in rmail.el rather than loaddefs.el.
8843 * mail/rmail.el: Regenerate with extracted autoloads.
8844
8845 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8846 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8847
8848 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8849
8850 Reported in thread for Bug#4375.
8851 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8852 "-data-evaluate-expression" instead of print.
8853 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8854 (gdb-tooltip-print): Parse output from above MI command.
8855 (gdb): Revert 2009-08-11 change. User should detach inferior
8856 manually.
8857
8858 Remove the word "separate" from IO functions as inferior
8859 output is now never displayed in the GUD buffer.
8860
8861 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8862
8863 * startup.el (command-line-normalize-file-name): On Windows and
8864 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8865
8866 2009-09-10 Juri Linkov <juri@jurta.org>
8867
8868 * isearch.el (isearch-text-char-description): Propertize escape
8869 character sequences with the `escape-glyph' face. (Bug#4344)
8870
8871 * simple.el (shell-command): Set asynchronous process filter to
8872 `comint-output-filter'. (Bug#4343)
8873
8874 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8875 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8876 the list. Move "asm" to the bottom.
8877 (grep-find-ignored-directories): Add `choice' with nil value
8878 to empty the list easily.
8879 (grep-find-ignored-files): New option.
8880 (grep-files-history): Set to nil by default instead of '("ch" "el").
8881 (grep-compute-defaults): Add "<X>" to `grep-template'.
8882 (grep-read-files): Bind new local variables `default-alias' and
8883 `default-extension'. Use a list of default values for the file prompt.
8884 (lgrep): Add `--exclude=' command line options composed from
8885 `grep-find-ignored-files'.
8886 (rgrep): Add `-name' command line options composed from
8887 `grep-find-ignored-files'. (Bug#4301)
8888
8889 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8892 (bug#4368).
8893
8894 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8895
8896 * calendar/time-date.el (autoload):
8897 Expand define-obsolete-function-alias into defalias and make-obsolete
8898 for old Emacsen that Gnus supports.
8899 (with-no-warnings): Define it for old Emacsen.
8900 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8901 is available.
8902 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8903 float-time is available; suppress compile warning for time-to-seconds.
8904
8905 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8906
8907 * net/imap.el (imap-message-map): Docstring fix.
8908
8909 2009-09-09 Glenn Morris <rgm@gnu.org>
8910
8911 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8912 line numbers too. (Bug#4374)
8913
8914 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * smerge-mode.el (smerge-remove-props, smerge-refine):
8917 Use with-silent-modifications (bug#4342).
8918
8919 * subr.el (with-silent-modifications): New macro.
8920
8921 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8922
8923 * files.el (top-level): Require `cl' when compiling.
8924
8925 2009-09-07 Glenn Morris <rgm@gnu.org>
8926
8927 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8928
8929 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8930 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8931
8932 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8933
8934 * vc-git.el (vc-git-annotate-command): Use separator to parse
8935 arguments correctly.
8936
8937 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8938
8939 * proced.el (proced-mode): Doc fix.
8940
8941 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8942
8943 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8944 lstat fails.
8945 (tramp-do-file-attributes-with-ls): Check for file existence at
8946 remote end.
8947 (tramp-do-file-attributes-with-stat): Likewise.
8948 (tramp-convert-file-attributes): Return nil when attr is nil.
8949
8950 2009-09-05 Glenn Morris <rgm@gnu.org>
8951
8952 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8953 properties to this button.
8954 (diary-fancy-display): Don't extend the button to the final newline.
8955 (diary-fancy-display-mode): Continue to define "q" as a local key.
8956
8957 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8958 efficient.
8959
8960 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8961
8962 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8963 (byte-compile-dest-file-function): New option.
8964 (byte-compile-dest-file): Doc fix.
8965 Obey byte-compile-dest-file-function.
8966 (byte-compile-cl-file-p): New function.
8967 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8968 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8969 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8970 than for file being previously loaded.
8971 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8972 (byte-compile-file-form-require): Handle the case where requiring a file
8973 indirectly causes CL to be loaded.
8974
8975 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8976
8977 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8978 before killing the old buffer, since by the time `kill-buffer' is
8979 run so many buffer variables have been set to nil that it may not
8980 behave as expected. (Bug#4061)
8981
8982 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8983
8984 * files.el (find-alternate-file): If the old buffer is modified
8985 and visiting a file, behave similarly to `kill-buffer' when
8986 killing it, thus reverting to the pre-1.878 behavior; see
8987 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8988 for discussion. Also, consult `buffer-file-name' as a variable
8989 not as a function, for consistency with the rest of the code.
8990
8991 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8992
8993 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8994 also when adding a new directory.
8995
8996 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8997 defun.
8998
8999 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * files.el (locate-file-completion-table): Make it provide boundary
9002 information, so partial-completion works better.
9003
9004 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9005
9006 * mail/footnote.el (Footnote-text-under-cursor):
9007 Check footnote-text-marker-alist before using it (bug#4324).
9008
9009 2009-09-04 Glenn Morris <rgm@gnu.org>
9010
9011 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9012 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9013 * play/solitaire.el, play/tetris.el:
9014 Remove leading * from defcustom and defface docs.
9015
9016 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9017 necessary.
9018 (diary-fancy-overriding-map): New variable.
9019 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9020 Use view-mode.
9021
9022 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9023 goto-line.
9024
9025 2009-09-03 Glenn Morris <rgm@gnu.org>
9026
9027 * arc-mode.el (archive-mode):
9028 * dos-fns.el (set-default-process-coding-system):
9029 * man.el (Man-getpage-in-background):
9030 * menu-bar.el (menu-bar-describe-menu):
9031 * server.el (server-process-filter):
9032 * startup.el (command-line):
9033 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9034 * w32-fns.el (set-default-process-coding-system):
9035 * x-dnd.el (x-dnd-handle-file-name):
9036 * international/mule-cmds.el (mule-menu-keymap)
9037 (set-default-coding-systems, language-info-alist, set-language-info)
9038 (set-language-environment, standard-display-european-internal)
9039 (set-locale-environment):
9040 * international/mule-diag.el (mule-diag):
9041 * mail/emacsbug.el (report-emacs-bug):
9042 * mail/rmail.el (rmail-mode):
9043 * mail/sendmail.el (mail-setup):
9044 Use default-value rather than default-enable-multibyte-characters.
9045
9046 * progmodes/f90.el: Move all safe properties into the defcustoms.
9047 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9048
9049 * calendar/appt.el (appt-check):
9050 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9051 (diary-check-diary-file, diary-list-entries)
9052 (diary-include-other-diary-files, diary-simple-display)
9053 (diary-fancy-display, diary-print-entries)
9054 (diary-mark-included-diary-files, diary-make-entry):
9055 Don't call substitute-in-file-name on diary-file.
9056
9057 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9058 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9061 (footnote-mode-map): Move initialization into the declaration.
9062 (footnote-minor-mode-map): Define it rather than changing global-map.
9063 (footnote-mode): Use define-minor-mode.
9064
9065 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9066
9067 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9068 (tramp-do-file-attributes-with-perl)
9069 (tramp-do-file-attributes-with-stat): Rename from
9070 `tramp-handle-file-attributes-with-*'.
9071 (tramp-handle-file-attributes): Use them.
9072 (tramp-do-directory-files-and-attributes-with-perl)
9073 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9074 `tramp-handle-directory-files-and-attributes-with-*'.
9075 (tramp-handle-directory-files-and-attributes): Use them.
9076 (tramp-method-out-of-band-p): Additional parameter SIZE.
9077 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9078 (tramp-handle-write-region): Use it.
9079 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9080 (tramp-handle-vc-registered): Check, whether the first run did
9081 return files to be tested.
9082 (tramp-advice-make-auto-save-file-name): Do not call directly
9083 `tramp-handle-make-auto-save-file-name', because this would bypass
9084 the locking mechanism.
9085
9086 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9087 (file-remote-p, process-file, start-file-process, set-file-times)
9088 (tramp-compat-file-attributes): Compatibility functions shall not
9089 call directly `tramp-handle-*', because this would bypass the
9090 locking mechanism.
9091 (tramp-compat-number-sequence): New defun.
9092
9093 2009-09-02 Glenn Morris <rgm@gnu.org>
9094
9095 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9096 alias for float-time.
9097 (time-to-number-of-days): In Emacs, use float-time.
9098 * net/newst-backend.el (time-add): Suppress warnings from compat
9099 function.
9100 * time.el (emacs-uptime, emacs-init-time):
9101 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9102 Use float-time rather than time-to-seconds.
9103
9104 * minibuffer.el (completion-initials-expand): Fix typo.
9105
9106 * faces.el (modeline, modeline-inactive, modeline-highlight)
9107 (modeline-buffer-id):
9108 * info.el (info-menu-5): Mark these face aliases as obsolete.
9109
9110 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9111
9112 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9113 space ...
9114 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9115 no "--thread" option.
9116 (gdb-stopped): Don't print "Switched to thread" message when it is
9117 unchanged.
9118
9119 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * minibuffer.el (completion-try-completion)
9122 (completion-all-completions): Remove ill-defined (and
9123 mistakenly installed and luckily never used nor documented)
9124 `completion-styles' property.
9125 (completion-initials-expand, completion-initials-all-completions)
9126 (completion-initials-try-completion): New functions.
9127 (completion-styles-alist): Add doc to each entry.
9128 Add new `initials' entry.
9129
9130 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9131
9132 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9133 MI command -var-evaluate-expression.
9134 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9135 and tweak for case of string child.
9136 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9137
9138 2009-09-01 Glenn Morris <rgm@gnu.org>
9139
9140 * add-log.el (change-log-date-face, change-log-name-face)
9141 (change-log-email-face, change-log-file-face, change-log-list-face)
9142 (change-log-conditionals-face, change-log-function-face)
9143 (change-log-acknowledgement-face):
9144 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9145 (custom-modified-face, custom-set-face, custom-changed-face)
9146 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9147 (custom-documentation-face, custom-state-face, custom-comment-face)
9148 (custom-comment-tag-face, custom-variable-tag-face)
9149 (custom-variable-button-face, custom-face-tag-face)
9150 (custom-group-tag-face-1, custom-group-tag-face):
9151 * diff-mode.el (diff-header-face, diff-file-header-face)
9152 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9153 (diff-added-face, diff-changed-face, diff-function-face)
9154 (diff-context-face, diff-nonexistent-face):
9155 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9156 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9157 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9158 (Info-title-4-face):
9159 * isearch.el (isearch-lazy-highlight-face):
9160 * log-view.el (log-view-file-face, log-view-message-face):
9161 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9162 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9163 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9164 (cvs-msg-face):
9165 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9166 (smerge-base-face, smerge-markers-face):
9167 * wid-edit.el (widget-documentation-face, widget-button-face)
9168 (widget-field-face, widget-single-line-field-face)
9169 (widget-inactive-face, widget-button-pressed-face):
9170 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9171 (woman-addition-face):
9172 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9173 (eshell-ls-executable-face, eshell-ls-readonly-face)
9174 (eshell-ls-unreadable-face, eshell-ls-special-face)
9175 (eshell-ls-missing-face, eshell-ls-archive-face)
9176 (eshell-ls-backup-face, eshell-ls-product-face)
9177 (eshell-ls-clutter-face):
9178 * eshell/em-prompt.el (eshell-prompt-face):
9179 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9180 * obsolete/old-whitespace.el (whitespace-highlight-face):
9181 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9182 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9183 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9184 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9185 (antlr-font-lock-literal-face):
9186 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9187 (ebrowse-root-class-face, ebrowse-file-name-face)
9188 (ebrowse-default-face, ebrowse-member-attribute-face)
9189 (ebrowse-member-class-face, ebrowse-progress-face):
9190 * progmodes/make-mode.el (makefile-space-face):
9191 * progmodes/sh-script.el (sh-heredoc-face):
9192 * textmodes/flyspell.el (flyspell-incorrect-face)
9193 (flyspell-duplicate-face):
9194 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9195 * textmodes/texinfo.el (texinfo-heading-face):
9196 Mark face aliases with "-face" suffix as obsolete.
9197
9198 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9199 compiler.
9200
9201 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9202 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9203 easy-menu-define wants to modify these.
9204
9205 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9206
9207 * net/browse-url.el (browse-url-file-url):
9208 * term/internal.el (dos-codepage-setup):
9209 Use default-value rather than default-enable-multibyte-characters.
9210
9211 * progmodes/etags.el (etags-goto-tag-location):
9212 * progmodes/flymake.el (flymake-highlight-line)
9213 (flymake-goto-file-and-line, flymake-goto-line):
9214 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9215 (gdb-goto-breakpoint):
9216 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9217 * progmodes/python.el (python-find-function)
9218 (python-pdbtrack-track-stack-file):
9219 * progmodes/verilog-mode.el (verilog-surelint-off):
9220 * term/ns-win.el (ns-open-file-select-line):
9221 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9222 Use forward-line rather than goto-line.
9223
9224 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9225 * textmodes/reftex-index.el (reftex-display-index):
9226 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9227 * textmodes/reftex-toc.el (reftex-toc):
9228 Remove unnecessary bindings of default-major-mode (all are followed by
9229 major-mode check and possible mode switch).
9230
9231 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9232
9233 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9234 Handle watchpoints (bug#4282).
9235 (def-gdb-thread-buffer-command): Enable thread to be selected by
9236 clicking without selecting threads buffer first.
9237 (gdb-current-context-command): Use selected frame so that "up",
9238 "down" etc work in the GUD buffer.
9239 (gdb-update): Find selected frame before rendering stack buffer.
9240 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9241
9242 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * progmodes/sym-comp.el (displayed-completions): Remove.
9245 (symbol-complete): Use minibuffer-complete.
9246
9247 2009-08-31 Glenn Morris <rgm@gnu.org>
9248
9249 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9250
9251 * apropos.el (apropos-symbols-internal):
9252 Handle (obsolete) face aliases.
9253
9254 * faces.el (describe-face): Adjust the output format to be more like
9255 describe-variable, and to mention (obsolete) face aliases.
9256 Adjust the whitespace so that help-setup-xref works.
9257
9258 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9259 * calendar/diary-lib.el (diary-button-face):
9260 Mark these face aliases as obsolete.
9261
9262 * calendar/calendar.el (calendar-today): Doc fix.
9263
9264 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9265
9266 * progmodes/gdb-mi.el (gdb-control-all-threads)
9267 (gdb-control-current-thread): Force tool bar update.
9268 (gdb-non-stop-handler): New function.
9269 (gdb-init-1): Use it to test if non-stop mode is supported.
9270 Remove unused gdbmi buffer type.
9271
9272 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9273
9274 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9275 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9276
9277 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9278
9279 * comint.el (comint-exec-1): Check command is non-null first.
9280 Part of gdb-mi.el change (2009-08-28).
9281
9282 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9285
9286 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9287
9288 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9289 instead of `dolist' to avoid a recursive require when bootstrapping.
9290
9291 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9294
9295 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9296
9297 * net/imap.el (imap-send-command): Simplify.
9298 (imap-wait-for-tag): point-max -> buffer-size.
9299
9300 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9301
9302 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9303 with constant argument.
9304
9305 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9306
9307 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9308
9309 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9310 Change default, since most of our files don't have a history.
9311 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9312 the user.
9313
9314 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9315 Add comint-run.
9316
9317 * calc/calc.el: Improve commenting convention.
9318 (calc-digit-map, toplevel): Simplify.
9319
9320 * comint.el (comint-insert-input): Be careful to only set point if we
9321 don't delegate to some other command.
9322
9323 * proced.el (proced-signal-list): Make it an alist.
9324 (proced-grammar-alist): Capitalize names.
9325 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9326 Disable undo manually and make it read-only.
9327 Use completion-annotate-function.
9328
9329 * minibuffer.el (minibuffer-message): If the current buffer is not
9330 a minibuffer, insert the message in the echo area rather than at the
9331 end of the buffer.
9332 (completion-annotate-function): New variable.
9333 (minibuffer-completion-help): Use it.
9334 (completion--embedded-envvar-table): Environment vars are
9335 always case-sensitive.
9336
9337 2009-08-30 Glenn Morris <rgm@gnu.org>
9338
9339 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9340 from fortran-current-defun.
9341 (fortran-beginning-of-subprogram): Be more precise about finding the
9342 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9343 (fortran-end-of-subprogram): Simplify.
9344 (fortran-current-defun): Use fortran-start-prog-re.
9345
9346 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9347
9348 * subr.el (do-after-load-evaluation): Simplify.
9349
9350 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9351
9352 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9353
9354 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9355 (vc-rcs-print-log): Use it.
9356
9357 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9358
9359 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9360
9361 * paths.el (abbrev-file-name): Move to abbrev.el.
9362 * abbrev.el (abbrev-file-name): Move from paths.el.
9363 Obey user-emacs-directory.
9364 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9365 user-emacs-directory.
9366 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9367 abbrev-file-name and calc-settings-file any more.
9368 * startup.el (command-line): Recompute abbrev-file-name and
9369 abbreviated-home-dir.
9370 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9371 of the special code for when C-h bindings haven't been changed.
9372 (display-startup-echo-area-message): Use with-current-buffer.
9373 (command-line-1): Use a list of strings, rather than a list of lists
9374 of strings for longopts.
9375
9376 * files.el (get-free-disk-space): Use / for default-directory.
9377
9378 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9379 Use with-current-buffer.
9380
9381 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9382 Recognize immutable variables like most-positive-fixnum.
9383 (byte-compile-setq-default): Check and warn if trying to assign
9384 to an immutable variable, or a non-variable.
9385
9386 * progmodes/cc-vars.el (c-comment-continuation-stars):
9387 * progmodes/cc-engine.el (c-looking-at-bos):
9388 * progmodes/cc-cmds.el (c-toggle-auto-state)
9389 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9390 (c-comment-line-break-function): Add version of obsolescence.
9391
9392 2009-08-28 Juri Linkov <juri@jurta.org>
9393
9394 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9395 associated with `archive-mode'.
9396
9397 * image.el (image-type-header-regexps): Use only JPEG magic number
9398 to determine JPEG images, and don't use `image-jpeg-p' because
9399 Emacs can display non-JFIF non-Exif JPEG images.
9400
9401 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9402
9403 * arc-mode.el (archive-mode):
9404 * emacs-lisp/re-builder.el (re-builder-unload-function):
9405 Protect against the default value of `major-mode' being nil.
9406
9407 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9408
9409 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9410 Fix typos in docstrings.
9411
9412 * progmodes/js.el (js--macro-decl-re): Doc fix.
9413 (js--plain-method-re, js--split-name): Refloc docstring.
9414 (js--class-styles, js--make-merged-item, js--splice-into-items):
9415 Fix typos in docstrings; reflow docstrings.
9416 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9417 (js--variable-decl-matcher, js--inside-pitem-p)
9418 (js--parse-state-at-point, js--get-all-known-symbols)
9419 (js--symbol-history, js-find-symbol, js--js-references)
9420 (js--moz-interactor, js--js-encode-value, js--read-tab):
9421 Fix typos in docstrings.
9422
9423 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * textmodes/reftex.el (reftex-get-file-buffer-force):
9426 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9427 * emulation/viper.el (viper-go-away, viper-set-hooks):
9428 * emacs-lisp/re-builder.el (re-builder-unload-function):
9429 * emacs-lisp/bytecomp.el (byte-compile-file):
9430 * ses.el (ses-unload-function):
9431 * hexl.el (hexl-find-file):
9432 * files.el (normal-mode):
9433 * ehelp.el (with-electric-help):
9434 * autoinsert.el (auto-insert-alist):
9435 * arc-mode.el (archive-mode):
9436 Use (default-value 'major-mode) instead of default-major-mode.
9437
9438 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9439 * international/mule.el (load-with-code-conversion):
9440 * emacs-lisp/debug.el (debug):
9441 * ediff-vers.el (ediff-rcs-get-output-buffer):
9442 * dired.el (dired-internal-noselect): Don't let-bind
9443 default-major-mode around code that doesn't use it.
9444 E.g. buffer creation via get-buffer-create doesn't use it.
9445
9446 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9447
9448 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9449 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9450 when writing the temp file. Otherwise, epa-file gets confused.
9451 (tramp-register-file-name-handlers): Make it a defun. Move also
9452 `epa-file-handler' to the front of `file-name-handler-alist'.
9453
9454 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9455
9456 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9457 start right after a ^M.
9458 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9459 (tramp-completion-file-name-regexp-separate)
9460 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9461 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9462 Don't modify last-coding-system-used by accident.
9463 (tramp-completion-file-name-handler): Apply the checks here,
9464 instead during registration.
9465 (tramp-register-file-name-handlers): Renamed from
9466 `tramp-register-file-name-handler'. Register both
9467 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9468 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9469
9470 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9471
9472 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9473 Remove variable ...
9474 (gdb-init-1, gdb-display-separate-io-buffer)
9475 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9476 references to it.
9477 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9478 (gdb-inferior-filter): Use comint-output-filter to stop
9479 echoing and remove ^M characters.
9480
9481 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * emulation/viper-init.el (viper-restore-cursor-type):
9484 * emulation/cua-base.el (cua--update-indications):
9485 Replace default-cursor-type with (default-value 'cursor-type).
9486
9487 * mail/sendmail.el (mail-recover-1):
9488 * international/mule-diag.el (describe-current-coding-system-briefly)
9489 (describe-current-coding-system):
9490 * international/mule-cmds.el (select-safe-coding-system)
9491 (select-message-coding-system)
9492 (set-language-environment-coding-systems, set-locale-environment):
9493 * hexl.el (hexl-insert-multibyte-char):
9494 * dos-w32.el (find-buffer-file-type-coding-system):
9495 * simple.el (what-cursor-position):
9496 Replace uses of default-buffer-file-coding-system
9497 with (default-value 'buffer-file-coding-system).
9498
9499 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9500 Replace uses of default-cursor-in-non-selected-windows
9501 with (default-value 'cursor-in-non-selected-windows).
9502 Use with-current-buffer.
9503
9504 * mail/feedmail.el: Use CL macros.
9505 (feedmail-run-the-queue, feedmail-send-it-immediately):
9506 * dos-w32.el (find-buffer-file-type): Replace uses of
9507 default-buffer-file-type with (default-value 'buffer-file-type).
9508
9509 2009-08-28 Glenn Morris <rgm@gnu.org>
9510
9511 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9512 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9513 Use default-value of major-mode rather than default-major-mode.
9514
9515 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * Makefile.in (update-elcfiles): Report left over elc files.
9518
9519 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9520 expand-file-name and with-current-buffer.
9521 (mail-get-names, mail-directory): Use with-current-buffer.
9522
9523 * vc.el (vc-read-revision): New function.
9524 (vc-version-diff, vc-merge): Use it.
9525
9526 2009-08-27 Sam Steingold <sds@gnu.org>
9527
9528 * simple.el (kill-do-not-save-duplicates): New user option.
9529 (kill-new): When it is non-nil, and the new string is the same as
9530 the latest kill, set replace to t to avoid duplicates in kill-ring.
9531
9532 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9533
9534 * net/tramp.el (tramp-handle-process-file): Do not flush all
9535 caches when `process-file-side-effects' is set.
9536 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9537 instead of `tramp-find-file-exists-command'.
9538 Unset `process-file-side-effects'.
9539
9540 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9541
9542 * net/tramp.el (tramp-methods): New method "rsyncc".
9543 (top): Add completion function for "rsyncc".
9544 (tramp-message-show-message): New defvar.
9545 (tramp-message, tramp-error): Use it.
9546 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9547 remote copying.
9548 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9549 `tramp-methods' entry `copy-env' of "rsyncc".
9550 (tramp-vc-registered-read-file-names): New defconst.
9551 (tramp-vc-registered-file-names): New defvar.
9552 (tramp-handle-vc-registered): Implement optimization strategy.
9553 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9554 (tramp-vc-file-name-handler): New defun.
9555 (tramp-get-ls-command, tramp-get-test-command)
9556 (tramp-get-file-exists-command, tramp-get-remote-ln)
9557 (tramp-get-remote-perl, tramp-get-remote-stat)
9558 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9559
9560 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9561 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9562 timestamps.
9563 (tramp-get-file-property): Check for timestamps in
9564 `tramp-cache-inhibit-cache'.
9565 (tramp-set-file-property): Write timestamp.
9566
9567 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9568
9569 * language/japan-util.el (japanese-symbol-table): Add entries for
9570 cp932-2-byte.
9571
9572 * international/characters.el: Add category `j' to cp932-2-byte.
9573
9574 2009-08-27 Kenichi Handa <handa@m17n.org>
9575
9576 * international/fontset.el (build-default-fontset-data): New macro.
9577 (setup-default-fontset): Use build-default-fontset-data for CJK,
9578 tibetan, ethiopic, and ipa.
9579
9580 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9583 (enable-multibyte-characters): Not customizable any more.
9584
9585 * subr.el (default-mode-line-format, default-header-line-format)
9586 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9587 (default-direction-reversed, default-truncate-lines)
9588 (default-left-margin, default-tab-width, default-case-fold-search)
9589 (default-left-margin-width, default-right-margin-width)
9590 (default-left-fringe-width, default-right-fringe-width)
9591 (default-fringes-outside-margins, default-scroll-bar-width)
9592 (default-vertical-scroll-bar, default-indicate-empty-lines)
9593 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9594 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9595 (default-scroll-down-aggressively, default-fill-column)
9596 (default-cursor-type, default-buffer-file-type)
9597 (default-cursor-in-non-selected-windows)
9598 (default-buffer-file-coding-system, default-major-mode)
9599 (default-enable-multibyte-characters): Mark as obsolete.
9600
9601 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9602
9603 * vc-dir.el (vc-dir-update): Remove debug helper.
9604
9605 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9606
9607 2009-08-26 Sam Steingold <sds@gnu.org>
9608
9609 * simple.el (save-interprogram-paste-before-kill): New user option.
9610 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9611 save the interprogram-paste into kill-ring before overriding it
9612 with the Emacs kill.
9613
9614 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9615
9616 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9617 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9618 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9619 and move to vc-rcs.el.
9620 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9621 move to vc-rcs.el.
9622 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9623 (vc-rcs-update-changelog): Remove.
9624 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9625 and move to vc-rcs.el.
9626
9627 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9628 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9629 renaming.
9630 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9631 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9632 vc.el, renamed to be RCS specific.
9633
9634 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9635 New functions.
9636 (vc-cvs-update-changelog): Move here from vc.el.
9637
9638 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9639 New functions.
9640
9641 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9644
9645 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9646
9647 * vc-git.el (vc-git-register): Use "git add" for directories.
9648 (vc-git-stash, vc-git-stash-show): New functions.
9649 (vc-git-extra-menu-map): Bind them.
9650
9651 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9652 directory correctly in case the item is a directory itself.
9653
9654 * vc.el: Document the desired behavior for reverted files in the
9655 `added' state.
9656 (vc-default-prettify-state-info): Remove function, unused.
9657
9658 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9659
9660 2009-08-26 Glenn Morris <rgm@gnu.org>
9661
9662 * bindings.el (standard-mode-line-format): Reposition dashes in
9663 which-func entry. (Bug#4217)
9664
9665 * files.el (enable-local-variables, enable-local-eval)
9666 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9667 the defcustoms.
9668 (auto-mode-alist, ignored-local-variables)
9669 (save-some-buffers-action-alist): Move risky declarations to the
9670 definitions.
9671 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9672 (font-lock-defaults, format-alist, imenu--index-alist)
9673 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9674 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9675 (mode-line-modified, mode-line-mule-info, mode-line-position)
9676 (mode-line-process, mode-line-remote, outline-level)
9677 (parse-time-rules, rmail-output-file-alist)
9678 (special-display-buffer-names, vc-mode):
9679 Move risky declarations to the relevant files.
9680 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9681 (mode-line-modified, mode-line-process, mode-line-position)
9682 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9683 * font-core.el (font-lock-defaults):
9684 * format.el (format-alist):
9685 * vc-hooks.el (vc-mode):
9686 * window.el (special-display-buffer-names):
9687 * international/mule-cmds.el (input-method-alist):
9688 Define riskiness here (dumped file) rather than in files.el.
9689 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9690 * imenu.el (imenu-generic-expression, imenu--index-alist):
9691 * outline.el (outline-level):
9692 * time.el (display-time-string):
9693 * calendar/parse-time.el (parse-time-rules):
9694 * mail/rmailout.el (rmail-output-file-alist):
9695 Autoload riskiness here, rather than placing in files.el.
9696
9697 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9698
9699 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9700
9701 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9702
9703 * simple.el (process-file-side-effects): New defvar.
9704
9705 * dired-aux.el (dired-show-file-type):
9706 * vc.el (vc-diff-internal):
9707 * vc-arch.el (vc-arch-diff):
9708 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9709 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9710 * vc-git.el (vc-git-registered, vc-git-working-revision)
9711 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9712 (vc-git--empty-db-p):
9713 * vc-hooks.el (vc-user-login-name):
9714 * vc-svn.el (vc-svn-registered, vc-svn-state)
9715 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9716 * progmodes/grep.el (grep-probe): Let-bind
9717 `process-file-side-effects' with nil.
9718
9719 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9720
9721 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9722 daemon. Replace ping by checking for running service for bluez
9723 and zeroconf. (Bug#4239)
9724
9725 2009-08-25 Kevin Ryde <user42@zip.com.au>
9726
9727 * net/dig.el (dig): Add autoload cookie.
9728
9729 2009-08-25 Glenn Morris <rgm@gnu.org>
9730
9731 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9732 load-history for absolute file-names.
9733 (byte-compile-file-form-require): Warn about use of the cl package.
9734
9735 * format.el (format-alist): Doc fix.
9736
9737 * play/bubbles.el (top-level): Don't require cl at run-time.
9738
9739 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9740 run-time cl).
9741
9742 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9743
9744 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9745 from cl package.
9746 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9747
9748 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9749
9750 * calc/calc-alg.el (math-trig-rewrite)
9751 (math-hyperbolic-trig-rewrite): New functions.
9752 (calc-simplify): Simplify trig functions when asked.
9753
9754 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9757
9758 2009-08-24 Kenichi Handa <handa@m17n.org>
9759
9760 * language/ind-util.el (mapthread): Delete it.
9761 (combinatorial): New function.
9762 (indian--puthash-cv): Use combinatorial instead of mapthread.
9763
9764 2009-08-22 Kevin Ryde <user42@zip.com.au>
9765
9766 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9767 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9768 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9769 Clarify docstring that the value is strings not symbols.
9770 (checkdoc-list-of-strings-p): New function.
9771
9772 2009-08-22 Glenn Morris <rgm@gnu.org>
9773
9774 * files.el (auto-mode-alist):
9775 * hippie-exp.el (he-concat-directory-file-name):
9776 * lpr.el (lpr-windows-system, printer-name):
9777 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9778 * ps-print.el (ps-windows-system):
9779 * startup.el (command-line):
9780 * emulation/viper-ex.el (viper-glob-function):
9781 * international/mule-cmds.el (set-language-environment-coding-systems):
9782 * net/ange-ftp.el (ange-ftp-write-region):
9783 * obsolete/fast-lock.el (fast-lock-cache-name):
9784 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9785 unisoft-unix, vax-vms, win32, w32.
9786
9787 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9788 given name if the pattern is not more specific.
9789
9790 * calendar/lunar.el (lunar-phase-names): New option.
9791 (lunar-phase): Doc fix.
9792 (lunar-cycles-per-year): New constant.
9793 (lunar-index): New function.
9794 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9795 (lunar-phase-name): Use lunar-phase-names.
9796 (calendar-lunar-phases): Use format.
9797 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9798
9799 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9800 Copy imenu-example--name-and-position function here for own use.
9801 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9802
9803 * bs.el (bs--redisplay):
9804 * cus-edit.el (custom-redraw):
9805 * ibuffer.el (ibuffer-bury-buffer):
9806 * server.el (server-goto-line-column):
9807 * startup.el (command-line-1):
9808 * strokes.el (strokes-xpm-for-stroke):
9809 * term.el (term-display-buffer-line):
9810 * view.el (View-goto-line):
9811 * calc/calc.el (calc-do, calc-trail-buffer):
9812 * play/gamegrid.el (gamegrid-add-score-insecure):
9813 * progmodes/ada-mode.el (ada-compile-goto-error):
9814 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9815 (ebrowse-select-1st-to-9nth):
9816 * progmodes/cperl-mode.el (cperl-time-fontification):
9817 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9818 * progmodes/gud.el (gud-display-line):
9819 (idlwave-shell-display-line):
9820 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9821 * progmodes/make-mode.el (makefile-browser-toggle):
9822 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9823 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9824 * textmodes/picture.el (picture-draw-rectangle):
9825 * textmodes/reftex-index.el (reftex-index-goto-letter):
9826 (reftex-select-jump-to-previous):
9827 * textmodes/reftex-sel.el (reftex-find-start-point)
9828 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9829 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9830 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9831 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9832 * textmodes/two-column.el (2C-associated-buffer):
9833 Use forward-line rather than goto-line.
9834
9835 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9836 goto-line.
9837
9838 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9839 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9840 (quick-check-list-to-regexp): Declare.
9841
9842 * progmodes/make-mode.el (makefile-browser-insert-selection):
9843 Use goto-char rather than goto-line.
9844
9845 * progmodes/prolog.el (compilation-error-regexp-alist)
9846 (compilation-forget-errors): Declare.
9847
9848 2009-08-22 Juri Linkov <juri@jurta.org>
9849
9850 * progmodes/grep.el (lgrep, rgrep): At the beginning
9851 set `dir' to `default-directory' unless `dir' is a non-nil
9852 readable directory. (Bug#4052)
9853 (lgrep, rgrep): Change a weird way to report an error
9854 from using `read-string' to using `error'.
9855 Instead of using interactive arguments in the function body,
9856 add new argument `confirm'.
9857
9858 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * textmodes/remember.el (remember-buffer):
9861 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9862 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9863 (icalendar-extract-ical-from-buffer):
9864 * net/newst-treeview.el (newsticker-groups-filename):
9865 * net/newst-backend.el (newsticker-cache-filename):
9866 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9867 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9868 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9869 (speedbar-buffers-line-path, speedbar-path-line)
9870 (speedbar-buffers-line-path):
9871 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9872 (epg-sign-keys):
9873 * epa.el (epa-display-verify-result):
9874 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9875
9876 2009-08-21 Glenn Morris <rgm@gnu.org>
9877
9878 * progmodes/js.el (inferior-moz-process): Fix declaration.
9879
9880 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9881
9882 * obsolete/rnewspost.el (news-mail-reply):
9883 Use goto-char rather than goto-line.
9884
9885 * term/ns-win.el (ns-open-file-select-line):
9886 Use line-beginning-position rather than goto-line.
9887
9888 * apropos.el (apropos-command):
9889 * ehelp.el (electric-helpify):
9890 * printing.el (pr-show-setup):
9891 * strokes.el (strokes-help):
9892 * tutorial.el (tutorial--describe-nonstandard-key)
9893 (tutorial--detailed-help):
9894 * woman.el (woman-mini-help, woman-display-extended-fonts):
9895 * calc/calc-help.el (calc-describe-key):
9896 * emulation/edt.el (edt-electric-helpify):
9897 * international/mule-diag.el (mule-diag):
9898 * play/yow.el (apropos-zippy):
9899 * progmodes/python.el (python-describe-symbol):
9900 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9901 * textmodes/table.el (*table--cell-describe-mode)
9902 (*table--cell-describe-bindings):
9903 Use help-print-return-message rather than the now obsolete alias.
9904
9905 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9906 (calendar-cursor-to-visible-date):
9907 * play/5x5.el (5x5-position-cursor):
9908 * play/decipher.el (decipher):
9909 * play/gomoku.el (gomoku-goto-xy):
9910 * play/landmark.el (lm-goto-xy):
9911 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9912 (mpuz-paint-digit):
9913 Use forward-line, not goto-line.
9914
9915 * mail/rmail.el (rmail-obsolete): Delete custom group.
9916 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9917 (rmail-remote-password, rmail-remote-password-required):
9918 Remove unneeded :set-after and :set properties.
9919
9920 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9921
9922 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9923
9924 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9925
9926 * loadup.el: Remove leftover macos code.
9927
9928 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9929 Explicitly pass the date format to git blame so that user local
9930 so that the output format can be parsed.
9931
9932 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9933
9934 * net/dbus.el (top): Don't check for (getenv
9935 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9936
9937 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9938
9939 * log-edit.el (log-edit-strip-single-file-name): New var.
9940 (log-edit-insert-changelog): Use it. Bug#3571
9941
9942 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9945 Bug#3287
9946
9947 * help.el (help-print-return-message): Rename from
9948 print-help-return-message.
9949
9950 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9951 cvs-mode-map parent hack.
9952 (log-view-mode): Derive from special-mode.
9953
9954 * linum.el (linum-mode): window-size-change-functions is redundant.
9955 Adapt to new window-configuration-change-hook behavior.
9956 (linum-after-size, linum-after-config): Remove.
9957
9958 * imenu.el (imenu-example--name-and-position)
9959 (imenu-example--lisp-extract-index-name)
9960 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9961 Mark as obsolete.
9962
9963 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9964 (inferior-prolog-mode): Use it.
9965 (inferior-prolog-load-file): Reset list of errors.
9966
9967 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9968
9969 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9970
9971 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9972
9973 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9974
9975 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9976 is running already.
9977
9978 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * subr.el (listify-key-sequence-1): Use normal syntax since those
9981 integers are nowadays always represented by the same (positive) number
9982 on all platforms.
9983 (read-key-empty-map): New const.
9984 (read-key-delay): New var.
9985 (read-key): New function.
9986 (force-mode-line-update): Use with-current-buffer.
9987 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9988 (start-process-shell-command, start-file-process-shell-command):
9989 Discourage the use of command-args.
9990
9991 2009-08-19 Glenn Morris <rgm@gnu.org>
9992
9993 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9994
9995 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * simple.el (choose-completion-string): Don't rely on
9998 minibuffer-completing-file-name and ad-hoc checks to decide whether
9999 to continue completion or not.
10000
10001 * minibuffer.el (minibuffer-hide-completions): New function.
10002 (completion--do-completion): Use it.
10003 (completions-annotations): New face.
10004 (completion--insert-strings): Use it.
10005 (completion-pcm--delim-wild-regex): Add docstring.
10006 (completion-pcm--string->pattern): Add support for 0-width delimiters
10007 in completion-pcm--delim-wild-regex.
10008
10009 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10012 Remove unused var `buffer-modified-p'.
10013
10014 * minibuffer.el (completion--do-completion): Move point for the #b001
10015 case as well (bug#4176).
10016 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10017
10018 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10019
10020 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10021 and :session buses.
10022
10023 2009-08-18 Kenichi Handa <handa@m17n.org>
10024
10025 * international/ucs-normalize.el (ucs-normalize-version):
10026 Change to 1.1.
10027 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10028 (utf-8-hfs): Make it perform normalization on encoding too.
10029
10030 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10031 (sentence-end-without-space): Delete duplicated chars.
10032 (sentence-end-base): Likewise.
10033
10034 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10035 (html-mode): Delete duplicated chars from sentence-end-base.
10036
10037 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10038 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10039
10040 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10041
10042 * files.el (hack-one-local-variable): If the mode function is for
10043 a minor mode, pass it an argument (Bug#4148).
10044
10045 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10046
10047 * net/tramp.el (tramp-register-completion-file-name-handler):
10048 Check also for (member 'partial-completion completion-styles).
10049
10050 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10051
10052 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10053 abbrev (Bug#3943).
10054
10055 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10056
10057 * progmodes/cperl-mode.el: Merge upstream 6.2.
10058 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10059 (cperl-forward-re): Check cperl-brace-recursing.
10060 (cperl-highlight-charclass): New function.
10061 (cperl-find-pods-heres): Use it.
10062 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10063 (cperl-beautify-regexp-piece): Fix column calculation.
10064 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10065 (cperl-beautify-level): Don't process entire regexp.
10066 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10067 calling man.
10068 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10069 (cperl-init-faces): Build a list in the normal way.
10070
10071 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10072
10073 * calendar/parse-time.el (parse-time-string-chars): Save match
10074 data.
10075
10076 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10079 (sql-product): Use it.
10080 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10081 (sql-set-product): Add completion.
10082 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10083 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10084 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10085 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10086 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10087 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10088 (sql-highlight-db2-keywords): Remove.
10089 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10090 (sql-highlight-product): Use derived-mode-p.
10091 (sql-set-sqli-buffer): Use with-current-buffer.
10092 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10093 Simplify.
10094
10095 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10096
10097 * term.el: Fix commenting convention, turn comments into docstrings.
10098
10099 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10100
10101 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10102
10103 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10104
10105 * calendar/parse-time.el (parse-time-string-chars): Compute using
10106 character classes, to handle non-ascii characters (Bug#3190).
10107
10108 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10109
10110 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10111 another heredoc if the user adds another < (Bug#3226).
10112
10113 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10114 Don't initialize based on window-system (Bug#4124).
10115
10116 * facemenu.el (facemenu-read-color): Use a completion function
10117 that accepts any defined color, such as RGB triplets (Bug#3677).
10118
10119 * files.el (get-free-disk-space): Change fallback default
10120 directory to /. Expand DIR argument before switching to fallback.
10121 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10122
10123 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10124
10125 * files.el (load-library): Doc fix.
10126
10127 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10128
10129 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10130 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10131 incremental search string.
10132
10133 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10134 XEmacs.
10135
10136 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10137 (ediff-merge-region-is-non-clash)
10138 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10139 Also check if the job is really a merge job.
10140
10141 * ediff.el (ediff-current-file): New function.
10142
10143 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10144
10145 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10146 conventions.
10147 (js-insert-and-indent): Delete function.
10148 (js-mode-map): Don't bind keys to js-insert-and-indent.
10149 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10150 (js-end-of-defun): Rename from js--end-of-defun.
10151 (js-auto-indent-flag): Delete variable.
10152
10153 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10154
10155 * progmodes/js.el: Remove proclaim statement.
10156 Defvar which-func-imenu-joiner-function to silence compiler.
10157
10158 * files.el (auto-mode-alist): Use js-mode for .js files.
10159
10160 * progmodes/js2-mode.el: Remove file.
10161
10162 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10163
10164 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10165
10166 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10167
10168 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10169 Karl Landstrom <karl.landstrom@brgeight.se>
10170
10171 * progmodes/js.el: New file.
10172
10173 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10174
10175 * timezone.el (timezone-parse-date): Add ability to understand ISO
10176 basic format (minimal separators) dates in addition to the
10177 already-supported extended format dates.
10178
10179 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10180
10181 * international/ucs-normalize.el: Add a `coding' file variable.
10182
10183 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10184
10185 2009-08-14 Sam Steingold <sds@gnu.org>
10186
10187 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10188
10189 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10190
10191 * faces.el (help-argument-name): Define it here instead of
10192 help-fns.el, because in daemon mode help-fns.el may be loaded when
10193 faces are still uninitialized (Bug#1078).
10194
10195 * help-fns.el (help-argument-name): Move defface to faces.el.
10196
10197 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10198
10199 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10200 create buffer with a pty but no process so that GDB can make the
10201 inferior the controlling process.
10202
10203 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10204
10205 * international/ucs-normalize.el: New file.
10206
10207 2009-08-13 Richard Stallman <rms@gnu.org>
10208
10209 * mail/rmail.el (rmail-get-attr-names):
10210 Accept an attribute header that is too short.
10211
10212 * mail/rmail.el (rmail-forget-messages):
10213 Ignore nil elt in rmail-message-vector. Use dotimes.
10214
10215 * progmodes/compile.el (compilation-goto-locus):
10216 Use next-error-move-function.
10217
10218 * simple.el (next-error-move-function): New variable.
10219
10220 2009-08-12 Juri Linkov <juri@jurta.org>
10221
10222 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10223 always non-nil. (Bug#4052)
10224
10225 * replace.el (read-regexp): Return empty string when
10226 `default-value' is nil.
10227 (keep-lines-read-args): Don't use empty string as the
10228 default value for `read-regexp'. (Bug#2495)
10229
10230 2009-08-12 Juri Linkov <juri@jurta.org>
10231
10232 * international/mule-cmds.el (ucs-insert): Change arguments
10233 from `arg' to `character', `count', `inherit' to be the same
10234 as in `insert-char'. Doc fix. (Bug#4039)
10235
10236 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10237
10238 2009-08-12 Juri Linkov <juri@jurta.org>
10239
10240 * files-x.el: New file.
10241
10242 * files.el: Move code that deals with adding/deleting
10243 file/directory-local variables to files-x.el.
10244
10245 * Makefile.in (ELCFILES): Add files-x.elc.
10246
10247 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10248
10249 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10250 to use `goto-line'.
10251 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10252 `goto-line'.
10253 (gdb-invalidate-disassembly): Do not refresh upon receiving
10254 'update signal. Instead, update all disassembly buffers only after
10255 threads list.
10256 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10257 (gdb-starting): Moved -data-list-register-names...
10258 (gdb-stopped): ...here so it's sent when first thread stops.
10259 (gdb-registers-handler-custom): Do nothing if register names are
10260 unknown yet.
10261
10262 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10263 from `gdb-mi.el' to avoid extra tangling.
10264
10265 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10266 change which breaks `gud-def' definitions used in `gdb'.
10267 (gdb-update-gud-running): No extra fuss for updating frame number.
10268
10269 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10272 (describe-language-environment-map, setup-language-environment-map)
10273 (set-coding-system-map): Move initialization into declaration.
10274 (set-language-info-alist): Last arg to define-key-after can be skipped.
10275
10276 * international/quail.el (quail-completion-1): Simplify.
10277 (quail-define-rules): Use slightly more compact code.
10278 (quail-insert-decode-map): Propertize keys, compact columns.
10279
10280 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10281 Add goto-line.
10282
10283 2009-08-10 Miles Bader <miles@gnu.org>
10284
10285 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10286 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10287 (js2-instance-member, js2-private-member, js2-private-function-call)
10288 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10289 (js2-magic-paren, js2-external-variable):
10290 Remove "-face" suffix from face names.
10291 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10292 (js2-highlight-undeclared-vars, js2-peek-token)
10293 (js2-parse-function-params, js2-mode-show-errors)
10294 (js2-mode-show-warnings, js2-make-magic-delimiter)
10295 (js2-mode-highlight-magic-parens): Update to use new face names.
10296
10297 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10298
10299 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10300 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10301
10302 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10303
10304 * subr.el: Provide hashtable-print-readable.
10305
10306 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10307 hs-c-like-adjust-block-beginning.
10308 (hs-hide-block-at-point): Stop hiding at the beginning of
10309 hs-block-end-regexp (Bug#700).
10310
10311 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10312
10313 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10314 a macro.
10315 (gdb-registers-handler-custom): Do not fail when register names
10316 are unavailable.
10317
10318 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10319
10320 * progmodes/gdb-mi.el (gdb-control-all-threads)
10321 (gdb-control-current-thread): Interactive setters for
10322 `gdb-gud-control-all-threads' to use in menu.
10323 (gdb-show-run-p): Show «Go» when process is not active.
10324 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10325 gud/thread.xpm and gud/all.xpm.
10326
10327 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10328
10329 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10330 (nslookup-font-lock-keywords): Make it a variable.
10331 (net-utils-mode): New mode for viewing diagnostic network output.
10332 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10333 (net-utils-run-simple): New function.
10334 (ifconfig, iwconfig, netstat, arp, route): Use it.
10335
10336 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10337
10338 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10339 (gdb-memory-set-address, def-gdb-set-positive-number)
10340 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10341 after changing settings.
10342 (gdb-invalidate-disassembly): Update when first shown.
10343 (gdb-edit-locals-value): Fixed.
10344 (gdb-registers-handler-custom): Print registers in right order and
10345 allow changing register values (only for current thread yet).
10346 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10347 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10348 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10349 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10350 info in mode name.
10351 (gdb-registers-mode-map): TAB to switch to locals.
10352
10353 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10354
10355 * mail/rmail.el (rmail-add-mbox-headers)
10356 (rmail-set-message-counters-counter): Search for
10357 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10358
10359 2009-08-08 Glenn Morris <rgm@gnu.org>
10360
10361 * Makefile.in (ELCFILES): Update.
10362
10363 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10364
10365 * mail/sendmail.el (mail-yank-original): Set
10366 buffer-file-coding-system from the one used by the message whose
10367 text is yanked.
10368
10369 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10370 to "windows" when "pgnuplot" is used.
10371 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10372 call accept-process-output if "pgnuplot" is used.
10373 (calc-graph-init): Don't send -display and -geometry to
10374 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10375 running "pgnuplot -V" with shell-command-to-string.
10376
10377 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10378 the default.
10379
10380 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10381
10382 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10383 org/org-latex.elc.
10384
10385 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10386
10387 * vc-dispatcher.el (vc-resynch-window): Update comment.
10388
10389 * term.el (term-handle-ansi-escape): Add comments with the
10390 terminfo capabilities implemented.
10391
10392 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10393
10394 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10395 (gdb-var-create-handler): Rewritten using JSON parser.
10396 (gdb-propertize-header): Moved earlier.
10397 (gdb-set-header): Removed to avoid duplication.
10398 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10399 Refresh disassembly buffers only after threads list have been
10400 update.
10401 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10402 variables.
10403
10404 2009-08-04 Juri Linkov <juri@jurta.org>
10405
10406 * files.el: Commands to add/delete file/directory-local variables.
10407 (read-file-local-variable, read-file-local-variable-value)
10408 (read-file-local-variable-mode, modify-file-local-variable)
10409 (modify-file-local-variable-prop-line)
10410 (modify-dir-local-variable): New functions.
10411 (add-file-local-variable, delete-file-local-variable)
10412 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10413 (add-dir-local-variable, delete-dir-local-variable)
10414 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10415 (copy-dir-locals-to-file-locals-prop-line): New commands.
10416
10417 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10418
10419 * abbrev.el (insert-abbrev-table-description): Prettify output.
10420 Suggested by Karl Chen.
10421
10422 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10423
10424 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10425 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10426 (gdb-overlay-arrow-position, gdb-thread-position)
10427 (gdb-disassembly-position): Declare variables.
10428 (gdb-wait-for-pending): Function now.
10429 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10430 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10431 compilation goes smoothly.
10432 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10433 (gdb-non-stop-setting): New customization setting which replaces
10434 `gdb-non-stop' so changing it doesn't break active GDB session.
10435 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10436 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10437 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10438 (gdb-show-threads-by-default): New customization options.
10439 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10440 routines.
10441 (gdb-get-buffer-create): Send buffers update signal when they are
10442 created.
10443 (gdb-invalidate-locals, gdb-invalidate-registers)
10444 (gdb-invalidate-breakpoints)
10445 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10446 (gdb-invalidate-memory): Accept update signal.
10447 (gdb-current-context-command): Use --frame option.
10448 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10449 Implement `gdb-frame-number' selection logic.
10450 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10451 whether to show GUD toolbar buttons.
10452 (gdb-thread-exited): Unselect current thread when it exits.
10453 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10454 (gdb-mark-line): Routine which sets overlay arrow or inverses
10455 video on fringeless displays.
10456 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10457 to build aligned columns of data in GDB buffers and set text
10458 properties line-by-line.
10459 (gdb-invalidate-breakpoints)
10460 (gdb-breakpoints-list-handler-custom)
10461 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10462 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10463 (gdb-registers-handler-custom): Align data columns.
10464 (gdb-locals-handler-custom): Now prints data like in variable
10465 declarations.
10466 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10467 Removed confusing buttons.
10468 (gdb-invalidate-threads): Append --frame.
10469 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10470 between breakpoints/threads buffers.
10471 (gdb-set-window-buffer): Now can ignore dedicated windows.
10472 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10473 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10474 (def-gdb-thread-buffer-gud-command): Replaces
10475 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10476 for fine thread control.
10477 (gdb-preempt-existing-or-display-buffer): New function used to
10478 display bound buffers without breaking window layout.
10479 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10480 (gdb-select-frame): New version of `gdb-frames-select' which now
10481 sets `gdb-frame-number' so commands may use --frame option instead
10482 of inner debugger state.
10483 (gdb-frame-handler): Do not set `gdb-frame-number'.
10484 (gdb-threads-mode-map): Select threads with mouse.
10485
10486 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10487 avoid compilation warning.
10488 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10489 `gdb-show-stop-p`.
10490
10491 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10492 Argument `key' renamed to `buffer-type'.
10493 (gdb-current-context-buffer-name): Do not add thread info to
10494 buffer name when no thread is selected.
10495 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10496 command (bug 3794).
10497 (gdb-thread-selected): Handle `=thread-selected' notification.
10498 (gdb-wait-for-pending): New macro to deal with congestion problems.
10499 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10500 breakpoints.
10501 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10502 This fixes problem similar to one described in bug 3947.
10503 (gud-menu-map): More menu items.
10504 (gdb-init-1): Reset `gdb-thread-number' to nil.
10505
10506 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10507 non-stop settings.
10508
10509 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10510 (gdb-current-context-command): Do not append --thread if
10511 `gdb-thread-number' is nil.
10512 (gdb-running-threads-count, gdb-stopped-threads-count): New
10513 variables.
10514 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10515 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10516 customization options.
10517 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10518 GUD commands.
10519 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10520 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10521 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10522 set `gdb-thread-number' and update `gud-running' properly.
10523 (gdb-running): Update threads list when new threads appear.
10524 (gdb-stopped): Support non-stop operation and new thread switching
10525 logic.
10526 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10527 (gdb-json-partial-output): New set of JSON routines.
10528 (def-gdb-auto-update-trigger): New `signal-list' optional
10529 argument.
10530 (gdb-thread-list-handler-custom): Update `gud-running',
10531 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10532 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10533 (gdb-continue-thread, gdb-step-thread): New commands for fine
10534 thread execution control.
10535 (gud-menu-map): New menu items to switch non-stop options.
10536 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10537 (gdb-send): Mimic RET properly (bug 3794).
10538
10539 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10540 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10541 gdb-buffer-rules.
10542 (def-gdb-auto-update-handler): New nopreserve optional argument.
10543 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10544
10545 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10546 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10547 (gdb-parent-mode): New mode to derive other GDB modes from.
10548 (gdb-display-disassembly-for-thread)
10549 (gdb-frame-disassembly-for-thread): New commands for threads
10550 buffer.
10551
10552 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10553 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10554 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10555 (gdb-update): We now store all GDB buffers in a list so that they
10556 can be updated by traversing a list instead of calling invalidate
10557 triggers explicitly.
10558 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10559 pair for GDB buffer.
10560 (gdb-stack-buffer-name): Add thread information.
10561 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10562 handle pending triggers.
10563 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10564 (def-gdb-thread-buffer-simple-command)
10565 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10566 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10567 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10568 New commands which show buffers bound to thread.
10569 (gdb-stack-list-locals-regexp): Removed unused regexp.
10570
10571 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10572 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10573 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10574 to (gud-comint-buffer) in *-buffer-name functions
10575 because (gdb-get-target-string) already does that.
10576 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10577 (gdb-changed-registers-handler): Rewritten without regexps.
10578
10579 * progmodes/gdb-mi.el: Basic thread selection support.
10580 (gdb-thread-number): New variable.
10581 (gdb-current-context-command): New macro which adds --thread
10582 option to command.
10583 (gdb-threads-mode-map): Select thread with SPC.
10584 (gdb-thread-list-handler-custom): Mark current thread with overlay
10585 arrow. Synchronize GDB thread and Emacs thread.
10586 (gdb-select-thread): New command which selects current thread.
10587 (gdb-invalidate-frames, gdb-invalidate-locals)
10588 (gdb-invalidate-registers): Use --thread option.
10589
10590 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10591
10592 * net/tramp.el (top): Make check for tramp-gvfs loading more
10593 robust. (Bug#3977)
10594 (tramp-handle-insert-file-contents): `unwind-protect' must be
10595 inside `with-parsed-tramp-file-name'.
10596
10597 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10598 fails.
10599
10600 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10601
10602 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10603 directory if CLASSPATH is not set.
10604
10605 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10606
10607 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10608 New defconst.
10609 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10610
10611 2009-08-02 Kevin Ryde <user42@zip.com.au>
10612
10613 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10614 Update freshmeat link. Delete newsforge.com as it seems gone.
10615
10616 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10617
10618 * select.el (x-set-selection): Doc fix (Bug#4021).
10619
10620 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10621
10622 * help-fns.el (describe-variable): Treat list return values from
10623 dir-locals-find-file properly (Bug#4005).
10624
10625 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10626
10627 * net/tramp.el (tramp-debug-message): Print also microseconds.
10628
10629 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10630
10631 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10632 or END is non-nil.
10633 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10634 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10635 format.
10636
10637 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10638 (tramp-get-file-property): Use it.
10639
10640 * autorevert.el (auto-revert-handler): Allow
10641 `auto-revert-tail-mode' for remote files.
10642
10643 2009-08-02 Jason Rumney <jasonr@gnu.org>
10644
10645 * minibuffer.el (read-file-name): Treat confirm options to
10646 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10647
10648 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10649
10650 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10651 (font-lock-variable-name-face, font-lock-constant-face): Darken
10652 the colors for light backgrounds.
10653
10654 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10655
10656 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10657 month names. (Bug#3987)
10658
10659 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10660
10661 * simple.el (line-move-finish): Pass whole number to
10662 line-move-to-column.
10663 (line-move-visual): Perform hscroll to the recorded position.
10664
10665 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10666
10667 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10668
10669 2009-07-29 Alan Mackenzie <acm@muc.de>
10670
10671 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10672
10673 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10674
10675 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10676 (gdb-place-breakpoints): Use full path when setting breakpoints.
10677
10678 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10679
10680 * calc/calc.el (calc-mode-map): Add keybinding for
10681 `calc-transpose-lines'.
10682
10683 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10684
10685 * calc/calc-misc.el (calc-transpose-lines): New function.
10686
10687 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10688
10689 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10690 Simplify check for out-of-band methods.
10691 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10692 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10693
10694 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10695
10696 * vc-git.el (vc-git-checkin): Fix typo.
10697
10698 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10699
10700 * progmodes/js2-mode.el: New file.
10701
10702 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10703
10704 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10705 (gud-menu-map): Adjust tooltip accordingly.
10706
10707 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10708
10709 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10710 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10711
10712 * add-log.el (change-log-mode-map): Add a menu.
10713
10714 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10715
10716 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10717 function returns nil.
10718 (dbus-handle-event): Handle special return value :ignore.
10719 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10720
10721 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10722
10723 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10724 it's not needed.
10725
10726 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10727
10728 Fix Bug#3888:
10729
10730 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10731
10732 * term/pc-win.el (x-display-name, x-colors)
10733 (x-select-enable-clipboard, x-select-text): Doc fix.
10734
10735 * term/common-win.el (x-display-name, x-colors): Doc fix.
10736
10737 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10738 (xw-defined-colors): Doc fix.
10739
10740 * w32-fns.el (x-select-text, x-setup-function-keys)
10741 (x-get-selection, x-set-selection): Doc fix.
10742
10743 * term/x-win.el (x-select-text, x-setup-function-keys)
10744 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10745
10746 * select.el (x-set-selection): Doc fix.
10747
10748 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10749
10750 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10751 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10752 "IsNSSSupportAvailable" method is not available. Reported by
10753 Steve Youngs <steve@sxemacs.org>.
10754
10755 2009-07-24 Kenichi Handa <handa@m17n.org>
10756
10757 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10758 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10759 (build-unicode-category-table): Fix range checks.
10760
10761 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10762
10763 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10764 the buffer we try to sync is current when calling
10765 vc-resynch-buffer.
10766
10767 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10768 not show up to date files.
10769
10770 2009-07-24 Glenn Morris <rgm@gnu.org>
10771
10772 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10773 Add autoload cookies. If necessary, initialize.
10774 (elint-log): Handle non-file buffers.
10775 (elint-initialize): Add optional argument to reinitialize.
10776 (elint-find-builtin-variables): Save excursion.
10777
10778 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10779
10780 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10781 for Lint.
10782
10783 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10784
10785 * vc.el (vc-print-log-internal): New function, split out from ...
10786 (vc-print-log): ... here.
10787 (vc-dir-move-to-goal-column): Declare.
10788
10789 * vc-git.el (vc-git-add-signoff): New variable.
10790 (vc-git-checkin): Use it.
10791 (vc-git-toggle-signoff): New function.
10792 (vc-git-extra-menu-map): Bind it to menu.
10793 (vc-git--run-command-string): Accept a nil FILE argument.
10794 (vc-git-stash-list): New function.
10795 (vc-git-dir-extra-headers): Use it.
10796
10797 2009-07-23 Glenn Morris <rgm@gnu.org>
10798
10799 * help-fns.el (describe-variable): Describe ignored and risky local
10800 variables in a similar way to that in which we describe safe ones.
10801
10802 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10803 (byte-compile-output-file-form, byte-compile-output-docform)
10804 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10805 Give some more local variables with common names a "bytecomp-" prefix,
10806 so as not to shadow things during compilation.
10807 * emacs-lisp/cl-macs.el (load-time-value)
10808 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10809 `outbuffer' to `bytecomp-outbuffer'.
10810
10811 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10812 since the next two variables cover them automatically now.
10813 (elint-builtin-variables, elint-autoloaded-variables): New.
10814 (elint-unknown-builtin-args): Remove all members, since they can be
10815 parsed automatically now.
10816 (elint-extra-errors): New.
10817 (elint-env-add-env, elint-env-add-macro): Use cadr.
10818 (elint-current-buffer): Use or. Change final message.
10819 (elint-get-top-forms): Use line-end-position.
10820 (elint-init-env): Use cadr. Handle autoload, declare-function,
10821 and defalias.
10822 (elint-add-required-env): Doc fix. Use or. Standardize error.
10823 (regexp-assoc): Remove unused function.
10824 (elint-top-form): Set elint-current-pos, to record the start of the
10825 top-level form, for compilation-mode.
10826 (elint-form): Trap errors in macro expansion. Use dolist.
10827 (elint-unbound-variable): Use elint-builtin-variables and
10828 elint-autoloaded-variables.
10829 (elint-get-args): Use cadr, or.
10830 (elint-check-cond-form): Use dolist, cadr.
10831 (elint-check-condition-case-form): Doc fix. Use cadr.
10832 Use elint-extra-errors.
10833 (elint-log): New function.
10834 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10835 Distinguish errors and warnings.
10836 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10837 Use a bytecomp-style format.
10838 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10839 (elint-get-log-buffer): Use compilation mode. Disable undo.
10840 Don't truncate lines.
10841 (elint-initialize): Set builtin and autoloaded variable lists.
10842 Only process elint-unknown-builtin-args if non-nil.
10843 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10844 New functions.
10845 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10846
10847 2009-07-22 Kevin Ryde <user42@zip.com.au>
10848
10849 * net/newst-backend.el (newsticker--parse-atom-1.0)
10850 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10851 (newsticker--parse-rss-1.0):
10852 * progmodes/idlwave.el (idlwave-mode):
10853 * progmodes/idlw-shell.el (idlwave-shell-mode):
10854 * progmodes/vera-mode.el (vera-mode):
10855 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10856 * progmodes/vhdl-mode.el (vhdl-mode):
10857 * textmodes/table.el (table-generate-source)
10858 (table--warn-incompatibility):
10859 Hyperlink urls in docstrings with URL `...'.
10860
10861 2009-07-22 Glenn Morris <rgm@gnu.org>
10862
10863 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10864 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10865 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10866 Remove leading * from defcustom docs.
10867
10868 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10869
10870 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10871 defcustom doc.
10872 (list-load-path-shadows): Optionally, just return shadows as a string.
10873
10874 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10875
10876 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * mail/rmailedit.el (rmail-edit-mode): Use
10879 auto-save-include-big-deletions.
10880
10881 * mail/rmail.el (rmail-variables): Use
10882 auto-save-include-big-deletions.
10883
10884 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10885 changes.
10886
10887 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10888
10889 * calc/calc.el (calc-undo-length): New variable.
10890 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10891
10892 2009-07-21 Richard Stallman <rms@gnu.org>
10893
10894 * files.el (auto-save-mode): Handle buffer-save-size = -2
10895 for toggling mode.
10896
10897 2009-07-21 Glenn Morris <rgm@gnu.org>
10898
10899 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10900
10901 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10902
10903 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10904 silence compiler. Instead...
10905 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10906 (ps-print-ensure-fontified): Update for above function name changes.
10907
10908 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10909 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10910 silence compiler. Instead...
10911 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10912 (mh-show-buffer): Only define for compiler.
10913 (pr-mh-current-message): Update for above function name changes.
10914
10915 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10916 as an argument.
10917 (find-file-noselect, insert-file-1): Update for above change.
10918
10919 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10920
10921 * mail/mailclient.el (mailclient-send-it): Fix message.
10922
10923 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10924 (edebug-eval): Check cl-debug-env is bound.
10925 (print-level, print-circle): Don't redefine built-in variables.
10926
10927 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10928 (custom-print-vectors): Remove old comments from doc.
10929
10930 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10931 (emerge-version): Make the variable an obsolete alias for the
10932 emacs-version variable. Make the function obsolete.
10933 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10934 Emerge options, rather than merging in into the main Options menu.
10935 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10936 and auto advance modes. Disable edit/fast items when not relevant.
10937
10938 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10939
10940 * term/vt420.el (terminal-init-vt420): Fix typo.
10941
10942 2009-07-20 Sam Steingold <sds@gnu.org>
10943
10944 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10945 variable (removed from compile.el on 2004-03-11).
10946
10947 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10948
10949 * files.el (hack-local-variables-filter): Fix last change.
10950
10951 2009-07-19 Juri Linkov <juri@jurta.org>
10952
10953 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10954 (dir-local-variables-alist): New buffer-local variable.
10955 (hack-local-variables-filter): If variable is not dir-local,
10956 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10957 because file-local overrides dir-local.
10958 (c-postprocess-file-styles) <declare-function>:
10959 Remove obsolete declaration.
10960 (hack-dir-local-variables): Add dir-local variable/value pair to
10961 `dir-local-variables-alist' and remove duplicates. Doc fix.
10962
10963 * help-fns.el (describe-variable): Add information about
10964 file-local and dir-local variables.
10965
10966 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * files.el (hack-local-variables-filter): Rewrite.
10969
10970 2009-07-19 Glenn Morris <rgm@gnu.org>
10971
10972 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10973 Silence compiler by only defining on XEmacs.
10974
10975 * international/mule.el (auto-coding-regexp-alist): Only match
10976 BABYL... at the start of buffer, not of lines. (Bug#3790)
10977
10978 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10979 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10980 (cal-menu-context-mouse-menu): Doc fix.
10981
10982 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10983
10984 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10985
10986 2009-07-18 Juri Linkov <juri@jurta.org>
10987
10988 * info.el: Virtual Info keyword finder.
10989 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10990 (Info-finder-file): New variable.
10991 (Info-finder-find-file): New function.
10992 (finder-known-keywords, finder-package-info)
10993 (find-library-name, lm-commentary): Use defvar and
10994 declare-function to silence compiler warnings.
10995 (Info-finder-find-node): New function.
10996 (info-finder): New command.
10997
10998 * subr.el (process-kill-buffer-query-function): New function.
10999 (add-hook)<kill-buffer-query-functions>: Add hook
11000 `process-kill-buffer-query-function'.
11001
11002 2009-07-18 Alan Mackenzie <acm@muc.de>
11003
11004 * progmodes/cc-mode.el (c-before-hack-hook)
11005 (c-postprocess-file-styles): Give invocation of `c-set-style'
11006 DONT-OVERRIDE parameter of t. Already set style variables will
11007 thus not be overridden by style settings given by `c-file-syle'.
11008
11009 * files.el (hack-local-variables-filter): Remove entries with
11010 duplicate keys from `file-local-variables-alist'.
11011
11012 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11013
11014 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11015 x-set-selection if display-selections-p returns nil for the
11016 current frame.
11017
11018 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11019
11020 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11021
11022 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11023
11024 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11025 Accept nil in addition to a regexp.
11026 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11027 Accept nil in addition to a regexp.
11028 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11029 buffers that have an associated file. Handle nil values of
11030 desktop-buffers-not-to-save and desktop-files-not-to-save.
11031 (Bug#3833)
11032
11033 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11034 (x-disown-selection-internal): New functions.
11035
11036 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11037
11038 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11039 warning.
11040 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11041 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11042
11043 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11044
11045 * simple.el (set-mark): Revert last change.
11046
11047 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11048
11049 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11050 rendering of pngs is not possible instead of messaging a long
11051 description.
11052
11053 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11054
11055 * w32-fns.el (x-selection-owner-p): New function.
11056
11057 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11058 (mouse-yank-at-click, mouse-yank-primary): If
11059 select-active-regions is non-nil, deactivate the mark before
11060 insertion.
11061
11062 * simple.el (deactivate-mark, set-mark): Only save selection if we
11063 own it.
11064
11065 2009-07-17 Kenichi Handa <handa@m17n.org>
11066
11067 * case-table.el (describe-buffer-case-table): Fix for the case
11068 that KEY is a cons.
11069
11070 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11071
11072 * vc-rcs.el (vc-rcs-find-file-hook):
11073 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11074
11075 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11076
11077 * net/tramp.el (tramp-wait-for-output): Handle the case when
11078 commands do not return a newline but a null byte before the shell
11079 prompt. (Bug#3858)
11080
11081 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11082
11083 * term/ns-win.el (ns-set-alpha): Don't declare.
11084 (ns-set-background-alpha): Remove function.
11085
11086 2009-07-16 Kevin Ryde <user42@zip.com.au>
11087
11088 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11089 y-or-n-p, for safety.
11090
11091 2009-07-16 Richard Stallman <rms@gnu.org>
11092
11093 * files.el (auto-save-mode): If buffer-saved-size is -2,
11094 don't clobber it.
11095
11096 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11097 (rmail-retry-ignored-headers): Add more uninteresting fields.
11098
11099 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11100
11101 * net/rcirc.el (rcirc): Use history variables.
11102 (rcirc-server-name-history, rcirc-nick-name-history)
11103 (rcirc-server-port-history): New variables.
11104
11105 2009-07-15 Kenichi Handa <handa@m17n.org>
11106
11107 * international/mule-cmds.el (set-language-environment-charset):
11108 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11109 ignore them.
11110
11111 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11112 Delete unibyte-display.
11113
11114 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11115
11116 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11117
11118 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11119
11120 * simple.el (deactivate-mark): Optional argument FORCE.
11121 (set-mark): Use deactivate-mark.
11122
11123 * info.el (Info-search): No need to check transient-mark-mode
11124 before calling deactivate-mark.
11125
11126 * select.el (x-set-selection): Doc fix.
11127 (x-valid-simple-selection-p): Allow buffer values.
11128 (xselect--selection-bounds): Handle buffer values. Suggested by
11129 David De La Harpe Golden.
11130
11131 * mouse.el (mouse-set-region, mouse-drag-track): Call
11132 copy-region-as-kill before setting the mark, to let
11133 select-active-regions work.
11134
11135 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11136
11137 * simple.el (deactivate-mark): If select-active-regions is
11138 non-nil, copy the selection data into a string.
11139 (activate-mark): If select-active-regions is non-nil, set the
11140 selection to the current buffer.
11141 (set-mark): Update selection if select-active-regions is non-nil.
11142
11143 * select.el (x-valid-simple-selection-p): Allow buffer values.
11144
11145 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11148 and more featureful message-mode.
11149
11150 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11151
11152 * select.el (x-set-selection): Doc fix.
11153 (x-valid-simple-selection-p): Disallow selection data consisting
11154 of a list or cons of integers, since that is not used.
11155 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11156 (xselect-convert-to-string, xselect-convert-to-length)
11157 (xselect-convert-to-filename, xselect-convert-to-charpos)
11158 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11159
11160 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11161
11162 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11163 output in -break-info command (Emacs bug #3794).
11164
11165 2009-07-14 Glenn Morris <rgm@gnu.org>
11166
11167 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11168 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11169 (edebug-print-length, edebug-print-level, edebug-print-circle)
11170 (edebug-sit-for-seconds, edebug-view-outside)
11171 (edebug-bounce-point, edebug-set-global-break-condition)
11172 (edebug-Go-nonstop-mode, edebug-trace-mode)
11173 (edebug-Trace-fast-mode, edebug-continue-mode)
11174 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11175 (edebug-visit-eval-list): Doc fixes.
11176
11177 * subr.el (def-edebug-spec): Doc fix.
11178
11179 2009-07-14 Kenichi Handa <handa@m17n.org>
11180
11181 * international/characters.el: Fix setting of category ?C.
11182
11183 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11184
11185 * term/ns-win.el (x-select-font): defalias x-select-font to
11186 ns-popup-font-panel instead of generate-fontset-menu.
11187
11188 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11189
11190 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11191
11192 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11193
11194 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11195 the PK\003\004 header (Bug#3770).
11196
11197 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11198
11199 * pcomplete.el (pcomplete-comint-setup): Check for
11200 shell-dynamic-complete-filename too.
11201
11202 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11203
11204 * simple.el (temporary-goal-column): Change the value for
11205 line-move-visual to a cons cell.
11206 (line-move-visual): Record or set the window hscroll, if
11207 necessary (Bug#3494).
11208 (line-move-1): Handle cons value of temporary-goal-column.
11209
11210 2009-07-11 Kenichi Handa <handa@m17n.org>
11211
11212 * international/mule-diag.el (describe-character-set): Don't show
11213 width.
11214
11215 2009-07-10 Sam Steingold <sds@gnu.org>
11216
11217 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11218 Omake sometimes indents the errors it prints, so allow all
11219 regexps to start with spaces.
11220
11221 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11222
11223 * cus-edit.el (customize-changed-options-previous-release):
11224 Bump value to 22.1. (Bug#3804)
11225
11226 2009-07-08 Sam Steingold <sds@gnu.org>
11227
11228 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11229 to be a cons cell (test . ignored-directory) to selectively ignore
11230 some directories depending on the location of the search.
11231
11232 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11233
11234 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11235 remote user is root, on the local host.
11236 (tramp-local-host-p): Either the local user or the remote user
11237 must be root. (Bug#3771)
11238
11239 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11240
11241 * progmodes/gdb-mi.el (gdb): Remove description of
11242 gdb-use-separate-io-buffer.
11243 (menu): Don't allow toggling of or enable
11244 gdb-use-separate-io-buffer from menubar.
11245
11246 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11247
11248 * mail/unrmail.el (unrmail): Make sure the message ends with two
11249 newlines (Bug#3769).
11250
11251 2009-07-08 Glenn Morris <rgm@gnu.org>
11252
11253 * calendar/calendar.el (calendar-current-date): Rework previous change.
11254
11255 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11256
11257 * calendar/calendar.el (calendar-current-date):
11258 Add an optional argument giving an offset from today.
11259
11260 2009-07-08 Glenn Morris <rgm@gnu.org>
11261
11262 * tutorial.el (tutorial--describe-nonstandard-key):
11263 Adjust the message for when a key has been unbound.
11264 (help-with-tutorial): Hide the arch-tag.
11265
11266 2009-07-08 Kenichi Handa <handa@m17n.org>
11267
11268 * international/fontset.el (setup-default-fontset): For each
11269 script, append (not set) font-specs.
11270
11271 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11272 docstring.
11273
11274 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11275
11276 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11277 -data-list-register-names to ...
11278 (gdb-starting): ... here because GDB 7.0 requires execution to
11279 have started when using this MI command.
11280 (gdb-set-header): New function to distinguish select and
11281 unselected tabs in gdb buffers.
11282 (gdb-propertize-header): New macro that uses gdb-set-header.
11283 (gdb-breakpoints-header, gdb-locals-header): Use it.
11284 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11285
11286 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11287
11288 * Makefile.in (ELCFILES): Remove fadr.elc.
11289
11290 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11291
11292 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11293 may contain frame information, so `string-match' should be used.
11294 (gdb-update): Disassembly is invalidated through
11295 `gdb-get-selected-frame'.
11296 (gdb-pad-string): New function to pad string with spaces.
11297 (gdb-invalidate-disassembly): Invalidate only if the buffer
11298 exists.
11299 (gdb-disassembly-handler-custom): Column alignment.
11300 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11301 placing new ones.
11302 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11303 end of line, too.
11304 (gdb-frame-handler): Match convention to for disassembly buffer
11305 mode name.
11306 (gdb-stack-list-frames-handler): Rewritten without regexps.
11307 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11308 not highlight breakpoints without line information.
11309 (gdb-input): Add trailing newline to command.
11310
11311 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11312 buffer properly.
11313 (gdb-breakpoints-list-handler-custom): Replacement for
11314 `gdb-break-list-handler'. Using real parser instead of regexps
11315 now.
11316 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11317 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11318 to place breakpoints.
11319 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11320 functions.
11321 (gdb-disassembly-handler-custom): Show overlay arrow.
11322 (gdb-disassembly-place-breakpoints): Show breakpoints in
11323 disassembly buffer.
11324 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11325 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11326 instead of parsing breakpoints buffer. Fixed old menu references
11327 in `gud-menu-map'.
11328
11329 * fadr.el: Remove.
11330
11331 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11332 (gdb-memory-address): New variable which holds top address of
11333 memory page shown in memory buffer.
11334 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11335 customization variables.
11336 New functions:
11337 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11338 display the memory buffer.
11339 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11340 buffer display parameters.
11341 (def-gdb-memory-format, gdb-memory-format-binary)
11342 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11343 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11344 Functions for setting memory buffer format.
11345 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11346 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11347 unit size used in memory buffer.
11348 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11349 to next/previous page of memory buffer.
11350 Now using (bindat-get-field) instead of fadr functions.
11351
11352 2009-07-07 Sam Steingold <sds@gnu.org>
11353
11354 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11355 non-top-level files.
11356
11357 2009-07-07 Kenichi Handa <handa@m17n.org>
11358
11359 * international/mule-cmds.el (reset-language-environment): Put
11360 the highset priority to the charset iso-8859-1.
11361
11362 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11363
11364 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11365 to the end of the line when locating the block (Bug#700).
11366
11367 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11368
11369 * net/tramp.el (tramp-handle-write-region): Flush file properties
11370 in case of short track.
11371
11372 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11373
11374 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11375 Coded custom representation of verilog error regular expressions
11376 to work with Emacs-22's new format.
11377 (verilog-error-regexp-xemacs-alist): Coded custom representation
11378 of verilog error regular expressions to work with XEmacs format.
11379 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11380 error recognition into XEmacs.
11381 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11382 error recognition into Emacs-22.
11383
11384 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11385
11386 * woman.el: Remove stand-alone closing parentheses.
11387 (woman-file-name, woman2-format-paragraphs)
11388 (woman-leave-blank-lines): Code cleanup.
11389 (woman-use-own-frame): Change default to nil.
11390 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11391 defaults to inherit from default faces.
11392 (woman2-process-escapes): Consume the newline after a stand-alone
11393 filler character (Bug#3651).
11394
11395 2009-07-06 Glenn Morris <rgm@gnu.org>
11396
11397 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11398 (top-level): Move provide to the end.
11399 (ffap): Remove defunct URL from custom group.
11400
11401 * subr.el (eval-after-load): Doc fix.
11402
11403 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11404
11405 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11406 `calc-embedded-word' is called twice.
11407
11408 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * files.el (find-alternate-file-other-window, find-alternate-file):
11411 Obey confirm-nonexistent-file-or-buffer.
11412
11413 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11414
11415 * dired-aux.el (dired-show-file-type): Handle remote files.
11416
11417 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11418
11419 * desktop.el (desktop-globals-to-save):
11420 Add file-name-history (Bug#2750).
11421
11422 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11423
11424 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11425
11426 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11427
11428 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11429 property on entire argument since this is what eshell-lisp-command
11430 expects.
11431
11432 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11433
11434 * net/tramp-gvfs.el (tramp-gvfs-methods)
11435 (tramp-gvfs-zeroconf-domain)
11436 (tramp-bluez-discover-devices-timeout): Add version flag.
11437 (tramp-gvfs-handler-mounted-unmounted)
11438 (tramp-gvfs-connection-mounted-p): Polish handling of
11439 incompatibilities between GVFS 0.2 and 1.0.
11440
11441 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11442
11443 * cus-start.el (all): Add make-pointer-invisible.
11444
11445 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11446
11447 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11448 formatted correctly.
11449
11450 2009-07-02 Juri Linkov <juri@jurta.org>
11451
11452 * info.el: Virtual Info files and nodes.
11453 (Info-virtual-files, Info-virtual-nodes): New variables.
11454 (Info-current-node-virtual): New variable.
11455 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11456 New functions.
11457 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11458 to check for a virtual file instead of checking a fixed list
11459 of node names.
11460 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11461 instead of ad-hoc processing of "dir" and (apropos history toc).
11462 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11463 instead of ad-hoc processing of "dir" and (apropos history toc).
11464 Reread a file when moving from a virtual node.
11465 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11466 (Info-directory-toc-nodes, Info-directory-find-file)
11467 (Info-directory-find-node): New functions.
11468 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11469 (Info-history): Move part of code to
11470 `Info-history-find-node'.
11471 (Info-history-toc-nodes, Info-history-find-file)
11472 (Info-history-find-node): New functions.
11473 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11474 (Info-toc): Move part of code to `Info-toc-find-node'.
11475 (Info-toc-find-node): New function.
11476 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11477 the current Info file name to references because now the node
11478 "*TOC*" belongs to the same Info manual.
11479 (Info-toc-build): Rename from `Info-build-toc'.
11480 (Info-toc-nodes): Rename input argument `file' to `filename'.
11481 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11482 instead of ad-hoc processing of ("dir" apropos history toc).
11483 (Info-index-nodes): Use Info-virtual-file-p
11484 to check for a virtual file instead of checking a fixed list
11485 of node names.
11486 (Info-index-node): Add check for `Info-current-node-virtual'.
11487 Raise `save-match-data' higher up the tree to contain
11488 `search-forward' too (bug fix).
11489 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11490 (Info-virtual-index-nodes): New variable.
11491 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11492 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11493 (Info-apropos-file, Info-apropos-nodes): New variables.
11494 (Info-apropos-toc-nodes, Info-apropos-find-file)
11495 (Info-apropos-find-node, Info-apropos-matches): New functions.
11496 (info-apropos): Move part of code to `Info-apropos-find-node' and
11497 `Info-apropos-matches'.
11498 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11499 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11500 for a virtual file instead of checking a fixed list of node names.
11501
11502 * simple.el (async-shell-command): New command.
11503
11504 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11505
11506 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11507 instead of `mount-info'.
11508
11509 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11510
11511 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11512 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11513
11514 2009-07-02 Kenichi Handa <handa@m17n.org>
11515
11516 * international/mule.el (set-keyboard-coding-system): Force *-unix
11517 coding-system to avoid eol conversion.
11518
11519 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11520
11521 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11522 Add handler for `process-file', `shell-command' and
11523 `start-file-process'.
11524 (tramp-gvfs-handle-shell-command)
11525 (tramp-gvfs-handle-start-file-process)
11526 (tramp-gvfs-handle-process-file): New defuns.
11527 (tramp-synce-list-devices): Simplify check for existence of property.
11528
11529 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11530
11531 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11532
11533 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11534
11535 * language/korean.el (set-language-info-alist): Add korean-cp949,
11536 cp949 to spec.
11537
11538 2009-07-01 Kenichi Handa <handa@m17n.org>
11539
11540 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11541
11542 * international/encoded-kb.el: Deleted.
11543
11544 * international/mule.el (set-keyboard-coding-system): Perform the
11545 necessary setup here instead of calling encoded-kbd-setup-display.
11546
11547 2009-07-01 Glenn Morris <rgm@gnu.org>
11548
11549 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11550
11551 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11552
11553 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11554
11555 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11556
11557 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11558 Handle also the 'rename case, when setting file modes. (Bug#3712)
11559 (tramp-default-file-modes): Remove execute permissions.
11560
11561 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11562 (top): Add a default for "synce" in `tramp-default-user-alist'.
11563 Add completion function for "synce" method.
11564 (tramp-hal-service, tramp-hal-path-manager)
11565 (tramp-hal-interface-manager, tramp-hal-interface-device):
11566 New defconst.
11567 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11568 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11569 New defuns.
11570
11571 * net/trampver.el: Update release number.
11572
11573 2009-06-30 Kenichi Handa <handa@m17n.org>
11574
11575 * international/fontset.el (setup-default-fontset): Add CJK fonts
11576 for symbols and the other miscellaneous characters.
11577
11578 * language/korea-util.el (setup-korean-environment-internal):
11579 Make char-width-table suitable for Korean environments.
11580 (exit-korean-environment): Cancel above.
11581
11582 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11583 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11584 setup-function to make char-width-table suitable for respective
11585 environments, and an exit-function to cancel that.
11586
11587 * language/japan-util.el (setup-japanese-environment-internal):
11588 Call use-cjk-char-width-table with arg `ja_JP'.
11589
11590 * international/characters.el (cjk-char-width-table): Delete it.
11591 (cjk-char-width-table-list): New variable.
11592 (use-cjk-char-width-table): New arg local-name.
11593 (use-default-char-width-table): Fix for the case that Emacs is
11594 already using the default char-width-table.
11595
11596 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11597
11598 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11599 modes mandatory. (Bug#3712)
11600
11601 2009-06-29 Alan Mackenzie <acm@muc.de>
11602
11603 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11604 correction between the visible width of TABs and their number of bytes.
11605
11606 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11607
11608 * server.el (server-buffer-done): Prevent kill-buffer from
11609 prompting by clearing the buffer modification flag (Bug#3696).
11610
11611 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11612
11613 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11614 (verilog-endcomment-reason-re): Support unique case and priority case.
11615 (verilog-basic-complete-re): Support localparam lineup.
11616 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11617 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11618 commenting.
11619 (verilog-leap-to-case-head): Now support *nested* unique &
11620 priority case statements.
11621 (verilog-auto-lineup): Make just declarations the default (as it
11622 had been).
11623 (verilog-leap-to-case-head): Support priority/unique case statements.
11624 (verilog-auto-lineup): Rework to give users radio buttons to
11625 select the various styles of automatic lineup.
11626 (verilog-error-regexp-alist): Rework to support the XEmacs style
11627 of error regular expressions from compilers, lint tools &
11628 simulators. Note that GNU Emacs has made it impossible for a mode
11629 to load such things.
11630 (electric-verilog-terminate-line, verilog-indent-declaration)
11631 (verilog-auto-wiure): Rework for radio button selection of
11632 auto-lineup selection of specification of auto lineup.
11633 (verilog-beg-of-statement-1): Redesign to support proper operation
11634 in additional code, based on testing with auto-lineup.
11635 (verilog-calculate-indent, assignments & declarations)
11636 (verilog-backward-token): Enhance to support auto-lineup of
11637 assignments & declarations.
11638 (verilog-in-directive-p, verilog-at-struct-p): New function for
11639 easy test of whether we are.
11640 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11641 to support safe execution at almost anyline.
11642 (verilog-calc-1): Properly support indenting deep inside generate
11643 blocks.
11644 (verilog-init-font): Remove definition & use of verilog-init-font,
11645 as it is redundant with font-lock-defaults.
11646 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11647 to avoid circular calls if syntax-ppss is a function (as is the
11648 case now in 22.x GNU Emacs) as that function would sometimes call
11649 itself, leading to (nearly) infinite recursion.
11650 (verilog-ovm-begin-re, verilog-ovm-end-re)
11651 (verilog-ovm-statement-re, verilog-leap-to-head)
11652 (verilog-backward-token): Add support for OVM macros. Some are
11653 complete statements, and others open and close scopes like begin
11654 and end.
11655 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11656 (verilog-defun-level-generate-only-re): Really fix the defun-list
11657 compilation issue.
11658 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11659 coverpoint, constraint and cross statements.
11660 (verilog-defun-level-list, verilog-generate-defun-level-list)
11661 (verilog-all-defun-level-list): Redo these specifications - it is
11662 too hard to support eval-when compile aggregation of lists also
11663 built at when-compile time.
11664 (verilog-defun-level-list): Place defconsts of variables used in
11665 building regular expressions which are built in eval-when-compile
11666 bodies in the same eval-when-compile body to facilitate compile
11667 without load.
11668 (verilog-beg-block-re-ordered): Support indenting
11669 virtual/protected tasks and functions.
11670 (verilog-defun-level-list, verilog-in-generate-region-p)
11671 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11672 indentation of some module items (generate items).
11673 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11674 across virtual/protected tasks and functions.
11675
11676 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11677
11678 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11679 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11680 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11681 in concatenations. Reported by Yishay Belkind.
11682 (verilog-auto-ascii-enum): Support one-hot state machines in
11683 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11684 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11685 modport in AUTOINST and add vl-modport for users. Reported by
11686 David Rogoff.
11687 (verilog-auto-inout-module, verilog-auto-inst)
11688 (verilog-decls-get-interfaces, verilog-insert-definition)
11689 (verilog-insert-one-definition, verilog-read-decls)
11690 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11691 (verilog-sig-modport, verilog-signals-combine-bus)
11692 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11693 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11694 Suggested by David Rogoff.
11695 (verilog-repair-open-comma): Fix non-insertion of comma when
11696 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11697 (verilog-make-width-expression): Simplify [A-1:0] expression
11698 widths to just {A{1'b0}}.
11699 (verilog-mode): Cleanup checkdoc warnings.
11700 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11701 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11702 inputs/outputs or data type. Suggested by Vasu Kandadi.
11703 (next-error-last-buffer): Fix byte-compiler warning.
11704 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11705 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11706 or shell command text during AUTO expansion. Suggested by Tad Truex.
11707 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11708 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11709 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11710 in AUTOINOUT. Reported by Matthew Lovell.
11711 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11712 causing use of <= assignments. Reported by Alex Reed.
11713 (verilog-read-decls): Fix triand, trior, wand, wor to be
11714 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11715 (verilog-extended-complete-re): Support import "DPI-C" functions.
11716 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11717 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11718 (verilog-insert-date, verilog-insert-year)
11719 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11720 Windows systems. Reported by Michael Potts.
11721 (verilog-read-module-name): Fix AUTOINST when the child module
11722 declaration's name is a tick define. Reported by Elliot Mednick.
11723 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11724 passed to next parameter's definition. Reported by Bruce T.
11725 (verilog-read-decls): Fix detecting "parameter int" when using
11726 AUTOINSTPARAM. Reported by Bruce T.
11727 (verilog-goto-defun): Fix goto not finding modules unless first
11728 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11729 (verilog-mode): Expand -f flag arguments on entry to mode so
11730 verilog-goto-defun will work. Reported by Lawrence Butcher.
11731 (verilog-getopt): Expand environment variables in -f file
11732 arguments. Suggested by Lawrence Butcher.
11733 (verilog-set-define): Fix "Symbol's value as variable is void"
11734 when reading enumerations.
11735 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11736 Suggested by Stephen Peltan.
11737 (verilog-read-defines): Fix reading of enumerations in include
11738 files. Reported by Steve Peltan.
11739
11740 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11741
11742 * files.el (trash-directory): Fix defcustom type.
11743
11744 2009-06-28 Juri Linkov <juri@jurta.org>
11745
11746 * help-fns.el (describe-function-1): Correctly locate adviced
11747 functions in hyperlink (Bug#2438).
11748
11749 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11750
11751 * files.el (trash-directory): Change default to nil.
11752 (move-file-to-trash): If trash-directory is nil and
11753 system-move-file-to-trash is unbound, perform freedesktop-style
11754 trashing.
11755
11756 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11757
11758 * files.el (move-file-to-trash): Add freedesktop trash
11759 support (Bug#973).
11760
11761 2009-06-28 Glenn Morris <rgm@gnu.org>
11762
11763 * autorevert.el (global-auto-revert-non-file-buffers)
11764 (global-auto-revert-mode): Doc fixes.
11765
11766 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11767
11768 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11769
11770 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11771
11772 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11773 opened an X connection before calling x-get-resource (Bug#3194).
11774
11775 * play/doctor.el: Remove reference to obsolete website.
11776 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11777
11778 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11779
11780 Remove find-file-not-found-hook VC method. (Bug#2757)
11781 * vc-hooks.el (vc-file-not-found-hook)
11782 (vc-default-find-file-not-found-hook): Remove functions.
11783 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11784 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11785 * vc.el:
11786 * vc-hg.el:
11787 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11788
11789 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11790
11791 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11792 compatibility function for `looking-back'.
11793
11794 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11795 Use `ispell-looking-back'.
11796
11797 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11798
11799 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11800 rather than `filename'.
11801
11802 2009-06-23 Miles Bader <miles@gnu.org>
11803
11804 * face-remap.el (text-scale-set): New function.
11805
11806 2009-06-23 Glenn Morris <rgm@gnu.org>
11807
11808 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11809
11810 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11811
11812 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11813
11814 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11815
11816 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11817 Simplify Persian conditionals.
11818
11819 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11820 variable `filename'.
11821
11822 * comint.el (comint-insert-input): Doc fix.
11823
11824 * Makefile.in (ELCFILES): Fix typo in previous change.
11825
11826 2009-06-23 Miles Bader <miles@gnu.org>
11827
11828 * cus-start.el: Add entry for `recenter-redisplay'.
11829
11830 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11831
11832 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11833 Add an optional argument for the backend, use it instead of
11834 calling vc-backend.
11835 (vc-mode-line): Add an optional argument for the backend.
11836 Pass the backend to vc-state and vc-working-revision. Move code for
11837 special handling for vc-state being a buffer to ...
11838
11839 * vc-rcs.el (vc-rcs-find-file-hook):
11840 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11841
11842 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11843 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11844 vc-stay-local-p and vc-mode-line calls.
11845
11846 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11847 (vc-cvs-diff, vc-cvs-annotate-command)
11848 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11849 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11850 vc-mode-line calls.
11851
11852 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11853 direct comparison.
11854 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11855 backend when calling vc-mode-line.
11856 (vc-register): Do not create a closure for calling the vc register
11857 function, call it directly.
11858
11859 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11860
11861 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11862 to make it obvious item can be clicked.
11863
11864 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11865
11866 2009-06-23 Kenichi Handa <handa@m17n.org>
11867
11868 * language/korea-util.el (korean-key-bindings): Change the binding
11869 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11870 same command.
11871
11872 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11873
11874 Sync with Tramp 2.1.16.
11875
11876 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11877
11878 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11879 when a loading of a package fails. Completion function for rsync
11880 is `tramp-completion-function-alist-ssh'.
11881 (all): Replace all calls of `split-string' and
11882 `tramp-split-string' by `tramp-compat-split-string'.
11883 (tramp-default-method): Use `tramp-compat-process-running-p'.
11884 (tramp-default-proxies-alist): Allow also Lisp forms.
11885 (tramp-remote-path): Add choice "Private Directories".
11886 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11887 (tramp-domain-regexp): Allow also "-", "_" and ".".
11888 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11889 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11890 (tramp-debug-message): Insert header line in debug buffer.
11891 (tramp-handle-directory-files-and-attributes-with-stat):
11892 Care about filenames with spaces, or starting with "-".
11893 (tramp-handle-dired-uncache): New defun.
11894 (tramp-handle-insert-directory): Don't flush the directory from
11895 cache, this is handled by `dired-uncache' now.
11896 (tramp-handle-insert-file-contents): Improve error handling.
11897 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11898 Quote `tramp-end-of-output'.
11899 (tramp-action-password): Improve trace message.
11900 (tramp-check-for-regexp): Both echoes must be present, before removing.
11901 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11902 (tramp-compute-multi-hops): Eval cons cells of
11903 `tramp-default-proxies-alist'.
11904 (tramp-maybe-open-connection): Use the same command pattern for
11905 first hop and further hops.
11906 (tramp-wait-for-output): Remove handling of newlines.
11907 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11908 (tramp-split-string): Remove function. It is handled in
11909 tramp-compat now.
11910
11911 * net/tramp-cmds.el (tramp-bug):
11912 Recommend `tramp-cleanup-all-connections' in the bug mail.
11913
11914 * net/tramp-compat.el (tramp-compat-split-string)
11915 (tramp-compat-process-running-p): New defuns.
11916
11917 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11918 for `dired-uncache'.
11919
11920 * net/tramp-gvfs.el: New package.
11921
11922 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11923 Add handler for `dired-uncache'.
11924 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11925
11926 * net/trampver.el: Update release number. Make version check fit
11927 for SXEmacs 22.
11928
11929 2009-06-22 Jim Meyering <meyering@redhat.com>
11930
11931 Automatically handle .xz suffix (XZ-compressed files), too.
11932 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11933 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11934
11935 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11936 Nick Roberts <nickrob@snap.net.nz>
11937
11938 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11939 repository (http://sphinx.net.ru/hg/gdb-mi/).
11940
11941 2009-06-22 Glenn Morris <rgm@gnu.org>
11942
11943 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11944 `mode' and `eval' entries. (Bug#3430)
11945
11946 * Makefile.in (ELCFILES): Add fadr.elc.
11947
11948 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11949 differing behavior of \n and ^ in strings. (Bug#3385)
11950
11951 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11952
11953 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11954 property.
11955 (lisp-indent-function): Make it a defcustom.
11956
11957 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11958
11959 * progmodes/gdb-ui.el: Replace with ...
11960 * progmodes/gdb-mi.el: ... this file.
11961 * progmodes/gud.el: Modify for gdb-mi.el.
11962
11963 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11964
11965 * fadr.el: New file.
11966
11967 See ChangeLog.14 for earlier changes.
11968
11969 ;; Local Variables:
11970 ;; coding: utf-8
11971 ;; End:
11972
11973 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11974
11975 This file is part of GNU Emacs.
11976
11977 GNU Emacs is free software: you can redistribute it and/or modify
11978 it under the terms of the GNU General Public License as published by
11979 the Free Software Foundation, either version 3 of the License, or
11980 (at your option) any later version.
11981
11982 GNU Emacs is distributed in the hope that it will be useful,
11983 but WITHOUT ANY WARRANTY; without even the implied warranty of
11984 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11985 GNU General Public License for more details.
11986
11987 You should have received a copy of the GNU General Public License
11988 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11989
11990 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1