]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from mainline.
[gnu-emacs] / lisp / ChangeLog
1 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2
3 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
4
5 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * progmodes/prolog.el: Fix up coding convention and such.
8 (prolog-indent-width): Use the same default as in
9 previous prolog.el rather than tab-width which depends on which buffer
10 is current when the file is loaded.
11 (prolog-electric-newline-flag): Only enable if electric-indent-mode
12 is not available.
13 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
14 (prolog-known-systems): Remove.
15 (prolog-mode-syntax-table, prolog-inferior-mode-map):
16 Move initialization into declaration.
17 (prolog-mode-map): Move initialization into declaration.
18 Remove system-specific mode-map vars, since they referred to the same
19 keymap anyway.
20 (prolog-mode-variables): Obey the user's preference w.r.t
21 adaptive-fill-mode. Prefer symbol-value to `eval'.
22 (prolog-mode-keybindings-edit): Add compatibility bindings.
23 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
24 (mercury-mode-map): New var.
25 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
26 (prolog-ensure-process, prolog-process-insert-string)
27 (prolog-consult-compile): Use with-current-buffer.
28 (prolog-guess-fill-prefix): Simplify data flow.
29 (prolog-replace-in-string): New function to use instead of
30 replace-in-string.
31 (prolog-enable-sicstus-sd): Don't abuse `eval'.
32 (prolog-uncomment-region): Use `uncomment-region' when available.
33 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
34 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
35 of int-to-char and char-to-int.
36 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
37
38 2011-01-11 Stefan Bruda <stefan@bruda.ca>
39
40 * progmodes/prolog.el: Replace by a whole new file.
41
42 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * subr.el (eval-after-load): Fix timing for features (bug#7769).
45 (declare-function, undefined, insert-for-yank)
46 (replace-regexp-in-string): Follow checkdoc's recommendations.
47
48 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
51 refreshing the diary buffer.
52
53 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
54
55 * allout.el: Add 2011 to the file copyright.
56 (allout-encrypt-string): Prevent encryption from adding an extra
57 newline at the end of the topic body.
58 (allout-version): Increment to 2.3.
59
60 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
61
62 * net/dbus.el (dbus-unregister-service): Complete doc.
63 Fix call of dbus-error signal.
64 (dbus-register-property): Use `dont-register' keyword.
65
66 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
67
68 * net/dbus.el (dbus-unregister-service): Translate returned
69 integer into a symbol.
70 (dbus-register-property): Use `dbus-register-service' to do the
71 name registration.
72
73 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
74
75 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
76 Suggested by Joakim Verona.
77
78 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
79
80 * wid-edit.el (visibility): Replace :on-image and :off-image
81 widget properties with :on-glyph and :off-glyph, for consistency
82 with the `visibility' widget.
83 (widget-toggle-value-create, widget-visibility-value-create):
84 Merge into a single function `widget-toggle-value-create'.
85
86 * cus-edit.el (custom-variable-value-create, custom-visibility)
87 (custom-face-edit-value-create, custom-face-value-create):
88 Replace :on-image and :off-image widget properties with :on-glyph and
89 :off-glyph, for consistency with the `visibility' widget.
90
91 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
92
93 * net/ldap.el (ldap-search-internal): Don't use eval.
94
95 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
96
97 * subr.el (read-char-choice): Use read-key.
98
99 * custom.el (custom-safe-themes): Rename from
100 custom-safe-theme-files. Add :risky tag.
101 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
102 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
103
104 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
105
106 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
107 from Search and add a label to Undo.
108
109 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
110 inappropriate buttons and adding :vert-only tags.
111
112 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
113 removal of Help tool-bar button. Remove Undo button for space.
114
115 * info.el (info-tool-bar-map): Add :vert-only tags.
116
117 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
118
119 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
120 image backend support. Either of them is fine.
121
122 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
123
124 * subr.el (y-or-n-p): Doc fix.
125
126 * custom.el (custom-safe-theme-files): New defcustom.
127 (custom-theme-load-confirm): New function.
128 (load-theme): Load theme using `load', confirming with
129 custom-theme-load-confirm if necessary.
130
131 * subr.el (read-char-choice): New function, factored out from
132 dired-query and hack-local-variables-confirm.
133
134 * dired-aux.el (dired-query):
135 * files.el (hack-local-variables-confirm): Use it.
136
137 * dired-aux.el (dired-compress-file):
138 * files.el (abort-if-file-too-large, find-alternate-file)
139 (set-visited-file-name, write-file, backup-buffer)
140 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
141 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
142 Use new format string args for y-or-n-p and yes-or-no-p.
143
144 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
145
146 * progmodes/compile.el (compilation-error-regexp-alist-alist)
147 [gcc-include]: Tighten file name match, add match for column
148 number. (Bug#7806)
149 [gnu]: Remove unused group.
150
151 2011-01-08 Glenn Morris <rgm@gnu.org>
152
153 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
154
155 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
156
157 2011-01-07 Sam Steingold <sds@gnu.org>
158
159 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
160 the `explicit-shell-file-name' because that is the
161 non-interactive shell.
162
163 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
164
165 * subr.el (y-or-n-p): Accept format string args.
166
167 2011-01-07 Glenn Morris <rgm@gnu.org>
168
169 * Makefile.in (EMACSOPT): Add --no-site-lisp.
170
171 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
172
173 * allout.el (allout-back-to-current-heading): Ensure return to
174 the visible containing topic, rather than a collapsed one.
175 (allout-view-change-hook): Remove hook that was deprecated long ago.
176 (allout-exposure-change-hook): Remove documentation remarks
177 concerning removed allout-view-change-hook.
178 (allout-flag-region): Remove invocation of and documentation
179 remarks concerning allout-view-change-hook.
180
181 2011-01-06 Glenn Morris <rgm@gnu.org>
182
183 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
184 (vc-bzr-annotate-extract-revision-at-line):
185 Handle authors with embedded spaces. (Bug#7792)
186
187 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
188
189 * doc-view.el (doc-view-image-width): New variable.
190 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
191 backend for PNG images, and do dynamic rescaling instead of
192 reconverting the whole doc.
193
194 2011-01-05 Glenn Morris <rgm@gnu.org>
195
196 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
197
198 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
199
200 * allout.el: Reconcile with changes in line movement behavior for
201 long text lines that cross more than a single physical window
202 line, ie when truncate-lines is nil.
203 (allout-next-visible-heading): Provide for change in line-move
204 behavior on long lines when truncate-lines is nil. In that case,
205 line-move can wind up on the same textual line when it moves to
206 the next window line, and moving to the bullet position after the
207 move yields zero advancement. Add logic to detect and compensate
208 for the lack of progress.
209 (allout-current-topic-collapsed-p): move-end-of-line respect for
210 field boundaries is different when operating with body lines
211 shorter than window width versus ones greater than window width,
212 which can yield false negatives in this function. Avoid
213 difference by applying move-end-of-line while field-text-motion is
214 inhibited.
215
216 2011-01-04 Glenn Morris <rgm@gnu.org>
217
218 * textmodes/rst.el (rst-compile-toolsets):
219 Add pdf and s5 to option alist.
220
221 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
222
223 * net/dbus.el (dbus-register-property): Add optional parameter
224 dont-register-service. Updated docstring accordingly.
225
226 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
227
228 * textmodes/rst.el (rst-compile-pdf-preview)
229 (rst-compile-slides-preview): Remove extra line.
230
231 2011-01-04 Glenn Morris <rgm@gnu.org>
232
233 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
234 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
235 default to `prog' without a .py extension.
236 (rst-compile-pdf-preview, rst-compile-slides-preview):
237 Use program names from rst-compile-toolsets, rather than hard-coding.
238 (rst-portable-mark-active-p): Fix presumed typo.
239
240 2011-01-02 Eli Zaretskii <eliz@gnu.org>
241
242 * term/w32-win.el (dynamic-library-alist): Set up correctly for
243 libpng versions both before and after 1.4.0. (Bug#7716)
244
245 2011-01-02 Eli Zaretskii <eliz@gnu.org>
246
247 * time.el (display-time-mode): Mention display-time-interval in
248 the doc string. (Bug#7713)
249
250 2011-01-02 Kenichi Handa <handa@m17n.org>
251
252 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
253 condition-case and return an error message string if something
254 goes wrong.
255 (rmail-show-mime): Adjust for the above change. Insert the
256 header by rmail-mime-insert-header.
257
258 2011-01-02 Kenichi Handa <handa@m17n.org>
259
260 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
261 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
262 (rmail-mime-mbox-buffer)
263 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
264 (rmail-mime-entity): Argument changed. All codes handling an
265 entity object are changed.
266 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
267 the above change.
268 (rmail-mime-entity-children, rmail-mime-entity-handler)
269 (rmail-mime-entity-tagline): New functions.
270 (rmail-mime-message-p): New function.
271 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
272 (rmail-mime-entity-segment, rmail-mime-next-item)
273 (rmail-mime-previous-item, rmail-mime-shown-mode)
274 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
275 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
276 (rmail-mime-insert-tagline, rmail-mime-insert-header):
277 New functions.
278 (rmail-mime-text-handler): Call rmail-mime-insert-text.
279 (rmail-mime-insert-decoded-text): New function.
280 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
281 (rmail-mime-insert-image): Argument changed. Caller changed.
282 (rmail-mime-image): Call rmail-mime-toggle-hidden.
283 (rmail-mime-set-bulk-data): New funciton.
284 (rmail-mime-insert-bulk): Argument changed.
285 (rmail-mime-multipart-handler): Return t.
286 (rmail-mime-process-multipart): Argument changed.
287 Handle "multipart/alternative" here.
288 (rmail-mime-process): Argument changed.
289 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
290 (rmail-mime-insert): Argument changed. Handle raw display mode.
291 (rmail-mime): Argument changed. Handle toggling of raw display
292 mode.
293 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
294 rmail-mime-view-buffer.
295 (rmail-insert-mime-forwarded-message): Likewise.
296 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
297
298 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
299 non-nil, handle the header in rmail-show-mime-function.
300
301 2011-01-02 Leo <sdl.web@gmail.com>
302
303 * help-fns.el (describe-variable): Fix previous change.
304
305 2011-01-02 Juri Linkov <juri@jurta.org>
306
307 * isearch.el (isearch-lazy-highlight-error): New variable.
308 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
309 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
310 to the current value of `isearch-error' (Bug#7468).
311
312 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
313
314 * help-fns.el (describe-variable): Don't emit trailing whitespace
315 (Bug#7511).
316
317 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
318
319 * textmodes/rst.el (rst-compile-pdf-preview)
320 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
321
322 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
323
324 * emulation/edt-mapper.el: Override mapping of function keys so
325 that the later call to read-key-sequence works.
326
327 2011-01-02 Eli Zaretskii <eliz@gnu.org>
328
329 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
330 Unix EOLs. (Bug#7589)
331
332 2011-01-02 Leo <sdl.web@gmail.com>
333
334 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
335 if point is not behind eshell-last-output-end (Bug#7585).
336
337 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * files.el (file-local-variables-alist):
340 Make permanent-local (bug#7767).
341
342 2011-01-02 Glenn Morris <rgm@gnu.org>
343
344 * version.el (emacs-copyright): Set short copyright year to 2011.
345
346 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
347
348 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
349 an existing temp buffer. (Bug#7746)
350
351 2011-01-02 Glenn Morris <rgm@gnu.org>
352
353 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
354 multiple addresses. (Bug#7760)
355
356 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
357
358 * allout.el (allout-auto-fill): Do not infinitely recurse - use
359 do-auto-fill if everything points back to allout-auto-fill.
360 (allout-mode-deactivate-hook): Declare obsolete, in favor of
361 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
362
363 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
364
365 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
366 and "scpx".
367
368 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
369
370 * doc-view.el (doc-view-set-doc-type): New function refactored
371 from doc-view-mode.
372 (doc-view-fallback-mode): New function.
373 (doc-view-mode): Use it.
374 (doc-view-mode-maybe): New function that checks if doc-view-mode
375 can be used and falls back to the next best mode otherwise.
376
377 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
378 DVI, OpenDocument, and MS Office files.
379
380 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
381
382 * emacs-lisp/rx.el (rx-syntax): Fix typo.
383
384 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
385
386 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
387 on a copy of auto-mode-alist, because that deletes with side
388 effects.
389
390 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
391
392 * doc-view.el (doc-view-mode, doc-view-toggle-display):
393 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
394 fallback instead of hard coding fundamental mode.
395
396 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
397
398 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
399 Office) files also for searching.
400
401 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
402
403 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
404 Office) files. Not yet enabled via auto-mode-list.
405 (doc-view-unoconv-program): New custom variable.
406 (doc-view-mode-p): Handle new odf document type.
407 (doc-view-odf->pdf): New conversion function.
408 (doc-view-convert-current-doc): Call it for odf files.
409 (doc-view-mode): Recognize newly supported file extensions.
410
411 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
412
413 * net/tramp.el (tramp-default-method-alist)
414 (tramp-default-user-alist)
415 (tramp-local-host-regexp, tramp-prefix-domain-format)
416 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
417
418 * net/tramp-ftp.el:
419 * net/tramp-gvfs.el:
420 * net/tramp-gw.el:
421 * net/tramp-imap.el:
422 * net/tramp-sh.el:
423 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
424 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
425
426 2010-12-29 Karl Fogel <kfogel@red-bean.com>
427
428 * saveplace.el (save-place-alist-to-file): Save list sorted and
429 pretty-printed, so that it is mergeable by line-based text merging,
430 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
431
432 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
433
434 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
435 (allout-mode): Argument "toggle" => "force".
436 Refine the docstring.
437 Remove special provisions for reactivation, besides the 'force'
438 argument.
439 Consolidate layout provisions coce directly into the activation
440 condition branch, now that we've removed those provisions.
441 (allout-unload-function): Explicitly activate the mode before
442 deactivating, if it's initially deactivated.
443 (allout-set-buffer-multibyte): Properly prevent byte-compiler
444 warnings for version of function used only where
445 set-buffer-multibyte is unavailable.
446
447 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
448
449 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
450 are handled by the menu-bar entries. As before, don't use
451 :visibile to avoid changing the tool-bar.
452
453 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
454
455 * net/secrets.el (secrets-delete-alias): New defun.
456
457 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
458
459 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
460 methods, otherwise ~/.ssh/config would be ignored.
461
462 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * emacs-lisp/rx.el: Make it a superset of sregex.
465 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
466 of args, add `regex' alias.
467 (rx-info): Add arg to distinguish head and standalone forms.
468 (rx-check, rx-form): Pass the corresponding arg.
469 (rx-**): Simplify.
470 (rx-repeat): Make it work for any number of args.
471 (rx-syntax): Make it accept syntax chars as is.
472 * obsolete/sregex.el: Move from emacs-lisp/.
473 * emacs-lisp/re-builder.el: Remove sregex support.
474 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
475
476 2010-12-25 Eli Zaretskii <eliz@gnu.org>
477
478 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
479 PRIMARY first, then the clipboard. (Bug#7699)
480
481 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
484 print-number-table.
485
486 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
487
488 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
489 .emacs.elc (Bug#7530).
490
491 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
492 image spec (Bug#7480).
493
494 2010-12-21 Daiki Ueno <ueno@unixuser.org>
495
496 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
497 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
498 Move from lisp/.
499
500 2010-12-20 Leo <sdl.web@gmail.com>
501
502 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
503 always be performed (Bug#7680).
504
505 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
506
507 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
508 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
509 mouse-region-match.
510
511 * color.el: Move from gnus/.
512
513 * vc/diff.el (diff-better-file-name): Function deleted.
514 abbreviating file names causes problems with shell-quote-argument.
515 (diff-no-select): Just use expand-file-name.
516
517 * tool-bar.el (tool-bar--image-expression): New function.
518 (tool-bar-local-item, tool-bar--image-exp): Use it.
519 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
520 Use :enable instead of :visible to avoid changing the tool-bar
521 configuration unnecessarily.
522
523 * info.el (info-tool-bar-map): Add separators.
524
525 2010-12-17 Ken Brown <kbrown@cornell.edu>
526
527 * loadup.el: Use version numbers in Cygwin build.
528
529 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
530
531 * ido.el (ido-file-internal): Ask for confirmation before
532 overwriting an existing file (Bug#1238).
533
534 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
535
536 * tool-bar.el (tool-bar-setup): Add separators.
537
538 * menu-bar.el (featurep): Use menu-bar-separator.
539
540 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
541
542 Migrate allout encryption provisions from pgg to epg.
543
544 * allout.el (allout-toggle-current-subtree-encryption)
545 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
546 defaulting policy and other changes. Change fetch-pass to keymode-cue,
547 for simpler universal argument interpretation.
548 (allout-toggle-subtree-encryption): Adjust docstring to describe
549 changed encryption provisions. Change fetch-pass to keymode-cue, for
550 simpler universal argument interpretation. Remove provisions for
551 handling key type and identity - they'll all be within
552 allout-encrypt-string or epg/epg or even contained all the way in gpg.
553 (allout-encrypt-string): Include keymode-cue, for optionally prompting
554 for keypair recipients (universal argument > 1) and, in addition,
555 associating the specified recipients with the outline (universal
556 argument > 4) using a file local variable setting for
557 'epa-file-encrypt-to'.
558 Require epa, for recipients handling.
559 Change how regexp filtering elements are named.
560 Describe the problem with caching of incorrect symmetric-decryption
561 keys.
562 Use the epa-passphrase-callback-function, in case the user is using
563 GnuPG v1.
564 Support saving of the selected keypair recipients when invoked with a
565 keymode-cue > 4.
566 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
567 Require 'epa.
568 Establish epg-context with armoring and default epg-protocol.
569 Remove all passphrase cache, verification, and hinting code.
570 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
571 No longer used, delete.
572 (allout-mode): Adjust docstring to describe changed encryption
573 provisions. Describe the problem with caching of incorrect
574 symmetric-decryption keys.
575 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
576 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
577 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
578 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
579 Obsolete, remove.
580
581 2010-12-16 Daiki Ueno <ueno@unixuser.org>
582
583 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
584 key selection prompt; make 'silent as default (Bug#7487).
585
586 2010-12-16 Leo <sdl.web@gmail.com>
587
588 * eshell/eshell.el (eshell-directory-name):
589 Use locate-user-emacs-file (Bug#7578).
590
591 2010-12-15 Glenn Morris <rgm@gnu.org>
592
593 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
594
595 2010-12-15 Jari Aalto <jari.aalto@cante.net>
596 Scott Evans <gse@antisleep.com>
597
598 * rect.el (rectange--default-line-number-format)
599 (rectangle-number-line-callback): New functions.
600 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
601
602 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
603
604 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
605 Delete unused variables.
606 (move-to-column-force): Remove function obsolete since 21.2.
607
608 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
609
610 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
611 (tramp-handle-insert-file-contents): Do not set permanent-local
612 property.
613
614 * net/tramp-cache.el (tramp-persistency-file-name):
615 Use `locate-user-emacs-file' if fboundp.
616
617 * net/tramp-sh.el (tramp-methods): Add "ksu".
618 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
619 method list.
620
621 2010-12-14 Glenn Morris <rgm@gnu.org>
622
623 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
624 (find-tag-marker-ring): Declare.
625 (js-find-symbol): Require etags.
626
627 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
628 Require mail-utils.
629 (mail-alias-file): Don't autoload. Doc fix.
630 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
631 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
632 Mark as obsolete, and risky.
633 (mail-setup): Simplify.
634
635 * mail/mailalias.el (build-mail-aliases): Make it interactive.
636 * mail/sendmail.el (build-mail-aliases): Update autoload.
637
638 * dired.el (dired-trivial-filenames, dired-chown-program)
639 (dired-auto-revert-buffer): Remove autoload cookies.
640 * mail/sendmail.el (mail-recover-1): Require 'dired.
641
642 * dired.el (dired-subdir-switches, dired-chown-program)
643 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
644 Make into defcustoms.
645 (dired-chown-program): Simplify initialization.
646
647 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
648
649 2010-12-13 Romain Francoise <romain@orebokech.com>
650
651 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
652
653 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
654
655 * net/netrc.el (netrc-point-at-eol): Remove the unused
656 netrc-point-at-old and netrc-bound-and-true-p bindings.
657 (netrc-parse): Cache the netrc contents.
658
659 2010-12-13 Eli Zaretskii <eliz@gnu.org>
660
661 * subr.el (posn-col-row): Evaluate header-line-format in the
662 context of the POSITION window's buffer.
663
664 2010-12-13 Glenn Morris <rgm@gnu.org>
665
666 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
667 (with-silent-modifications): Doc fixes.
668
669 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
670
671 * net/tramp.el (tramp-action-password, tramp-process-actions):
672 Revert previous from. Use `save-restriction'.
673
674 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
675
676 * calendar/diary-lib.el (diary-list-sexp-entries):
677 Handle case of no newline at end of file. (Bug#7536)
678
679 2010-12-13 Glenn Morris <rgm@gnu.org>
680
681 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
682
683 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
684
685 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
686 (tramp-process-actions): Do not widen.
687
688 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
689 Protect buffer-modified value. (Bug#7557)
690
691 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
692
693 * log-edit.el (log-edit-changelog-entries):
694 Regexp quote filename. (Bug#7505)
695
696 2010-12-13 Tom Breton <tehom@panix.com>
697
698 * cus-edit.el (custom-save-all):
699 Bind print-length and print-level to nil. (Bug#7581)
700
701 2010-12-13 Glenn Morris <rgm@gnu.org>
702
703 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
704 Run hooks to update menu contents. (Bug#7586)
705
706 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
707 file names, for the sake of MS Windows. (Bug#7588)
708
709 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
712 empty lines without a leading space.
713
714 2010-12-13 Leo <sdl.web@gmail.com>
715
716 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
717 while mapping over marks (Bug#6810).
718
719 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
720
721 * image-dired.el (image-dired-db-file)
722 (image-dired-temp-image-file, image-dired-gallery-dir)
723 (image-dired-temp-rotate-image-file): Set default values relative
724 to image-dired-dir (Bug#7518).
725
726 2010-12-13 Lawrence Mitchell <wence@gmx.li>
727
728 * format.el (format-decode-run-method): Pass args FROM and TO, not
729 point-min and point-max, to shell-command-on-region (Bug#7488).
730
731 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
732
733 * frame.el (blink-cursor-mode): Make default t for ns.
734
735 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
736
737 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
738
739 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
740
741 * comint.el (comint-dynamic-list-input-ring)
742 (comint-dynamic-complete-filename)
743 (comint-replace-by-expanded-filename)
744 (comint-dynamic-simple-complete)
745 (comint-dynamic-list-filename-completions)
746 (comint-dynamic-list-completions): Doc fix (Bug#7499).
747
748 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
749 Doc fix (Bug#7471).
750
751 2010-12-13 Martin Rudalics <rudalics@gmx.at>
752
753 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
754 (Bug#7533).
755
756 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
757
758 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
759 (Bug#7491).
760
761 2010-12-13 Eli Zaretskii <eliz@gnu.org>
762
763 * files.el (file-relative-name): Handle UNC file names on
764 DOS/Windows. (Bug#4674)
765
766 2010-12-13 Daiki Ueno <ueno@unixuser.org>
767
768 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
769 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
770 (epg-context-set-passphrase-callback): Mention that the callback
771 is not called when used with GnuPG 2.x.
772
773 2010-12-13 Glenn Morris <rgm@gnu.org>
774
775 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
776 Ensure ps-footer-font-size-internal is initialized.
777 Call ps-get-page-dimensions before trying to use ps-font-for-text.
778
779 2010-12-13 Kenichi Handa <handa@m17n.org>
780
781 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
782 within condition-case.
783 (rmail-show-mime): Don't use condition-case.
784 (rmail-search-mime-message): New function.
785 (rmail-search-mime-message-function): Set to
786 rmail-search-mime-message.
787
788 2010-12-13 Leo <sdl.web@gmail.com>
789
790 * ido.el (ido-common-initialization): New function. (bug#3274)
791 (ido-mode): Use it.
792 (ido-completing-read): Call it.
793
794 2010-12-12 Karl Fogel <kfogel@red-bean.com>
795
796 * bookmark.el (bookmark-name-from-full-record): Rename back to
797 this original name from `bookmark-name-from-record' reverting part
798 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
799 As Drew Adams pointed out, there was no reason to cause churn for
800 third-party callers.
801
802 2010-12-12 Alan Mackenzie <acm@muc.de>
803
804 * progmodes/cc-engine.el (c-forward-type): Before scanning a
805 template arglist, check that the current language supports this.
806
807 2010-12-11 Glenn Morris <rgm@gnu.org>
808
809 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
810 state of the file matches. (Bug#7544)
811 (vc-bzr-register, vc-bzr-checkin)
812 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
813 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
814
815 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
816
817 2010-12-11 Karel Klíč <kklic@redhat.com>
818
819 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
820
821 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 Derive from prog-mode, use derived-mode-p, and fix up various
824 minor style issues in lisp/progmodes.
825
826 * progmodes/vhdl-mode.el (vhdl-mode):
827 * progmodes/verilog-mode.el (verilog-mode):
828 * progmodes/vera-mode.el (vera-mode):
829 * progmodes/sql.el (sql-mode):
830 * progmodes/scheme.el (scheme-mode):
831 * progmodes/perl-mode.el (perl-mode):
832 * progmodes/octave-inf.el (inferior-octave-mode):
833 * progmodes/autoconf.el (autoconf-mode):
834 * progmodes/m4-mode.el (m4-mode):
835 * progmodes/inf-lisp.el (inferior-lisp-mode):
836 * progmodes/idlwave.el (idlwave-mode):
837 * progmodes/icon.el (icon-mode):
838 * progmodes/idlw-help.el (idlwave-help-mode):
839 * progmodes/dcl-mode.el (dcl-mode):
840 * progmodes/idlw-shell.el (idlwave-shell-mode):
841 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
842 (ebrowse-member-mode, ebrowse-electric-position-mode):
843 Use define-derived-mode.
844
845 * progmodes/xscheme.el (exit-scheme-interaction-mode)
846 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
847 (xscheme-debugger-mode-p, xscheme-send-string-1):
848 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
849 (tcl-load-file, tcl-restart-with-file):
850 * progmodes/ps-mode.el (ps-run-running):
851 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
852 * progmodes/js.el (js--get-all-known-symbols):
853 * progmodes/inf-lisp.el (inferior-lisp-proc):
854 * progmodes/idlwave.el (idlwave-beginning-of-statement)
855 (idlwave-template, idlwave-update-buffer-routine-info)
856 (idlwave-update-current-buffer-info)
857 (idlwave-get-routine-info-from-buffers, idlwave-choose)
858 (idlwave-scan-class-info, idlwave-fix-keywords)
859 (idlwave-list-buffer-load-path-shadows):
860 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
861 (idlwave-toolbar-remove):
862 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
863 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
864 (idlwave-shell-menu-def):
865 * progmodes/idlw-complete-structtag.el
866 (idlwave-prepare-structure-tag-completion):
867 * progmodes/gud.el (gud-set-buffer):
868 * progmodes/f90.el (f90-backslash-not-special):
869 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
870
871 * progmodes/xscheme.el (xscheme-start)
872 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
873 * progmodes/which-func.el (which-function):
874 * progmodes/vhdl-mode.el (vhdl-set-style):
875 * progmodes/verilog-mode.el (verilog-set-compile-command)
876 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
877 (verilog-set-define, verilog-auto-reeval-locals):
878 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
879 * progmodes/simula.el (simula-mode):
880 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
881 * progmodes/python.el (python-check, python-mode):
882 * progmodes/prolog.el (prolog-mode-variables):
883 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
884 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
885 * progmodes/delphi.el (delphi-mode):
886 * progmodes/cc-styles.el (c-setup-paragraph-variables):
887 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
888 (c-font-lock-init): Move make-local-variable to their setq.
889
890 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
891 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
892 make-local-hook.
893 * progmodes/sh-script.el (sh-require-final-newline): Remove.
894 (sh-set-shell): Don't set require-final-newline since it's already done
895 by prog-mode.
896 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
897 since we never set it.
898 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
899 Use read-string and standard prompt.
900 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
901 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
902 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
903 (meta-common-mode-map): Rename from meta-mode-map.
904 Remove C-m binding, which is a user preference, not mode specific.
905 (meta-common-mode): New major mode; replace meta-common-initialization.
906 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
907 around with font-lock.
908 * progmodes/etags.el (select-tags-table-mode):
909 Derive from special-mode.
910 * progmodes/octave-mod.el (octave-mode):
911 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
912 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
913 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
914 Let define-derived-mode do its job.
915 * progmodes/cpp.el (cpp-edit-mode-map):
916 Move initialization into declaration.
917 (cpp-edit-mode): Use define-derived-mode.
918 (cpp-edit-load): Use derived-mode-p.
919 * progmodes/mixal-mode.el (mixal-mode):
920 * progmodes/f90.el (f90-mode):
921 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
922 require-final-newline since prog-mode does it already.
923 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
924 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
925 * progmodes/antlr-mode.el: Require cc-mode upfront.
926 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
927 the declaration.
928 (antlr-directory-dependencies, antlr-show-makefile-rules):
929 Use derived-mode-p.
930 (antlr-language-option): Don't assume point-min==1.
931 (antlr-mode): Use define-derived-mode.
932 * progmodes/ada-mode.el: Use derived-mode-p.
933 (ada-mode): Use define-derived-mode.
934 Use hack-local-variables-hook.
935
936 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
939 (texinfo-mode): Don't disable adaptive-fill-mode.
940 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
941 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
942 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
943 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
944 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
945 (texinfo-insert-@quotation, texinfo-insert-@samp)
946 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
947 (texinfo-insert-@uref): Use define-skeleton.
948 (texinfo-insert-@-with-arg): Delete.
949
950 2010-12-10 Eli Zaretskii <eliz@gnu.org>
951
952 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
953 nil, do quote archive member names. (Bug#6144)
954
955 2010-12-10 Glenn Morris <rgm@gnu.org>
956
957 * files.el (diff-no-select): Declare.
958
959 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
960 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
961
962 * comint.el (comint-input-ring-file-name): Doc fix.
963
964 2010-12-09 Eli Zaretskii <eliz@gnu.org>
965
966 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
967 New functions.
968 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
969 Use them instead of `nil' and `>', respectively.
970 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
971 instead of `nil'.
972 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
973 and menu-bar-positive-p instead of `nil' and `>', respectively.
974 (Bug#1077)
975
976 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
977
978 * whitespace.el (whitespace-newline-mode): Code fix.
979
980 2010-12-09 Glenn Morris <rgm@gnu.org>
981
982 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
983 Rename functions without commas, update callers.
984
985 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
986
987 * whitespace.el (whitespace-cleanup-region):
988 Clean up spaces before tabs. (Bug#7582)
989
990 2010-12-08 Karl Fogel <kfogel@red-bean.com>
991
992 * bookmark.el: Adjust parameter names and doc strings to resolve
993 confusion over whether "bookmark" meant a bookmark name or a
994 bookmark record. Along the way, shorten one function's name for
995 similar reasons. (Issue #7548)
996 (bookmark-name-from-record): New name for
997 `bookmark-name-from-full-record'. All callers changed.
998 (bookmark-get-bookmark, bookmark-get-bookmark-record)
999 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1000 (bookmark-get-annotation, bookmark-set-annotation)
1001 (bookmark-get-filename, bookmark-set-filename)
1002 (bookmark-get-position, bookmark-set-position)
1003 (bookmark-get-front-context-string, bookmark-set-front-context-string)
1004 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1005 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1006 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1007 Rename `bookmark' parameter to `bookmark-name-or-record', to
1008 clearly show its role, and shorten or adjust doc strings accordingly.
1009 (bookmark-set-name): Same, and pass the parameter directly to
1010 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1011 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1012 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1013 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1014 and in some cases shorten doc string accordingly.
1015 (bookmark-rename): Change `old' and `new' parameters to `old-name'
1016 and `new-name', and adjust an internal variable to avoid confusion.
1017 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1018 parameter in doc string.
1019
1020 2010-12-08 Glenn Morris <rgm@gnu.org>
1021
1022 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1023 from gdb's history file. (Bug#7575)
1024
1025 * mail/emacsbug.el (report-emacs-bug):
1026 Try to handle some other mail clients.
1027
1028 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * files.el (dir-locals-collect-variables): Don't let errors stop us.
1031 Use string-prefix-p.
1032 (file-name-version-regexp): New var.
1033 (file-name-sans-versions):
1034 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1035 (jka-compr-get-compression-info): Use dolist.
1036 (jka-compr-compression-info-list): Don't bother specifying
1037 version/backup regexps.
1038
1039 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
1040
1041 * simple.el (just-one-space): Make argument n default to 1 if
1042 omitted.
1043
1044 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * electric.el (electric-indent-post-self-insert-function):
1047 Delete trailing newlines even if we don't reindent.
1048
1049 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * minibuffer.el (completion-at-point): Remove the `arg'.
1052 * bindings.el (complete-symbol): Move back from minibuffer.el.
1053
1054 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1055
1056 * simple.el (just-one-space): Delete newlines for negative arg.
1057
1058 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1061 (ansi-color-filter-apply): Simplify.
1062 (ansi-color-apply): Use `font-lock-face' rather than `face'.
1063
1064 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1065
1066 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1067
1068 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * dired.el (dired-use-ls-dired): Set default to a special
1071 "unspecified" value.
1072 (dired-insert-directory): When called the first time, check
1073 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1074
1075 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
1076
1077 * replace.el: Add "collect" feature to occur.
1078 (occur-collect-regexp-history): New var.
1079 (occur-read-primary-args): Return a replace string for nlines,
1080 if needed.
1081 (occur): Extend the meaning of nlines.
1082
1083 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1086 (which-func-update-1): Distinguish symbols from strings.
1087 (which-function): Stay within 80 columns.
1088
1089 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * subr.el (with-demoted-errors): Distinguish symbols from strings.
1092
1093 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1094 Improve docstring.
1095 (comment-style): Use comment-styles's docs to describe values.
1096
1097 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
1098
1099 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1100 and ns-show-prefs (Bug#7535).
1101
1102 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1103 bindings (Bug#7535).
1104
1105 2010-12-03 Glenn Morris <rgm@gnu.org>
1106
1107 * nxml/nxml-mode.el: Require rng-nxml.
1108 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1109 Remove declarations.
1110
1111 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1112 * nxml/rng-nxml.el, nxml/rng-valid.el:
1113 Remove leading `*' from defcustom docs.
1114
1115 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1116 (normal-top-level-add-to-load-path, tty-handle-args):
1117 Convert comments to basic doc-strings.
1118
1119 * net/browse-url.el (browse-url-url-at-point)
1120 (browse-url-default-browser): Remove autoload cookies.
1121
1122 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1123 Remove more undefined cl functions.
1124
1125 * vc/diff.el (diff-sentinel): Make new arguments optional.
1126 * ibuf-ext.el (diff-sentinel): Update declaration.
1127
1128 2010-12-03 Daiki Ueno <ueno@unixuser.org>
1129
1130 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1131 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1132 (epg-context-set-passphrase-callback): Mention that the callback
1133 is not called when used with GnuPG 2.x.
1134
1135 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
1136
1137 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1138 (tramp-file-name-port): Check also for `tramp-default-port'.
1139 (tramp-get-connection-name): New defun.
1140 (tramp-get-connection-process): Use it.
1141 (tramp-debug-message): Extend function exclude list.
1142 (tramp-drop-volume-letter): Fix doc string.
1143
1144 * net/tramp-cmds.el: Remove solved todo item.
1145
1146 * net/tramp-efs.el:
1147 * net/tramp-ftp.el:
1148 * net/tramp-gvfs.el:
1149 * net/tramp-gw.el:
1150 * net/tramp-imap.el:
1151 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1152 and `tramp-default-user-alist', respectively.
1153
1154 * net/tramp-gw.el (tramp-gw-open-connection):
1155 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
1156
1157 * net/tramp-imap.el (tramp-imap-make-iht): Use just
1158 `tramp-file-name-port'.
1159
1160 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1161 and "psftp". Exchange "%k" marker with options.
1162 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1163 Compute size of link target.
1164 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1165 `tramp-current-*' up due to gateway methods. Optimze computing of
1166 copy arguments. Use `tramp-get-connection-name' and
1167 `tramp-get-connection-buffer'. Improve debug messages.
1168 (tramp-compute-multi-hops): Remove port determination.
1169 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1170
1171 * net/trampver.el: Update release number.
1172
1173 2010-12-02 Glenn Morris <rgm@gnu.org>
1174
1175 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1176 Avoid infinite loop over windows. (Bug#7492)
1177
1178 * progmodes/flymake.el (flymake-check-file-limit):
1179 Allow nil to mean "no limit".
1180 (flymake-check-patch-master-file-buffer): Update for above change.
1181 Allow a .tex file-name extension to be optional.
1182 (flymake-master-tex-init): Also match \include statements.
1183
1184 2010-11-30 Sam Steingold <sds@gnu.org>
1185
1186 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1187 (nxml-parent-document-set): A function to set `nxml-parent-document'.
1188 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1189 (nxml-mode-hook): Remove `defcustom' (auto-defined by
1190 define-derived-mode').
1191 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1192 users who want to call `nxml-parent-document-set'.
1193
1194 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1197 stand-alone lines, since that is handled by log-edit-match-to-eoh
1198 (Bug#6465).
1199
1200 2010-11-27 Eduard Wiebe <usenet@pusto.de>
1201
1202 * dired.el (dired-get-filename): Replace backslashes with slashes
1203 in file names on MS-Windows, needed by `locate'. (Bug#7308)
1204 * locate.el (locate-default-make-command-line): Don't consider
1205 drive letter and root directory part of
1206 `directory-listing-before-filename-regexp'. (Bug#7308)
1207 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1208
1209 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1212 of :smie-open/close-alist.
1213 (smie-next-sexp): Make it accept a "start token" as argument.
1214 (smie-indent-keyword): Be careful not to misidentify tokens that span
1215 more than one line, as empty lines. Add argument `token'.
1216
1217 2010-11-27 Kenichi Handa <handa@m17n.org>
1218
1219 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1220 multipart subtypes, insert all as usual.
1221
1222 * mail/rmail.el: Require rfc2047.
1223
1224 2010-11-27 Kenichi Handa <handa@m17n.org>
1225
1226 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1227 (rmail-mime-entity-disposition)
1228 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1229 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1230 (rmail-mime-save): Handle the case that the button's `data' is a
1231 MIME entity.
1232 (rmail-mime-insert-text): New function.
1233 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
1234 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1235 (rmail-mime-insert-bulk): New function mostly copied from the old
1236 rmail-mime-bulk-handler.
1237 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1238 (rmail-mime-process-multipart): New function mostly copied from
1239 the old rmail-mime-multipart-handler.
1240 (rmail-mime-show): Just call rmail-mime-process.
1241 (rmail-mime-process): New function mostly copied from the old
1242 rmail-mime-show.
1243 (rmail-mime-insert-multipart, rmail-mime-parse)
1244 (rmail-mime-insert, rmail-show-mime)
1245 (rmail-insert-mime-forwarded-message)
1246 (rmail-insert-mime-resent-message): New functions.
1247 (rmail-insert-mime-forwarded-message-function): Set to
1248 rmail-insert-mime-forwarded-message.
1249 (rmail-insert-mime-resent-message-function): Set to
1250 rmail-insert-mime-resent-message.
1251
1252 * mail/rmailsum.el: Require rfc2047.
1253 (rmail-header-summary): Handle multiline Subject: field.
1254 (rmail-summary-line-decoder): Change the default to
1255 rfc2047-decode-string.
1256
1257 * mail/rmail.el (rmail-enable-mime): Change the default to t.
1258 (rmail-mime-feature): Change the default to `rmailmm'.
1259 (rmail-quit): Delete the specifal code for rmail-enable-mime.
1260 (rmail-display-labels): Likewise.
1261 (rmail-show-message-1): Check rmail-enable-mime, and use
1262 rmail-show-mime-function for a MIME message. Decode the headers
1263 according to RFC2047.
1264
1265 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * progmodes/which-func.el (which-func-imenu-joiner-function):
1268 Return a string, as expected.
1269 (which-function-mode): Make sure we stop any previous timer before
1270 starting a new one.
1271
1272 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
1273
1274 * net/tramp.el (tramp-default-method-alist)
1275 (tramp-default-user-alist, tramp-default-proxies-alist):
1276 Adapt custom options type. (Bug#7445)
1277
1278 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * progmodes/python.el: Add Ipython support (Bug#5390).
1281 (python-shell-prompt-alist)
1282 (python-shell-continuation-prompt-alist): New options.
1283 (python--set-prompt-regexp): New function.
1284 (inferior-python-mode, run-python, python-shell):
1285 Require ansi-color. Use python--set-prompt-regexp to set the comint
1286 prompt based on the Python interpreter.
1287 (python--prompt-regexp): New var.
1288 (python-check-comint-prompt)
1289 (python-comint-output-filter-function): Use it.
1290 (run-python): Use a pipe (Bug#5694).
1291
1292 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * progmodes/python.el (run-python): Doc fix.
1295 (python-keep-current-directory-in-path): New var (Bug#7454).
1296
1297 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1298
1299 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1300 Prompt user before actually printing.
1301
1302 2010-11-27 Glenn Morris <rgm@gnu.org>
1303
1304 * startup.el (package-enable-at-startup, package-initialize):
1305 Remove unnecessary declarations.
1306
1307 2010-11-27 Eli Zaretskii <eliz@gnu.org>
1308
1309 * international/characters.el (glyphless-char-display-control):
1310 Exclude newline and TAB from the c0-control group.
1311
1312 2010-11-27 Glenn Morris <rgm@gnu.org>
1313
1314 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1315 (expand-mail-aliases): Remove unnecessary autoload.
1316
1317 * allout.el (allout-command-prefix, allout-mode-map): Declare.
1318
1319 * shell.el (shell-dir-cookie-re): Move definition before use.
1320
1321 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1322 Replace undefined CL functions.
1323
1324 2010-11-26 Eli Zaretskii <eliz@gnu.org>
1325
1326 * simple.el (prog-mode): Set bidi-paragraph-direction to
1327 left-to-right.
1328
1329 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1330
1331 2010-11-26 Glenn Morris <rgm@gnu.org>
1332
1333 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1334 diary-outlook-formats can be sensitive to calendar-date-style.
1335 (diary-outlook-formats): Simplify the default setting.
1336 (diary-from-outlook-internal): Pass subject and body as arguments.
1337 Use dolist rather than dotimes. Don't save the diary buffer.
1338 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1339 Pass subject and body as explicit arguments to the -internal function.
1340
1341 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1342
1343 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1344 parsing them. This makes mailto:...?subject=foo\nbar work.
1345
1346 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * vc/diff.el (diff): Fix last change.
1349
1350 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
1353 (pcase--dontcare-upats): New var.
1354 (pcase-let, pcase-let*): Generate better code.
1355 Accept the same bodies as `let'.
1356 (pcase-dolist): New macro.
1357 (pcase--trivial-upat-p): New helper function.
1358 (pcase--expand): Strip leading "(let nil" if any.
1359
1360 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1361
1362 * mail/mailclient.el (browse-url): Require.
1363 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1364 use the external browser function to send the mail (bug#7469).
1365
1366 * net/browse-url.el (browse-url-browser-function): Revert the
1367 default back to the previous value, since the new value broke
1368 mailclient.el.
1369 (browse-url-mailto-function): New variable for mailto: URLs.
1370 (browse-url): Use the new variable for mailto: URLs.
1371
1372 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1373
1374 * eshell/esh-cmd.el (eshell-parse-command):
1375 * eshell/esh-arg.el (eshell-parse-arguments):
1376 * eshell/em-script.el (eshell-source-file):
1377 Use with-silent-modifications.
1378
1379 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1380
1381 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
1382 for a merge location.
1383
1384 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1385 (vc-bzr-merge-branch): Always prompt.
1386 (vc-bzr-async-command): Use the full branch filename.
1387
1388 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * shell.el (shell): Use current-buffer by default if it's already
1391 a shell mode buffer and its process is dead.
1392 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1393
1394 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
1395
1396 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1397 Mention that the keywords should be comma separated.
1398
1399 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1400
1401 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1402 Accept optional prefix arg meaning to prompt for a command.
1403 (vc-update): Use vc-BACKEND-pull if available. Accept optional
1404 prefix arg meaning to prompt for a command.
1405 (vc-pull): Alias for vc-update.
1406
1407 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1408 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1409 (vc-bzr-merge-branch): New functions, implementing merge-branch
1410 and pull operations.
1411
1412 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * Makefile.in: Fix up last merge.
1415
1416 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1417 (diff-sentinel): Get them as arguments instead.
1418 (diff-old-file, diff-new-file, diff-extra-args): Remove.
1419 (diff-file-local-copy, diff-better-file-name): New funs.
1420 (diff-no-select): Rename from diff-into-buffer.
1421 Support buffers additionally to files. Move `buf' arg. Don't display buf.
1422 Prefer closures to buffer-local variables.
1423 (diff): Adjust accordingly.
1424 (diff-buffer-with-file): Move from files.el.
1425 * files.el (diff-buffer-with-file): Move to vc/diff.el.
1426 (diff-buffer-internal): Remove.
1427 (diff-buffer-buffer): Remove.
1428 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1429 the buffer name used, and so as not to mess up windows and frames.
1430
1431 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1432
1433 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1434 (diff-buffer-internal): New function extracted from diff-buffer-with-file
1435 (diff-buffer-with-file): Use it.
1436 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1437 (diff): Use it.
1438
1439 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
1440
1441 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1442 \ref's or \pageref's value as default instead of initial input.
1443
1444 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
1445
1446 * files.el (backup-by-copying-when-mismatch): The default value is
1447 now t.
1448
1449 * startup.el (normal-top-level):
1450 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1451 `backup-by-copying-when-mismatch'.
1452
1453 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1454
1455 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1456
1457 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1458
1459 * progmodes/python.el (python-font-lock-keywords):
1460 Highlight top-level augmented assignments (Bug#6445).
1461
1462 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1463
1464 * term/ns-win.el (ns-right-control-modifier)
1465 (ns-right-command-modifier): Defvar them.
1466
1467 * cus-start.el (all): Add ns-right-control-modifier and
1468 ns-right-command-modifier (Bug#7458).
1469
1470 2010-11-20 Glenn Morris <rgm@gnu.org>
1471
1472 * emacs-lisp/authors.el (authors-ignored-files)
1473 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1474
1475 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1476
1477 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1478 (report-emacs-bug-parse-query-results)
1479 (report-emacs-bug-create-existing-bugs-buffer): Pass through
1480 keywords used for querying the bug database to show them in the
1481 existing bugs buffer.
1482
1483 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1484
1485 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1486
1487 * info.el (info-tool-bar-map): Add some :vert-only keywords.
1488
1489 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1490
1491 * international/characters.el (glyphless-char-display-control):
1492 Make it a defcustom, with update-glyphless-char-display as its
1493 :set attribute.
1494 (top level): Don't call update-glyphless-char-display.
1495
1496 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
1497
1498 Sync with Tramp 2.2.0.
1499
1500 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1501 `file-remote-p' (due to compatibility).
1502
1503 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1504 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1505
1506 * net/trampver.el: Update release number.
1507
1508 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1509
1510 * faces.el (glyphless-char): Define value for `pc'.
1511
1512 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1513
1514 Implemented a bug querying mechanism.
1515 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1516 (report-emacs-bug-create-existing-bugs-buffer)
1517 (report-emacs-bug-parse-query-results)
1518 (report-emacs-bug-query-existing-bugs): New functions.
1519
1520 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
1521
1522 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1523 a \ref{} or \pageref{} macro, then use its value as initial input.
1524
1525 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1526
1527 * calc/calc-units.el (math-build-units-table-buffer):
1528 calc/README: Mention that the TeX specific units won't use the
1529 `tex' prefix in TeX mode.
1530 calc/calc-lang.el (math-variable-table): Don't use the `tex'
1531 prefix for units in TeX mode.
1532
1533 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * simple.el (kill-new, kill-append, kill-region):
1536 * comint.el (comint-kill-region): Make the yank-handler argument
1537 obsolete.
1538
1539 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1542 that are both openers (resp. closers) and something else.
1543 (smie-grammar): Loosen definition of valid values.
1544 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1545 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1546 (smie-indent-after-keyword): Adjust users.
1547 (smie-indent-keyword): Don't indent empty lines.
1548
1549 * vc-hg.el (vc-hg-program): New var.
1550 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1551 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1552
1553 2010-11-18 Glenn Morris <rgm@gnu.org>
1554
1555 * emacs-lisp/autoload.el (autoload-find-destination): The function
1556 coding-system-eol-type may return non-numeric values. (Bug#7414)
1557
1558 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
1559
1560 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1561
1562 2010-11-18 Eli Zaretskii <eliz@gnu.org>
1563
1564 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1565
1566 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * textmodes/picture.el (picture-mouse-set-point): Don't use
1569 posn-col-row; explicitly compute the motion based on the posn at
1570 the window-start (Bug#7390).
1571
1572 2010-11-18 Glenn Morris <rgm@gnu.org>
1573
1574 * novice.el (disabled-command-function):
1575 Fix 2009-11-15 change. (Bug#7384)
1576
1577 2010-11-18 Glenn Morris <rgm@gnu.org>
1578
1579 * calendar/calendar.el (diary-iso-date-forms): Make elements
1580 mutually exclusive. (Bug#7377)
1581
1582 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1585 when filling the remaining "unconstrained" values.
1586
1587 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1590 safety predicate.
1591
1592 * files.el (safe-local-variable-p): Gracefully handle errors.
1593
1594 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1595 Use smie-indent-virtual when indenting relative to an opener.
1596 (smie-rule-separator): Use smie-rule-parent.
1597 (smie-indent-keyword): Consult rules, even for openers at bol.
1598 (smie-indent-comment-close): Try to align closer's content.
1599
1600 2010-11-18 Glenn Morris <rgm@gnu.org>
1601
1602 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1603
1604 2010-11-18 Glenn Morris <rgm@gnu.org>
1605
1606 * printing.el (pr-menu-bind): Doc fix.
1607
1608 * speedbar.el (speedbar-toggle-images): Doc fix.
1609
1610 * progmodes/python.el (python-shell): Doc fix.
1611
1612 * wid-edit.el (widget-field-use-before-change)
1613 (widget-use-overlay-change): Doc fixes.
1614
1615 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 Minor cleanup to improve style.
1618 * textmodes/rst.el (rst-update-section): Use point-marker.
1619 (rst-get-decoration): Eliminate unneeded assignment.
1620 (rst-promote-region, rst-straighten-decorations)
1621 (rst-section-tree, rst-adjust): Use point-marker.
1622 (rst-toc-mode-mouse-goto): Avoid setq.
1623 (rst-shift-region-guts, rst-shift-region-left)
1624 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1625 (rst-convert-bullets-to-enumeration): Use copy-marker.
1626
1627 * minibuffer.el (completion-fail-discreetly): New var.
1628 (completion--do-completion): Use it.
1629
1630 * electric.el (electric-pair-pairs): New var.
1631 (electric-pair-post-self-insert-function): Use it.
1632 (electric-layout-post-self-insert-function): Don't insert a before
1633 newline unless it's actually needed.
1634
1635 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 * progmodes/python.el (run-python): Explain why we remove the current
1638 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1639
1640 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1641
1642 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1645 (octave-mode-map): Don't bind ;, SPC, and LF.
1646 (octave-auto-indent, octave-auto-newline): Remove.
1647 (electric-layout-rules): Declare.
1648 (octave-mode): Set electric-layout-rules.
1649 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1650 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1651 (octave-electric-space): Remove.
1652
1653 * electric.el (electric-layout-mode): New minor mode.
1654 (electric--after-char-pos): New function.
1655 (electric-indent-post-self-insert-function): Use it.
1656 (electric-layout-rules): New var.
1657 (electric-layout-post-self-insert-function): New function.
1658 (electric-indent-mode): Make them interact better.
1659
1660 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1663 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1664 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1665
1666 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1667
1668 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1669 Make sure to check inside the word (Bug#6761).
1670
1671 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * startup.el (command-line): If the cursorColor resource is set,
1674 change the cursor face-spec (Bug#7392).
1675
1676 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1677
1678 The main features of the following allout.el changes are:
1679 - implement user customization for the allout key bindings
1680 - add a customization control by which the user can inhibit use of
1681 a trailing Ctrl-H, so by default it's reserved for use with
1682 describe-prefix-bindings
1683 - adapt to new version of called-interactively-p, while
1684 maintaining backwards compatibility with old version
1685 - fix hotspot navigation so i works properly with meta-modified keys
1686
1687 * allout.el (allout-keybindings, allout-bind-keys)
1688 (allout-keybindings-binding, allout-prefixed-keybindings)
1689 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1690 (allout-keybindings-list, allout-mode-map-adjustments)
1691 (allout-setup-mode-map): Establish allout-mode keymaps as user
1692 customizable settings, and also establish a customizable setting which
1693 regulates whether or not a trailing control-h is reserved for use with
1694 describe-prefix-bindings - and inhibit it by default, so that control-h
1695 *is* reserved for describe-prefix-bindings unless the user changes it.
1696
1697 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1698 and accurately between modified and unmodified events, and handle
1699 modified events more comprehensively.
1700
1701 * allout.el (allout-substring-no-properties):
1702 Alias to use or provide version of `substring-no-properties'.
1703 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1704
1705 * allout.el (allout-next-single-char-property-change):
1706 Alias to use or provide version of `next-single-char-property-change'.
1707 (allout-annotate-hidden, allout-hide-by-annotation):
1708 Use `allout-next-single-char-property-change'.
1709
1710 * allout.el (allout-select-safe-coding-system):
1711 Alias to use or provide version of `select-safe-coding-system'.
1712 (allout-toggle-subtree-encryption):
1713 Use `allout-select-safe-coding-system'.
1714
1715 * allout.el (allout-set-buffer-multibyte):
1716 Alias to use or provide version of `set-buffer-multibyte'.
1717 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1718
1719 * allout.el (allout-called-interactively-p): Macro for using the
1720 different versions of called-interactively-p identically, depending on
1721 the subroutine's argument signature.
1722 (allout-back-to-current-heading, allout-beginning-of-current-entry):
1723 Use `(interactive "p")' instead of `(called-interactively-p)'.
1724
1725 * allout.el (allout-init, allout-ascend, allout-end-of-level)
1726 (allout-previous-visible-heading, allout-forward-current-level)
1727 (allout-backward-current-level, allout-show-children):
1728 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1729
1730 * allout.el (allout-before-change-handler):
1731 Exempt edits to the (overlaid) character after the allout outline
1732 bullet from edit confirmation prompt.
1733
1734 * allout.el (allout-add-resumptions):
1735 Ensure that it respects correct buffer for keybindings.
1736
1737 * allout.el (allout-beginning-of-line):
1738 Use `allout-previous-single-char-property-change' alias for the sake of
1739 diverse compatibility.
1740
1741 * allout.el (allout-end-of-line):
1742 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1743
1744 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * frame.el (frame-notice-user-settings): Don't clobber other
1747 user-set parameters when calling face-set-after-frame-default in
1748 response to background-color parameter (Bug#7373).
1749
1750 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1751
1752 * international/characters.el (glyphless-char-display-control):
1753 Rename from glyphless-char-control; all users changed. Doc fix.
1754 Signal an error if display method is not one of the recognized
1755 symbols.
1756
1757 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * net/tramp-compat.el (tramp-compat-line-beginning-position)
1760 (tramp-compat-line-end-position): Remove them.
1761
1762 * net/tramp.el (tramp-parse-rhosts-group)
1763 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1764 (tramp-parse-hosts-group, tramp-parse-passwd-group)
1765 (tramp-parse-netrc-group, tramp-parse-putty-group)
1766 * net/tramp-cmds.el (tramp-append-tramp-buffers)
1767 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1768 (tramp-sh-handle-file-selinux-context)
1769 (tramp-sh-handle-file-name-all-completions)
1770 (tramp-sh-handle-insert-directory)
1771 (tramp-sh-handle-expand-file-name, tramp-find-executable)
1772 (tramp-wait-for-output, tramp-send-command-and-read)
1773 * net/tramp-smb.el (tramp-smb-read-file-entry)
1774 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1775
1776 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1777 `point-at-bol'.
1778 (tramp-remote-coding-commands): Add an alternative using "base64
1779 -d -i". This is needed for older base64 versions from GNU
1780 coreutils. Reported by Klaus Reichl
1781 <Klaus.Reichl@thalesgroup.com>.
1782
1783 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
1784
1785 * simple.el (count-words-region): New function.
1786
1787 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * shell.el (shell-dir-cookie-re): New custom variable.
1790 (shell-dir-cookie-watcher): New function.
1791
1792 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1793 and compilation-mode (bug#7350).
1794
1795 * vc/smerge-mode.el (smerge-refine): Choose better default part to
1796 highlight when one of them is empty.
1797
1798 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1799 trailing space.
1800 (skeleton-newline): New function.
1801 (skeleton-internal-1): Use it.
1802
1803 * simple.el (open-line): `newline' may strip trailing space.
1804
1805 2010-11-12 Kevin Ryde <user42@zip.com.au>
1806
1807 * international/mule-cmds.el (princ-list): Use mapc.
1808
1809 2010-11-12 Glenn Morris <rgm@gnu.org>
1810
1811 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1812 Use it to replace all instances of "*Compile-Log*"
1813
1814 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1817 indentation specs.
1818
1819 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * progmodes/modula2.el: Use SMIE and skeleton.
1822 (m2-mode-syntax-table): (*..*) can be nested.
1823 Add //...\n. Fix paren syntax.
1824 (m2-mode-map): Remove LF and TAB bindings.
1825 (m2-indent): Add safety property.
1826 (m2-smie-grammar): New var.
1827 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1828 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1829 (m2-mode): Use define-derived-mode.
1830 (m2-newline, m2-tab): Remove.
1831 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1832 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1833 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1834 (m2-import): Use define-skeleton.
1835
1836 2010-11-11 Glenn Morris <rgm@gnu.org>
1837
1838 * obsolete/lucid.el: Don't warn about any CL functions in this file.
1839
1840 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1841 (ls-lisp-verbosity): Add custom :set-after property.
1842 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1843 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1844 (ls-lisp-insert-directory): Update caller.
1845 (ls-lisp-set-options): New function.
1846 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1847 Doc fix.
1848
1849 * play/landmark.el (lm-prompt-for-move):
1850 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1851
1852 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1853
1854 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1855 (idlwave-study-twins): Prefix dynamic local variable `name'.
1856 (idlwave-routine-twin-compare): Update for above change.
1857
1858 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1859 Prefix dynamic local variables `name', `kwd', and `link'.
1860 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1861 * progmodes/idlw-complete-structtag.el
1862 (idlwave-complete-structure-tag-help):
1863 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1864 (idlwave-complete-sysvar-tag-help)
1865 (idlwave-complete-class-structure-tag-help):
1866 Update for above name changes.
1867
1868 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1869
1870 * net/browse-url.el (browse-url-browser-function): Change the
1871 default to use `browse-url-mail' on mailto: URLs.
1872
1873 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * emacs-lisp/package.el (package-read-all-archive-contents):
1876 Reset package-archive-contents to nil before re-reading.
1877
1878 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
1879
1880 * textmodes/flyspell.el (flyspell-word): Do not re-check words
1881 already found as misspellings by (flyspell-large-region), just
1882 do highlighting (bug#7322).
1883
1884 2010-11-10 Glenn Morris <rgm@gnu.org>
1885
1886 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1887
1888 * emulation/edt.el (edt-with-position): New macro.
1889 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1890 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1891 (edt-paragraph-forward, edt-paragraph-backward): Use it.
1892
1893 * emulation/tpu-extras.el (tpu-with-position): New macro.
1894 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1895
1896 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1897
1898 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1899 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1900 (texinfo-master-menu, texinfo-insert-node-lines)
1901 (texinfo-multiple-files-update):
1902 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1903 Use line-beginning-position.
1904
1905 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1906 No recent Emacs supports system-type `emx'.
1907
1908 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1909 (ada-command-separator, ada-default-prj-properties)
1910 (ada-find-any-references): Update for above name change.
1911
1912 * dirtrack.el (dirtrack-directory-function)
1913 (dirtrack-canonicalize-function):
1914 * filecache.el (file-cache-completion-ignore-case)
1915 (file-cache-case-fold-search, file-cache-ignore-case):
1916 * term.el (serial-port-is-file-p): Cosmetic change.
1917
1918 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1919 Remove non-existent `windows-95' system-type.
1920 * dired.el (dired-chown-program): Remove non-existent `linux'
1921 system-type.
1922
1923 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1924 (ping-program-options): Remove non-existent `linux' system-type.
1925
1926 * startup.el (package-initialize): Update declaration.
1927
1928 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1929 (ls-lisp-handle-switches): Use time-less-p.
1930 (ls-lisp-format-time): Use float-time.
1931
1932 * textmodes/remember.el (remember-time-to-seconds): Remove.
1933 (remember-store-in-mailbox): Use float-time.
1934
1935 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1936
1937 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1938 never a real function.
1939 (with-no-warnings): Remove compat stub, now unused.
1940 (time-less-p): Doc fix.
1941 (time-to-number-of-days): Simplify.
1942
1943 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1944 Remove.
1945 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1946 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1947 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1948 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1949 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1950
1951 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1952 (eshell-shuffle-files, eshell-shorthand-tar-command)
1953 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1954 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1955 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1956 Prefix dynamic local variable `matches'.
1957
1958 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1959 Prefix dynamic local variable `skeleton'.
1960
1961 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1962
1963 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1964 in mail buffer; make yank-action always a command that yanks original
1965 buffer.
1966
1967 2010-11-09 Glenn Morris <rgm@gnu.org>
1968
1969 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1970
1971 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * minibuffer.el (minibuffer-completion-help): Specify the end of the
1974 completion field (bug#7211).
1975
1976 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1977 Fix handling of backslash escapes.
1978 (python-quote-syntax): Adjust accordingly.
1979
1980 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
1981
1982 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1983 (vc-mtn-workfile-branch): Adjust to new output format.
1984
1985 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * international/mule-cmds.el (princ-list): Mark as obsolete.
1988
1989 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * emacs-lisp/smie.el: New package.
1992
1993 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * files.el (backup-by-copying-when-mismatch):
1996 Set `permanent-local' property.
1997
1998 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1999 `permanent-local' property for `backup-by-copying-when-mismatch'.
2000
2001 2010-11-09 Eli Zaretskii <eliz@gnu.org>
2002
2003 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
2004
2005 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
2006
2007 * progmodes/verilog-mode.el (verilog-insert-one-definition)
2008 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
2009 AUTOINOUT for SV style multidimensional arrays, bug294.
2010 Reported by Eric Mastromarchi.
2011 (verilog-preprocess): Use with-current-buffer and
2012 font-lock-fontify-buffer to cleanup style issues.
2013
2014 2010-11-09 Glenn Morris <rgm@gnu.org>
2015
2016 * locate.el (locate, locate-mode): Doc fixes.
2017
2018 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2021 user for confirmation.
2022 (server-force-stop): Use it.
2023 (server-start): Use server-force-stop for kill-emacs-hook, to
2024 avoid user interaction while killing Emacs.
2025
2026 2010-11-09 Glenn Morris <rgm@gnu.org>
2027
2028 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
2029 (meta-indent-line): Simplify.
2030
2031 * vc/emerge.el (emerge-line-number-in-buf):
2032 * textmodes/ispell.el (ispell-region):
2033 * textmodes/fill.el (current-fill-column):
2034 * progmodes/xscheme.el (xscheme-send-current-line):
2035 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2036 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2037 * progmodes/sh-script.el (sh-handle-prev-do):
2038 * progmodes/meta-mode.el (meta-indent-line):
2039 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2040 (idlwave-in-quote):
2041 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2042 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2043 * progmodes/fortran.el (fortran-looking-at-if-then):
2044 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2045 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2046 (cperl-find-pods-heres):
2047 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2048 * net/quickurl.el (quickurl-list-insert):
2049 * net/ldap.el (ldap-search-internal):
2050 * net/eudc.el (eudc-expand-inline):
2051 * mail/sendmail.el (sendmail-send-it):
2052 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2053 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2054 (viper-brac-function):
2055 * calc/calc-yank.el (calc-do-grab-region):
2056 * calc/calc-keypd.el (calc-keypad-press):
2057 * term.el (term-move-columns, term-insert-spaces):
2058 * speedbar.el (speedbar-highlight-one-tag-line):
2059 * simple.el (current-word):
2060 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2061 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2062 (Info-scroll-down):
2063 * hippie-exp.el (he-line-beg):
2064 * epa.el (epa--marked-keys):
2065 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2066 (dired-update-file-line, dired-add-entry, dired-remove-entry)
2067 (dired-relist-entry):
2068 * buff-menu.el (Buffer-menu-buffer):
2069 * array.el (current-line):
2070 * allout.el (allout-resolve-xref)
2071 (allout-latex-verbatim-quote-curr-line):
2072 Replace yet more uses of end-of-line etc with line-end-position, etc.
2073
2074 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2077 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2078 (checkdoc-syntax-table): Initialize in the declaration.
2079 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2080 the mode on unconditionally.
2081
2082 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2083 (extent-end-position, extent-start-position): Remove setf method for
2084 non-existing functions (bug#7319).
2085
2086 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2089 (smie-precs->prec2): Rename from smie-precs-precedence-table.
2090 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2091 (smie-prec2->grammar): Rename from smie-prec2-levels.
2092 (smie-grammar): Rename from smie-op-levels.
2093 (smie-indent--hanging-p): Rename from smie-hanging-p.
2094 (smie-rule-hanging-p): New alias.
2095 (smie-indent--bolp): Rename from smie-bolp.
2096 (smie-indent--hanging-p): New alias.
2097 (smie--token): New dynamically bound variable.
2098 (smie-indent--parent): New function.
2099 (smie-rule-parent-p): Use it; rename from smie-parent-p.
2100 (smie-rule-next-p): Rename from smie-next-p.
2101 (smie-rule-prev-p): Rename from smie-prev-p.
2102 (smie-rule-sibling-p, smie-rule-parent)
2103 (smie-indent--separator-outdent, smie-rule-separator): New functions.
2104 (smie-rule-separator-outdent): New var.
2105 (smie-indent--rule): Merge with smie-indent--column.
2106 (smie-indent-forward-token, smie-indent-backward-token):
2107 Also recognize close parens.
2108 (smie-indent-keyword): Don't use smie-indent--column any more.
2109 (smie-indent-after-keyword): Ignore closers by default.
2110 (smie-indent-line): Use with-demoted-errors.
2111 * progmodes/octave-mod.el (octave-smie-grammar):
2112 Rename from octave-smie-op-levels.
2113 (octave-smie-rules): Adjust to new behavior.
2114 * progmodes/prolog.el (prolog-smie-grammar):
2115 Rename from prolog-smie-op-levels.
2116
2117 2010-11-07 Glenn Morris <rgm@gnu.org>
2118
2119 * eshell/esh-util.el (subst-char-in-string)
2120 (directory-files-and-attributes): These compatibility definitions are
2121 not needed on any version of Emacs since at least 21.4.
2122
2123 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2124 (verilog-get-end-of-line): Remove.
2125 (verilog-within-string, verilog-re-search-forward-substr)
2126 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2127 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2128 Use point-at-bol, point-at-eol.
2129 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2130 Remove.
2131 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2132 (electric-pascal-terminate-line, pascal-set-auto-comments)
2133 (pascal-indent-paramlist, pascal-indent-declaration)
2134 (pascal-get-lineup-indent, pascal-func-completion)
2135 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2136 Use point-at-bol, point-at-eol.
2137 * progmodes/flymake.el (flymake-line-beginning-position)
2138 (flymake-line-end-position): Remove.
2139 (flymake-highlight-line): Use point-at-bol, point-at-eol.
2140 * eshell/esh-util.el (line-end-position, line-beginning-position):
2141 Remove compat definitions.
2142
2143 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2144 Use end-of-line N.
2145 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2146 Use line-end-position.
2147
2148 * emacs-lisp/chart.el (chart-zap-chars):
2149 * play/decipher.el (decipher-set-map):
2150 * progmodes/ada-mode.el (ada-get-current-indent)
2151 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2152 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2153 * progmodes/ada-xref.el (ada-initialize-runtime-library)
2154 (ada-get-all-references):
2155 * progmodes/cperl-mode.el (cperl-electric-paren)
2156 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2157 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2158 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2159 (cperl-word-at-point-hard):
2160 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2161 (idlwave-shell-filename-string, idlwave-shell-batch-command)
2162 (idlwave-shell-display-line):
2163 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2164 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2165 * progmodes/js.el (js--re-search-forward-inner)
2166 (js--re-search-backward-inner):
2167 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2168 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2169 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2170 * textmodes/flyspell.el (flyspell-process-localwords):
2171 * textmodes/ispell.el (ispell-buffer-local-parsing)
2172 (ispell-buffer-local-dict, ispell-buffer-local-words):
2173 Use point-at-bol and point-at-eol.
2174
2175 * speedbar.el (speedbar-generic-item-info)
2176 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2177 (speedbar-add-indicator, speedbar-check-vc-this-line)
2178 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2179 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2180 Replace more uses of end-of-line etc with line-end-position.
2181
2182 2010-11-06 Glenn Morris <rgm@gnu.org>
2183
2184 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2185 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2186 (texinfo-delete-existing-pointers, texinfo-find-pointer)
2187 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2188 (texinfo-multiple-files-update):
2189 * textmodes/table.el (table--probe-cell-left-up)
2190 (table--probe-cell-right-bottom):
2191 * textmodes/picture.el (picture-tab-search):
2192 * textmodes/page-ext.el (pages-copy-header-and-position)
2193 (pages-directory-for-addresses):
2194 * progmodes/vera-mode.el (vera-get-offset):
2195 * progmodes/simula.el (simula-calculate-indent):
2196 * progmodes/python.el (python-pdbtrack-overlay-arrow):
2197 * progmodes/prolog.el (end-of-prolog-clause):
2198 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2199 * progmodes/icon.el (indent-icon-exp):
2200 * progmodes/etags.el (tag-re-match-p):
2201 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2202 * progmodes/ebnf2ps.el (ebnf-begin-file):
2203 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2204 (dcl-save-local-variable):
2205 * play/life.el (life-setup):
2206 * play/gametree.el (gametree-looking-at-ply):
2207 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2208 * mail/sendmail.el (mail-mode-auto-fill):
2209 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2210 * emacs-lisp/edebug.el (edebug-overlay-arrow):
2211 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2212 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2213 (woman-tab-to-tab-stop, WoMan-warn-ignored):
2214 * type-break.el (type-break-file-keystroke-count):
2215 * term.el (term-replace-by-expanded-history-before-point)
2216 (term-skip-prompt, term-extract-string):
2217 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2218 (speedbar-contract-line, speedbar-toggle-line-expansion)
2219 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2220 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2221 * sort.el (sort-skip-fields):
2222 * skeleton.el (skeleton-internal-list):
2223 * simple.el (line-move-finish, line-move-to-column):
2224 * shell.el (shell-forward-command):
2225 * misc.el (copy-from-above-command):
2226 * makesum.el (double-column):
2227 * ebuff-menu.el (electric-buffer-update-highlight):
2228 * dired.el (dired-move-to-end-of-filename):
2229 * dframe.el (dframe-popup-kludge):
2230 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2231 * arc-mode.el (archive-get-lineno):
2232 Use line-end-position and line-beginning-position.
2233
2234 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2235 (idlwave-study-twins): Prefix dynamic local `class'.
2236 (idlwave-routine-twin-compare): Update for above name change.
2237
2238 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2239 Use boundp tests to silence compiler. Update for changed name of
2240 bytecomp-filename variable.
2241
2242 * emulation/viper-cmd.el (viper-read-string-with-history):
2243 Prefix dynamic local `initial'.
2244 (viper-minibuffer-standard-hook): Update for above name change.
2245
2246 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2247 (elint-init-form): Update for above name change.
2248
2249 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2250 local variables `cbeg' and `cend' a prefix.
2251 (mail-extr-voodoo): Update for above name change.
2252
2253 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2254 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2255 (reftex-toc-promote-action): Doc fix.
2256
2257 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2258 `prompt', `data' a prefix.
2259 (reftex-select-post-command-hook, reftex-select-callback)
2260 (reftex-select-mouse-accept, reftex-select-read-cite):
2261 Update for above name changes.
2262
2263 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2264 `refstyle' to reftex-refstyle.
2265 (reftex-offer-label-menu): Update for above name change.
2266 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2267 `refstyle' name change.
2268
2269 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2270 with with-current-buffer.
2271 (diff, template): Give dynamic local variables a prefix.
2272 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2273 (emerge-line-number-in-buf): Update for above name change.
2274 (emerge-combine-versions-internal): Rename local `template' to
2275 emerge-combine-template.
2276 (emerge-combine-versions-edit): Update for above name change.
2277
2278 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
2279
2280 * textmodes/reftex-cite.el
2281 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2282 entries with whitespace after \bibitem.
2283 (reftex-create-bibtex-file): Match entries containing numbers and
2284 symbol constituents. Make sure that entries with whitespace at
2285 various places are found.
2286
2287 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
2288
2289 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2290
2291 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
2292
2293 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2294
2295 2010-11-05 Glenn Morris <rgm@gnu.org>
2296
2297 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2298 (woman2-roff-buffer): Give local variable `request' a prefix.
2299 (woman0-macro): Rename argument `request' in the same way.
2300 (woman-request): New name for `request' dynamic variable.
2301 (woman-unquote, woman-forward-arg): Update for above name change.
2302 (woman1-roff-buffer): Give local variable `unquote' a prefix.
2303 (woman1-unquote): New name for `unquote' dynamic variable.
2304 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2305 (woman-translations): Rename from `translations'. No longer global.
2306 (woman2-tr, woman-translate): Update for above name change.
2307 (woman-translate): Check for bound variable.
2308 (woman2-roff-buffer): Give local variable `translations' a prefix.
2309
2310 * play/doctor.el: Give all local variables a prefix. Update callers.
2311 (doc$, doctor-put-meaning): Use backquote.
2312
2313 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2314 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2315
2316 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2317 variables bytes, ptr, op a prefix.
2318 (disassemble-offset): Update for above change.
2319
2320 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * emacs-lisp/package.el (package-unpack): Remove no-op.
2323 (package--builtins, package--dir): Doc fix.
2324 (package-activate-1, package-activate, package-install)
2325 (package-compute-transaction): Fix error message.
2326 (package-delete): Use delete-directory. Omit system packages.
2327 (package-initialize): Set package-alist to nil first.
2328 (package-menu-mark-delete, package-menu-mark-install): Don't add
2329 symbols that are inconsistent with the package state.
2330 (package-menu-execute): Perform deletions and installations as
2331 single batch operations.
2332
2333 2010-11-03 Glenn Morris <rgm@gnu.org>
2334
2335 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2336 (props): Remove unnecessary declaration.
2337
2338 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2339 set-process-query-on-exit-flag.
2340
2341 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
2342 (reftex-toc-do-promote): Remove unused local `mpos'.
2343 (reftex-toc-restore-region): Make `mpos' local to this function.
2344
2345 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2346
2347 * play/landmark.el (lm-losing-threshold): Correct spelling.
2348 (lm-human-plays): Use new name.
2349
2350 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2351 (gomoku-human-plays): Use new name.
2352
2353 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2354 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2355 (gomoku-score-trans-table, gomoku-winning-threshold)
2356 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2357
2358 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * emacs-lisp/package.el: Don't put built-in packages in
2361 package-alist, to avoid loading inefficiencies.
2362 (package-built-in-p): Make VERSION optional, and treat it as a
2363 minimum acceptable version.
2364 (package-activate): Search separately for built-in packages.
2365 Emit a warning if a dependency fails.
2366 (define-package): Handle most common case, where there is no
2367 obsolete package, first.
2368 (package-compute-transaction): Print required version in error.
2369 (package--initialized): New variable.
2370 (list-packages): Use it.
2371 (package-initialize): Optional arg NO-ACTIVATE. Don't put
2372 built-in packages in packages-alist; keep it separate.
2373 Set package--initialized.
2374 (describe-package): Avoid activating packages as a side-effect.
2375 Search separately for built-in packages.
2376 (describe-package-1): Handle the case where an elpa package is
2377 simultaneously built-in and available/installed.
2378 (package-installed-p, package--generate-package-list):
2379 Search separately for built-in packages.
2380 (package-load-descriptor): Doc fix.
2381
2382 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2385 Handle __DATA__ and __END__.
2386
2387 2010-11-02 Noah Friedman <friedman@splode.com>
2388
2389 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2390 nil, do not ask to recompile files that are not already compiled,
2391 and do not recompile them.
2392
2393 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * emacs-lisp/package.el (package-initialize): Ensure that
2396 obsoleted built-in packages are not in package-activated-list
2397 during activation.
2398 (describe-package-1): Make the "installed" status override
2399 "built-in".
2400
2401 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2402
2403 * subr.el (version-separator, version-regexp-alist): Remove '*'
2404 from docstring.
2405 (version-list-<=, version<=, version=): Doc fix.
2406
2407 2010-11-01 Kenichi Handa <handa@m17n.org>
2408
2409 * faces.el (glyphless-char): Inherit underline for tty.
2410
2411 2010-11-01 Kenichi Handa <handa@m17n.org>
2412
2413 Implement various display methods for glyphless characters.
2414
2415 * international/characters.el (char-acronym-table): New variable.
2416 (glyphless-char-control): New variable.
2417 (update-glyphless-char-display): New funciton.
2418
2419 * faces.el (glyphless-char): New face.
2420
2421 2010-11-01 Glenn Morris <rgm@gnu.org>
2422
2423 * calendar/holidays.el (general-holidays, oriental-holidays)
2424 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2425 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2426 the definitions of their targets.
2427
2428 * emacs-lisp/smie.el (smie): New custom group.
2429 (smie-blink-matching-inners, smie-indent-basic): Add :group.
2430
2431 * faces.el (xw-defined-colors, x-setup-function-keys):
2432 * mouse-sel.el (x-select-text):
2433 * term/w32console.el (x-setup-function-keys): Update declarations.
2434
2435 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2436
2437 * textmodes/ispell.el (comment-add): Declare.
2438
2439 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2440 Declare.
2441
2442 * info.el (finder-keywords-hash, package-alist): Declare.
2443
2444 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2445
2446 * finder.el (finder-compile-keywords): Don't use intern-soft,
2447 since package names may not yet exist in the obarray.
2448
2449 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * vc/vc-arch.el (vc-arch-checkin):
2452 * vc/vc-cvs.el (vc-cvs-checkin):
2453 * vc/vc-mtn.el (vc-mtn-checkin):
2454 * vc/vc-rcs.el (vc-rcs-checkin):
2455 * vc/vc-sccs.el (vc-sccs-checkin):
2456 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2457 since 2010-04-21 commit by Stefan Monnier.
2458
2459 2010-11-01 Glenn Morris <rgm@gnu.org>
2460
2461 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2462
2463 * startup.el (package-enable-at-startup, package-initialize):
2464 Silence compiler.
2465
2466 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2467 Silence compiler.
2468
2469 2010-10-31 Julien Danjou <julien@danjou.info>
2470
2471 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2472 (byte-recompile-directory):
2473 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2474 Use `byte-recompile-file'.
2475
2476 2010-10-31 Glenn Morris <rgm@gnu.org>
2477
2478 * cus-start.el: Handle standard values via a keyword.
2479 Only set version property if specified.
2480 (cursor-in-non-selected-windows, menu-bar-mode)
2481 (tool-bar-mode, show-trailing-whitespace):
2482 Do not specify standard values.
2483 (transient-mark-mode, temporary-file-directory): Use :standard.
2484
2485 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2486
2487 * term/x-win.el (x-get-selection-value): New function that gets
2488 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2489
2490 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
2491
2492 * net/tramp.el (tramp-handle-insert-file-contents): For root,
2493 preserve owner and group when editing files. (Bug#7289)
2494
2495 2010-10-31 Glenn Morris <rgm@gnu.org>
2496
2497 * speedbar.el (speedbar-mode):
2498 * play/fortune.el (fortune-in-buffer, fortune):
2499 * play/gomoku.el (gomoku-mode):
2500 * play/landmark.el (lm-mode):
2501 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2502 Replace inappropriate uses of toggle-read-only. (Bug#7292)
2503
2504 * select.el (x-selection): Mark it as an obsolete alias.
2505
2506 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2507
2508 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2509 major-mode (bug#7284).
2510
2511 2010-10-31 Glenn Morris <rgm@gnu.org>
2512
2513 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2514 rather than just an unused variable that inherits from the real one.
2515
2516 2010-10-31 Alan Mackenzie <acm@muc.de>
2517
2518 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2519 This fixes bug #7185.
2520
2521 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * startup.el (command-line): Search for package directories, and
2524 don't load package.el if none are found.
2525
2526 * emacs-lisp/package.el (describe-package, list-packages):
2527 Call package-initialize if it has not been called yet.
2528
2529 2010-10-30 Alan Mackenzie <acm@muc.de>
2530
2531 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2532 which fontifies the tail of an enum.
2533 (c-basic-matchers-after): Insert a call to the above new function.
2534 This fixes bug #7264.
2535
2536 2010-10-30 Glenn Morris <rgm@gnu.org>
2537
2538 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2539 tool-bar-mode, transient-mark-mode. (Bug#7306)
2540 Include the :set property in the dumped Emacs.
2541
2542 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 SMIE: change indent rules format, improve smie-setup.
2545 * emacs-lisp/smie.el (smie-precs-precedence-table)
2546 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2547 Mark them pure so the tables gets built at compile time.
2548 (smie-bnf-precedence-table): Store the closer-alist in the table.
2549 (smie-prec2-levels): Preserve the closer-alist.
2550 (smie-blink-matching-open): Be more forgiving in case of indentation.
2551 (smie-hanging-p): Rename from smie-indent--hanging-p.
2552 (smie-bolp): Rename from smie-indent--bolp.
2553 (smie--parent, smie--after): New dynamic vars.
2554 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2555 (smie-indent-rules): Remove.
2556 (smie-indent--offset-rule): Remove fun.
2557 (smie-rules-function): New var.
2558 (smie-indent--rule): New fun.
2559 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2560 (smie-indent-exps): Use it.
2561 (smie-setup): Setup paren blinking; add keyword args for token
2562 functions; extract closer-alist from op-levels.
2563 (smie-indent-debug-log): Remove var.
2564 (smie-indent-debug): Remove fun.
2565 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2566 (prolog-smie-rules): New fun to replace it.
2567 (prolog-mode-variables): Simplify.
2568 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2569 it's setup automatically.
2570 (octave-smie-indent-rules): Remove.
2571 (octave-smie-rules): New fun to replace it.
2572 (octave-mode): Simplify.
2573
2574 2010-10-29 Glenn Morris <rgm@gnu.org>
2575
2576 * files.el (temporary-file-directory): Remove (already defined in C).
2577 * cus-start.el: Add temporary-file-directory.
2578
2579 * abbrev.el (abbrev-mode):
2580 * composite.el (auto-composition-mode):
2581 * menu-bar.el (menu-bar-mode):
2582 * simple.el (transient-mark-mode):
2583 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2584 that they do not define the associated variables twice.
2585 * simple.el (transient-mark-mode): Remove defvar.
2586 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2587 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2588 Handle multiple groups, and also custom-delayed-init-variables.
2589 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2590
2591 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2594 (pcase-if): Add one minor optimization.
2595 (pcase-split-equal): Rename from pcase-split-eq.
2596 (pcase-split-member): Rename from pcase-split-memq.
2597 (pcase-u1): Add strings to the member optimization.
2598 Add `guard' variant of predicates.
2599 (pcase-q1): Add string patterns.
2600
2601 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2604
2605 2010-10-28 Glenn Morris <rgm@gnu.org>
2606
2607 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2608 Move menu-bar related settings to ../menu-bar.el.
2609 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2610 Move ns-specific settings here from term/ns-win.el.
2611
2612 * simple.el (x-selection-owner-p): Remove unused declaration.
2613
2614 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * minibuffer.el (completion-cycling): New var (bug#7266).
2617 (minibuffer-complete, completion--do-completion):
2618 Use completion--flush-all-sorted-completions.
2619 (minibuffer-complete): Only cycle if completion-cycling is set.
2620 (completion--flush-all-sorted-completions): Unset completion-cycling.
2621 (minibuffer-force-complete): Set completion-cycling.
2622 (completion-all-sorted-completions): Move declaration before first use.
2623
2624 2010-10-28 Leo <sdl.web@gmail.com>
2625
2626 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2627 which changes the order of matches seen by users (bug#7231).
2628
2629 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
2630
2631 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2632 Don't confuse -omega as "-o mega".
2633
2634 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2637 (log-edit-author): New dynamic var.
2638 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2639 to return the author if different from committer.
2640 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2641
2642 * play/landmark.el: Adjust commenting convention.
2643 (lm-nil-score): Rename from nil-score.
2644 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2645 (OOOOscore): Move into a let in lm-score-trans-table.
2646 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2647
2648 * electric.el (electric-indent-chars): Autoload.
2649 * progmodes/octave-mod.el (octave-mode):
2650 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2651 (ruby-mode-abbrev-table): Merge initialization and declaration.
2652
2653 2010-10-27 Glenn Morris <rgm@gnu.org>
2654
2655 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2656 variable.
2657
2658 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2659
2660 * term/ns-win.el: Restore require of cl when compiling.
2661 (menu-bar-final-items): Remove non-existent `windows' menu.
2662 (ns-handle-nxopen): Optionally handle the temp-case.
2663 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2664 (ns-insert-file, ns-find-file): Use `pop'.
2665
2666 2010-10-26 Glenn Morris <rgm@gnu.org>
2667
2668 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2669
2670 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2671
2672 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2673 global map.
2674 * term/common-win.el (x-setup-function-keys): Remove most of the
2675 keymappings. Comment on the remaining ones.
2676
2677 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
2678
2679 * server.el (server-port): New option. (Bug#854)
2680 (server-start): Use server-port.
2681
2682 2010-10-26 Glenn Morris <rgm@gnu.org>
2683
2684 * term/ns-win.el (ns-version-string): Remove unused declaration.
2685 (ns-invocation-args): Change to x-invocation-args.
2686 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2687 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2688 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2689 Use x-invocation-args instead of ns-invocation-args.
2690 (ns-initialize-window-system, handle-args-function-alist):
2691 Use x-handle-args instead of ns-handle-args.
2692 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2693 * startup.el (command-line-ns-option-alist): Replace
2694 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2695 ns-handle-iconic with the x- equivalents.
2696
2697 * term/common-win.el (x-select-enable-clipboard):
2698 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2699
2700 * term/ns-win.el: No need to require cl when compiling.
2701 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2702 (xw-defined-colors): Use the common-win definitions.
2703 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2704 (ns-handle-iconic): Make it an alias for x-handle-iconic.
2705 * term/common-win.el (x-select-text, x-alternatives-map)
2706 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2707 * loadup.el [ns]: Load common-win.
2708
2709 2010-10-26 Daiki Ueno <ueno@unixuser.org>
2710
2711 * epa-mail.el (epa-mail-encrypt): Handle local-part only
2712 recipients; expand mail aliases (Bug#7280).
2713
2714 2010-10-25 Glenn Morris <rgm@gnu.org>
2715
2716 * term/common-win.el (x-handle-switch): Simplify with pop.
2717 Optionally handle numeric switches.
2718 (x-handle-numeric-switch): Just call x-handle-switch.
2719 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2720 (x-handle-name-switch, x-handle-display, x-handle-args):
2721 Simplify with pop.
2722
2723 * term/ns-win.el: Do not require easymenu.
2724 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2725 <spell>: Move adjustments to menu-bar.el.
2726 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2727 <separator-undo, spell>: Move ns-win's adjustments here.
2728 * loadup.el [ns]: Do not load easymenu.
2729
2730 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * image.el (image-checkbox-checked, image-checkbox-unchecked):
2733 Delete (Bug#7222).
2734
2735 * startup.el (fancy-startup-tail): Instead of using inline images,
2736 refer to image files from etc/.
2737
2738 * wid-edit.el (checkbox): Likewise.
2739 (widget-image-find): Center image specs.
2740
2741 2010-10-24 Glenn Morris <rgm@gnu.org>
2742
2743 * term/ns-win.el (x-select-text): Doc fix.
2744 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2745 (x-select-text): Move to term/common-win.
2746 * term/w32-win.el (xw-defined-colors): Move to common-win.
2747 * term/x-win.el (xw-defined-colors, x-alternatives-map)
2748 (x-setup-function-keys, x-select-text): Move to common-win.
2749 * term/common-win.el (x-select-text, x-alternatives-map)
2750 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2751 definitions here.
2752
2753 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
2754
2755 * net/mairix.el (mairix-searches-mode-map):
2756 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2757
2758 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
2759
2760 * verilog-mode.el (verilog-directive-re): Make this variable
2761 auto-built for efficiency of execution and updating.
2762 (verilog-extended-complete-re): Support 'pure' fucntion & task
2763 declarations (these have no bodies).
2764 (verilog-beg-of-statement): General cleanup to enable support of
2765 'pure' fucntion & task declarations (these have no bodies).
2766 These efforts together fix Verilog bug210 from veripool; which was also
2767 noticed by Steve Pearlmutter.
2768 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
2769 (verilog-directive-nest-re, verilog-set-auto-endcomments):
2770 Support `elsif. Reported by Shankar Giri.
2771 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2772 attribute handling for lining up declarations and assignments.
2773 (verilog-beg-of-statement-1): Fix issue where continued declaration
2774 is indented differently if it is after a begin..end clock.
2775 (verilog-in-attribute-p, verilog-skip-backward-comments)
2776 (verilog-skip-forward-comment-p): Support proper treatment of
2777 attributes by indent code. Reported by Jeff Steele.
2778 (verilog-in-directive-p): Fix comment to correctly describe function.
2779 (verilog-backward-up-list, verilog-in-struct-region-p)
2780 (verilog-backward-token, verilog-in-struct-p)
2781 (verilog-in-coverage-p, verilog-do-indent)
2782 (verilog-pretty-declarations): Use verilog-backward-up-list as
2783 wrapper around backward-up-list inorder to properly skip comments.
2784 Reported by David Rogoff.
2785 (verilog-property-re, verilog-endcomment-reason-re)
2786 (verilog-beg-of-statement, verilog-set-auto-endcomments)
2787 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2788 of if). Reported by Max Bjurling and
2789 (verilog-calc-1): Fix for clocking block in modport
2790 declaration. Reported by Brian Hunter.
2791
2792 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
2793
2794 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2795 (verilog-gate-keywords, verilog-read-sub-decls)
2796 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2797 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2798 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
2799 (verilog-read-decls): Fix spaces in V2K module parameters causing
2800 mis-identification as interfaces, bug287.
2801 (verilog-read-decls): Fix not treating "parameter string" as a
2802 parameter in AUTOINSTPARAM.
2803 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2804 treating `elsif similar to `endif inside AUTOSENSE.
2805 (verilog-do-indent): Implement correct automatic or static task or
2806 function end comment highlight. Reported by Steve Pearlmutter.
2807 (verilog-font-lock-keywords-2): Fix highlighting of single
2808 character pins, bug264. Reported by Michael Laajanen.
2809 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2810 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
2811 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2812 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
2813 (verilog-pretty-expr): Fix interactive arguments, bug272.
2814 Reported by Mark Johnson.
2815 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2816 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
2817 bug269. Suggested by Gary Delp.
2818 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
2819 (verilog-preprocessor, verilog-set-compile-command):
2820 Create verilog-preprocess and verilog-preprocessor to show
2821 preprocessed output.
2822 (verilog-get-beg-of-line, verilog-get-end-of-line)
2823 (verilog-modi-file-or-buffer, verilog-modi-name)
2824 (verilog-modi-point, verilog-within-string): Move defmacro's
2825 before first use to avoid warning. Reported by Steve Pearlmutter.
2826 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2827 (verilog-colorize-region, verilog-highlight-buffer)
2828 (verilog-highlight-includes, verilog-highlight-modules)
2829 (verilog-highlight-region, verilog-mode): Rename colorize to
2830 highlight to match other packages. Disable module highlighting,
2831 as received speed complaints, reenable for experimentation only
2832 using new verilog-highlight-modules.
2833 (verilog-read-decls): Fix regexp stack overflow in very large
2834 AUTO_TEMPLATEs, bug250.
2835 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2836 (verilog-scan): Create verilog-save-buffer-state to standardize
2837 making insignificant changes that shouldn't call hooks.
2838 (verilog-save-no-change-functions, verilog-save-scan-cache)
2839 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2840 Create verilog-save-no-change-functions to wrap verilog-scan
2841 preservation, and fix to work with nested preserved calls.
2842 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2843 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2844 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
2845 (verilog-submit-bug-report): Update variable list to be complete.
2846 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2847 breaking on-the-fly font-locking.
2848 (verilog-colorize-buffer, verilog-colorize-include-files)
2849 (verilog-colorize-include-files-buffer, verilog-colorize-region)
2850 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2851 (verilog-mode, verilog-read-inst-module-matcher): With point on a
2852 AUTOINST cell instance name, middle mouse button now finds-file on
2853 it. Suggested by Brad Dobbie.
2854 (verilog-alw-get-temps, verilog-auto-reset)
2855 (verilog-auto-sense-sigs, verilog-read-always-signals)
2856 (verilog-read-always-signals-recurse): Fix loop indexes being
2857 AUTORESET. AUTORESET now assumes any variables in the
2858 initialization section of a for() should be ignored.
2859 Reported by Dan Dever.
2860 (verilog-error-font-lock-keywords)
2861 (verilog-error-regexp-emacs-alist)
2862 (verilog-error-regexp-xemacs-alist): Fix error detection of
2863 Cadence HAL, reported by David Asher. Repair drift between the
2864 three similar error variables.
2865 (verilog-modi-lookup, verilog-modi-lookup-cache)
2866 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2867 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2868 Fix slow verilog-auto expansion on very large files.
2869 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2870 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
2871 "{1*2{...". Broke in last revision.
2872 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2873 submodule connections with replications "{#{a},#{b}}".
2874
2875 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
2876
2877 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2878 Fix typo in docstring.
2879
2880 2010-10-24 Kenichi Handa <handa@m17n.org>
2881
2882 * face-remap.el (text-scale-adjust): Call read-event with a proper
2883 prompt.
2884
2885 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * emacs-lisp/unsafep.el: Don't mark functions that display
2888 messages as safe. Suggested by Johan Bockgård.
2889
2890 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2893 Turn comments into docstrings.
2894
2895 * minibuffer.el (completion--replace): Move point where it belongs
2896 when there's a common suffix (bug#7215).
2897
2898 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2899
2900 Merge read-color and facemenu-read-color (Bug#7242).
2901
2902 * faces.el (read-color): Use the completion code from
2903 facemenu-read-color. Require match in completion. Doc fix.
2904
2905 * facemenu.el (facemenu-read-color): Alias for read-color.
2906 (facemenu-set-foreground, facemenu-set-background):
2907 Use read-color.
2908
2909 * frame.el (set-background-color, set-foreground-color)
2910 (set-cursor-color, set-mouse-color, set-border-color):
2911 Use read-color.
2912
2913 2010-10-24 Leo <sdl.web@gmail.com>
2914
2915 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2916 argument of delete-file and delete-directory (Bug#7011).
2917
2918 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2921 button-buffer-map.
2922
2923 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
2924
2925 * emacs-lisp/package.el (package--generate-package-list): Make the
2926 *Packages* buffer read-only.
2927
2928 2010-10-24 Alan Mackenzie <acm@muc.de>
2929
2930 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2931 result of `c-beginning-of-decl-1' between invocations of a lambda
2932 function (Bug #7265).
2933
2934 2010-10-24 Daiki Ueno <ueno@unixuser.org>
2935
2936 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2937 executable is not available on the system (Bug#7268).
2938
2939 2010-10-24 Glenn Morris <rgm@gnu.org>
2940
2941 * select.el (selection-coding-system, next-selection-coding-system):
2942 Sync doc with C versions.
2943
2944 * w32-vars.el (x-select-enable-clipboard):
2945 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2946 * term/common-win.el (x-select-enable-clipboard): Move here.
2947
2948 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2949 definition of C variable.
2950
2951 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2952 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2953 Don't redefine things that are defined in C.
2954 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2955 (show-trailing-whitespace, auto-hscroll-mode)
2956 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2957 Set up the appropriate custom properties.
2958
2959 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2960
2961 Bind "C-c ]" to ...
2962 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2963 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2964 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2965 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2966
2967 2010-10-23 Glenn Morris <rgm@gnu.org>
2968
2969 * textmodes/flyspell.el (flyspell-mode): If there was an error,
2970 say what it was.
2971
2972 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2973 Sync docs with C version.
2974
2975 * term/ns-win.el (xw-defined-colors):
2976 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2977
2978 * term/pc-win.el (x-select-enable-clipboard):
2979 * term/x-win.el (x-select-enable-clipboard):
2980 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2981
2982 * comint.el (comint-password-prompt-regexp): Make it less vague.
2983 Bump version.
2984
2985 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2986
2987 * help.el (finder-by-keyword): Remove unnecessary autoload.
2988
2989 2010-10-22 Glenn Morris <rgm@gnu.org>
2990
2991 * loadup.el: Unconditionally load float-sup.
2992 * paren.el (show-paren-delay):
2993 * emacs-lisp/float-sup.el:
2994 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2995 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2996 (lazy-lock-stealth-verbose): Assume float support.
2997 * ps-print.el: Assume float support on Emacs.
2998 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2999 Remove non-float branch.
3000
3001 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3002 src/Makefile no longer being pre-processed.
3003
3004 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * emacs-lisp/find-func.el (find-library): Use test-completion.
3007
3008 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3009
3010 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
3011
3012 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
3013
3014 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3015 space in stat format string.
3016 (tramp-send-command): Unset $PS1 when using here documents, in
3017 order not to get several prompts.
3018 (tramp-get-inline-coding): Return `nil' in case of errors.
3019
3020 2010-10-21 Daiki Ueno <ueno@unixuser.org>
3021
3022 * hexl.el (hexl-mode, hexl-mode-exit):
3023 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
3024 (hexl-revert-buffer-function): New function.
3025 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3026
3027 2010-10-19 Alan Mackenzie <acm@muc.de>
3028
3029 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3030 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
3031 that these keywords aren't wrongly matched as identifiers.
3032
3033 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3034 setting of c-new-BEG and c-new-END from c-before-change to
3035 c-after-change. (Bug#7181)
3036
3037 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3038
3039 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3040 Don't mark as safe.
3041
3042 * custom.el (custom-theme-set-variables): Likewise.
3043 (load-theme): Add custom-theme-set-faces and
3044 custom-theme-set-variables to safe-functions while loading.
3045 (custom-enabled-themes): Mark as risky.
3046
3047 2010-10-18 Julien Danjou <julien@danjou.info>
3048
3049 * bindings.el: Remove end dashes in default mode-line-format.
3050
3051 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * bindings.el (global-map): Bind C-d to delete-char and deletechar
3054 to delete-forward-char.
3055
3056 * simple.el (normal-erase-is-backspace-mode): Remap delete to
3057 deletechar, and hence delete-forward-char.
3058
3059 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * repeat.el (repeat): Use read-key (bug#6256).
3062
3063 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * emacs-lisp/unsafep.el: Don't mark functions that display
3066 messages as safe. Suggested by Johan Bockgård.
3067
3068 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * minibuffer.el (completion--replace): Move point where it belongs
3071 when there's a common suffix (bug#7215).
3072
3073 2010-10-19 Kenichi Handa <handa@m17n.org>
3074
3075 * international/characters.el: Add category '|' (word breakable)
3076 to fullwidth characters.
3077
3078 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
3079
3080 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3081 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3082 order to make stat results a float. Patch by Andreas Schwab
3083 <schwab@linux-m68k.org>.
3084
3085 2010-10-18 Julien Danjou <julien@danjou.info>
3086
3087 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3088 hidden by `make-pointer-invisible'.
3089
3090 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * files.el (locate-file-completion-table): Strip non-matching elements
3093 before checking length of list (bug#7238).
3094
3095 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * custom.el (custom-theme-set-variables): Mark as a safe function.
3098 (load-theme): Check forms using unsafep.
3099
3100 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3101
3102 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
3103
3104 * textmodes/ispell.el (ispell-aspell-find-dictionary):
3105 Fix aspell data file searching (bug#7230).
3106
3107 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * cus-theme.el (custom-theme--migrate-settings): New var.
3110 (customize-create-theme): Allow editing the `user' theme.
3111 (custom-theme-add-variable, custom-theme-add-var-1)
3112 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3113 to the front of each variable or face widget.
3114 (custom-theme-write): Save theme settings in the correct order.
3115 Optionally, remove saved settings from user customizations.
3116 (custom-theme-write-variables, custom-theme-write-faces):
3117 Save only the checked widgets.
3118 (customize-themes): Add a link for migrating custom settings.
3119
3120 * custom.el (custom-declare-theme, provide-theme):
3121 Use custom-theme-name-valid-p.
3122 (custom-theme-name-valid-p): Remove checks that are now
3123 unnecessary since themes no longer obey load-path.
3124
3125 * cus-edit.el (custom-variable-value-create): For the simple
3126 style, hide documentation string when hidden.
3127
3128 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3129
3130 * cus-edit.el (custom-variable, custom-face): Combine the
3131 :inhibit-magic and :display-style properties into a single
3132 :custom-style property.
3133 (custom-toggle-hide-variable, custom-toggle-hide-face):
3134 New functions. If hiding an edited value, save it to :shown-value.
3135 (custom-variable-value-create, custom-face-value-create): Use them.
3136 (custom-magic-reset): Allow magic property to be unset.
3137
3138 * custom.el: Custom themes no longer use load-path.
3139 (custom-theme-load-path): New option. Change built-in theme
3140 directory to etc/.
3141 (custom-enabled-themes): Add custom-theme-load-path dependency.
3142 (custom-theme--load-path): New function.
3143 (load-theme, custom-available-themes): Use it.
3144
3145 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3146 (customize-themes): Link to custom-theme-load-path variable.
3147 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3148 :custom-style property.
3149
3150 * themes/*.el: Moved to etc/.
3151
3152 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
3153
3154 * textmodes/reftex-cite.el
3155 (reftex-extract-bib-entries-from-thebibliography): Do not move
3156 point when searching for \bibitem entries. Match entries with
3157 spaces or tabs in front of arguments.
3158
3159 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * cus-theme.el (customize-create-theme): Delete overlays after
3162 erasing. If given a THEME arg, display only the faces of that arg
3163 instead of custom-theme--listed-faces.
3164 (custom-theme-variable-menu, custom-theme-variable-action)
3165 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
3166 (custom-theme-add-variable, custom-theme-add-face): Apply value
3167 from the theme settings, instead of the current value.
3168 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3169 (custom-theme-visit-theme): Allow calling outside theme buffers.
3170 (custom-theme-merge-theme): Don't enable the theme when merging.
3171 (custom-theme-write-variables, custom-theme-write-faces): Use the
3172 :shown-value properties to save buffer values, not global ones.
3173 (customize-themes): Display a warning about user customizations.
3174
3175 * cus-edit.el (custom-variable-value-create)
3176 (custom-face-value-create): Obey new special properties
3177 :shown-value and :inhibit-magic.
3178
3179 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
3180
3181 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3182 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
3183 <dale@codefu.org>.
3184
3185 2010-10-14 Kenichi Handa <handa@m17n.org>
3186
3187 * mail/rmail.el (rmail-show-message-1): Catch an error of
3188 base64-decode-region and just show an error message (bug#7165).
3189
3190 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
3191 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3192 a font-spec (bug#7197).
3193
3194 2010-10-14 Glenn Morris <rgm@gnu.org>
3195
3196 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3197
3198 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * international/mule.el (define-coding-system):
3201 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3202 * composite.el (compose-region): Fix typo in docstring.
3203
3204 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
3205
3206 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3207 only after checking the theme-face property.
3208
3209 * faces.el (face-spec-reset-face): Reset all attributes in one
3210 single call to set-face-attribute.
3211 (face-spec-match-p): Make it a defsubst.
3212 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3213 (x-create-frame-with-faces, tty-create-frame-with-faces)
3214 (tty-set-up-initial-frame-faces): Don't recompute face specs in
3215 frame-set-background-mode, since they are recomputed immediately
3216 afterwards in face-set-after-frame-default.
3217 (face-set-after-frame-default): Minor optimization.
3218 (cursor): Provide non-trivial defface spec.
3219
3220 * custom.el (custom-theme-recalc-face): Simplify.
3221
3222 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
3223
3224 * calc/calc-alg.el (math-var): Rename from `var'.
3225 (math-is-polynomial, math-is-poly-rec): Replace `var'
3226 with `math-var'.
3227
3228 * calc/calcalg2.el (math-var): Rename from `var'.
3229 (calcFunc-table, math-scan-for-limits): Replace `var'
3230 with `math-var'.
3231
3232 2010-10-13 Glenn Morris <rgm@gnu.org>
3233
3234 * subr.el (last): Deal with dotted lists (reported in bug#7174).
3235
3236 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
3237
3238 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3239
3240 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3241
3242 * net/tls.el (tls-program): Remove spurious %s from openssl.
3243 (tls-starttls-switches): Remove starttls hack.
3244 (open-tls-stream): Ditto.
3245 (tls-find-starttls-argument): Ditto.
3246
3247 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
3248
3249 * image.el (image-library-alist): Declare as obsolete alias.
3250 (image-type-available-p): Use `dynamic-library-alist'.
3251
3252 * term/w32-win.el (dynamic-library-alist):
3253 Use instead of `image-library-alist'.
3254
3255 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
3256
3257 * subr.el (last): Make it faster. (Bug#7174)
3258
3259 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3260
3261 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
3262
3263 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3266 (describe-theme-1): Extract doc from unloaded themes.
3267
3268 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3269
3270 * themes/tango-theme.el:
3271 * themes/tango-dark-theme.el:
3272 * themes/wheatgrass-theme.el: New files.
3273
3274 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * cus-theme.el (describe-theme, customize-themes)
3277 (custom-theme-save): New commands.
3278 (custom-new-theme-mode-map): Bind C-x C-s.
3279 (custom-new-theme-mode): Use custom--initialize-widget-variables.
3280 (customize-create-theme): New optional arg THEME.
3281 (custom-theme-revert): Use it.
3282 (custom-theme-visit-theme): Remove dead code.
3283 (custom-theme-merge-theme): Use custom-available-themes.
3284 (custom-theme-write): Make interactive.
3285 (custom-theme-write): Use custom-theme-name-valid-p.
3286 (describe-theme-1, custom-theme-choose-revert)
3287 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3288 New funs.
3289 (custom-theme-allow-multiple-selections): New option.
3290 (custom-theme-choose-mode): New major mode.
3291
3292 * custom.el (custom-theme-set-variables): Remove dead code.
3293 Obey custom--inhibit-theme-enable.
3294 (custom--inhibit-theme-enable): New var.
3295 (provide-theme): Obey it.
3296 (load-theme): Replace load with manual read/eval, in order to
3297 check for correctness. Use custom-theme-name-valid-p.
3298 (custom-theme-name-valid-p): New function.
3299 (custom-available-themes): Use it.
3300
3301 * cus-edit.el (custom--initialize-widget-variables): New function.
3302 (Custom-mode): Use it.
3303
3304 * cus-face.el (custom-theme-set-faces): Remove dead code.
3305 Obey custom--inhibit-theme-enable.
3306
3307 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3308
3309 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
3312
3313 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
3314
3315 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3316 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3317 (mac-right-option-modifier): New alias for ns-right-option-modifier.
3318
3319 * cus-start.el (all): ns-right-alternate-modifier is new.
3320
3321 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * emacs-lisp/lisp.el (lisp-completion-at-point):
3324 Use emacs-lisp-mode-syntax-table for the whole function.
3325
3326 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
3327
3328 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
3329 instead of font-lock-mode before adding keywords.
3330 Remove hi-lock-mode off code. Remove inhibit hack.
3331 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3332 non-nil; removed hook inhibit hack.
3333
3334 2010-10-12 Glenn Morris <rgm@gnu.org>
3335
3336 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3337 (load-path-shadows-find): ... to this.
3338 (list-load-path-shadows): Update for above change.
3339
3340 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3341
3342 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3343
3344 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3345 Fix comment for declare-function.
3346
3347 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * custom.el (custom-fix-face-spec): New function; code moved from
3350 custom-face-edit-fix-value.
3351 (custom-push-theme): Use it when checking if a face has been
3352 changed outside customize.
3353 (custom-available-themes): New function.
3354 (load-theme): Use it.
3355
3356 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
3357
3358 * custom.el (custom-push-theme): Cleanup (use cond).
3359 (disable-theme): Recompute the saved-face property.
3360 (custom-theme-recalc-face): Follow face alias before setting prop.
3361
3362 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3363 New variables, containing checkbox images.
3364
3365 * startup.el (fancy-startup-tail):
3366 * wid-edit.el (checkbox): Use them.
3367
3368 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3369
3370 * shell.el (shell-mode-map):
3371 * progmodes/modula2.el (m2-mode-map):
3372 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3373 * play/mpuz.el (mpuz-mode-map):
3374 * play/landmark.el (lm-mode-map):
3375 * play/decipher.el (decipher-mode-map):
3376 * play/5x5.el (5x5-mode-map):
3377 * net/telnet.el (telnet-mode-map):
3378 * net/quickurl.el (quickurl-list-mode-map):
3379 * net/mairix.el (mairix-searches-mode-map):
3380 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3381 * net/dig.el (dig-mode-map):
3382 * mail/mspools.el (mspools-mode-map):
3383 * hexl.el (hexl-mode-map):
3384 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3385 (wordstar-C-o-map, wordstar-C-q-map):
3386 * emacs-lisp/edebug.el (edebug-eval-mode-map):
3387 * emacs-lisp/chart.el (chart-map):
3388 * edmacro.el (edmacro-mode-map):
3389 * erc/erc-list.el (erc-list-menu-mode-map):
3390 * array.el (array-mode-map): Declare and define in one step.
3391
3392 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3393
3394 2010-10-10 Daiki Ueno <ueno@unixuser.org>
3395
3396 * epa.el (epa-passphrase-callback-function): Display filename
3397 passed as the 3rd arg.
3398 * epa-file.el (epa-file-passphrase-callback-function):
3399 Pass filename to epa-passphrase-callback-function.
3400
3401 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * cus-edit.el (custom-face-widget-to-spec)
3404 (custom-face-get-current-spec, custom-face-state): New functions.
3405 (custom-face-set, custom-face-mark-to-save)
3406 (custom-face-value-create, custom-face-state-set): Use them.
3407
3408 * cus-theme.el (custom-theme--listed-faces): New var.
3409 (customize-create-theme): Use *Custom Theme* as the buffer name.
3410 Set revert-buffer-function. Optional arg BUFFER. Insert all
3411 faces listed in custom-theme--listed-faces.
3412 (custom-theme-revert): New function.
3413 (custom-theme-add-variable, custom-theme-add-face): Insert at the
3414 bottom of the list.
3415 (custom-theme-write): Prompt for theme name if empty.
3416 (custom-theme-write-variables): Use dolist.
3417 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3418
3419 2010-10-09 Alan Mackenzie <acm@muc.de>
3420
3421 Enhance fontification of declarators to take account of the
3422 presence/absence of "typedef".
3423
3424 * cc-engine.el (c-forward-type): New &optional param
3425 "brace-block-too".
3426 (c-forward-decl-or-cast-1): cdr of return value now indicates the
3427 presence of either or both of a "struct"-like keyword and "typedef".
3428
3429 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3430 fontification of declarators which follow a "}".
3431 (c-font-lock-declarations): Fontify declarators according to the
3432 presence/absence of "typedef".
3433
3434 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3435 for "typedef".
3436 (c-typedef-decl-key): New lang variable built from
3437 c-typedef-decl-kwds.
3438
3439 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3440
3441 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3442 since that's too annoying. Move the filter groups commands to
3443 TAB/backtab.
3444
3445 * epa.el (epa-passphrase-callback-function): Say what we're
3446 querying the password for.
3447
3448 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
3449 behaviour, don't bury the ibuffer buffer when visiting other buffers.
3450
3451 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * cus-edit.el (custom-commands, custom-buffer-create-internal)
3454 (custom-magic-value-create): Pad button tags with spaces.
3455 (custom-face-edit): New variable.
3456 (custom-face-value-create): Determine whether to use the usual
3457 face editor here, instead of using custom-face-selected.
3458 Pass face defaults to custom-face-edit widget.
3459 (custom-face-selected, custom-display-unselected): Delete widgets.
3460 (custom-display-unselected-match): Function removed.
3461 (custom-face-set, custom-face-mark-to-save):
3462 Accept custom-face-edit widgets as the direct widget child.
3463
3464 * wid-edit.el (widget--completing-widget): New var.
3465 (widget-default-complete): Bind it when doing completion.
3466 (widget-string-complete, widget-file-complete): Use it.
3467
3468 2010-10-09 Glenn Morris <rgm@gnu.org>
3469
3470 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3471 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3472 (holiday-hebrew-misc): Small simplifications.
3473
3474 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3475
3476 * net/browse-url.el: Don't require thingatpt, term, dired,
3477 executable, or w3-auto when compiling.
3478 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3479 Declare.
3480 (browse-url-text-emacs): Require term.
3481
3482 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
3483
3484 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3485
3486 2010-10-08 Glenn Morris <rgm@gnu.org>
3487
3488 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3489
3490 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3491 (shadows-compare-text-p): Make it an obsolete alias for...
3492 (load-path-shadows-compare-text): ... new name.
3493 (find-emacs-lisp-shadows): Update for above name change.
3494 (load-path-shadows-same-file-or-nonexistent): New name for the old
3495 shadow-same-file-or-nonexistent.
3496
3497 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * minibuffer.el (completion--some, completion--do-completion)
3500 (minibuffer-complete-and-exit, minibuffer-completion-help)
3501 (completion-basic-try-completion)
3502 (completion-basic-all-completions)
3503 (completion-pcm--find-all-completions): Use lexical-let to
3504 avoid some false matches in variable completion (Bug#7056)
3505
3506 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
3507
3508 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
3509
3510 2010-10-08 Leo <sdl.web@gmail.com>
3511
3512 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3513 return non-nil if the file exists (Bug#7090).
3514
3515 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * minibuffer.el (completion--replace):
3518 Better preserve markers (bug#7138).
3519
3520 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * server.el (server-process-filter): Doc fix.
3523
3524 2010-10-08 Drew Adams <drew.adams@oracle.com>
3525
3526 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
3527
3528 2010-10-08 Glenn Morris <rgm@gnu.org>
3529
3530 * vc/ediff-wind.el (ediff-setup-control-frame):
3531 * vc/ediff-ptch.el (ediff-default-backup-extension):
3532 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3533 (ediff-exec-process): Remove system-types emx, windows-95.
3534
3535 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
3536
3537 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * cus-edit.el (custom-variable, custom-face): Doc fix.
3540 (custom-face-edit): Add value-create attribute.
3541 (custom-face-edit-value-create)
3542 (custom-face-edit-value-visibility-action): New functions.
3543 Hide unused face attributes by default, and add a visibility toggle.
3544 (custom-face-edit-deactivate): Show empty values with shadow face.
3545 (custom-face-selected): Only use this for face specs with default
3546 attributes.
3547 (custom-face-value-create): Cleanup.
3548
3549 * wid-edit.el (widget-checklist-value-create): Use dolist.
3550 (widget-checklist-match-find): Make second arg optional.
3551
3552 2010-10-07 Glenn Morris <rgm@gnu.org>
3553
3554 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3555 Prefix things.
3556
3557 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3558 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3559 load-path-shadows-mode, update references.
3560 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3561 Rename variable and button.
3562 (list-load-path-shadows): Update button caller.
3563
3564 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * emacs-lisp/smie.el (smie-bnf-classify): New function.
3567 (smie-bnf-precedence-table): Use it to remember the closers/openers.
3568 (smie-merge-prec2s): Handle those new entries.
3569 (smie-prec2-levels): Only set precedence to nil for actual
3570 openers/closers.
3571 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3572 that is now unnecessary.
3573
3574 2010-10-07 Miles Bader <miles@gnu.org>
3575
3576 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3577
3578 2010-10-07 Glenn Morris <rgm@gnu.org>
3579
3580 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3581 (mail-position-on-field): Remove declarations.
3582 (mail-position-on-field): Autoload it.
3583 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3584 and mail-header-end. Don't require sendmail.
3585
3586 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3587 (shadow-mode): New mode.
3588 (shadow-find-file): New button.
3589 (list-load-path-shadows): Use shadow-mode and buttons.
3590
3591 * iimage.el (iimage-version): Remove.
3592 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3593 Turn into defcustoms.
3594 (iimage-mode-map): Give it a doc string.
3595
3596 * calendar/appt.el (appt-activate): Give a warning rather than an error
3597 if there is no diary-file.
3598
3599 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
3600
3601 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3602 Use `tramp-handle-find-backup-file-name'.
3603
3604 2010-10-06 Glenn Morris <rgm@gnu.org>
3605
3606 * font-core.el (font-lock-defaults-alist): Remove variable.
3607 (font-lock-mode): Doc fix.
3608 (font-lock-default-function): Do not consult font-lock-defaults-alist.
3609 * font-lock.el (font-lock-refresh-defaults): Doc fix.
3610 (font-lock-set-defaults): Doc fix.
3611 Do not consult font-lock-defaults-alist.
3612
3613 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3614
3615 * emacs-lisp/cl.el: No longer provide cl-19.
3616
3617 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
3618
3619 * net/tramp.el (tramp-handle-directory-files-and-attributes)
3620 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3621 New defuns, taken from tramp-smb.el.
3622 (tramp-coding-system-change-eol-conversion)
3623 (tramp-set-process-query-on-exit-flag): Remove.
3624
3625 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
3626 (tramp-compat-coding-system-change-eol-conversion)
3627 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3628 from tramp.el.
3629
3630 * net/tramp-gvfs.el:
3631 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3632 by `tramp-compat-set-process-query-on-exit-flag'.
3633
3634 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3635 Use `tramp-handle-directory-files-and-attributes',
3636 `tramp-handle-file-exists-p' and
3637 `tramp-handle-file-newer-than-file-p'.
3638 (tramp-imap-handle-file-exists-p)
3639 (tramp-imap-handle-file-executable-p)
3640 (tramp-imap-handle-file-readable-p)
3641 (tramp-imap-handle-directory-files-and-attributes)
3642 (tramp-imap-handle-file-newer-than-file-p): Remove.
3643
3644 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3645 by `tramp-compat-set-process-query-on-exit-flag' and
3646 `tramp-coding-system-change-eol-conversion' by
3647 `tramp-compat-coding-system-change-eol-conversion'.
3648
3649 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3650 Use `tramp-handle-directory-files-and-attributes',
3651 `tramp-handle-file-exists-p' and
3652 `tramp-handle-file-newer-than-file-p'.
3653 (tramp-smb-handle-directory-files-and-attributes)
3654 (tramp-smb-handle-file-exists-p)
3655 (tramp-smb-handle-file-newer-than-file-p): Remove.
3656 (tramp-smb-maybe-open-connection):
3657 Replace `tramp-set-process-query-on-exit-flag' by
3658 `tramp-compat-set-process-query-on-exit-flag'.
3659
3660 2010-10-05 Glenn Morris <rgm@gnu.org>
3661
3662 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3663
3664 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
3665
3666 Continue reorganization of load dependencies. (Bug#7156)
3667
3668 * net/tramp.el (tramp-handle-file-local-copy-hook)
3669 (tramp-delete-temp-file-function): Move down.
3670 (tramp-exists-file-name-handler): Move up.
3671 (tramp-register-file-name-handlers): Simplify autoload.
3672 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3673 (tramp-handle-directory-files, tramp-handle-dired-uncache)
3674 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3675 (tramp-handle-file-name-completion)
3676 (tramp-handle-file-name-directory)
3677 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3678 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3679 (tramp-handle-find-backup-file-name)
3680 (tramp-handle-insert-file-contents, tramp-handle-load)
3681 (tramp-handle-substitute-in-file-name)
3682 (tramp-handle-unhandled-file-name-directory)
3683 (tramp-mode-string-to-int, tramp-local-host-p)
3684 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
3685
3686 * net/tramp-gvfs.el (top):
3687 * net/tramp-smb.el (top): Do not require 'tramp-sh.
3688
3689 * net/tramp-sh.el (all): Move several objects to tramp.el, see
3690 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3691
3692 2010-10-04 Glenn Morris <rgm@gnu.org>
3693
3694 * calendar/appt.el (appt-add): Ensure reminders are enabled.
3695 (appt-activate): Give status messages.
3696
3697 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3698
3699 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
3700 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
3701 `gnutls-negotiate' (formerly `starttls-negotiate').
3702 Remove trivial wrapper `starttls-open-stream'.
3703
3704 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3705
3706 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3707 log-outgoing commands.
3708 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3709 to create a buffer local revert-buffer-function variable.
3710 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3711 revert-buffer-function lambda.
3712
3713 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3714
3715 * net/gnutls.el (starttls-negotiate): Use the plist interface to
3716 `gnutls-boot'. Make TYPE the only required parameter.
3717 Allow TRUSTFILES and KEYFILES to be lists.
3718 (open-ssl-stream): Use it.
3719
3720 2010-10-03 Glenn Morris <rgm@gnu.org>
3721
3722 * subr.el (directory-sep-char): Remove obsolete variable.
3723 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3724 it is "necessary".
3725
3726 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3727 * vc/vc.el (vc-static-header-alist): Doc fix.
3728 * vc/vc-cvs.el (vc-cvs-header):
3729 * vc/vc-rcs.el (vc-rcs-header):
3730 * vc/vc-sccs.el (vc-sccs-header):
3731 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3732 * obsolete/vc-mcvs.el (vc-mcvs-header):
3733 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3734 on XEmacs.
3735
3736 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3739 Remove obsolete use of binary-overwrite-mode (Bug#7001).
3740
3741 2010-10-03 Glenn Morris <rgm@gnu.org>
3742
3743 * obsolete/x-menu.el: Remove file, obsolete since 21.1
3744
3745 * textmodes/rst.el (rst-font-lock-keywords-function):
3746 Drop Emacs 20 code.
3747
3748 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3749
3750 * printing.el: Drop Emacs 20 code.
3751
3752 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3753 without having used appt.el already).
3754
3755 * subr.el (make-local-hook): Remove function obsolete since 21.1.
3756 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3757 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3758 XEmacs.
3759 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3760 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3761
3762 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3763 (charset-width, find-charset-region, chars-in-region, forward-point)
3764 (encode-coding-string, coding-system-p, ccl-execute-on-string)
3765 (define-ccl-program, multibyte-string-p, string-make-multibyte):
3766 Remove compatibility cruft (none of these are used by ps*.el).
3767
3768 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3769
3770 * subr.el (booleanp): Return t instead of a list (Bug#7086).
3771
3772 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3773
3774 * server.el (server-process-filter, server-return-error):
3775 Give emacsclient time to shut down after receiving an error string.
3776
3777 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
3778
3779 * files.el (remote-file-name-inhibit-cache): New defcustom.
3780
3781 * time.el (display-time-file-nonempty-p):
3782 Use `remote-file-name-inhibit-cache'.
3783
3784 * net/tramp.el (tramp-completion-reread-directory-timeout):
3785 Fix docstring.
3786
3787 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3788 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3789 `remote-file-name-inhibit-cache'. Check also for an integer
3790 value. Add/increase counter when `tramp-verbose' >= 10.
3791 (tramp-set-file-property): Add/increase counter when
3792 `tramp-verbose' >= 10.
3793
3794 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3795 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3796 (tramp-bug): Set tramp-autoload cookie. Report all interned
3797 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
3798 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
3799 characters only in strings.
3800
3801 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3802 to backward compatibility.
3803
3804 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3805 (tramp-handle-file-name-all-completions)
3806 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3807 (tramp-open-connection-setup-interactive-shell):
3808 Call `tramp-cleanup-connection' directly.
3809
3810 2010-10-02 Glenn Morris <rgm@gnu.org>
3811
3812 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3813
3814 * subr.el (char-bytes): Remove obsolete function.
3815
3816 * isearch.el (isearch-return-char): Remove obsolete function.
3817
3818 * mouse.el: No longer provide mldrag.
3819 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3820 Remove obsolete aliases.
3821
3822 * comint.el (comint-kill-output): Remove obsolete alias.
3823
3824 * composite.el (decompose-composite-char): Remove obsolete function.
3825 * ps-def.el (decompose-composite-char): Remove unused function.
3826
3827 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3828
3829 * outline.el (outline-visible): Remove obsolete function.
3830
3831 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3832 * faces.el (internal-find-face, internal-get-face)
3833 (frame-update-faces, frame-update-face-colors)
3834 (x-frob-font-weight, x-frob-font-slant)
3835 (internal-frob-font-weight, internal-frob-font-slant)
3836 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3837 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3838 (x-make-font-bold-italic): Remove functions and aliases, obsolete
3839 since Emacs 21.1.
3840 * emulation/viper-util.el (viper-get-face):
3841 * obsolete/lucid.el (find-face, get-face): Use facep.
3842 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3843 Remove unused functions.
3844 * vc/ediff-util.el (ediff-submit-report): Doc fix.
3845
3846 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3847 delete tempfile if interrupted during compilation.
3848
3849 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3850
3851 * net/tls.el (tls-starttls-switches): Give up on using starttls with
3852 gnutls-cli.
3853 (tls-program): Add --insecure to be consistent with the defaults from
3854 openssl s_client. Now all three commands are insecure.
3855
3856 2010-10-01 Eli Zaretskii <eliz@gnu.org>
3857
3858 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3859 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3860 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3861
3862 2010-10-01 Glenn Morris <rgm@gnu.org>
3863
3864 * obsolete/sc.el: Remove file.
3865
3866 * files.el (temporary-file-directory): On darwin, also try
3867 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3868
3869 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
3870
3871 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3872 Let's not break compatibility gratuitously, shall we?
3873
3874 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3875
3876 * net/tls.el (tls-starttls-switches): New variable.
3877 (tls-find-starttls-argument): Use it.
3878 (open-tls-stream): Ditto.
3879
3880 * net/netrc.el (netrc-credentials): Return the value of the "default"
3881 entry.
3882 (netrc-machine): Ditto.
3883
3884 2010-09-30 Eli Zaretskii <eliz@gnu.org>
3885
3886 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3887
3888 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * server.el (server-start): Don't write pid to the authentication file.
3891 (server-create-tty-frame): Don't send pid.
3892 (server-process-filter): Send pid at the start of every connection.
3893
3894 2010-09-30 Glenn Morris <rgm@gnu.org>
3895
3896 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3897 (show-all-diary-entries): Remove obsolete function aliases.
3898
3899 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3900 Remove options, obsolete since 22.1.
3901 (appt-display-format, appt-display-message):
3902 Remove backwards-compatibility code.
3903 (appt-check): No longer check appt-issue-message.
3904 (appt-make-list): No longer autoload it. Doc fix. No longer
3905 activate the package.
3906
3907 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3908
3909 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
3910 (starttls-negotiate): Just call boot, and let the handshake be
3911 triggered from the read loop.
3912
3913 2010-09-29 Glenn Morris <rgm@gnu.org>
3914
3915 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3916 not displaying the diary.
3917 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3918 * calendar/appt.el (appt-check): No longer need to kill diary.
3919
3920 * calendar/diary-lib.el (diary-list-entries): Move the
3921 "Preparing..." message entirely here.
3922 (diary-simple-display, diary-fancy-display): Move "Preparing..."
3923 messages to diary-list-entries.
3924 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3925 diary-display-function.
3926
3927 * calendar/diary-lib.el (diary-include-other-diary-files):
3928 Trap some recursive includes.
3929
3930 * calendar/appt.el (appt-activate): Check diary file.
3931
3932 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3933
3934 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3935 construction.
3936
3937 * calendar/time-date.el: No need to require cl for Emacs 21.
3938
3939 2010-09-28 Glenn Morris <rgm@gnu.org>
3940
3941 * calendar/appt.el (appt-check): Minor simplification.
3942
3943 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3944
3945 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3946 citation prefix.
3947
3948 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
3949
3950 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3951 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
3952
3953 2010-09-27 Kenichi Handa <handa@m17n.org>
3954
3955 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3956 "ustar" format.
3957
3958 2010-09-27 Kenichi Handa <handa@m17n.org>
3959
3960 * international/mule.el (define-coding-system): Docstring fixed.
3961
3962 * international/mule-diag.el (describe-character-set): Use princ
3963 with proper print-length and print-level instead of insert.
3964
3965 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * window.el (walk-windows): Doc fix (bug#7105).
3968
3969 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * emacs-lisp/float-sup.el (e): Remove.
3972
3973 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3974
3975 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3976 variable.
3977 (starttls-negotiate): Use it.
3978
3979 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3980
3981 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3982 back.
3983
3984 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3987
3988 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3989
3990 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3991
3992 * net/netrc.el (netrc-store-data): New function.
3993
3994 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3995
3996 * net/gnutls.el: GnuTLS glue code to set up a connection.
3997
3998 2010-09-25 Julien Danjou <julien@danjou.info>
3999
4000 * notifications.el: Call dbus-register-signal only if it is bound.
4001
4002 2010-09-25 Glenn Morris <rgm@gnu.org>
4003
4004 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4005 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4006 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4007 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4008 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4009 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4010 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4011 * eshell/esh-util.el, eshell/esh-var.el:
4012 Remove leading `*' from docs of faces and defcustoms.
4013
4014 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4015
4016 * eshell/em-ls.el (eshell-ls-archive-regexp):
4017 * eshell/esh-util.el (eshell-tar-regexp):
4018 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4019 * info.el (Info-suffix-list):
4020 * international/mule.el (auto-coding-alist):
4021 * woman.el (woman-file-regexp, woman-file-compression-regexp):
4022 * progmodes/etags.el (tags-compression-info-list):
4023 Support xz compression.
4024
4025 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * files.el (get-free-disk-space): Don't assume the "df" output
4028 columns line up (Bug#6995).
4029
4030 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4031
4032 * finder.el (finder-unknown-keywords):
4033 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4034 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4035
4036 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * server.el (server-start): Revert part of 2010-08-08 change. Using
4039 address 127.0.0.1 for local host is now done in Fmake_network_process.
4040
4041 2010-09-24 Glenn Morris <rgm@gnu.org>
4042
4043 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4044 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4045 * textmodes/css-mode.el, textmodes/dns-mode.el:
4046 Move autoloaded auto-mode-alist entries to files.el.
4047 * files.el (auto-mode-alist): Move entries here.
4048
4049 2010-09-23 Glenn Morris <rgm@gnu.org>
4050
4051 * isearch.el (isearch-lazy-highlight-cleanup)
4052 (isearch-lazy-highlight-initial-delay)
4053 (isearch-lazy-highlight-interval)
4054 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4055 * net/net-utils.el (ipconfig-program-options):
4056 Move aliases to options before the associated definitions.
4057
4058 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * newcomment.el (comment-normalize-vars): Better test validity of
4061 comment-end-skip.
4062
4063 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4066 (float-e): New name for `e'.
4067 (degrees-to-radians, radians-to-degrees):
4068 * calendar/solar.el (solar-longitude):
4069 * calculator.el (calculator-registers, calculator-funcall):
4070 * textmodes/artist.el (artist-spray-random-points):
4071 * play/bubbles.el (bubbles--initialize-images): Use new names.
4072
4073 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
4074
4075 Update to CEDET 1.0's version of EIEIO.
4076
4077 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4078 New function.
4079 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4080 (eieio-default-eval-maybe): Eval val instead of unquoting only.
4081 (class-precedence-list): If class is nil, return nil.
4082 (eieio-generic-call): If class of first input arg is nil, don't
4083 look up static methods, and do check for primary methods.
4084 (initialize-instance): See if the default needs to be evaluated
4085 during the constructor.
4086 (eieio-perform-slot-validation-for-default): Don't do the check
4087 for values that will eventually be evaluated.
4088 (eieio-eval-default-p): New function.
4089 (eieio-default-eval-maybe): Use it.
4090
4091 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
4092
4093 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4094 method-invocation-order.
4095 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4096 (eieio-class-precedence-dfs): Compute class precedence list using
4097 dfs algorithm.
4098 (eieio-class-precedence-bfs): Compute class precedence list using
4099 bfs algorithm.
4100 (eieio-class-precedence-c3): Compute class precedence list using
4101 c3 algorithm.
4102 (class-precedence-list): New function.
4103 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4104 (inconsistent-class-hierarchy): New error symbol.
4105 (call-next-method): Stow the replacement argument list for future
4106 call-next-method invocations.
4107
4108 2010-09-23 Glenn Morris <rgm@gnu.org>
4109
4110 * calendar/appt.el (appt-check): If not displaying the diary,
4111 use (diary 1) to only get the entries we need.
4112 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4113 that it is in day order. (Bug#7019)
4114
4115 * calendar/appt.el (appt-check): Rather than showing the diary,
4116 just turn off invisible display, and only if needed.
4117
4118 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
4119
4120 2010-09-23 Glenn Morris <rgm@gnu.org>
4121
4122 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4123 (byte-compile-defvar, byte-compile-cl-warn):
4124 Start warnings with lower-case, like the majority.
4125
4126 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4127
4128 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
4129
4130 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4131 * files.el (auto-mode-alist): Move ld-script entries here, further down
4132 the list.
4133
4134 * vc/add-log.el: Don't require timezone when compiling.
4135 (timezone-make-date-sortable): Autoload it.
4136 (change-log-sortable-date-at): Don't require timezone.
4137 Use `ignore-errors'.
4138
4139 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4140 Move alias before definition, so it does not need autoloading.
4141
4142 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4143 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4144 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4145 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4146 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4147 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4148 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4149 * textmodes/tex-mode.el, textmodes/two-column.el:
4150 Remove leading `*' from docs of defcustoms etc.
4151
4152 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4153
4154 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4155
4156 2010-09-22 Dan Christensen <jdc@uwo.ca>
4157
4158 * calendar/time-date.el (date-to-time): Try using parse-time-string
4159 first before using the slower timezone-make-date-arpa-standard.
4160
4161 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4162
4163 * calendar/time-date.el (format-seconds): Comment fix.
4164
4165 2010-09-22 Glenn Morris <rgm@gnu.org>
4166
4167 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4168 is not automatically buffer-local.
4169
4170 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4173 (smie-indent-comment): Be more careful with comment-start-skip.
4174 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4175 (smie-indent-functions): Use them.
4176
4177 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
4178
4179 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4180
4181 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
4182
4183 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4184 tool-bar-position. Don't modify frame parameters here.
4185 (menu-bar-options-save): Add tool-bar-position.
4186
4187 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4188
4189 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * textmodes/reftex-parse.el (reftex-what-macro)
4192 (reftex-context-substring): Let-bind forward-sexp-function to nil
4193 since we don't need/want to treat \begin...\end as a block (bug#7053).
4194
4195 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4196
4197 * simple.el (blink-matching-open): Use syntax-class.
4198
4199 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4200 Set invisibility spec for pascal's outline mode.
4201 (pascal-outline-change): Clean up calling convention.
4202 (pascal-show-all, pascal-hide-other-defuns): Update callers.
4203
4204 * progmodes/prolog.el (prolog-smie-forward-token)
4205 (prolog-smie-backward-token): New functions.
4206 (prolog-mode-variables): Use them to parse "!," correctly.
4207 Set up smie-blink-matching for ".".
4208
4209 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4210 and `end'.
4211 (ispell-region, ispell-process-line): Update users.
4212
4213 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4214 point-min==1.
4215
4216 * textmodes/ispell.el: Fix commenting convention.
4217 (ispell-parse-output): Simplify, use push.
4218 (ispell-region): Use match-string-no-properties.
4219 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4220 (ispell-minor-mode): Use define-minor-mode.
4221 (ispell-message): Remove unused var `skip-regexp'.
4222 (ispell-add-per-file-word-list): Use dynamic let-binding.
4223 Try and use the proper comment marker.
4224
4225 * mail/sendmail.el: Fix commenting convention.
4226 (sendmail-send-it): Use line-beginning-position.
4227
4228 * help-fns.el (describe-variable): Add original value, if applicable.
4229
4230 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
4231
4232 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4233
4234 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4235
4236 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4239 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4240 (smie-prec2-levels): Use them to better diagnose precedence cycles.
4241 (smie-blink-matching-check): Don't signal a mismatch if car is t.
4242 (smie-blink-matching-open): Rewrite to remove assumptions, so that
4243 something like "." can also be a closer.
4244 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4245 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4246 Rename internal functions to use "--". Update callers.
4247
4248 * frame.el (make-frame-names-alist): Don't list frames on other displays.
4249
4250 * fringe.el (fringe-styles): New var.
4251 (fringe-mode, fringe-query-style): Use it.
4252
4253 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
4254
4255 * progmodes/sql.el: Version 2.8
4256 (sql-login-params): Update widget structure; changes still needed.
4257 (sql-product-alist): Add :list-all and :list-table features for
4258 SQLite, Postgres and MySQL products.
4259 (sql-redirect): Handle default value.
4260 (sql-execute, sql-execute-feature): New functions.
4261 (sql-read-table-name): New function.
4262 (sql-list-all, sql-list-table): New functions. User API.
4263 (sql-mode-map, sql-interactive-mode-map): Add key definitions
4264 for above functions.
4265 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4266 for above functions.
4267 (sql-postgres-login-params): Add user and database defaults.
4268 (sql-buffer-live-p): Bug fix.
4269 (sql-product-history): New variable.
4270 (sql-read-product): New function. Use it.
4271 (sql-set-product, sql-product-interactive): Use it.
4272 (sql-connection-history): New variable.
4273 (sql-read-connection): New function. Use it.
4274 (sql-connect): New function.
4275 (sql-for-each-login): Redesign function interface.
4276 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
4277 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
4278 (sql-comint): Check for program. Existing live buffer.
4279 (sql-comint-postgres): Add port parameter.
4280
4281 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * emacs-lisp/warnings.el: Fix commenting convention.
4284 (display-warning): Use special mode and make the buffer read-only.
4285
4286 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
4287
4288 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4289 empty string when it follows a repeated or optional pattern.
4290
4291 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * indent.el (indent-according-to-mode): Apply syntax-propertize.
4294 (indent-region): Use indent-according-to-mode.
4295
4296 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4297
4298 * fringe.el (fringe-mode): Doc fix.
4299
4300 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4301
4302 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4303 refreshing the preview buffer.
4304
4305 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4308 (latex-syntax-propertize-rules): New consts; replace
4309 tex-font-lock-syntactic-keywords.
4310 (tex-env-mark, latex-env-before-change): New functions.
4311 (latex-electric-env-pair-mode): New minor mode.
4312 (tex-font-lock-verb): Change arguments; do move point.
4313 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4314 representation as a form of comment.
4315 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4316 (doctex-syntax-propertize-rules): New const; replaces
4317 doctex-font-lock-syntactic-keywords.
4318 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4319
4320 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4321 (fortran-make-syntax-propertize-function): New function; replaces
4322 fortran-font-lock-syntactic-keywords.
4323 (fortran-mode): Use it.
4324 (fortran-line-length): Use it. Improve interactive spec.
4325
4326 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4327 (syntax-propertize-rules): Add var-ref case. Fix offset computation
4328 when adding surrounding \(..\).
4329
4330 * progmodes/js.el (js-mode): Fix last change (bug#7054).
4331
4332 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4335 Use with-current-buffer.
4336
4337 * isearch.el (isearch-face): Rename from `isearch'.
4338 (isearch-highlight): Use new name.
4339
4340 2010-09-17 Eli Zaretskii <eliz@gnu.org>
4341
4342 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4343 5, for `half' width fringes. (Bug#6933)
4344
4345 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4348 (byte-compile-defvar): "foo/bar" does not lack a prefix.
4349
4350 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4351
4352 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
4353
4354 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4355 in calculating new frame position. Add more space between new and
4356 parent on the left (Bug#7048).
4357
4358 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4361 defmacro.
4362
4363 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
4366
4367 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4368 obsolete alias for x-selection-value.
4369
4370 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4371
4372 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
4373
4374 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4375 cookie.
4376
4377 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
4378
4379 * net/tramp-compat.el (tramp-compat-with-temp-message)
4380 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4381 (tramp-compat-process-put): New defuns.
4382
4383 * net/tramp.el (top):
4384 * net/tramp-gvfs.el (top):
4385 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4386
4387 * net/tramp.el (tramp-progress-reporter-update):
4388 Use `tramp-compat-funcall'.
4389
4390 * net/tramp.el (tramp-process-actions):
4391 * net/tramp-gvfs.el (tramp-handle-vc-registered):
4392 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
4393 (tramp-get-remote-stat, tramp-get-remote-readlink):
4394 Use `tramp-compat-with-temp-message'.
4395
4396 * net/tramp-sh.el (top): Require 'cl.
4397 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4398 (tramp-open-connection-setup-interactive-shell):
4399 Use `tramp-compat-process-put'.
4400
4401 2010-09-15 Alan Mackenzie <acm@muc.de>
4402
4403 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4404 indentation.
4405 (c-forward-<>-arglist-recur): Fix an infinite recursion.
4406
4407 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4410 `lexical' for warnings related to lexical scoping.
4411 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4412 global vars which don't have a prefix and could hence affect lexical
4413 scoping in unrelated files.
4414
4415 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4416
4417 * net/imap.el: Revert back to version
4418 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4419 seem problematic.
4420
4421 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4422
4423 * obsolete/old-whitespace.el (whitespace-unload-function):
4424 Explicitly pass `obarray' to `unintern' to avoid a warning.
4425
4426 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4429 Add `when' argument. Update callers.
4430
4431 * subr.el (unintern): Declare the obarray arg mandatory.
4432
4433 2010-09-14 Glenn Morris <rgm@gnu.org>
4434
4435 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4436 Doc fixes.
4437
4438 * calendar/diary-lib.el (diary-included-files): New variable.
4439 (diary-list-entries): Maybe initialize diary-included-files.
4440 (diary-include-other-diary-files): Append to diary-included-files.
4441 * calendar/appt.el (appt-update-list): Also check the members of
4442 diary-included-files. (Bug#6999)
4443 (appt-check): Doc fix.
4444
4445 2010-09-14 David Reitter <david.reitter@gmail.com>
4446
4447 * simple.el (line-move-visual): Do not truncate goal column to
4448 integer size. (Bug#7020)
4449
4450 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * repeat.el (repeat): Allow repeating when the last event is a click.
4453 Suggested by Drew Adams (bug#6256).
4454
4455 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
4456
4457 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4458 Replace setting HGRCPATH to "" by some less invasive --config options.
4459
4460 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * font-lock.el (font-lock-beginning-of-syntax-function):
4463 Mark as obsolete.
4464
4465 2010-09-14 Glenn Morris <rgm@gnu.org>
4466
4467 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4468 and tool-bar modes. (Bug#6211)
4469 (menu-bar-mode): Move setting of standard-value after the
4470 minor-mode definition, otherwise it seems to have no effect.
4471
4472 2010-09-14 Masatake YAMATO <yamato@redhat.com>
4473
4474 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4475 Fix typo. (Bug#6976)
4476
4477 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4478
4479 * whitespace.el: Allow cleaning up blanks without blank
4480 visualization (Bug#6651). Adjust help window for
4481 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4482 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
4483 (whitespace-style): Add new value 'face. Adjust docstring.
4484 (whitespace-space, whitespace-hspace, whitespace-tab):
4485 Adjust foreground property face.
4486 (whitespace-line-column): Adjust docstring and type declaration.
4487 (whitespace-style-value-list, whitespace-toggle-option-alist)
4488 (whitespace-help-text): Adjust const initialization.
4489 (whitespace-toggle-options, global-whitespace-toggle-options):
4490 Adjust docstring.
4491 (whitespace-display-window, whitespace-interactive-char)
4492 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4493 (whitespace-help-scroll): New fun.
4494
4495 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4496
4497 * calendar/time-date.el (format-seconds): Comment fix.
4498
4499 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
4500
4501 * progmodes/sql.el: Version 2.7.
4502 (sql-buffer-live-p): Improve detection.
4503 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4504 (sql-set-sqli-buffer): Use it.
4505 (sql-product-interactive): Run `sql-set-sqli-hook'.
4506 (sql-rename-buffer): Code cleanup.
4507 (sql-redirect, sql-redirect-value): New functions. More to come.
4508
4509 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
4510
4511 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
4512 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4513 (TRAMP_SRC): New macro.
4514 ($(lisp)/net/tramp-loaddefs.el): New target.
4515
4516 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4517
4518 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
4519
4520 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
4521
4522 * net/tramp.el (top): Don't show loading message. Require just
4523 'tramp-compat, everything else is required there.
4524 Use `ignore-errors' where appropriate.
4525 (tramp-inline-compress-start-size, tramp-copy-size-limit)
4526 (tramp-terminal-type, tramp-end-of-output)
4527 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4528 (tramp-completion-function-alist-ssh)
4529 (tramp-completion-function-alist-telnet)
4530 (tramp-completion-function-alist-su)
4531 (tramp-completion-function-alist-putty, tramp-remote-path)
4532 (tramp-remote-process-environment, tramp-sh-extra-args)
4533 (tramp-actions-before-shell, tramp-uudecode)
4534 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4535 (tramp-perl-file-attributes)
4536 (tramp-perl-directory-files-and-attributes)
4537 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4538 (tramp-perl-encode, tramp-perl-decode)
4539 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4540 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4541 (tramp-handle-make-symbolic-link, tramp-handle-load)
4542 (tramp-handle-file-name-as-directory)
4543 (tramp-handle-file-name-directory)
4544 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4545 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4546 (tramp-do-file-attributes-with-ls)
4547 (tramp-do-file-attributes-with-perl)
4548 (tramp-do-file-attributes-with-stat)
4549 (tramp-handle-set-visited-file-modtime)
4550 (tramp-handle-verify-visited-file-modtime)
4551 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4552 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4553 (tramp-handle-file-selinux-context)
4554 (tramp-handle-set-file-selinux-context)
4555 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4556 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4557 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4558 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4559 (tramp-handle-file-ownership-preserved-p)
4560 (tramp-handle-directory-file-name, tramp-handle-directory-files)
4561 (tramp-handle-directory-files-and-attributes)
4562 (tramp-do-directory-files-and-attributes-with-perl)
4563 (tramp-do-directory-files-and-attributes-with-stat)
4564 (tramp-handle-file-name-all-completions)
4565 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4566 (tramp-handle-copy-file, tramp-handle-copy-directory)
4567 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4568 (tramp-do-copy-or-rename-file-via-buffer)
4569 (tramp-do-copy-or-rename-file-directly)
4570 (tramp-do-copy-or-rename-file-out-of-band)
4571 (tramp-handle-make-directory, tramp-handle-delete-directory)
4572 (tramp-handle-delete-file)
4573 (tramp-handle-dired-recursive-delete-directory)
4574 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4575 (tramp-handle-insert-directory)
4576 (tramp-handle-unhandled-file-name-directory)
4577 (tramp-handle-expand-file-name)
4578 (tramp-handle-substitute-in-file-name)
4579 (tramp-handle-executable-find, tramp-process-sentinel)
4580 (tramp-handle-start-file-process, tramp-handle-process-file)
4581 (tramp-handle-call-process-region, tramp-handle-shell-command)
4582 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4583 (tramp-handle-insert-file-contents)
4584 (tramp-handle-insert-file-contents-literally)
4585 (tramp-handle-find-backup-file-name)
4586 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4587 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4588 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4589 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4590 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4591 (tramp-find-file-exists-command, tramp-open-shell)
4592 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4593 (tramp-open-connection-setup-interactive-shell)
4594 (tramp-local-coding-commands, tramp-remote-coding-commands)
4595 (tramp-find-inline-encoding, tramp-call-local-coding-command)
4596 (tramp-inline-compress-commands, tramp-find-inline-compress)
4597 (tramp-compute-multi-hops, tramp-maybe-open-connection)
4598 (tramp-send-command, tramp-wait-for-output)
4599 (tramp-send-command-and-check, tramp-barf-unless-okay)
4600 (tramp-send-command-and-read, tramp-mode-string-to-int)
4601 (tramp-convert-file-attributes, tramp-check-cached-permissions)
4602 (tramp-file-mode-from-int, tramp-file-mode-permissions)
4603 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4604 (tramp-method-out-of-band-p, tramp-local-host-p)
4605 (tramp-get-remote-path, tramp-get-remote-tmpdir)
4606 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4607 (tramp-get-test-command, tramp-get-test-nt-command)
4608 (tramp-get-file-exists-command, tramp-get-remote-ln)
4609 (tramp-get-remote-perl, tramp-get-remote-stat)
4610 (tramp-get-remote-readlink, tramp-get-remote-trash)
4611 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4612 (tramp-get-local-uid, tramp-get-local-gid)
4613 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
4614 tramp-sh.el.
4615 (tramp-methods, tramp-default-method-alist)
4616 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4617 Move initialization to tramp-sh.el.
4618 (tramp-temp-name-prefix): Make it a defconst.
4619 (tramp-dissect-file-name): Don't check anymore for multi-hop
4620 methods.
4621 (tramp-debug-outline-regexp): Add a docstring.
4622 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
4623 (tramp-get-debug-buffer): Use it.
4624
4625 * net/tramp-cache.el (top): Set tramp-autoload cookie for
4626 initialization forms.
4627 (tramp-set-connection-property): Don't protect `tramp-message'
4628 call, it isn't necessary any longer.
4629 (tramp-dump-connection-properties): Use `ignore-errors'.
4630
4631 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4632 'password-cache and 'auth-source.
4633
4634 * net/tramp-gvfs.el (top):
4635 * net/tramp-smb.el (top): Require 'tramp-sh.
4636
4637 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4638
4639 * net/tramp-sh.el: New file, derived from tramp.el.
4640 (top): Initialize `tramp-methods', `tramp-default-method-alist',
4641 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
4642 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4643 Use `ignore-errors' where appropriate.
4644 (tramp-sh-file-name-handler-alist): Rename from
4645 `tramp-file-name-handler-alist'.
4646 (tramp-send-command-and-check): Return t or nil. Remove all
4647 `zerop' checks, where called.
4648 (tramp-handle-set-file-modes)
4649 (tramp-do-copy-or-rename-file-directly)
4650 (tramp-handle-delete-directory, tramp-handle-delete-file)
4651 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
4652 (tramp-sh-file-name-handler, tramp-send-command-and-check)
4653 (tramp-get-remote-ln): Set tramp-autoload cookie.
4654
4655 * net/tramp-fish.el: Remove file.
4656
4657 2010-09-13 Daiki Ueno <ueno@unixuser.org>
4658
4659 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4660 buffer-file-name to avoid file-locking. (Bug#7026)
4661
4662 2010-09-13 Julien Danjou <julien@danjou.info>
4663
4664 * notifications.el (notifications-notify): Add support for
4665 image-path and sound-name.
4666 (notifications-specification-version): Add this variable.
4667
4668 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4669
4670 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
4671
4672 2010-09-12 Leo <sdl.web@gmail.com>
4673
4674 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4675 (rcirc-completion-start): New variables.
4676 (rcirc-nick-completions): Rename to rcirc-completions.
4677 (rcirc-nick-completion-start-offset): Delete.
4678 (rcirc-completion-at-point): New function for constructing
4679 completion data for both nicks and irc commands. Add to
4680 completion-at-point-functions in rcirc mode.
4681 (rcirc-complete): Rename from rcirc-nick-complete; use
4682 rcirc-completion-at-point.
4683 (defun-rcirc-command): Update rcirc-client-commands.
4684
4685 2010-09-11 Glenn Morris <rgm@gnu.org>
4686
4687 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4688 atomically, to avoid parallel build errors. (Bug#4196)
4689
4690 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
4691
4692 * progmodes/sql.el: Version 2.6
4693 (sql-dialect): Synonym for "sql-product".
4694 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4695 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4696 Set "sql-buffer" to buffer name not buffer object so multiple sql
4697 interactive buffers work properly. Reverts misguided changes in
4698 earlier work.
4699 (sql-comint): Make sure different buffer name is used if "*SQL*"
4700 buffer is for a different product.
4701 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4702 login param.
4703 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4704 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4705 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4706 Accept new buffer name or prompt for one.
4707 (sql-port): Default to zero.
4708 (sql-comint-mysql): Handle "sql-port" as a numeric.
4709 (sql-port-history): Delete unused variable.
4710 (sql-get-login): Default "sql-port" to a number.
4711 (sql-product-alist): Correct Postgres prompt and terminator regexp.
4712 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4713 "sqlite3" executables.
4714 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
4715 (sql-buffer-live-p): New function.
4716 (sql-mode-menu, sql-send-string): Use it.
4717 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4718 syntax pattern.
4719 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4720 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4721
4722 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4723
4724 * net/netrc.el (netrc-credentials): New convenience function.
4725
4726 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4729 to replace texinfo-font-lock-syntactic-keywords.
4730 (texinfo-mode): Use it.
4731
4732 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4733 Use syntax-propertize-function.
4734
4735 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4736 replace sgml-font-lock-syntactic-keywords.
4737 (sgml-mode): Use it.
4738
4739 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4740 since we don't use it.
4741
4742 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4743
4744 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4745 if available.
4746 (vhdl-fontify-buffer): Adjust.
4747
4748 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4749 replace tcl-font-lock-syntactic-keywords.
4750 (tcl-mode): Use it.
4751
4752 * progmodes/simula.el (simula-syntax-propertize-function): New var to
4753 replace simula-font-lock-syntactic-keywords.
4754 (simula-mode): Use it.
4755
4756 * progmodes/sh-script.el (sh-st-symbol): Remove.
4757 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4758 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4759 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4760 (sh-font-lock-paren): Set syntax-multiline.
4761 (sh-font-lock-syntactic-keywords): Remove.
4762 (sh-syntax-propertize-function): New function to replace it.
4763 (sh-mode): Use it.
4764
4765 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4766 Define while compiling.
4767 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4768 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4769 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4770 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4771 (ruby-here-doc-end-syntax): Only define when
4772 syntax-propertize is not available.
4773 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4774 New functions.
4775 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4776 (electric-indent-chars): Silence bytecompiler.
4777 (ruby-mode): Use prog-mode, syntax-propertize-function, and
4778 electric-indent-chars.
4779
4780 * progmodes/python.el (python-syntax-propertize-function): New var to
4781 replace python-font-lock-syntactic-keywords.
4782 (python-mode): Use it.
4783 (python-quote-syntax): Simplify and adjust to new use.
4784
4785 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4786 replace perl-font-lock-syntactic-keywords.
4787 (perl-syntax-propertize-special-constructs): New fun to replace
4788 perl-font-lock-special-syntactic-constructs.
4789 (perl-font-lock-syntactic-face-function): New fun.
4790 (perl-mode): Use it.
4791
4792 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4793 to replace octave-font-lock-close-quotes.
4794 (octave-syntax-propertize-function): New function to replace
4795 octave-font-lock-syntactic-keywords.
4796 (octave-mode): Use it.
4797
4798 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4799 replaces mixal-font-lock-syntactic-keywords.
4800 (mixal-mode): Use it.
4801
4802 * progmodes/make-mode.el (makefile-syntax-propertize-function):
4803 New var; replaces makefile-font-lock-syntactic-keywords.
4804 (makefile-mode): Use it.
4805 (makefile-imake-mode): Adjust.
4806
4807 * progmodes/js.el (js--regexp-literal): Define while compiling.
4808 (js-syntax-propertize-function): New var; replaces
4809 js-font-lock-syntactic-keywords.
4810 (js-mode): Use it.
4811
4812 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4813 replaces gdb-script-font-lock-syntactic-keywords.
4814 (gdb-script-mode): Use it.
4815
4816 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4817 (fortran--font-lock-syntactic-keywords): New var.
4818 (fortran-line-length): Update syntax-propertize-function and
4819 fortran--font-lock-syntactic-keywords.
4820
4821 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4822
4823 * progmodes/cfengine.el (cfengine-mode):
4824 Use syntax-propertize-function.
4825 (cfengine-font-lock-syntactic-keywords): Remove.
4826
4827 * progmodes/autoconf.el (autoconf-mode):
4828 Use syntax-propertize-function.
4829 (autoconf-font-lock-syntactic-keywords): Remove.
4830
4831 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4832 (ada-after-change-function, ada-initialize-syntax-table-properties)
4833 (ada-handle-syntax-table-properties): Only define when
4834 syntax-propertize is not available.
4835 (ada-mode): Use syntax-propertize-function.
4836
4837 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4838 (font-lock-fontify-syntactic-keywords-region): Move handling of
4839 font-lock-syntactically-fontified to...
4840 (font-lock-default-fontify-region): ...here.
4841 Let syntax-propertize-function take precedence.
4842 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4843
4844 * emacs-lisp/syntax.el (syntax-propertize-function)
4845 (syntax-propertize-chunk-size, syntax-propertize--done)
4846 (syntax-propertize-extend-region-functions): New vars.
4847 (syntax-propertize-wholelines, syntax-propertize-multiline)
4848 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4849 (syntax-propertize): New functions.
4850 (syntax-propertize-rules): New macro.
4851 (syntax-ppss-flush-cache): Set syntax-propertize--done.
4852 (syntax-ppss): Call syntax-propertize.
4853
4854 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4855
4856 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
4857
4858 * textmodes/ispell.el (ispell-init-process): Improve comments.
4859 XEmacs compatibility changes regarding (add-hook) 'local option
4860 and (set-process-query-on-exit-flag).
4861
4862 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4863
4864 * net/tramp-cache.el (tramp-parse-connection-properties):
4865 Set tramp-autoload cookie.
4866
4867 2010-09-09 Glenn Morris <rgm@gnu.org>
4868
4869 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4870 (imagemagick-register-types): Doc fix.
4871
4872 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4875
4876 * progmodes/js.el (require): Require is already "eval-and-compile".
4877 (js--re-search-forward): Avoid `eval'. Preserve the error data.
4878 (js--re-search-backward): Use js--re-search-forward.
4879
4880 * progmodes/fortran.el (fortran-line-length): Don't recompute
4881 syntactic keywords redundantly a second time.
4882
4883 * progmodes/ada-mode.el: Replace "(set '" with setq.
4884 (ada-mode): Simplify.
4885 (ada-create-case-exception, ada-adjust-case-interactive)
4886 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4887 (ada-search-ignore-string-comment, ada-move-to-start)
4888 (ada-move-to-end): Use with-syntax-table.
4889
4890 * font-lock.el (save-buffer-state): Remove `varlist' arg.
4891 (font-lock-unfontify-region, font-lock-default-fontify-region):
4892 Update usage correspondingly.
4893 (font-lock-fontify-syntactic-keywords-region):
4894 Set parse-sexp-lookup-properties buffer-locally here.
4895 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4896
4897 * simple.el (blink-matching-open): Don't burp if we can't find a match.
4898
4899 2010-09-08 Glenn Morris <rgm@gnu.org>
4900
4901 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4902 Error if not compiled with -DBYTE_CODE_METER.
4903
4904 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4905 Ignore dir-locals-file.
4906
4907 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4910 Not a const.
4911 (compilation-error-regexp-alist-alist): Rule out ": " in file names
4912 for the `gnu' messages.
4913 (compilation-set-skip-threshold): New command.
4914 (compilation-start): Use \' rather than $.
4915 (compilation-forget-errors): Use clrhash.
4916
4917 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
4918
4919 * textmodes/ispell.el (ispell-valid-dictionary-list):
4920 Simplify logic.
4921
4922 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
4923
4924 Migrate to Tramp 2.2. Rearrange load dependencies.
4925 (Bug#1529, Bug#5448, Bug#5705)
4926
4927 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4928 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4929 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4930
4931 * net/tramp.el (top): Remove all other tramp-* loads except
4932 tramp-compat.el. Remove all changes to tramp-unload-hook for
4933 other tramp-* packages. Rearrange defun order. Change calls of
4934 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4935 `tramp-compat-octal-to-decimal' to new function names.
4936 (tramp-terminal-type, tramp-initial-end-of-output)
4937 (tramp-methods, tramp-foreign-file-name-handler-alist)
4938 (tramp-tramp-file-p, tramp-completion-mode-p)
4939 (tramp-send-command-and-check, tramp-get-remote-path)
4940 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4941 (tramp-shell-quote-argument): Set tramp-autoload cookie.
4942 (with-file-property, with-connection-property): Move to
4943 tramp-cache.el.
4944 (tramp-local-call-process, tramp-decimal-to-octal)
4945 (tramp-octal-to-decimal): Move to tramp-compat.el.
4946 (tramp-handle-shell-command): Do not require 'shell.
4947 (tramp-compute-multi-hops): No special handling for tramp-gw-*
4948 symbols.
4949 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4950
4951 * net/tramp-cache.el (top): Require 'tramp. Add to
4952 `tramp-unload-hook'.
4953 (tramp-cache-data, tramp-get-file-property)
4954 (tramp-set-file-property, tramp-flush-file-property)
4955 (tramp-flush-directory-property, tramp-get-connection-property)
4956 (tramp-set-connection-property, tramp-flush-connection-property)
4957 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4958 cookie.
4959 (with-file-property, with-connection-property): New defuns, moved
4960 from tramp.el.
4961 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4962 macro.
4963
4964 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4965 (tramp-version): Set tramp-autoload cookie.
4966
4967 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
4968 changes to tramp-unload-hook for other tramp-* packages. Add to
4969 `tramp-unload-hook'.
4970 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4971 (tramp-compat-call-process): New defuns, moved from tramp.el.
4972
4973 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
4974 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4975 Add to `tramp-unload-hook'. Change call of
4976 `tramp-compat-decimal-to-octal' to new function name.
4977 (tramp-fish-method): Make it a defconst.
4978 (tramp-fish-file-name-p): Make it a defsubst.
4979 (tramp-fish-method, tramp-fish-file-name-handler)
4980 (tramp-fish-file-name-p): Set tramp-autoload cookie.
4981
4982 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4983 `tramp-foreign-file-name-handler-alist'. Add to
4984 `tramp-unload-hook'.
4985 (tramp-ftp-method): Make it a defconst.
4986 (tramp-ftp-file-name-p): Make it a defsubst.
4987 (tramp-ftp-method, tramp-ftp-file-name-handler)
4988 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4989
4990 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4991 `tramp-foreign-file-name-handler-alist'. Add to
4992 `tramp-unload-hook'. Change checks, whether package can be
4993 loaded.
4994 (tramp-gvfs-file-name-p): Make it a defsubst.
4995 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4996 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4997 (tramp-gvfs-handle-file-directory-p): New defun.
4998 (tramp-gvfs-file-name-handler-alist): Use it.
4999
5000 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5001 `tramp-foreign-file-name-handler-alist'. Add to
5002 `tramp-unload-hook'.
5003 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5004 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5005 defconst.
5006 (tramp-gw-tunnel-method, tramp-gw-socks-method)
5007 (tramp-gw-open-connection): Set tramp-autoload cookie.
5008
5009 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
5010 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5011 Add to `tramp-unload-hook'. Change checks, whether package can be
5012 loaded.
5013 (tramp-imap-file-name-p): Make it a defsubst.
5014 (tramp-imap-method, tramp-imaps-method)
5015 (tramp-imap-file-name-handler)
5016 (tramp-imap-file-name-p): Set tramp-autoload cookie.
5017
5018 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
5019 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5020 Add to `tramp-unload-hook'. Change checks, whether package can be
5021 loaded. Change call of `tramp-compat-decimal-to-octal' to new
5022 function name.
5023 (tramp-smb-tunnel-method): Make it a defconst.
5024 (tramp-smb-file-name-p): Make it a defsubst.
5025 (tramp-smb-method, tramp-smb-file-name-handler)
5026 (tramp-smb-file-name-p): Set tramp-autoload cookie.
5027
5028 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5029 (tramp-uuencode-region): Set tramp-autoload cookie.
5030
5031 * net/trampver.el (top) Add to `tramp-unload-hook'.
5032 (tramp-version, tramp-bug-report-address): Set tramp-autoload
5033 cookie. Update release number.
5034
5035 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
5036
5037 * textmodes/ispell.el (ispell-start-process): Make sure original
5038 arg list is properly initialized (Bug#6993, Bug#6994).
5039
5040 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5041
5042 * files.el (directory-abbrev-alist): Use \` as default regexp.
5043
5044 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5045 chars like - or ] (bug#6984).
5046 (rx-any-condense-range): Explode 2-char ranges.
5047
5048 2010-09-06 Glenn Morris <rgm@gnu.org>
5049
5050 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5051
5052 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * textmodes/bibtex.el:
5055 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5056
5057 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5058
5059 * net/imap.el (imap-message-map): Remove optional buffer parameter,
5060 since no callers use it.
5061 (imap-message-get): Ditto.
5062 (imap-message-put): Ditto.
5063 (imap-mailbox-map): Ditto.
5064 (imap-mailbox-put): Ditto.
5065 (imap-mailbox-get): Ditto.
5066 (imap-mailbox-get): Revert last change for this function.
5067
5068 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5069
5070 * net/imap.el (imap-fetch-safe): Remove function, and alter all
5071 callers to use `imap-fetch' instead. According to the comments, this
5072 should be safe, since all other IMAP clients use the 1:* syntax.
5073 (imap-enable-exchange-bug-workaround): Remove.
5074 (imap-debug): Remove -- doesn't seem very useful.
5075
5076 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5077
5078 * net/imap.el (imap-log): New convenience function used throughout
5079 instead of repeating the same code all over the place.
5080
5081 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
5082
5083 * mouse.el (mouse-save-then-kill): Save region to kill-ring
5084 when mouse-drag-copy-region is non-nil (Bug#6956).
5085
5086 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5089 Improve regexps (Bug#6987).
5090 (dired-sort-toggle): Search more robustly for -t flag.
5091
5092 * files.el (get-free-disk-space): Search more robustly for
5093 "available" column. Suggested by Ehud Karni
5094 <ehud@unix.mvs.co.il>.
5095
5096 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
5097
5098 * international/uni-bidi.el:
5099 * international/uni-category.el:
5100 * international/uni-combining.el:
5101 * international/uni-decimal.el:
5102 * international/uni-mirrored.el:
5103 * international/uni-name.el: Regenerate.
5104
5105 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * electric.el (electric-indent-post-self-insert-function):
5108 Don't reindent with a sloppy indentation function.
5109
5110 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5111 border case in change-log-mode.
5112
5113 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5116 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5117 Recognize leading tab in gcc-include regexp. Ignore names with
5118 leading "from" or "in" in gnu regexp (Bug#6937).
5119
5120 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5123 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5124 (ispell-start-process): Avoid setq and simplify logic.
5125 (ispell-init-process): Setup kill-buffer-hook locally when needed.
5126 (kill-buffer-hook): Don't use it globally with code that uses
5127 expand-file-name since that may call kill-buffer via
5128 code_conversion_restore.
5129
5130 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
5131
5132 * emacs-lisp/package.el (package-directory-list): Only call
5133 file-name-nondirectory on a string.
5134
5135 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5136
5137 * emacs-lisp/package.el (package--download-one-archive):
5138 Ensure that archive-contents is valid before saving it.
5139 (package-activate-1, package-mark-obsolete, define-package)
5140 (package-compute-transaction, package-list-maybe-add): Use push.
5141
5142 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 Use SMIE's blink-paren for octave-mode.
5145 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5146 Backslashes do not escape single-quotes, single-quotes do.
5147 (octave-block-else-regexp, octave-block-end-regexp)
5148 (octave-block-match-alist): Remove.
5149 (octave-smie-bnf-table): New var, with old content.
5150 (octave-smie-op-levels): Use it.
5151 (octave-smie-closer-alist): New var.
5152 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
5153 (octave-blink-matching-block-open): Remove.
5154 (octave-reindent-then-newline-and-indent, octave-electric-semi)
5155 (octave-electric-space): Let self-insert-command run expand-abbrev and
5156 blink parens.
5157
5158 * electric.el (electricity): New group.
5159 (electric-indent-chars): New var.
5160 (electric-indent-post-self-insert-function): New fun.
5161 (electric-indent-mode): New minor mode.
5162 (electric-pair-skip-self): New custom.
5163 (electric-pair-post-self-insert-function): New function.
5164 (electric-pair-mode): New minor mode.
5165
5166 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5167 calcAlg-blink-matching-open.
5168 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5169 (calc-do-alg-entry): Only touch the part of the keymap that varies.
5170 Use the new blink-matching-check-function.
5171
5172 Provide blink-matching support to SMIE.
5173 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5174 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5175 (smie-blink-matching-check, smie-blink-matching-open): New functions.
5176
5177 * simple.el (newline): Fix last change to properly remove itself from
5178 the hook.
5179
5180 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * simple.el (newline): Eliminate optimization.
5183 Use post-self-insert-hook to set hard-newline and things before
5184 running post-self-insert-hook.
5185 (blink-matching-check-mismatch): New function.
5186 (blink-matching-check-function): New variable.
5187 (blink-matching-open): Use them.
5188 Skip back forward over prefix chars skipped by forward-sexp.
5189 Don't check if the parens are backslash escaped.
5190 (blink-paren-post-self-insert-function): Check backslash escaping here.
5191
5192 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * emacs-lisp/package.el (package-menu-mode-map):
5195 Change package-menu-revert bindings to revert-buffer.
5196 (package-menu-mode): Set revert-buffer-function.
5197 (package-menu-revert): Doc fix.
5198
5199 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
5200
5201 * textmodes/ispell.el (ispell-init-process): Use "~/" as
5202 `default-directory' unless using Ispell per-directory personal
5203 dictionaries and not in a mini-buffer under XEmacs.
5204 (kill-buffer-hook): Do not kill ispell process on exit when
5205 `ispell-process-directory' is "~/". (Bug#6143)
5206
5207 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5208
5209 * simple.el (kill-new): Call interprogram-cut-function with only
5210 one argument.
5211
5212 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5213 Remove cut buffer from error message.
5214
5215 * term/x-win.el (x-select-text):
5216 * term/pc-win.el (x-selection-value):
5217 * term/ns-win.el (x-selection-value):
5218 * eshell/em-term.el:
5219 * w32-fns.el (x-get-selection-value):
5220 * mouse-sel.el (mouse-sel-set-selection-function):
5221 * frame.el (display-selections-p): Remove cut-buffer in documentation.
5222
5223 * term/x-win.el: Update documentation for x-last-selected-text-*.
5224 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5225 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
5226 (x-select-text): Remove argument PUSH, update documentation.
5227 Remove cut-buffer code.
5228 (x-selection-value-internal): Was previously x-selection-value.
5229 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5230 Update documentation, remove cut-buffer code.
5231 Call x-selection-value-internal.
5232 (x-clipboard-yank): Call x-selection-value-internal.
5233 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5234
5235 * term/pc-win.el (x-last-selected-text):
5236 x-cut-buffer-or-selection-value renamed to x-selection-value
5237 (x-select-text): Remove argument PUSH, update documentation.
5238
5239 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5240 x-cut-buffer-or-selection-value renamed to x-selection-value
5241 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5242 (x-select-text): Remove argument PUSH, update documentation.
5243
5244 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5245
5246 * w32-fns.el (x-last-selected-text):
5247 x-cut-buffer-or-selection-value renamed to x-selection-value.
5248 (x-cut-buffer-max): Remove.
5249 (x-select-text): Remove argument PUSH, update documentation.
5250
5251 * simple.el (interprogram-cut-function): Remove mention of PUSH.
5252
5253 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5254
5255 * mouse-sel.el (mouse-sel-get-selection-function):
5256 x-cut-buffer-or-selection-value renamed to x-selection-value.
5257 (x-select-text): Remove optional push.
5258
5259 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * simple.el (blink-paren-function): Move from C to here.
5262 (blink-paren-post-self-insert-function): New function.
5263 (post-self-insert-hook): Use it.
5264
5265 * emacs-lisp/pcase.el (pcase-split-memq):
5266 Fix overenthusiastic optimisation.
5267 (pcase-u1): Handle the case of a lambda pred.
5268
5269 2010-08-31 Kenichi Handa <handa@m17n.org>
5270
5271 * international/mule-cmds.el (standard-display-european-internal):
5272 Setup standard-display-table for 8-bit characters by storing 8-bit
5273 characters in the element vector.
5274
5275 * disp-table.el (standard-display-8bit):
5276 Setup standard-display-table for 8-bit characters by storing 8-bit
5277 characters in the element vector.
5278 (standard-display-european): Likewise.
5279
5280 2010-08-31 Masatake YAMATO <yamato@redhat.com>
5281
5282 * textmodes/nroff-mode.el (nroff-view): New command.
5283 (nroff-mode-map): Bind it to C-c C-c.
5284
5285 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * emacs-lisp/smie.el (smie-down-list): New command.
5288
5289 Remove old indentation and navigation code on octave-mode.
5290 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5291 smie-down-list rather than add a binding for octave-down-block.
5292 (octave-mark-block, octave-blink-matching-block-open):
5293 Rely on forward-sexp-function.
5294 (octave-fill-paragraph): Don't narrow, so you can use
5295 indent-according-to-mode.
5296 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5297 (octave-in-block-p, octave-re-search-forward-kw)
5298 (octave-re-search-backward-kw, octave-indent-calculate)
5299 (octave-end-as-array-index-p, octave-block-end-offset)
5300 (octave-scan-blocks, octave-forward-block, octave-backward-block)
5301 (octave-down-block, octave-backward-up-block, octave-up-block)
5302 (octave-before-magic-comment-p, octave-indent-line): Remove.
5303
5304 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
5305
5306 * emacs-lisp/package.el (package--read-archive-file): Just use
5307 `read', to avoid copying an additional string.
5308 (package-menu-mode): Set header-line-format here.
5309 (package-menu-refresh, package-menu-revert): Signal an error if
5310 not in the Package Menu.
5311 (package-menu-package-list): New var.
5312 (package--generate-package-list): Operate on the current buffer;
5313 don't assume that it is *Packages*, since the user may rename it.
5314 Allow persistent package listings and sort keys using
5315 package-menu-package-list and package-menu-package-sort-key.
5316 (package-menu--version-predicate): Fix version calculation.
5317 (package-menu-sort-by-column): Don't select the window.
5318 (package--list-packages): Create the *Packages* buffer.
5319 Set package-menu-package-list-key.
5320 (list-packages): Sorting by status is now the default.
5321 (package-buffer-info): Use match-string-no-properties.
5322 (define-package): Add a &rest argument for future proofing, but
5323 don't use it yet.
5324 (package-install-from-buffer, package-install-buffer-internal):
5325 Merge into a single function, package-install-from-buffer.
5326 (package-install-file): Change caller.
5327
5328 * finder.el: Load finder-inf using `require'.
5329 (finder-list-matches): Sorting by status is now the default.
5330 (finder-compile-keywords): Simpify printing.
5331
5332 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5335 (octave-mode-map): Remove special bindings for forward/backward-block
5336 and octave-backward-up-block. Use smie-close-block.
5337 (octave-continuation-marker-regexp): New var.
5338 (octave-continuation-regexp): Use it.
5339 (octave-operator-table, octave-smie-op-levels)
5340 (octave-operator-regexp, octave-smie-indent-rules): New vars.
5341 (octave-smie-backward-token, octave-smie-forward-token): New funs.
5342 (octave-mode): Use SMIE.
5343 (octave-close-block): Delete.
5344
5345 2010-08-30 Eli Zaretskii <eliz@gnu.org>
5346
5347 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5348 CLIPBOARD, not in PRIMARY. (Bug#6944)
5349
5350 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5353 a list of parents.
5354 (smie-indent-column): Allow indirection through variables.
5355
5356 * composite.el (save-buffer-state): Delete, unused.
5357 * font-lock.el (save-buffer-state): Use with-silent-modifications.
5358 (font-lock-default-fontify-region): Use with-syntax-table.
5359 * jit-lock.el (with-buffer-unmodified): Remove.
5360 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5361
5362 Use `declare' in defmacros.
5363 * window.el (save-selected-window):
5364 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5365 * progmodes/python.el (def-python-skeleton):
5366 * net/dbus.el (dbus-ignore-errors):
5367 * jka-cmpr-hook.el (with-auto-compression-mode):
5368 * international/mule.el (with-category-table):
5369 * emacs-lisp/timer.el (with-timeout):
5370 * emacs-lisp/lisp-mnt.el (lm-with-file):
5371 * emacs-lisp/eieio.el (with-slots):
5372 * emacs-lisp/easymenu.el (easy-menu-define):
5373 * emacs-lisp/debug.el (debugger-env-macro):
5374 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5375 (Multiple-value-call, Multiple-value-prog1):
5376 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5377 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5378 edebug rule to definition.
5379 * emacs-lisp/lisp-mode.el (save-selected-window)
5380 (with-current-buffer, combine-after-change-calls)
5381 (with-output-to-string, with-temp-file, with-temp-buffer)
5382 (with-temp-message, with-syntax-table, read-if, eval-after-load)
5383 (dolist, dotimes, when, unless):
5384 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5385
5386 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * finder.el: Require `package'.
5389 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5390 (finder-package-info): Var deleted.
5391 (finder-keywords-hash, finder--builtins-alist): New vars.
5392 (finder-compile-keywords): Compute package--builtins and
5393 finder-keywords-hash instead of finder-keywords-hash, respecting
5394 the "Package" header.
5395 (finder-unknown-keywords, finder-list-matches):
5396 Use finder-keywords-hash and package--list-packages.
5397 (finder-mode): Don't set font-lock-defaults.
5398 (finder-exit): We don't use "*Finder-package*" and "*Finder
5399 Category*" buffers anymore.
5400
5401 * emacs-lisp/package.el (package--builtins-base): Var deleted.
5402 (package--builtins): Set default value to nil.
5403 (package-initialize): Load precomputed value of package--builtins
5404 from finder-inf.el.
5405 (package-alist, package-compute-transaction)
5406 (package-download-transaction): Improve docstring.
5407 (package-read-all-archive-contents): Do not change
5408 package--builtins here.
5409 (list-packages): Make package-list-packages an alias for this.
5410 Sort by status by default.
5411 (package--list-packages): Add optional PACKAGES arg.
5412 (describe-package-1): Use font-lock-face property. For built-in
5413 packages, insert file commentary.
5414 (package--generate-package-list): Rename from
5415 package-list-packages-internal; all callers changed. Add optional
5416 PACKAGES arg. Add alphabetical sort fallbacks.
5417 (package-menu--version-predicate, package-menu--status-predicate)
5418 (package-menu--description-predicate)
5419 (package-menu--name-predicate): New functions.
5420
5421 * info.el (Info-finder-find-node): Search package-alist instead of
5422 finder-package-info.
5423
5424 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5425
5426 * subr.el (version-regexp-alist): Don't use "a" and "b" for
5427 "alpha" and "beta".
5428 (version-to-list): Handle versions like "10.3d".
5429
5430 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5433 (macroexp-accumulate): Use `declare'.
5434
5435 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5436
5437 * whitespace.el (whitespace-style): Adjust type declaration.
5438
5439 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
5440
5441 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5442 empty argument to gvfs-copy.
5443
5444 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5447 handle new TRASH arg of `delete-file'.
5448
5449 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5450
5451 * net/tramp.el (tramp-handle-insert-directory): Don't use
5452 `forward-word', its default syntax could be changed.
5453
5454 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5455 Michael Albinus <michael.albinus@gmx.de>
5456
5457 Implement compression for inline methods.
5458
5459 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5460 (tramp-copy-size-limit): Allow also nil.
5461 (tramp-inline-compress-commands): New defconst.
5462 (tramp-find-inline-compress, tramp-get-inline-compress)
5463 (tramp-get-inline-coding): New defuns.
5464 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5465 replaced by `tramp-get-inline-coding'.
5466 (tramp-handle-file-local-copy, tramp-handle-write-region)
5467 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5468
5469 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
5470
5471 Detect ssh 'ControlMaster' argument automatically in some cases.
5472
5473 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5474 (tramp-default-method): Use it.
5475
5476 2010-08-26 Karel Klíč <kklic@redhat.com>
5477
5478 * net/tramp.el (tramp-file-name-for-operation):
5479 Add file-selinux-context.
5480
5481 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
5482
5483 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5484
5485 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5488 (Bug#6907).
5489
5490 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
5491
5492 * progmodes/js.el: Make indentation more customizable (Bug#6914).
5493 (js-paren-indent-offset, js-square-indent-offset)
5494 (js-curly-indent-offset): New options.
5495 (js--proper-indentation): Use them.
5496
5497 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
5498
5499 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5500 instead of inspecting font-lock properties (Bug#6916).
5501
5502 2010-08-26 David Reitter <david.reitter@gmail.com>
5503
5504 * server.el (server-visit-files): Run pre-command-hook and
5505 post-command-hook for each buffer while it is current (Bug#6910).
5506 (server-execute): Do not run hooks here.
5507
5508 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
5509
5510 Sync with Tramp 2.1.19.
5511
5512 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5513 (tramp-reporter-dump-variable, tramp-load-report-modules)
5514 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5515 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5516
5517 * net/tramp-compat.el (top): Do not autoload
5518 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5519 only when `start-file-process' is not bound.
5520 (byte-compile-not-obsolete-vars): Define if not bound.
5521 (tramp-compat-funcall): New defmacro.
5522 (tramp-compat-line-beginning-position)
5523 (tramp-compat-line-end-position)
5524 (tramp-compat-temporary-file-directory)
5525 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5526 (tramp-compat-copy-file, tramp-compat-copy-directory)
5527 (tramp-compat-delete-file, tramp-compat-delete-directory)
5528 (tramp-compat-number-sequence, tramp-compat-process-running-p):
5529 Use it.
5530 (tramp-advice-file-expand-wildcards): Do not use
5531 `tramp-handle-file-remote-p'.
5532 (tramp-compat-make-temp-file): Simplify fallback implementation.
5533 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5534 (tramp-compat-copy-tree): Remove function.
5535 (tramp-compat-delete-file): New defun.
5536 (tramp-compat-delete-directory): Provide implementation for older
5537 Emacsen.
5538 (tramp-compat-file-attributes): Handle only
5539 `wrong-number-of-arguments' error.
5540
5541 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5542 Add PRESERVE_SELINUX_CONTEXT.
5543 (tramp-fish-handle-delete-file): Add TRASH arg.
5544 (tramp-fish-handle-directory-files-and-attributes):
5545 Do not use `tramp-fish-handle-file-attributes.
5546 (tramp-fish-handle-file-local-copy)
5547 (tramp-fish-handle-insert-file-contents)
5548 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5549
5550 * net/tramp-gvfs.el (top): Require url-util.
5551 (tramp-gvfs-mount-point): Remove.
5552 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5553 and `set-file-selinux-context'.
5554 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5555 (tramp-gvfs-handle-file-selinux-context)
5556 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5557 (with-tramp-dbus-call-method): Format trace message.
5558 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5559 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5560 Implement backup call, when operation on local files fails.
5561 Use progress reporter. Flush properties of changed files.
5562 (tramp-gvfs-handle-delete-file): Add TRASH arg.
5563 Use `tramp-compat-delete-file'.
5564 (tramp-gvfs-handle-expand-file-name): Expand "~/".
5565 (tramp-gvfs-handle-make-directory): Make more traces.
5566 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5567 (tramp-gvfs-url-file-name): Hexify file name in url.
5568 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5569 into account for the resulting file name.
5570 (tramp-gvfs-handler-askquestion): Preserve current message, in
5571 order to let progress reporter continue afterwards. (Bug#6257)
5572 Return dummy mountpoint, when the answer is "no".
5573 See `tramp-gvfs-maybe-open-connection'.
5574 (tramp-gvfs-handler-mounted-unmounted)
5575 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5576 attribute "default_location". Set "prefix" property.
5577 Handle default-location.
5578 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5579 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5580 exists. Raise an error, if not (due to a corresponding answer
5581 "no" in interactive questions, for example).
5582 Use `tramp-compat-funcall'.
5583
5584 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5585 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5586 (tramp-imap-do-copy-or-rename-file)
5587 (tramp-imap-handle-insert-file-contents)
5588 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5589 (tramp-imap-handle-delete-file): Add TRASH arg.
5590
5591 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5592 Add PRESERVE-SELINUX-CONTEXT.
5593 (tramp-smb-handle-copy-file)
5594 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5595 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5596 Use `with-progress-reporter'.
5597 (tramp-smb-handle-delete-file): Add TRASH arg.
5598
5599 * net/tramp.el (tramp-methods): Move hostname to the end in all
5600 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
5601 appropriate.
5602 (tramp-verbose): Describe verbose level 9.
5603 (tramp-completion-function-alist)
5604 (tramp-file-name-regexp, tramp-chunksize)
5605 (tramp-local-coding-commands, tramp-remote-coding-commands)
5606 (with-connection-property, tramp-completion-mode-p)
5607 (tramp-action-process-alive, tramp-action-out-of-band)
5608 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5609 (tramp-exists-file-name-handler): Fix docstring.
5610 (tramp-remote-process-environment): Use `format' instead of
5611 `concat'. Protect version string by apostroph.
5612 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5613 XEmacs.
5614 (tramp-file-name-regexp-unified)
5615 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5616 not regard the volume letter as remote filename. (Bug#5447)
5617 (tramp-perl-file-attributes)
5618 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5619 (tramp-vc-registered-read-file-names): Read input as
5620 here-document, otherwise the command could exceed maximum length
5621 of command line.
5622 (tramp-file-name-handler-alist): Add `file-selinux-context' and
5623 `set-file-selinux-context'.
5624 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5625 backtrace functions.
5626 (tramp-error-with-buffer): Don't show the connection buffer when
5627 we are in completion mode.
5628 (tramp-progress-reporter-update, tramp-remote-selinux-p)
5629 (tramp-handle-file-selinux-context)
5630 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5631 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5632 New defuns.
5633 (with-progress-reporter): New defmacro.
5634 (tramp-debug-outline-regexp): New defconst.
5635 (top, tramp-rfn-eshadow-setup-minibuffer)
5636 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5637 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5638 (tramp-completion-mode-p, tramp-check-for-regexp)
5639 (tramp-open-connection-setup-interactive-shell)
5640 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5641 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5642 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5643 Use `tramp-compat-funcall'.
5644 (tramp-handle-make-symbolic-link): Flush file properties.
5645 (tramp-handle-load, tramp-handle-file-local-copy)
5646 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5647 (tramp-handle-vc-registered, tramp-maybe-send-script)
5648 (tramp-find-shell): Use `with-progress-reporter'.
5649 (tramp-do-file-attributes-with-stat): Add space in format string,
5650 in order to work around a bug in pdksh. Reported by Gilles Pion
5651 <gpion@lfdj.com>.
5652 (tramp-handle-verify-visited-file-modtime): Do not send a command
5653 when the connection is not established.
5654 (tramp-handle-set-file-times): Simplify the check for utc.
5655 (tramp-handle-directory-files-and-attributes)
5656 (tramp-get-remote-path): Use `copy-tree'.
5657 (tramp-completion-handle-file-name-all-completions): Ensure, that
5658 non remote files are still checked. Oops.
5659 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5660 Handle PRESERVE-SELINUX-CONTEXT.
5661 (tramp-do-copy-or-rename-file): Add progress reporter.
5662 (tramp-do-copy-or-rename-file-directly): Do not use
5663 `tramp-handle-file-remote-p'.
5664 (tramp-do-copy-or-rename-file-out-of-band):
5665 Use `tramp-compat-delete-directory'.
5666 (tramp-do-copy-or-rename-file-out-of-band)
5667 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5668 Use `format-spec-make'.
5669 (tramp-handle-delete-file): Add TRASH arg.
5670 (tramp-handle-dired-uncache): Flush directory cache, not only file
5671 cache.
5672 (tramp-handle-expand-file-name)
5673 (tramp-completion-handle-file-name-all-completions)
5674 (tramp-completion-handle-file-name-completion):
5675 Use `tramp-connectable-p'.
5676 (tramp-handle-start-file-process): Set connection property "vec".
5677 Use it, in order to invalidate file caches. Check only for
5678 `remote-tty' process property.
5679 Implement tty setting. (Bug#4604, Bug#6360)
5680 (tramp-file-name-for-operation): Add `call-process-region' and
5681 `set-file-selinux-context'.
5682 (tramp-find-foreign-file-name-handler)
5683 (tramp-advice-make-auto-save-file-name)
5684 (tramp-set-auto-save-file-modes): Remove superfluous check for
5685 `stringp'. This is done inside `tramp-tramp-file-p'.
5686 (tramp-file-name-handler): Trace 'quit. Catch the error for some
5687 operations when we are in completion mode. This gives the user
5688 the chance to correct the file name in the minibuffer.
5689 (tramp-completion-mode-p): Use `non-essential'.
5690 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5691 compatibility: Use `completion-ignore-case' if
5692 `read-file-name-completion-ignore-case' does not exist.
5693 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5694 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5695 `tramp-open-shell'.
5696 (tramp-action-password): Hide password prompt before next run.
5697 (tramp-process-actions): Widen connection buffer for the trace.
5698 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5699 process property. Trace stty settings if `tramp-verbose' >= 9.
5700 Apply workaround for IRIX64 bug. Move argument of last
5701 `tramp-send-command' where it belongs to.
5702 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5703 front of `login-args'.
5704 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5705 on "/dev/null" instead of "/".
5706 (tramp-get-ls-command-with-dired): Make test for "--dired"
5707 stronger.
5708 (tramp-set-auto-save-file-modes): Adapt version check.
5709 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5710 (tramp-handle-process-file): Call the program in a subshell, in
5711 order to preserve working directory.
5712 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5713 `tramp-remote-sh' from `tramp-methods'.
5714 (tramp-get-ls-command): Make test for "--color=never" stronger.
5715 (tramp-check-for-regexp): Use (forward-line 1).
5716
5717 * net/trampver.el: Update release number.
5718
5719 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5720
5721 * help.el (help-map): Bind `C-h P' to describe-package.
5722
5723 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5724
5725 * emacs-lisp/package.el (package-refresh-contents): Catch errors
5726 when downloading archives.
5727 (describe-package-1): Add package commentary.
5728 (package-install-button-action): New function.
5729 (package-menu-mode-map): Bind ? to package-menu-describe-package.
5730 (package-menu-view-commentary): Function removed.
5731 (package-list-packages-internal): Hide the `package' package too.
5732
5733 2010-08-25 Kenichi Handa <handa@m17n.org>
5734
5735 * language/misc-lang.el ("Arabic"): New language environment.
5736 Setup composition-function-table for Arabic characters.
5737
5738 * international/fontset.el (setup-default-fontset): Fix typo for
5739 arabic OTF spec (fini->fina).
5740
5741 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
5742
5743 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5744 on all frames.
5745
5746 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5747
5748 * whitespace.el: Allow cleaning up blanks without blank
5749 visualization (Bug#6651). Adjust help window for
5750 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5751 instead of whitespace-line-column (from EmacsWiki). New version
5752 13.1.
5753 (whitespace-style): Add new value 'face. Adjust docstring.
5754 (whitespace-space, whitespace-hspace, whitespace-tab):
5755 Adjust foreground property face.
5756 (whitespace-line-column): Adjust docstring and type declaration.
5757 (whitespace-style-value-list, whitespace-toggle-option-alist)
5758 (whitespace-help-text): Adjust const initialization.
5759 (whitespace-toggle-options, global-whitespace-toggle-options):
5760 Adjust docstring.
5761 (whitespace-display-window, whitespace-interactive-char)
5762 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5763 (whitespace-help-scroll): New fun.
5764
5765 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * emacs-lisp/package.el (list-packages): Alias for
5768 package-list-packages.
5769
5770 2010-08-24 Kevin Ryde <user42@zip.com.au>
5771
5772 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5773 (Bug#5651).
5774
5775 * progmodes/ruby-mode.el (ruby): Add defgroup.
5776
5777 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5778
5779 * progmodes/python.el: Add Ipython support (Bug#5390).
5780 (python-shell-prompt-alist)
5781 (python-shell-continuation-prompt-alist): New options.
5782 (python--set-prompt-regexp): New function.
5783 (inferior-python-mode, run-python, python-shell):
5784 Require ansi-color. Use python--set-prompt-regexp to set the comint
5785 prompt based on the Python interpreter.
5786 (python--prompt-regexp): New var.
5787 (python-check-comint-prompt)
5788 (python-comint-output-filter-function): Use it.
5789 (run-python): Use a pipe (Bug#5694).
5790
5791 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
5792
5793 * progmodes/python.el (python-send-region): Send a different
5794 Python command if Ipython is in use.
5795 (python-check-version): Use a Python command to find the version.
5796
5797 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5798
5799 * mouse.el (mouse-yank-primary): Avoid setting primary when
5800 deactivating the mark (Bug#6872).
5801
5802 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
5803
5804 * progmodes/python.el (python-block-pairs): Allow use of "finally"
5805 with "else" (Bug#3991).
5806
5807 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
5808
5809 * net/dbus.el: Accept UNIX domain sockets as bus address.
5810 (top): Don't initialize `dbus-registered-objects-table' anymore,
5811 this is done in dbusbind,c.
5812 (dbus-check-event): Adapt test for bus.
5813 (dbus-return-values-table, dbus-unregister-service)
5814 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5815 Adapt doc string.
5816
5817 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
5818
5819 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5820
5821 2010-08-22 Juri Linkov <juri@jurta.org>
5822
5823 * simple.el (read-extended-command): New function with the logic
5824 for `completing-read' moved to Elisp from `execute-extended-command'.
5825 Use `function-called-at-point' in `minibuffer-default-add-function'
5826 to get a command name for M-n (bug#5364, bug#5214).
5827
5828 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5829
5830 * startup.el (command-line-1): Issue warning for ignored arguments
5831 --unibyte, etc (Bug#6886).
5832
5833 2010-08-22 Leo <sdl.web@gmail.com>
5834
5835 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5836 (ignore, bright, dim, keyword): Split list of nicknames before
5837 passing to rcirc-add-or-remove (Bug#6894).
5838
5839 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5840
5841 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5842
5843 2010-08-22 Leo <sdl.web@gmail.com>
5844
5845 Fix buffer-list rename&refresh after killing a buffer in ido.
5846 * ido.el: Revert Óscar's.
5847 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5848 Remember the buffers at head, rather than their name.
5849 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
5850
5851 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
5852 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5855 extra backslash added to each line (bug#6890).
5856
5857 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * subr.el (read-key): Don't echo keystrokes (bug#6883).
5860
5861 2010-08-22 Glenn Morris <rgm@gnu.org>
5862
5863 * menu-bar.el (menu-bar-games-menu): Add landmark.
5864
5865 2010-08-22 Glenn Morris <rgm@gnu.org>
5866
5867 * align.el (align-regexp): Make group and spacing arguments
5868 use the interactive defaults when non-interactive. (Bug#6698)
5869
5870 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5871 expansion, so as not to need sendmail.
5872 (mail-text-start): Remove declaration.
5873 (rmail-retry-failure): Require sendmail.
5874
5875 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5878
5879 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
5880
5881 * progmodes/flymake.el (flymake-start-syntax-check-process):
5882 Use `start-file-process' in order to let it run also on remote hosts.
5883
5884 2010-08-22 Kenichi Handa <handa@m17n.org>
5885
5886 * files.el: Add `word-wrap' as safe local variable.
5887
5888 2010-08-22 Glenn Morris <rgm@gnu.org>
5889
5890 * woman.el (woman-translate): Case matters. (Bug#6849)
5891
5892 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * simple.el (kill-region): Doc fix (Bug#6787).
5895
5896 2010-08-22 Glenn Morris <rgm@gnu.org>
5897
5898 * calendar/diary-lib.el (diary-header-line-format):
5899 Fit it to the window, not the frame.
5900
5901 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
5902
5903 * subr.el (ignore-errors): Add debug declaration.
5904
5905 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
5906
5907 * whitespace.el (whitespace-color-off): Remove post-command-hook
5908 locally.
5909
5910 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5913
5914 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * cus-edit.el (custom-group-value-create): Add extra newline
5917 before end line (Bug#6876).
5918
5919 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5922 when extending it. Before killing on the second click, check if
5923 the buffer is the correct one. Doc fix.
5924 (mouse-secondary-save-then-kill): Allow usage without first
5925 calling mouse-start-secondary, by defaulting to point. Don't save
5926 an empty secondary selection. Doc fix.
5927
5928 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5929
5930 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
5931 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
5932 New version 13.0.
5933 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5934 Adjust initialization.
5935 (whitespace-bob-marker, whitespace-eob-marker)
5936 (whitespace-buffer-changed): New vars.
5937 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5938 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5939 (whitespace-post-command-hook, whitespace-display-char-on):
5940 Adjust code.
5941 (whitespace-looking-back, whitespace-buffer-changed): New funs.
5942 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
5943
5944 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5945
5946 * files.el (locate-file-completion-table): Only list the .el and .elc
5947 extensions if there's no other choice (bug#5955).
5948
5949 * facemenu.el (facemenu-self-insert-data): New var.
5950 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5951 New functions.
5952 (facemenu-add-face): Use them.
5953
5954 * simple.el (blink-matching-open): Obey forward-sexp-function.
5955
5956 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * simple.el (prog-mode-map): New var.
5959 (prog-indent-sexp): New command.
5960
5961 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5962
5963 * progmodes/prolog.el (smie): Require.
5964
5965 * emacs-lisp/smie.el (smie-default-backward-token)
5966 (smie-default-forward-token): Strip properties.
5967 (smie-next-sexp): Be more careful with associative operators.
5968 (smie-forward-sexp-command): Generalize.
5969 (smie-backward-sexp-command): Simplify.
5970 (smie-closer-alist): New var.
5971 (smie-close-block): New command.
5972 (smie-indent-debug-log): New var.
5973 (smie-indent-offset-rule): Add a few more cases.
5974 (smie-indent-column): New function.
5975 (smie-indent-after-keyword): Use it.
5976 (smie-indent-keyword): Use it.
5977 Fix up the opener code's point position.
5978 (smie-indent-comment): Only applies at BOL.
5979 (smie-indent-debug): New command.
5980
5981 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5982 declarations that are useful before running the macro.
5983
5984 2010-08-18 Joakim Verona <joakim@verona.se>
5985
5986 * image.el (imagemagick-types-inhibit): New variable.
5987 (imagemagick-register-types): New function.
5988 * image-mode.el (image-transform-properties): New function.
5989 (image-transform-set-scale, image-transform-fit-to-height)
5990 (image-transform-set-rotation, image-transform-set-resize)
5991 (image-transform-fit-to-width, image-transform-fit-to-height):
5992 New functions.
5993 (image-toggle-display-image): Support image transforms.
5994
5995 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5996
5997 * image.el (create-animated-image): Don't add heuristic mask to image
5998 (Bug#6839).
5999
6000 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
6001
6002 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6003 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
6004
6005 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6008
6009 Font-lock '...' strings, plus various simplifications and fixes.
6010 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6011 (octave-font-lock-close-quotes): New function.
6012 (octave-font-lock-syntactic-keywords): New var.
6013 (octave-mode): Use it. Set beginning-of-defun-function.
6014 (octave-mode-map): Don't override the <foo>-defun commands.
6015 (octave-mode-menu): Pass it directly to easy-menu-define;
6016 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6017 (octave-block-match-alist): Fix up last change so that
6018 octave-close-block uses the more specific keyword.
6019 (info-lookup-mode): Silence byte-compiler.
6020 (octave-beginning-of-defun): Not interactive any more.
6021 Optimize slightly.
6022 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6023 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6024 (octave-completion-at-point-function): Make sure point is within
6025 beg..end.
6026 (octave-reindent-then-newline-and-indent):
6027 Use reindent-then-newline-and-indent.
6028 (octave-add-octave-menu): Remove.
6029
6030 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
6031
6032 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6033 (report-emacs-bug-can-use-xdg-email): New functions.
6034 (report-emacs-bug): Set can-xdg-email to result of
6035 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
6036 \C-cm to report-emacs-bug-insert-to-mailer and add help text
6037 about it.
6038
6039 * net/browse-url.el (browse-url-default-browser): Add cond
6040 for browse-url-xdg-open.
6041 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6042
6043 2010-08-17 Glenn Morris <rgm@gnu.org>
6044
6045 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6046 (c-fontify-recorded-types-and-refs): Define for compiler.
6047 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6048 before use.
6049
6050 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6051 Fix format call.
6052
6053 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
6054
6055 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6056 properties.
6057 (tramp-handle-process-file): Call the program in a subshell, in
6058 order to preserve working directory.
6059 (tramp-action-password): Hide password prompt before next run.
6060 (tramp-process-actions): Widen connection buffer for the trace.
6061
6062 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6063
6064 * net/rcirc.el (rcirc-log-process-buffers): New option.
6065 (rcirc-print): Use it.
6066 (rcirc-generate-log-filename): New function.
6067 (rcirc-log-filename-function): Change default to
6068 rcirc-generate-log-filename (Bug#6828).
6069
6070 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * simple.el (deactivate-mark): If select-active-regions is `only',
6073 only set selection for temporarily active regions.
6074
6075 * cus-start.el: Change defcustom for select-active-regions.
6076
6077 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6078
6079 * mouse.el (mouse--drag-set-mark-and-point): New function.
6080 (mouse-drag-track): Use LOCATION arg to push-mark.
6081 Use mouse--drag-set-mark-and-point to take click-count into
6082 consideration when updating point and mark (Bug#6840).
6083
6084 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6087 Give the Ruby rule a lower priority than Gnu (Bug#6778).
6088
6089 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
6090
6091 * font-lock.el (lisp-font-lock-keywords-2):
6092 Add combine-after-change-calls, condition-case-no-debug,
6093 with-demoted-errors, and with-silent-modifications (Bug#6025).
6094
6095 2010-08-14 Kevin Ryde <user42@zip.com.au>
6096
6097 * emacs-lisp/copyright.el (copyright-update-year)
6098 (copyright-update): Temporary switch-to-buffer to ensure the
6099 buffer change being queried is visible (Bug#5394).
6100
6101 2010-08-14 Tom Tromey <tromey@redhat.com>
6102
6103 * progmodes/etags.el (tags-file-name): Mark safe if stringp
6104 (Bug#6733).
6105
6106 2010-08-14 Eli Zaretskii <eliz@gnu.org>
6107
6108 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6109 MS-DOS. (Bug#6689)
6110
6111 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
6112
6113 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6114 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6115 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6116 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6117 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6118 Call menu-bar-set-tool-bar-position.
6119
6120 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6123 comment style (bug#6834).
6124 * progmodes/scheme.el (scheme-mode-syntax-table):
6125 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6126 "b" flag in "' 14b" syntax.
6127
6128 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6129 for (un)commenting the region and performing completion.
6130 (octave-mode-menu): Use standard commands for help and completion.
6131 (octave-mode-syntax-table): Support %{..%} comments (sort of).
6132 (octave-mode): Use define-derived-mode.
6133 Set completion-at-point-functions and don't set columns.
6134 Don't disable adaptive-fill-regexp.
6135 (octave-describe-major-mode, octave-comment-region)
6136 (octave-uncomment-region, octave-comment-indent)
6137 (octave-indent-for-comment): Remove.
6138 (octave-indent-calculate): Rename from calculate-octave-indent.
6139 (octave-indent-line, octave-fill-paragraph): Update caller.
6140 (octave-initialize-completions): No need to make an alist.
6141 (octave-completion-at-point-function): New function.
6142 (octave-complete-symbol): Use it.
6143 (octave-insert-defun): Use define-skeleton.
6144
6145 * progmodes/octave-mod.el (octave-mode): Set comment-add.
6146 (octave-mode-map): Use comment-dwim (bug#6829).
6147
6148 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6149
6150 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6151 indentation of inserted comment.
6152
6153 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6154
6155 * faces.el (region): Add type gtk that uses gtk colors.
6156
6157 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6158 Handle theme-name change.
6159
6160 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
6161
6162 * progmodes/sql.el: Version 2.5
6163 (sql-product-alist): Add :prompt-cont-regexp property for several
6164 database products.
6165 (sql-prompt-cont-regexp): New variable.
6166 (sql-output-newline-count, sql-output-by-send):
6167 New variables. Record number of newlines in input text.
6168 (sql-send-string): Handle multiple filters and count newlines.
6169 (sql-send-magic-terminator): Count terminator newline.
6170 (sql-interactive-remove-continuation-prompt): Filters output to
6171 remove continuation prompts; one for each newline.
6172 (sql-interactive-mode): Set up new variables, prompt regexp and
6173 output filter.
6174 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
6175 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
6176
6177 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * emacs-lisp/pcase.el: New file.
6180
6181 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
6182
6183 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6184 as here-document, otherwise the command could exceed maximum
6185 length of command line.
6186 (tramp-handle-vc-registered): Call script accordingly.
6187 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
6188
6189 2010-08-10 Kenichi Handa <handa@m17n.org>
6190
6191 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6192 composable pattern.
6193
6194 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * emacs-lisp/package.el (package-version-split)
6197 (package--version-first-nonzero, package-version-compare):
6198 Functions removed.
6199 (package-directory-list, package-load-all-descriptors)
6200 (package--built-in, package-activate, define-package)
6201 (package-installed-p, package-compute-transaction)
6202 (package-read-all-archive-contents)
6203 (package--add-to-archive-contents, package-buffer-info)
6204 (package-tar-file-info, package-list-packages-internal):
6205 Use version-to-list and version-list-*.
6206
6207 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6208 Use version-to-list.
6209 (package-upload-buffer-internal): Use version-list-<=.
6210
6211 2010-08-09 Kenichi Handa <handa@m17n.org>
6212
6213 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
6214 composable pattern.
6215
6216 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
6217
6218 * tutorial.el (tutorial--default-keys): C-d is now bound to
6219 delete-forward-char (Bug#6826).
6220
6221 * mouse.el (mouse-drag-track): Remove accidentally-removed check
6222 for `double' value of mouse-1-click-follows-link (Bug#6807).
6223
6224 2010-08-08 Johan Bockgård <bojohan@gnu.org>
6225
6226 * replace.el (replace-highlight): Bind isearch-forward and
6227 isearch-error, ensuring that highlighting is updated if the user
6228 switches the search direction (Bug#6808).
6229
6230 * isearch.el (isearch-lazy-highlight-forward): New var.
6231 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6232 (isearch-lazy-highlight-update): Use it.
6233
6234 2010-08-08 Kenichi Handa <handa@m17n.org>
6235
6236 * international/mule.el (define-charset): Store NAME as :base property.
6237 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
6238 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6239 current priority. Force using the designation of the specific
6240 charset by adding `charset' text property. Improve the whole algorithm.
6241
6242 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6243
6244 * emulation/pc-select.el (pc-selection-mode-hook)
6245 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6246 (pc-selection-mode): Fix typos in docstrings.
6247
6248 2010-08-08 Kenichi Handa <handa@m17n.org>
6249
6250 * language/cyrillic.el: Don't add "microsoft-cp1251" to
6251 ctext-non-standard-encodings-alist here.
6252
6253 * international/mule.el (ctext-non-standard-encodings-alist):
6254 Add "koi8-r" and "microsoft-cp1251".
6255 (ctext-standard-encodings): New variable.
6256 (ctext-non-standard-encodings-table): List only elements for
6257 non-standard encodings.
6258 (ctext-pre-write-conversion): Adjust for the above change.
6259 Check ctext-standard-encodings.
6260
6261 * international/mule-conf.el (compound-text): Doc fix.
6262 (ctext-no-compositions): Doc fix.
6263 (compound-text-with-extensions): Doc fix.
6264
6265 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6268
6269 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6270
6271 * progmodes/which-func.el (which-func-format): Split help-echo text
6272 into lines, like other mode-line tooltips.
6273
6274 * server.el (server-start): When using TCP sockets, force IPv4
6275 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
6276
6277 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6280
6281 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6282
6283 * term.el (term-delimiter-argument-list): Reflow docstring.
6284 (term-read-input-ring, term-write-input-ring, term-send-input)
6285 (term-bol, term-erase-in-display, serial-supported-or-barf):
6286 Fix typos in docstrings.
6287
6288 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6291
6292 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6293
6294 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6295
6296 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
6297
6298 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6299 Fix typo in docstring (bug#6747).
6300
6301 2010-08-08 Leo <sdl.web@gmail.com>
6302
6303 * eshell/esh-io.el (eshell-get-target): Better detection of
6304 read-only file (Bug#6762).
6305
6306 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * align.el (align-default-spacing): Doc fix.
6309 (align-region-heuristic, align-regexp): Fix typos in docstrings.
6310
6311 2010-08-08 Stephen Peters <speters@itasoftware.com>
6312
6313 * calendar/icalendar.el
6314 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
6315 (icalendar--get-weekday-numbers): New.
6316 (icalendar--convert-recurring-to-diary): Handle multiple byday
6317 values in weekly rules. (Bug#6766)
6318
6319 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
6320
6321 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6322 (icalendar--create-uid, icalendar-export-region)
6323 (icalendar--parse-summary-and-rest): Code formatting.
6324
6325 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6326
6327 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6328 to italicize headers.
6329 (calc-highlight-selections-with-faces): New variable.
6330 (calc-selected-face, calc-nonselected-face): New faces.
6331
6332 * calc/calccomp.el (math-comp-highlight-string): Use
6333 `calc-highlight-selections-with-faces' to determine how to highlight
6334 sub-formulas.
6335
6336 * calc/calc-sel.el (calc-show-selections): Change message to when
6337 using faces to highlight selections.
6338
6339 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
6340
6341 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6342 Add SQLite 3 keywords, functions and datatypes.
6343 (sql-interactive-mode): Remove `comint-process-echoes' set to t
6344 (Bug#6686).
6345
6346 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * simple.el (select-active-regions): Move to keyboard.c.
6349 (deactivate-mark): Used saved-region-selection.
6350 (select-active-region): Function removed.
6351 (activate-mark, set-mark, push-mark-command)
6352 (handle-shift-selection): Don't call it.
6353 (keyboard-quit): Avoid adding the region to the window selection.
6354
6355 * mouse.el (mouse-drag-track): Remove hacks to deal with old
6356 select-active-regions implementation.
6357 (mouse-yank-at-click): Doc fix.
6358
6359 * cus-start.el: Add custom declaration for select-active-regions.
6360
6361 2010-08-07 Eli Zaretskii <eliz@gnu.org>
6362
6363 * simple.el (delete-forward-char): Doc fix.
6364
6365 * tutorial.el (help-with-tutorial): Hack safe file-local variables
6366 after reading the tutorial.
6367
6368 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
6369
6370 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6371 Fix for the case that a C style comment has its delimiters alone on
6372 their respective lines.
6373
6374 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
6375
6376 * net/tramp.el (tramp-handle-start-file-process): Set connection
6377 property "vec".
6378 (tramp-process-sentinel): Use it for flushing the cache.
6379 We cannot do it via the process buffer, the buffer could be deleted
6380 already when running the sentinel.
6381
6382 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6383
6384 * comint.el (comint-mode): Make directory tracking functions
6385 functional on remote files. (Bug#6764)
6386
6387 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6388
6389 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6390
6391 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6392
6393 * emacs-lisp/find-gc.el (find-gc-source-files):
6394 Rename unexec.c => unexcoff.c.
6395
6396 * emacs-lisp/authors.el (authors-fixed-entries):
6397 Rename unexec.c => unexcoff.c.
6398
6399 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
6400
6401 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6402 cache, not only file cache.
6403 (tramp-process-sentinel): New defun.
6404 (tramp-handle-start-file-process): Use it, in order to invalidate
6405 file caches.
6406
6407 2010-08-03 Leo <sdl.web@gmail.com>
6408
6409 * server.el (server-start): Simplify loop.
6410
6411 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * frame.el (screen-height, screen-width, set-screen-width)
6414 (set-screen-height): Remove ancient compatibility aliases.
6415
6416 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6417 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
6418
6419 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6420 that change current buffer.
6421
6422 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6423
6424 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6425 beginning of the string. Use `string-match-p'. (Bug#6765)
6426
6427 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
6428
6429 * cus-start.el (x-gtk-use-system-tooltips): New variable.
6430
6431 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
6434 (package--builtins): Tweak descriptions.
6435 (package-print-package): Upcase descriptions if necessary.
6436 Show all built-in packages in font-lock-builtin-face.
6437 (package-list-packages-internal): Omit "emacs" package.
6438 Show status of built-in packages as "built-in".
6439
6440 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
6441
6442 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
6443 before killing to preserve the primary selection (Bug#6701).
6444
6445 * term/x-win.el (x-select-text): Doc fix.
6446
6447 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
6448
6449 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6450 (objc-font-lock-extra-types):
6451 * progmodes/cc-mode.el (c-basic-common-init):
6452 * progmodes/cc-langs.el (c-make-mode-syntax-table)
6453 (c++-make-template-syntax-table)
6454 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6455 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6456 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6457 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
6458 * progmodes/cc-fonts.el (c-make-inverse-face)
6459 (c-basic-matchers-after):
6460 * progmodes/cc-engine.el (c-forward-keyword-clause)
6461 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6462 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6463 (c-guess-continued-construct, c-guess-basic-syntax):
6464 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6465 The above functions were modified or created.
6466
6467 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
6468
6469 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
6470
6471 2010-07-31 Eli Zaretskii <eliz@gnu.org>
6472
6473 * files.el (bidi-paragraph-direction): Define safe local values.
6474
6475 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6476 language-info-alist. Remove outdated FIXME in a comment.
6477
6478 2010-07-31 Alan Mackenzie <acm@muc.de>
6479
6480 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6481 Auto-fill broken in C/C++ modes.
6482
6483 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6484
6485 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6486 (menu-bar-showhide-tool-bar-menu-customize-disable)
6487 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6488 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6489 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
6490 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6491 make a menu for Options => toolbar that can move it.
6492
6493 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * emacs-lisp/package-x.el (package--make-rss-entry):
6496 (package-maint-add-news-item, package--update-news)
6497 (package-upload-buffer-internal): New arg ARCHIVE-URL.
6498
6499 * emacs-lisp/package.el (package-archive-url): Rename from
6500 package-archive-id.
6501 (package-install): Doc fix.
6502 (package-download-single, package-download-tar, package-install)
6503 (package-menu-view-commentary): Callers changed.
6504
6505 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
6506
6507 * net/tramp.el (tramp-handle-start-file-process): Check only for
6508 `remote-tty' process property.
6509 (tramp-open-shell): Don't check for tty.
6510 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6511 process property.
6512
6513 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6514 host.
6515
6516 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
6517
6518 * emacs-lisp/package.el (package-load-list, package-archives)
6519 (package-archive-contents, package-user-dir)
6520 (package-directory-list, package--builtins, package-alist)
6521 (package-activated-list, package-obsolete-alist): Mark as risky.
6522
6523 2010-07-28 Phil Hagelberg <phil@evri.com>
6524
6525 Add support for non-default package repositories.
6526 * emacs-lisp/package.el (package-archive-base): Var deleted.
6527 (package-archives): New variable.
6528 (package-archive-contents): Doc fix.
6529 (package-load-descriptor): Do nothing if descriptor file is missing.
6530 (package--write-file-no-coding): New function.
6531 (package-unpack-single): Use it.
6532 (package-archive-id): New function.
6533 (package-download-single, package-download-tar)
6534 (package-menu-view-commentary): Use it.
6535 (package-installed-p): Make second argument optional.
6536 (package-read-all-archive-contents): New function.
6537 (package-initialize): Use it.
6538 (package-read-archive-contents): Add ARCHIVE argument.
6539 (package--add-to-archive-contents): New function.
6540 (package-install): Don't call package-read-archive-contents.
6541 (package--download-one-archive): Store archive file in a
6542 subdirectory of package-user-dir.
6543 (package-menu-execute): Remove spurious line movement.
6544
6545 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
6546
6547 * cus-start.el (tool-bar-style): Add text-image-horiz.
6548
6549 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
6550
6551 * progmodes/gud.el (gud-common-init): Check for remoteness of
6552 `file', and not of `default-directory'.
6553
6554 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
6555
6556 * net/tramp.el (tramp-methods): Move hostname to the end in all
6557 ssh `tramp-login-args'.
6558 (tramp-verbose): Describe verbose level 9.
6559 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6560 (tramp-open-connection-setup-interactive-shell): Trace stty
6561 settings if `tramp-verbose' >= 9.
6562 (tramp-handle-start-file-process): Implement tty setting.
6563 (Bug#4604, Bug#6360)
6564
6565 * net/tramp-cmds.el (tramp-bug): Recommend setting of
6566 `tramp-verbose' to 9.
6567
6568 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
6569
6570 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6571 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6572 Remove references to package `lisp-re' (bug#4369).
6573
6574 2010-07-27 Tom Tromey <tromey@redhat.com>
6575
6576 * progmodes/js.el (js-mode):
6577 * progmodes/make-mode.el (makefile-mode):
6578 * progmodes/simula.el (simula-mode):
6579 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6580
6581 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
6582
6583 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6584
6585 * time.el (display-time-day-and-date): Remove spurious * in docstring.
6586 (display-time-world-buffer-name, display-time-world-mode-map):
6587 Fix typos in docstrings.
6588
6589 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
6590
6591 * image-mode.el (image-display-size): New function.
6592 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6593 (image-mode-fit-frame): Use it (Bug#6639).
6594
6595 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * dired.el (dired-buffers-for-dir): Handle list values of
6598 dired-directory (Bug#6636).
6599
6600 2010-07-26 Sam Steingold <sds@gnu.org>
6601
6602 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6603 Do not call `x-get-selection' the second time, reuse the value.
6604
6605 2010-07-26 Daiki Ueno <ueno@unixuser.org>
6606
6607 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
6608 which consist of control chars only. Suggested by Richard Stallman.
6609
6610 2010-07-25 Daiki Ueno <ueno@unixuser.org>
6611
6612 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6613 exists before passing an error to find-file-not-found-functions
6614 (bug#6723).
6615
6616 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
6617
6618 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6619 Remove leading nil element, adjust values.
6620 (tetris-shapes, tetris-shape-scores):
6621 Change representation of shapes and remove some redundancy.
6622 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6623 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6624 Adjust for working with new representation of shapes.
6625 (tetris-shape-rotations): New function.
6626 (tetris-move-bottom, tetris-move-left, tetris-move-right)
6627 (tetris-rotate-prev, tetris-rotate-next):
6628 Adjust for working with the new version of tetris-test-shape.
6629
6630 2010-07-23 Markus Triska <markus.triska@gmx.at>
6631
6632 * progmodes/ps-mode.el: Use comint (bug#5954).
6633 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6634 (ps-mode-other-newline): Simplify.
6635 (ps-run-mode): Derive from comint-mode instead of
6636 fundamental-mode, yielding input history etc.
6637 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6638 (ps-run-send-string): Adapt for comint-mode.
6639 (ps-run-newline): Remove now unneeded function.
6640
6641 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6642
6643 * net/tramp.el (tramp-methods): Move hostname to the end in all
6644 plink `tramp-login-args'.
6645
6646 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6647
6648 * net/tramp.el (tramp-open-shell): New defun.
6649 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6650 Use it.
6651
6652 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6653
6654 * net/tramp.el (tramp-file-name-regexp-unified)
6655 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6656 not regard the volume letter as remote filename. (Bug#5447)
6657
6658 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
6659
6660 * custom.el (custom-declare-variable): Give a clearer error message
6661 when the docstring is missing (bug#6476).
6662
6663 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
6664
6665 * progmodes/sql.el: Version 2.4. Improved Login prompting.
6666 (sql-login-params): New widget definition.
6667 (sql-oracle-login-params, sql-mysql-login-params)
6668 (sql-solid-login-params, sql-sybase-login-params)
6669 (sql-informix-login-params, sql-ingres-login-params)
6670 (sql-ms-login-params, sql-postgres-login-params)
6671 (sql-interbase-login-params, sql-db2-login-params)
6672 (sql-linter-login-params): Use it.
6673 (sql-sqlite-login-params): Use it; Define "database" parameter as
6674 a file name.
6675 (sql-sqlite-program): Change to "sqlite3".
6676 (sql-comint-sqlite): Make sure database name is complete.
6677 (sql-for-each-login): New function.
6678 (sql-connect, sql-save-connection): Use it.
6679 (sql-get-login-ext): New function.
6680 (sql-get-login): Use it.
6681 (sql-make-alternate-buffer-name): Handle :file parameters.
6682
6683 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
6684
6685 * dired.el (dired-no-confirm): Document value t and fix defcustom to
6686 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
6687
6688 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6689
6690 * dired.el (dired-mode-map): Use command remapping (bug#6632).
6691
6692 2010-07-22 Lawrence Mitchell <wence@gmx.li>
6693
6694 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6695
6696 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
6697
6698 * net/tramp.el (tramp-get-ls-command)
6699 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6700 instead of "/".
6701
6702 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
6703
6704 * progmodes/sql.el: Version 2.3.
6705 (sql-connection-alist): Change keys from symbols to strings;
6706 enhanced the widget definition.
6707 (sql-mode-menu): Add submenu to select connections.
6708 (sql-interactive-mode-menu): Add "Save Connection" item.
6709 (sql-add-product): Fix menu item.
6710 (sql-get-product-feature): Improved error handling.
6711 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6712 (sql-make-alternate-buffer-name): Simplified.
6713 (sql-product-interactive): Handle missing product.
6714 (sql-connect): Support string keys, minor improvements.
6715 (sql-save-connection): New function.
6716 (sql-connection-menu-filter): New function.
6717
6718 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
6719
6720 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6721 (tramp-open-connection-setup-interactive-shell):
6722 Apply workaround for IRIX64 bug. Move argument of last
6723 `tramp-send-command' where it belongs to.
6724
6725 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
6726
6727 * net/tramp.el (tramp-perl-file-attributes)
6728 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6729 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6730 front of `login-args'.
6731
6732 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
6733
6734 * time.el (display-time-world-mode): Define with `define-derived-mode'.
6735 Set `show-trailing-whitespace' to nil.
6736 (display-time-world-display): Simplify.
6737
6738 2010-07-18 Alan Mackenzie <acm@muc.de>
6739
6740 Enhance `c-file-style' in file/directory local variables.
6741 * progmodes/cc-mode.el (c-count-cfss): New function.
6742 (c-before-hack-hook): Call `c-set-style' differently according to
6743 whether c-file-style was set in file or directory local
6744 variables.
6745
6746 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
6747
6748 * progmodes/sql.el: Version 2.2.
6749 (sql-product, sql-user, sql-database, sql-server, sql-port):
6750 Use defcustom :safe keyword rather than putting safe-local-variable
6751 property.
6752 (sql-password): Use defcustom :risky keyword rather than putting
6753 risky-local-variable property.
6754 (sql-oracle-login-params, sql-sqlite-login-params)
6755 (sql-solid-login-params, sql-sybase-login-params)
6756 (sql-informix-login-params, sql-ingres-login-params)
6757 (sql-ms-login-params, sql-postgres-login-params)
6758 (sql-interbase-login-params, sql-db2-login-params)
6759 (sql-linter-login-params): Add `port' option.
6760 (sql-get-product-feature): Add NO-INDIRECT parameter.
6761 (sql-comint-oracle, sql-comint-sybase)
6762 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6763 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6764 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
6765 (sql-comint-linter): Rename sql-connect-* functions to
6766 sql-comint-*.
6767 (sql-product-alist, sql-mode-menu): Rename as above and
6768 :sqli-connect-func to :sqli-comint-func.
6769 (sql-connection): New variable.
6770 (sql-interactive-mode): Set it.
6771 (sql-connection-alist): New variable.
6772 (sql-connect): New function.
6773 (sql--alt-buffer-part, sql--alt-if-not-empty)
6774 (sql-make-alternate-buffer-name): Improved alternative buffer name.
6775
6776 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6777
6778 * image-mode.el (image-bookmark-make-record): Do not set context
6779 in an image (Bug#6650).
6780
6781 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
6782
6783 * simple.el (select-active-region): New function.
6784 (push-mark-command, set-mark, activate-mark)
6785 (handle-shift-selection): Use it.
6786 (deactivate-mark): Don't check for size of region.
6787
6788 * mouse.el (mouse-drag-track): Use select-active-region.
6789
6790 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
6791
6792 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6793 "--dired" stronger.
6794
6795 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * term/x-win.el (x-select-enable-primary): Change default to nil.
6798 (x-select-enable-clipboard): Add :version keyword.
6799
6800 * mouse.el (mouse-drag-copy-region):
6801 * simple.el (select-active-regions): Likewise.
6802
6803 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
6804
6805 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
6806 (vc-coding-system-for-diff): Use it to decide whether to inherit
6807 from the file the EOL format for reading the diffs of that file.
6808 (Bug#4451)
6809
6810 2010-07-16 Eli Zaretskii <eliz@gnu.org>
6811
6812 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6813 unibyte, so compressed attachments are not compressed again.
6814
6815 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
6816
6817 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6818 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6819 (tramp-find-shell): Simplify setting connection property.
6820 (tramp-get-ls-command): Make test for "--color=never" stronger.
6821
6822 2010-07-15 Simon South <ssouth@member.fsf.org>
6823
6824 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6825 blocks within record declarations (i.e. variant parts) correctly.
6826
6827 2010-07-15 Simon South <ssouth@member.fsf.org>
6828
6829 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6830 over literal tokens when parsing so newlines aren't "absorbed" by
6831 single-line comments. Corrects the indentation of case blocks
6832 that have a comment on the first line.
6833
6834 2010-07-14 Karl Fogel <kfogel@red-bean.com>
6835
6836 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6837 by Drew Adams (Bug#5504).
6838
6839 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
6840
6841 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
6842 now that Unicode is used (Bug#6594).
6843
6844 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * term/x-win.el (x-select-enable-clipboard): Default to t.
6847 (x-initialize-window-system): Don't overwrite Paste menu item.
6848
6849 * simple.el (select-active-regions): Default to t.
6850 (push-mark-command): Don't overwrite primary with empty string.
6851
6852 * mouse.el: Bind mouse-2 to mouse-yank-primary.
6853 (mouse-drag-copy-region): Default to nil.
6854
6855 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6856 Cut/Copy/Paste menu bar items.
6857
6858 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6859
6860 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6861 Patch applied by Karl Fogel.
6862
6863 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6864 and `bookmark-current-buffer' if they have been already set in
6865 another buffer (e.g gnus-art).
6866
6867 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6868 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6869
6870 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6871
6872 * bookmark.el (bookmark-make-record-default): Allow unneeded
6873 information to be omitted from the record.
6874
6875 Adjust declarations and calls:
6876
6877 * info.el (bookmark-make-record-default): Adjust declaration.
6878 (Info-bookmark-make-record): Adjust call.
6879
6880 * woman.el (bookmark-make-record-default): Adjust declaration.
6881 (woman-bookmark-make-record): Adjust call.
6882
6883 * man.el (bookmark-make-record-default): Adjust declaration.
6884 (Man-bookmark-make-record): Adjust call.
6885
6886 * image-mode.el (bookmark-make-record-default): Adjust declaration.
6887
6888 * doc-view.el (bookmark-make-record-default): Adjust declaration.
6889
6890 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6891
6892 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6893 This is also from Thierry Volpiatto's patch in bug #6444. However,
6894 because it was extraneous to the functional change in that patch,
6895 and causes a re-indendation, I am committing it separately.
6896
6897 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6898
6899 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6900 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
6901 Patch applied by Karl Fogel (Bug#6444).
6902
6903 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
6904
6905 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6906
6907 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6908
6909 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6910 Dempsky; bug#5084). Remove incorrect binding for S-tab.
6911 (ns-alternatives-map): Change S-tab binding to backtab
6912 (bug#6616).
6913
6914 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6915 under ns.
6916
6917 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6918
6919 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6920 (Bug#5806)
6921
6922 * language/tv-util.el (tai-viet-re): Remove format.
6923
6924 2010-07-12 Kenichi Handa <handa@m17n.org>
6925
6926 * language/hebrew.el: Remove no-byte-compile declaration.
6927 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6928 composition-function-table for 3-character looking back.
6929 (hebrew-font-get-precomposed): New function.
6930 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6931
6932 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * mouse.el (mouse-drag-track): Handle select-active-regions
6935 (Bug#6612).
6936
6937 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
6938
6939 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6940 empty argument to gvfs-copy.
6941
6942 2010-07-10 Glenn Morris <rgm@gnu.org>
6943
6944 * calendar/calendar.el (calendar-week-end-day): New function.
6945 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6946 Respect calendar-week-start-day. (Bug#6606)
6947 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6948 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6949 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6950 respect calendar-week-start-day.
6951
6952 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * simple.el (use-region-p): Doc fix (Bug#6607).
6955
6956 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
6957
6958 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6959 Add regexps for cucumber and ruby.
6960
6961 2010-07-08 Daiki Ueno <ueno@unixuser.org>
6962
6963 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6964 (epa-file-insert-file-contents): Hack to prevent
6965 find-file from opening empty buffer when decryption failed
6966 (bug#6568).
6967
6968 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
6969
6970 * textmodes/ispell.el (ispell-alternate-dictionary):
6971 Use file-readable-p.
6972 Return nil if no word-list is found at default locations.
6973 (ispell-complete-word-dict): Default to nil.
6974 (ispell-command-loop): Use 'word-list' when using lookup-words.
6975 (lookup-words): Use ispell-complete-word-dict or
6976 ispell-alternate-dictionary. Check for word-list availability
6977 and handle errors if needed with better messages (Bug#6539).
6978 (ispell-complete-word): Use ispell-complete-word-dict or
6979 ispell-alternate-dictionary.
6980
6981 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
6982
6983 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6984 builtins (BufferError, BytesWarning, WindowsError; callables
6985 bin, bytearray, bytes, format, memoryview, next, print; __package__).
6986
6987 2010-07-07 Glenn Morris <rgm@gnu.org>
6988
6989 * play/zone.el (top-level): Do not require timer, tabify, or cl.
6990 (zone-shift-left): Ignore intangibility, and any errors from
6991 forward-char.
6992 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
6993 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6994 deleting, and copying text properties.
6995 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6996 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6997 to point-max is hard.
6998 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6999 (zone-fill-out-screen): Ignore intangibility.
7000
7001 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * menu-bar.el (menu-bar-mode):
7004 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7005 if it has been set.
7006
7007 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7008 word/line selection (Bug#6565).
7009
7010 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
7011
7012 * net/dbus.el (dbus-send-signal): Declare function.
7013
7014 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
7015
7016 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7017 (dbus-register-property): New optional argument EMITS-SIGNAL.
7018 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7019
7020 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * mouse.el (mouse-drag-overlay): Variable deleted.
7023 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7024 (mouse--remap-link-click-p): New function.
7025 (mouse-drag-track): Handle dragging by using temporary Transient
7026 Mark mode, instead of a special overlay.
7027 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7028 mouse-show-mark.
7029
7030 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7031 deleted.
7032
7033 2010-07-02 Juri Linkov <juri@jurta.org>
7034
7035 * autoinsert.el (auto-insert-alist): Fix readability
7036 by using dotted pair notation for lambda.
7037
7038 2010-07-02 Juri Linkov <juri@jurta.org>
7039
7040 * faces.el (read-face-name): Rename arg `string-describing-default'
7041 to `default'. Doc fix. Display the default value in quotes
7042 in the prompt. With empty input, return the `default' arg,
7043 unless the default value is a string (in which case return nil).
7044 (describe-face): Replace the string `default' arg of `read-face-name'
7045 with the symbol `default'.
7046
7047 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
7048
7049 * emulation/viper-cmd.el (viper-delete-backward-char)
7050 (viper-del-backward-char-in-insert)
7051 (viper-del-backward-char-in-replace, viper-change)
7052 (viper-backward-indent): Replace delete-backward-char with
7053 delete-char (Bug#6552).
7054
7055 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7058
7059 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7060
7061 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7062 argument passed to frame-creation-function (Bug#5378).
7063
7064 * faces.el (x-handle-named-frame-geometry)
7065 (x-handle-reverse-video, x-create-frame-with-faces)
7066 (face-set-after-frame-default, tty-create-frame-with-faces):
7067 Don't separately consult default-frame-alist. It is now passed as the
7068 PARAMETER argument.
7069
7070 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
7071
7072 * startup.el (command-line): Don't call tool-bar-setup in a
7073 tty-only build.
7074
7075 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7076
7077 * ruler-mode.el (ruler--save-header-line-format): New fun.
7078 (ruler-mode): Use it as a setter function, so as not to overwrite
7079 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7080
7081 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
7082
7083 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
7084 (vc-root-diff, vc-print-root-log, vc-log-incoming)
7085 (vc-log-outgoing): Use it.
7086 (vc-diff-internal): Set diff-vc-backend.
7087
7088 * vc/diff-mode.el (diff-vc-backend): New var.
7089
7090 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
7091
7092 * dynamic-setting.el (font-setting-change-default-font):
7093 Remove call to message.
7094
7095 2010-06-28 Kenichi Handa <handa@m17n.org>
7096
7097 * international/quail.el (quail-insert-kbd-layout): Fix the
7098 showing of untranslated characters.
7099
7100 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
7101
7102 * simple.el (delete-active-region): New option.
7103 (delete-backward-char): Implement in Lisp.
7104 (delete-forward-char): New command.
7105
7106 * mouse.el (mouse-region-delete-keys): Deleted.
7107 (mouse-show-mark): Simplify.
7108
7109 * bindings.el (global-map): Bind delete and DEL, the former to
7110 delete-forward-char.
7111
7112 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
7113
7114 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7115 (ruby-mode): Bind indent-line-function (Bug#5119).
7116
7117 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * startup.el (command-line): Recognize "0" X resource value.
7120
7121 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * startup.el (command-line): Use X resources to set the value of
7124 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7125
7126 * menu-bar.el (menu-bar-mode):
7127 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7128 Set init-value to t.
7129
7130 * frame.el (frame-notice-user-settings): Don't change
7131 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7132 vice versa (Bug#2249).
7133
7134 2010-06-26 Eli Zaretskii <eliz@gnu.org>
7135
7136 * w32-fns.el (w32-convert-standard-filename): Doc fix.
7137
7138 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7139
7140 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7141 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7142
7143 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7144 default directories are expanded (Bug#6143).
7145
7146 2010-06-24 Juri Linkov <juri@jurta.org>
7147
7148 * minibuffer.el (completions-format): Change default from nil to
7149 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
7150
7151 2010-06-24 Juri Linkov <juri@jurta.org>
7152
7153 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7154 buffer-locally to lambda that re-runs the vc diff command.
7155 (Bug#6447)
7156
7157 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7160 echo area is in use (Bug#3412).
7161
7162 2010-06-22 Glenn Morris <rgm@gnu.org>
7163
7164 * textmodes/texinfmt.el (texinfo-format-region)
7165 (texinfo-raise-lower-sections, texinfo-format-separate-node)
7166 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7167 (texinfo-format-option, texinfo-noindent):
7168 Use line-beginning-position and line-end-position.
7169
7170 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7171 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7172 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7173 utf-8 characters.
7174
7175 2010-06-21 Karl Fogel <kfogel@red-bean.com>
7176
7177 * play/zone.el (zone-fall-through-ws): Fix next-line ->
7178 forward-line fallout.
7179
7180 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
7181
7182 * mouse.el (mouse-appearance-menu): Add docstring.
7183
7184 * help.el (describe-key): Print up-event using key-description.
7185
7186 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
7187
7188 * net/zeroconf.el (zeroconf-resolve-service)
7189 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
7190 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7191
7192 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
7193
7194 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7195
7196 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
7197
7198 Avoid displaying files with a nil state in vc-dir.
7199 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
7200 cases that cause insertion.
7201 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7202 with a nil state.
7203
7204 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7207
7208 2010-06-29 Leo <sdl.web@gmail.com>
7209
7210 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
7211
7212 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7213
7214 * generic-x.el (bat-generic-mode): Fix regexp for command line
7215 switches (Bug#5719).
7216
7217 2010-06-27 Masatake YAMATO <yamato@redhat.com>
7218
7219 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7220 of nconc to avoid pure storage error (Bug#6239).
7221
7222 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
7223
7224 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7225 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7226 bindings of bookmark-automatically-show-annotations (Bug#6515).
7227
7228 2010-06-25 Eli Zaretskii <eliz@gnu.org>
7229
7230 * arc-mode.el (archive-zip-extract): Don't quote the file name on
7231 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
7232
7233 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
7234
7235 * comint.el (make-comint, make-comint-in-buffer): Mention return
7236 value in the docstrings. (Bug#6498)
7237
7238 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
7239
7240 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7241 since it is not present when using some non-default switches.
7242
7243 2010-06-23 Karl Fogel <kfogel@red-bean.com>
7244
7245 * simple.el (compose-mail): Fix doc string to refer to
7246 `compose-mail-user-agent-warnings', instead of to the
7247 nonexistent `compose-mail-check-user-agent'.
7248
7249 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
7250
7251 Fix an indentation bug:
7252
7253 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7254 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7255 of existing values.
7256
7257 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7258 (c-clear->-pair-props-if-match-before): now return t when they've
7259 cleared properties, nil otherwise.
7260 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7261 by taking account of the existing value.
7262
7263 * progmodes/cc-defs.el
7264 (c-clear-char-property-with-value-function): Fix this to clear the
7265 property rather than overwriting it with nil.
7266
7267 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
7268
7269 * emacs-lisp/package.el (package-print-package): Add link to
7270 package description via describe-package.
7271 (describe-package-1): List package requirements. Add button to
7272 perform installation.
7273 (package-menu-describe-package): New command.
7274
7275 * help-mode.el (help-package): New button type.
7276
7277 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
7278
7279 * emacs-lisp/package.el: Move package-list-packages binding to
7280 menu-bar.el.
7281 (describe-package, describe-package-1, package--dir): New funs.
7282 (package-activate-1): Use package--dir.
7283
7284 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7285
7286 * help-mode.el (help-package-def): New button type.
7287
7288 * menu-bar.el: Move package-list-packages binding here from
7289 package.el.
7290
7291 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
7292
7293 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
7294
7295 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * emacs-lisp/edebug.el (edebug-read-list):
7298 Phase out old-style backquotes.
7299
7300 2010-06-17 Juri Linkov <juri@jurta.org>
7301
7302 * help-mode.el (help-mode): Set buffer-local variable
7303 revert-buffer-function to help-mode-revert-buffer.
7304 (help-mode-revert-buffer): New function.
7305
7306 * info.el (Info-revert-find-node): Check for major-mode Info-mode
7307 before popping to "*info*" (like in other Info functions).
7308 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
7309 old-history-forward. Pop to old-buffer-name or "*info*" to
7310 recreate the killed buffer. Set Info-history-forward from
7311 old-history-forward.
7312 (Info-breadcrumbs-depth): Add :group and :version.
7313
7314 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
7315
7316 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7317
7318 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
7319
7320 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7321 for languages like Portuguese with pt_{BR,PT} and no plain pt.
7322
7323 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
7324
7325 * emacs-lisp/package.el (package-menu-mode-map):
7326 Move initialization into declaration.
7327
7328 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7329
7330 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
7331
7332 * emacs-lisp/package.el (package-archive-base): Point to
7333 elpa.gnu.org.
7334 (package-enable, package-load-list): New defcustoms.
7335 (package-user-dir, package-directory-list): Turn into defcustoms.
7336 Don't include package-user-dir in package-directory-list.
7337 (package--builtins-base): Don't include Emacs as a "package".
7338 (package-subdirectory-regexp): New var.
7339 (package-load-all-descriptors, package-compute-transaction)
7340 (package-download-transaction): Obey package-load-list.
7341 (package-activate-1): Rename from package-do-activate.
7342 (package-list-packages-internal): Check package-load-list.
7343 (package-load-descriptor, package-generate-autoloads)
7344 (package-unpack, package-unpack-single)
7345 (package--read-archive-file, package-delete):
7346 Use expand-file-name.
7347
7348 * emacs-lisp/package-x.el: New file. Package uploading
7349 functionality split out from package.el.
7350
7351 * startup.el (command-line): Load packages after reading init file.
7352
7353 2010-06-17 Tom Tromey <tromey@redhat.com>
7354
7355 * emacs-lisp/package.el: New file.
7356
7357 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7358
7359 Fix vc-annotate for renamed files when using Git.
7360 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
7361 ls-files. Doe not pass the object as a file name to cat-file, it
7362 is not a file name.
7363 (vc-git-annotate-command): Pass the file name using -- to avoid
7364 ambiguity with the revision.
7365 (vc-git-previous-revision): Pass a relative file name.
7366
7367 2010-06-22 Glenn Morris <rgm@gnu.org>
7368
7369 * progmodes/js.el (js-mode-map): Use standard capitalization and
7370 ellipses for menu entries.
7371
7372 * wid-edit.el (widget-complete): Doc fix.
7373
7374 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
7375
7376 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7377
7378 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7379
7380 Fix annotating other revisions for renamed files in vc-annotate.
7381 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
7382 VC backend. Use it when non-nil.
7383 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
7384 (Bug#6487).
7385
7386 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
7387 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7388 Do not pass the file name to the 'previous-revision call when we
7389 don't want a file diff. (Bug#6489)
7390
7391 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7392
7393 Fix finding revisions for renamed files in vc-annotate.
7394 * vc/vc.el (vc-find-revision): Add an optional argument for
7395 the VC backend. Use it when non-nil.
7396 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
7397 backend to vc-find-revision. (Bug#6487)
7398
7399 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7400
7401 Fix reading file names in Git annotate buffers.
7402 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7403 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
7404
7405 2010-06-20 Alan Mackenzie <acm@muc.de>
7406
7407 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7408 in file local variables, set it first.
7409
7410 2010-06-19 Glenn Morris <rgm@gnu.org>
7411
7412 * descr-text.el (describe-char-unicode-data): Insert separating
7413 space when needed. (Bug#6422)
7414
7415 * progmodes/idlwave.el (idlwave-action-and-binding):
7416 Fix typo in 2009-12-03 change. (Bug#6450)
7417
7418 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7421 handling for `lambda' (misunderstanding).
7422
7423 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
7424
7425 * calc/calc-poly.el (math-accum-factors): Make sure that
7426 constants aren't distributed after they are factored out.
7427
7428 2010-06-16 Juri Linkov <juri@jurta.org>
7429
7430 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7431 `list-colors-print'. (Bug#6332)
7432
7433 * subr.el (read-quoted-char): Fix up last change (bug#6290).
7434
7435 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7438 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
7439
7440 * font-lock.el (font-lock-major-mode): Rename from
7441 font-lock-mode-major-mode to distinguish it from
7442 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7443 (font-lock-set-defaults):
7444 * font-core.el (font-lock-default-function): Adjust users.
7445 (font-lock-mode): Don't set it at all.
7446
7447 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
7450
7451 2010-06-16 Glenn Morris <rgm@gnu.org>
7452
7453 * calendar/appt.el (appt-time-msg-list): Doc fix.
7454 (appt-check): Let-bind appt-warn-time.
7455 (appt-add): Make the 3rd argument optional.
7456 Simplify argument names. Doc fix. Check for integer WARNTIME.
7457 Only add WARNTIME to the output list if non-nil.
7458
7459 2010-06-16 Ivan Kanis <apple@kanis.eu>
7460
7461 * calendar/appt.el (appt-check): Let the 3rd element of
7462 appt-time-msg-list specify the warning time.
7463 (appt-add): Add new argument with the warning time. (Bug#5176)
7464
7465 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
7466
7467 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
7468 older than version 1.6. (Bug#6361)
7469
7470 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
7471
7472 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7473 used by cl-do-arglist. (Bug#6408)
7474
7475 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
7476
7477 * textmodes/ispell.el (ispell-dictionary-base-alist):
7478 Fix portuguese casechars/not-casechars for missing 'çÇ'.
7479 Suggested by Rolando Pereira (bug#6434).
7480
7481 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * facemenu.el (list-colors-sort): Doc fix.
7484
7485 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
7486
7487 * progmodes/sql.el (sql-connect-mysql): Fix typo.
7488
7489 2010-06-14 Juri Linkov <juri@jurta.org>
7490
7491 Add sort option `list-colors-sort'. (Bug#6332)
7492 * facemenu.el (color-rgb-to-hsv): New function.
7493 (list-colors-sort): New defcustom.
7494 (list-colors-sort-key): New function.
7495 (list-colors-display): Doc fix. Sort list according to the option
7496 `list-colors-sort'.
7497 (list-colors-print): Add HSV values to `help-echo' property of
7498 RGB strings.
7499
7500 2010-06-14 Juri Linkov <juri@jurta.org>
7501
7502 * compare-w.el: Move to the "vc" subdirectory.
7503
7504 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * image-mode.el (image-mode-map): Remap left-char and right-char.
7507
7508 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7509
7510 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
7511
7512 * term/common-win.el (x-colors): Add all the color names defined
7513 in rgb.txt (Bug#6332).
7514
7515 * facemenu.el (list-colors-print): Don't print extra names if it
7516 will overflow the window width.
7517
7518 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
7519 change (Bug#6343).
7520
7521 2010-06-12 Eli Zaretskii <eliz@gnu.org>
7522
7523 * files.el (make-directory): Doc fix (bug#6396).
7524
7525 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
7526
7527 * net/tramp.el (tramp-remote-process-environment): Protect version
7528 string by apostroph.
7529 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7530 XEmacs.
7531 (tramp-file-name-for-operation): Add `call-process-region'.
7532 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7533
7534 * net/tramp-compat.el (top): Do not autoload
7535 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7536 only when `start-file-process' is not bound.
7537 (tramp-advice-file-expand-wildcards): Do not use
7538 `tramp-handle-file-remote-p'.
7539 (tramp-compat-make-temp-file): Handle the case, that
7540 `make-temp-file' has no third argument EXTENSION.
7541
7542 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * makefile.w32-in (WINS_BASIC): Include new directory vc.
7545
7546 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7547
7548 2010-06-11 Juri Linkov <juri@jurta.org>
7549
7550 * finder.el (finder-known-keywords): Add keyword "vc"
7551 for version control.
7552
7553 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7554 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7555 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7556 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7557
7558 2010-06-11 Juri Linkov <juri@jurta.org>
7559
7560 Move version control related files to the "vc" subdirectory.
7561 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7562 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7563 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7564 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7565 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7566 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7567 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7568 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7569 Move files to the "vc" subdirectory.
7570
7571 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
7572
7573 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7574 (Bug#6367).
7575
7576 2010-06-11 Stephen Eglen <stephen@gnu.org>
7577
7578 * shell.el: Bind `shell-resync-dirs' to M-RET.
7579
7580 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
7581
7582 * notifications.el: Move file from lisp/net, because it is
7583 supposed to talk locally to the user.
7584
7585 2010-06-10 Julien Danjou <julien@danjou.info>
7586
7587 * net/notifications.el (notifications-on-action-signal)
7588 (notifications-on-closed-signal): Pass notification id as first
7589 argument to the callback functions. Add docstrings.
7590 (notifications-notify): Fix docstring.
7591
7592 2010-06-10 Glenn Morris <rgm@gnu.org>
7593
7594 * emacs-lisp/authors.el (authors-ignored-files)
7595 (authors-valid-file-names): Add some files.
7596
7597 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7600 merge conflict, giving preference to the emacs-23 version of the code.
7601
7602 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * emacs-lisp/advice.el (ad-compile-function):
7605 Define warning-suppress-types before we let-bind it (bug#6275).
7606
7607 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7608 declare it, make it buffer-local and permanent-local (bug#6324).
7609 (vc-resynch-window): Adjust name.
7610 * vc-hooks.el (vc-find-file-hook): Adjust name.
7611
7612 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
7613
7614 * net/notifications.el (notifications-notify): Fix docstring.
7615
7616 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
7617
7618 Update to Unicode 6.0.0 beta.
7619 * international/charprop.el: Update copyright.
7620 * international/mule-cmds.el (ucs-names): Update character ranges.
7621 * international/uni-bidi.el:
7622 * international/uni-category.el:
7623 * international/uni-combining.el:
7624 * international/uni-comment.el:
7625 * international/uni-decimal.el:
7626 * international/uni-decomposition.el:
7627 * international/uni-digit.el:
7628 * international/uni-lowercase.el:
7629 * international/uni-mirrored.el:
7630 * international/uni-name.el:
7631 * international/uni-numeric.el:
7632 * international/uni-old-name.el:
7633 * international/uni-titlecase.el:
7634 * international/uni-uppercase.el: Regenerate.
7635
7636 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
7637
7638 * emacs-lisp/smie.el (comment-string-strip): Declare function.
7639 (smie-precs-precedence-table): Fix typo in docstring.
7640
7641 * vc-mtn.el (log-edit-extract-headers): Declare function.
7642
7643 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7644
7645 * net/notifications.el (dbus-register-signal): Declare function.
7646 (notifications-notify): Fix typos and reflow docstring.
7647
7648 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7649
7650 Improve VC create/retrieve tag/branch.
7651 * vc.el (vc-create-tag): Do not read the directory name for VCs
7652 with repository revision granularity. Adjust the tag/branch
7653 prompt. Reset VC properties.
7654 (vc-retrieve-tag): Do not read the directory name for VCs
7655 with repository revision granularity. Reset VC properties.
7656
7657 2010-06-09 Julien Danjou <julien@danjou.info>
7658
7659 * net/notifications.el: New file.
7660
7661 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7662
7663 Add optional support for resetting VC properties.
7664 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7665 call vc-file-clearprops when true.
7666 (vc-resynch-buffer): Add new optional argument, pass it down.
7667 (vc-resynch-buffers-in-directory): Likewise.
7668
7669 Improve support for special markup in the VC commit message.
7670 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7671 * vc-hg.el (vc-hg-checkin): Add support for Date:.
7672 * vc-git.el (vc-git-checkin):
7673 * vc-bzr.el (vc-bzr-checkin): Likewise.
7674
7675 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7678 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7679
7680 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
7681
7682 * iimage.el: Remove images as soon as the underlying text is modified.
7683 (iimage-modification-hook): New function.
7684 (iimage-mode-buffer): Use it.
7685
7686 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7689 smie-indent-offset-after. Add :prev case. Make a bit more generic.
7690 (smie-indent-virtual): Remove `virtual' arg. Update callers.
7691 (smie-indent-keyword): Add handling of open-paren keywords.
7692 (smie-indent-comment-continue): Don't assume comment-continue.
7693
7694 2010-06-07 Martin Rudalics <rudalics@gmx.at>
7695
7696 * window.el (pop-to-buffer): Remove the conditional that
7697 compares new-window and old-window, so it will reselect
7698 the selected window unconditionally.
7699 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7700
7701 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * emacs-lisp/smie.el (smie-indent-offset-after)
7704 (smie-indent-forward-token, smie-indent-backward-token): New functions.
7705 (smie-indent-after-keyword): Use them.
7706 (smie-indent-fixindent): Only applies to the indentation of the BOL.
7707 (smie-indent-keyword): Tweak the black magic.
7708 (smie-indent-comment-continue): Strip comment-continue before use.
7709 (smie-indent-functions): Indent comments before keywords.
7710
7711 2010-06-06 Juri Linkov <juri@jurta.org>
7712
7713 * isearch.el (isearch-lazy-highlight-search): Fix looping
7714 by checking for empty match. This syncs this loop with the
7715 similar loop in `isearch-search'. (Bug#6362)
7716
7717 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
7718
7719 * net/dbus.el (dbus-register-method): Declare function.
7720 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7721 (dbus-introspect): Doc fix.
7722 (dbus-event-bus-name, dbus-introspect-get-interface)
7723 (dbus-introspect-get-argument): Reflow docstrings.
7724
7725 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
7726
7727 vc-log-incoming/vc-log-outgoing fixes for Git.
7728 * vc-git.el (vc-git-log-view-mode): Fix font lock for
7729 incoming/outgoing logs.
7730 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7731 instead of vc-git-compute-remote.
7732 (vc-git-compute-remote): Remove.
7733
7734 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
7735
7736 * term/common-win.el (x-colors): Add "dark green" and "dark
7737 turquoise" (Bug#6332).
7738
7739 2010-06-04 Juri Linkov <juri@jurta.org>
7740
7741 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7742 Instead of setting `replace' to t and replacing the same string
7743 with itself, don't do certain actions when
7744 kill-do-not-save-duplicates is non-nil and string is equal to car
7745 of kill-ring: don't call menu-bar-update-yank-menu, don't push
7746 interprogram-paste strings to kill-ring, and don't push the input
7747 argument `string' to kill-ring.
7748 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7749
7750 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
7751
7752 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7753
7754 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
7755
7756 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7757 (tramp-gvfs-handler-mounted-unmounted)
7758 (tramp-gvfs-connection-mounted-p): Handle default-location.
7759
7760 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7761 move files to trash.
7762
7763 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
7764
7765 * international/mule-cmds.el (nonascii-insert-offset)
7766 (nonascii-translation-table): Add obsolescence information.
7767
7768 * international/mule.el (make-translation-table-from-vector): Doc fix.
7769
7770 2010-06-03 Glenn Morris <rgm@gnu.org>
7771
7772 * desktop.el (desktop-clear-preserve-buffers):
7773 Add "*Warnings*" buffer. (Bug#6336)
7774
7775 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
7776
7777 vc-log-incoming/vc-log-outgoing improvements for Git.
7778 * vc-git.el (vc-git-log-outgoing): Use the same format as the
7779 short log.
7780 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
7781
7782 Add bindings for vc-log-incoming and vc-log-outgoing.
7783 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7784 and vc-log-outgoing.
7785 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7786 and vc-log-outgoing.
7787
7788 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
7789
7790 * net/rcirc.el (rcirc-sort-nicknames): Remove.
7791 (rcirc-handler-366): Always sort nicknames.
7792
7793 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7796
7797 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
7800
7801 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * net/rcirc.el (rcirc-sort-nicknames): Change default.
7804 (rcirc-sort-nicknames-join): Avoid setq.
7805
7806 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7807
7808 * net/rcirc.el (rcirc-sort-nicknames): New custom.
7809 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7810 (rcirc-handler-366): Use them.
7811
7812 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 Split smie-indent-calculate into more manageable chunks.
7815 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7816 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7817 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7818 (smie-indent-exps): Extract from smie-indent-calculate.
7819 (smie-indent-functions): New var.
7820 (smie-indent-functions): Use them.
7821
7822 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7825 (smie-indent-calculate): Simplify and cleanup.
7826
7827 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
7828
7829 * net/tramp-gvfs.el (top): Require url-util.
7830 (tramp-gvfs-mount-point): Remove.
7831 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7832 New defuns.
7833 (with-tramp-dbus-call-method): Format trace message.
7834 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
7835 Implement backup call, when operation on local files fails.
7836 Use progress reporter. Flush properties of changed files.
7837 (tramp-gvfs-handle-make-directory): Make more traces.
7838 (tramp-gvfs-url-file-name): Hexify file name in url.
7839 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7840 into account for the resulting file name.
7841 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7842 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
7843 (tramp-gvfs-handler-mounted-unmounted)
7844 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7845 attribute "default_location". Set "prefix" property.
7846 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7847 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7848 exists. Raise an error, if not (due to a corresponding answer
7849 "no" in interactive questions, for example).
7850
7851 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
7852
7853 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7854
7855 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
7856
7857 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7858 right-*. (Bug#6265)
7859
7860 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7861
7862 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7863 * vc-git.el (vc-git-compute-remote): New function.
7864 (vc-git-log-outgoing): Use it instead of hard coding a value.
7865 (vc-git-log-incoming): New function.
7866
7867 Improve state updating for VC tag commands.
7868 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7869 to update the state of all buffers in the directory.
7870
7871 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7872
7873 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7876 `file-directory-p' to the filename part rather than to the whole text.
7877
7878 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7881
7882 2010-05-31 Drew Adams <drew.adams@oracle.com>
7883
7884 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7885
7886 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
7887
7888 * subr.el (momentary-string-display): Just use read-event to read
7889 the exit event (Bug#6238).
7890
7891 2010-05-30 Eli Zaretskii <eliz@gnu.org>
7892
7893 * international/mule.el (define-coding-system): Doc fix (bug#6313).
7894
7895 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
7896
7897 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7898 Suggested by Eli Zaretskii <eliz@gnu.org>.
7899
7900 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * minibuffer.el (completion-file-name-table): Don't return a boundary
7903 past the end of `string' (bug#6299).
7904 (completion--file-name-table): Delegate to completion-file-name-table
7905 for the `boundaries' case.
7906
7907 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7910 movement commands.
7911
7912 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7913 `path-separator', but maintain compatibility with Emacs 20.2.
7914
7915 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
7916
7917 * server.el (server-process-filter): Receive parent-id argument
7918 from emacsclient.
7919 (server-create-window-system-frame): New arg. Pass parent-id as
7920 frame parameter.
7921
7922 2010-05-29 Eli Zaretskii <eliz@gnu.org>
7923
7924 Bidi-sensitive word movement with arrow keys.
7925 * subr.el (right-arrow-command, left-arrow-command): Move to
7926 bindings.el.
7927
7928 * bindings.el (right-char, left-char): Move from subr.el and
7929 rename from right-arrow-command and left-arrow-command.
7930 (right-word, left-word): New functions.
7931 (global-map) <right>: Bind to right-char.
7932 (global-map) <left>: Bind to left-char.
7933 (global-map) <C-right>: Bind to right-word.
7934 (global-map) <C-left>: Bind to left-word.
7935
7936 * ls-lisp.el (ls-lisp-classify-file): New function.
7937 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7938 (ls-lisp-classify): Call ls-lisp-classify-file.
7939 (insert-directory): Remove blanks from switches.
7940
7941 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
7942
7943 * ansi-color.el: Delete unused escape sequences (Bug#6085).
7944 (ansi-color-drop-regexp): New constant.
7945 (ansi-color-apply, ansi-color-filter-region)
7946 (ansi-color-apply-on-region): Delete unrecognized control sequences.
7947 (ansi-color-apply): Build string list before calling concat.
7948
7949 2010-05-28 Juri Linkov <juri@jurta.org>
7950
7951 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7952 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7953 (Bug#5270)
7954
7955 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7958 to ignored backtrace functions.
7959 (with-progress-reporter): Expand docstring.
7960 (tramp-handle-delete-file): Implement TRASH argument.
7961 (tramp-get-remote-trash): New defun.
7962
7963 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
7964
7965 * net/tramp-compat.el (tramp-compat-delete-file):
7966 Use `symbol-value' for backward compatibility.
7967
7968 * net/tramp.el (tramp-handle-make-symbolic-link)
7969 (tramp-handle-load)
7970 (tramp-do-copy-or-rename-file-via-buffer)
7971 (tramp-do-copy-or-rename-file-directly)
7972 (tramp-do-copy-or-rename-file-out-of-band)
7973 (tramp-handle-process-file, tramp-handle-call-process-region)
7974 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7975 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7976 (tramp-delete-temp-file-function): Use `delete-file' instead
7977 of `tramp-compat-delete-file'.
7978
7979 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7980 (tramp-fish-handle-make-symbolic-link)
7981 (tramp-fish-handle-process-file): Use `delete-file' instead
7982 of `tramp-compat-delete-file'.
7983
7984 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7985 Use `delete-file' instead of `tramp-compat-delete-file'.
7986
7987 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7988 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7989 `tramp-compat-delete-file'.
7990
7991 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7992 Use `delete-file' instead of `tramp-compat-delete-file'.
7993
7994 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7995 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7996 (tramp-smb-handle-write-region): Use `delete-file' instead of
7997 `tramp-compat-delete-file'.
7998 (tramp-smb-handle-delete-directory): Use 'trash as arg.
7999
8000 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8001
8002 * dired.el (dired-delete-file): New arg TRASH.
8003 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
8004 (dired-do-flagged-delete, dired-do-delete): Use trash.
8005
8006 * speedbar.el (speedbar-item-delete): Allow trashing.
8007
8008 * files.el (delete-directory): New arg TRASH.
8009
8010 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8011 (ange-ftp-rename-remote-to-remote)
8012 (ange-ftp-rename-local-to-remote)
8013 (ange-ftp-rename-remote-to-local, ange-ftp-load)
8014 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8015 `delete-file'.
8016 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8017 allow trashing.
8018
8019 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8020 handle new TRASH arg of `delete-file'.
8021
8022 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
8023 (tramp-handle-make-symbolic-link, tramp-handle-load)
8024 (tramp-do-copy-or-rename-file-via-buffer)
8025 (tramp-do-copy-or-rename-file-directly)
8026 (tramp-do-copy-or-rename-file-out-of-band)
8027 (tramp-handle-process-file, tramp-handle-call-process-region)
8028 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8029 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8030 (tramp-delete-temp-file-function): Use null TRASH arg in
8031 tramp-compat-delete-file call.
8032
8033 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8034 (tramp-fish-handle-delete-file)
8035 (tramp-fish-handle-make-symbolic-link)
8036 (tramp-fish-handle-process-file): Use null TRASH arg in
8037 `tramp-compat-delete-file' call.
8038
8039 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8040 arg in `tramp-compat-delete-file' call.
8041
8042 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8043 (tramp-gvfs-handle-write-region): Use null TRASH arg in
8044 `tramp-compat-delete-file' call.
8045
8046 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8047 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8048 `tramp-compat-delete-file' call.
8049
8050 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8051 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8052 (tramp-smb-handle-write-region): Use null TRASH arg in
8053 tramp-compat-delete-file call.
8054 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8055 (tramp-smb-handle-delete-file): Rename arg.
8056
8057 * diff.el (diff-sentinel):
8058 * epg.el (epg--make-temp-file, epg-decrypt-string)
8059 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8060 * jka-compr.el (jka-compr-partial-uncompress)
8061 (jka-compr-call-process, jka-compr-write-region):
8062 * server.el (server-sentinel): Remove optional arg from
8063 delete-file, reverting 2010-05-03 change.
8064
8065 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8068 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8069
8070 2010-05-27 Kenichi Handa <handa@m17n.org>
8071
8072 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8073 element of GSTRING is nil.
8074
8075 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * emacs-lisp/smie.el (smie-forward-token-function)
8078 (smie-backward-token-function): New vars.
8079 (smie-backward-sexp, smie-forward-sexp)
8080 (smie-indent-hanging-p, smie-indent-calculate): Use them.
8081 (smie-default-backward-token): Rename from smie-backward-token and
8082 skip comments.
8083 (smie-default-forward-token): Rename from smie-forward-token and
8084 skip comments.
8085 (smie-next-sexp): Handle nil results from next-token.
8086 (smie-indent-calculate): Add a new case for special `fixindent' comments.
8087
8088 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8089
8090 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8091 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8092
8093 2010-05-27 Masatake YAMATO <yamato@redhat.com>
8094
8095 * htmlfontify.el (hfy-face-resolve-face): New function.
8096 (hfy-face-to-style): Use it (Bug#6279).
8097
8098 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8101 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8102
8103 2010-05-26 Glenn Morris <rgm@gnu.org>
8104
8105 * emulation/edt.el (edt-load-keys): Use locate-library.
8106
8107 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
8108
8109 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8110 (log-edit-changelog-entries): Doc fix.
8111 (log-edit-changelog-insert-entries): Args changed.
8112 Rename relative filenames in ChangeLog entries. Delete tabs.
8113 (log-edit-insert-changelog-entries): Reorganize return value of
8114 `log-edit-changelog-entries' to pass filenames to
8115 log-edit-changelog-insert-entries.
8116
8117 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8118
8119 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8120 `image-dired-dired-insert-marked-thumbs' to
8121 `image-dired-dired-toggle-marked-thumbs'.
8122
8123 * image-dired.el: Require cl when compiling.
8124 (image-dired-dired-toggle-marked-thumbs): Rename from
8125 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
8126 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
8127 to 'no-dir. Skip files whose names don't match
8128 `image-file-name-regexp'. When file has a thumbnail overlay,
8129 delete it. (Bug#5270)
8130
8131 2010-05-25 Juri Linkov <juri@jurta.org>
8132
8133 * image-mode.el (image-mode): Add image-after-revert-hook to
8134 after-revert-hook.
8135 (image-after-revert-hook): New function. (Bug#5669)
8136
8137 2010-05-25 Juri Linkov <juri@jurta.org>
8138
8139 * image.el (image-animated-p): When delay between animated images
8140 is 0, set it to 10 (0.1 sec). (Bug#6258)
8141
8142 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
8143
8144 * net/tramp.el (tramp-handle-insert-directory): Don't use
8145 `forward-word', its default syntax could be changed.
8146
8147 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
8148
8149 * net/tramp.el (tramp-progress-reporter-update): New defun.
8150 (with-progress-reporter): Use it.
8151 (tramp-process-actions):
8152 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8153 Preserve current message, in order to let progress reporter continue
8154 afterwards. (Bug#6257)
8155
8156 2010-05-25 Glenn Morris <rgm@gnu.org>
8157
8158 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8159 Add :version.
8160
8161 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8162
8163 * net/rcirc.el (rcirc-default-user-name): Change to "user".
8164 (rcirc-default-full-name): Change to "unknown".
8165 (rcirc-user-name-history): Add variable.
8166
8167 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8168 Jonathan Rockway <jon@jrock.us>
8169
8170 * net/rcirc.el (rcirc-server-alist): Add :pass.
8171 (rcirc): When prompting for connection parameters, also prompt for
8172 username and password.
8173 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
8174 value to server when connecting.
8175
8176 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8179 (smie-merge-prec2s): Pass the tables as separate args.
8180 (smie-bnf-precedence-table): Adjust call accordingly.
8181 (smie-prec2-levels): Set levels at the end.
8182
8183 Replace Lisp calls to delete-backward-char by delete-char.
8184 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
8185 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8186 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
8187 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
8188 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8189 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8190 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8191 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8192 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8193 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8194 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8195 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8196 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8197 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
8198 delete-backward-char by calls to delete-char.
8199
8200 2010-05-25 Kenichi Handa <handa@m17n.org>
8201
8202 * language/hebrew.el (hebrew-shape-gstring): New function.
8203 Register it in composition-function-table for all Hebrew combining
8204 characters.
8205
8206 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * epa.el (epa--select-keys): Don't explicitly delete the window since
8209 that can fail (e.g. sole window in frame). Use dedication instead.
8210
8211 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8212
8213 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8214
8215 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
8216
8217 * image.el (image-refresh): Define as an alias for image-flush.
8218
8219 * image-mode.el (image-toggle-display-image): Caller changed.
8220
8221 2010-05-21 Juri Linkov <juri@jurta.org>
8222
8223 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8224 Remove "all" from grep-files-aliases. Split grep-files-aliases by
8225 whitespace, call wildcard-to-regexp on substrings and concat them
8226 with "\\|". (Bug#6114)
8227
8228 2010-05-21 Alan Mackenzie <acm@muc.de>
8229
8230 * progmodes/cc-engine.el (c-parse-state-get-strategy):
8231 Replace parameter `here' with `here-' and `here-plus', which sandwich
8232 any pertinent CPP construct.
8233 (c-remove-stale-state-cache-backwards): Fix a bug which happens
8234 when doing (c-parse-state) in a CPP construct: Exclude any "new"
8235 CPP construct from taking part in the scanning.
8236
8237 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
8238
8239 * net/tramp.el (tramp-do-copy-or-rename-file)
8240 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8241 Tune `with-progress-reporter' messages.
8242 (tramp-handle-vc-registered):
8243 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8244 (tramp-fish-handle-insert-file-contents)
8245 (tramp-fish-maybe-open-connection):
8246 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8247 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8248 (tramp-imap-handle-insert-file-contents)
8249 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8250
8251 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
8252
8253 * add-log.el (change-log-font-lock-keywords):
8254 Highlight all authors in multi-author entries.
8255
8256 * smerge-mode.el (smerge-refine-ignore-whitespace)
8257 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8258 Fix typos in docstrings.
8259 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8260
8261 2010-05-21 Glenn Morris <rgm@gnu.org>
8262
8263 * progmodes/fortran.el (fortran-mode):
8264 * progmodes/f90.el (f90-mode): Derive from prog-mode.
8265
8266 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8267 having a relative path in src/Makefile.in.
8268
8269 2010-05-20 Kevin Ryde <user42@zip.com.au>
8270
8271 * help-mode.el (help-make-xrefs): For Info node links turn
8272 newlines into spaces. Link node names with newlines are matched
8273 by help-xref-info-regexp and buttonized, this change ensures they
8274 can be followed successfully with RET. (Bug#6206)
8275
8276 2010-05-20 Juri Linkov <juri@jurta.org>
8277
8278 * locate.el (locate): Use pop-to-buffer instead of
8279 switch-to-buffer-other-window. (Bug#6204)
8280
8281 2010-05-20 Juri Linkov <juri@jurta.org>
8282
8283 * replace.el (replace-highlight): Fix lazy-highlighting
8284 for `M-s w str M-% str RET'.
8285
8286 2009-12-15 Masatake YAMATO <yamato@redhat.com>
8287
8288 * isearch.el (isearch-yank-word-or-char): Pull next subword
8289 when `subword-mode' is activated. (Bug#6220)
8290
8291 2010-05-20 Mark A. Hershberger <mah@everybody.org>
8292
8293 * isearch.el (isearch-update-post-hook): New hook.
8294 (isearch-update): Use the new hook. (Bug#6225)
8295
8296 2010-05-20 Juri Linkov <juri@jurta.org>
8297
8298 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8299 [f1], [help], and (char-to-string help-char) instead of "\C-h".
8300 (Bug#6222)
8301
8302 2010-05-20 Juri Linkov <juri@jurta.org>
8303
8304 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8305 (Bug#6223)
8306
8307 2010-05-20 Juri Linkov <juri@jurta.org>
8308
8309 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8310 FILE-NAME to read from the minibuffer when called interactively
8311 with prefix argument instead of using buffer-file-name.
8312 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8313
8314 * dired.el: Update autoloads.
8315
8316 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
8317
8318 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8319 nxml-finish-element, for consistency with SGML mode.
8320
8321 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8322 octave-close-block.
8323
8324 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
8325
8326 * composite.el: Require cl when compiling.
8327 (reference-point-alist, compose-gstring-for-graphic)
8328 (compose-gstring-for-terminal): Fix typos in docstrings.
8329
8330 2010-05-19 Juri Linkov <juri@jurta.org>
8331
8332 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8333 set-window-parameter.
8334
8335 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
8336
8337 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8338 where appropriate.
8339 (tramp-maybe-open-connection): Use it.
8340
8341 2010-05-19 Eli Zaretskii <eliz@gnu.org>
8342
8343 * simple.el (move-end-of-line): Make sure we are at line beginning
8344 before backing up to end of previous line.
8345
8346 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
8347
8348 * password-cache.el (password-cache-remove): Fix docstring.
8349
8350 * net/secrets.el: Autoload the widget functions.
8351 (secrets-search-items, secrets-create-item)
8352 (secrets-get-attributes, secrets-expand-item): Attributes will be
8353 stored on the password database without leading ":", as all other
8354 clients do as well.
8355 (secrets-mode): Fix docstring.
8356 (secrets-show-secrets): Provide it as autoloaded command only when
8357 D-Bus support is available. Check existence of Secret Service API.
8358
8359 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * indent.el (indent-region): Deactivate region (bug#6200).
8362
8363 2010-05-19 Glenn Morris <rgm@gnu.org>
8364
8365 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
8366
8367 2010-05-19 Kenichi Handa <handa@m17n.org>
8368
8369 * composite.el: Register compose-gstring-for-graphic in
8370 composition-function-table only for combining characters (Mn, Mc, Me).
8371
8372 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8373
8374 * calc/calc-trail.el (calc-trail-isearch-forward)
8375 (calc-trail-isearch-backward): Ensure that the new window
8376 point is set correctly.
8377
8378 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * subr.el (read-quoted-char): Resolve modifiers after key
8381 remapping (bug#6212).
8382
8383 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
8384
8385 Add visualization code for secrets.
8386 * net/secrets.el (secrets-mode): New major mode.
8387 (secrets-show-secrets, secrets-show-collections)
8388 (secrets-expand-collection, secrets-expand-item)
8389 (secrets-tree-widget-after-toggle-function)
8390 (secrets-tree-widget-show-password): New defuns.
8391
8392 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8395 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8396 handled in smie-next-sexp.
8397 (smie-indent-calculate): Provide a starting indentation (so the
8398 recursion is well-founded ;-).
8399
8400 Fix handling of non-associative equal levels.
8401 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8402 when it's not needed.
8403 (smie-op-left, smie-op-right): New functions.
8404 (smie-next-sexp): New function, extracted from smie-backward-sexp.
8405 Better handle equal levels to distinguish the associative case from
8406 the "multi-keyword construct" case.
8407 (smie-backward-sexp, smie-forward-sexp): Use it.
8408
8409 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
8410
8411 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8412
8413 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8414 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8415
8416 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 Provide a simple generic indentation engine and use it for Prolog.
8419 * emacs-lisp/smie.el: New file.
8420 * progmodes/prolog.el (prolog-smie-op-levels)
8421 (prolog-smie-indent-rules): New var.
8422 (prolog-mode-variables): Use them to configure SMIE.
8423 (prolog-indent-line, prolog-indent-level): Remove.
8424
8425 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8426
8427 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
8428 order before computing the averages.
8429
8430 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
8431
8432 * calc/calc-vec.el (calc-histogram):
8433 (calcFunc-histogram): Allow vectors as inputs.
8434 (math-vector-avg): New function.
8435
8436 * calc/calc-ext.el (math-group-float): Have the number of digits
8437 being grouped depend on the radix (Bug#6189).
8438
8439 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
8440
8441 * version.el (emacs-copyright, emacs-version): Don't define here,
8442 now that emacs.c defines it.
8443
8444 2010-05-15 Eli Zaretskii <eliz@gnu.org>
8445
8446 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8447 "Describe Language Environment" menu item.
8448
8449 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8450
8451 Bidi-sensitive movement with arrow keys.
8452 * subr.el (right-arrow-command, left-arrow-command): New functions.
8453
8454 * bindings.el (global-map): Bind them to right and left arrow keys.
8455
8456 Don't override standard definition of convert-standard-filename.
8457 * files.el (convert-standard-filename):
8458 Call w32-convert-standard-filename and dos-convert-standard-filename on
8459 the corresponding systems.
8460
8461 * w32-fns.el (w32-convert-standard-filename): Rename from
8462 convert-standard-filename. Doc fix.
8463
8464 * dos-fns.el (dos-convert-standard-filename): Doc fix.
8465 (convert-standard-filename): Don't defalias.
8466 (register-name-alist, make-register, register-value)
8467 (set-register-value, intdos): Obsolete aliases for the
8468 corresponding dos-* functions and variables.
8469 (dos-intdos): Add a doc string.
8470
8471 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
8472
8473 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8474 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8475 (math-compose-tex-func):
8476 * calc/calccomp.el (math-compose-expr):
8477 * calc/calc-ext.el (math-format-flat-expr-fancy):
8478 * calc/calc-store.el (calc-read-var-name):
8479 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8480
8481 * calc/calc.el (var-π, var-φ, var-γ): New variables.
8482 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
8483 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
8484 (math-standard-units): Add units.
8485
8486 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * progmodes/asm-mode.el (asm-mode):
8489 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8490
8491 * pcomplete.el (pcomplete-completions-at-point): New function,
8492 extracted from pcomplete-std-complete.
8493 (pcomplete-std-complete): Use it.
8494
8495 2010-05-15 Glenn Morris <rgm@gnu.org>
8496
8497 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8498 Remove references to CVS, RCS and Old directories.
8499
8500 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
8501
8502 * calc/calc-bin.el (math-format-twos-complement): Group digits when
8503 appropriate.
8504
8505 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8508 (sh-mode-syntax-table): Give it a default value instead.
8509 (sh-header-marker): Make buffer-local.
8510 (sh-mode): Move make-local-variable to the corresponding setq.
8511 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8512 Use complete-with-action.
8513
8514 * simple.el (prog-mode): New (abstract) major mode.
8515 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8516 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8517
8518 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
8519
8520 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8521 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8522 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8523 (sql-make-alternate-buffer-name, sql-placeholders-filter)
8524 (sql-escape-newlines-filter, sql-input-sender)
8525 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8526
8527 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
8528
8529 Add TeX open-block and close-block keybindings to SGML, and vice versa.
8530
8531 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8532 latex-open-block and C-c / to latex-close-block.
8533
8534 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8535 and C-c C-e to sgml-close-tag.
8536
8537 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
8538
8539 * net/tramp.el (with-progress-reporter): Create reporter object
8540 only when the message would be displayed. Handle nested calls.
8541 (tramp-handle-load, tramp-handle-file-local-copy)
8542 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8543 (tramp-maybe-send-script, tramp-find-shell):
8544 Use `with-progress-reporter'.
8545 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8546 Fix message text.
8547
8548 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8549 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8550 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8551 Use `with-progress-reporter'.
8552
8553 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
8554
8555 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8556 process everytime when spellchecking from the minibuffer (bug#6143).
8557
8558 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8561
8562 * dos-fns.el: Add "dos-" prefix for namespace control.
8563 (convert-standard-filename): Define as alias for
8564 dos-convert-standard-filename but only if applicable.
8565
8566 2010-05-12 Alan Mackenzie <acm@muc.de>
8567
8568 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8569 Push the mark at the start of these functions when appropriate.
8570
8571 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * minibuffer.el (completion-cycle-threshold): New custom var.
8574 (completion--do-completion): Use it.
8575 (minibuffer-complete): Use cycling if appropriate.
8576
8577 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
8578
8579 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8580 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8581
8582 2010-05-11 Juri Linkov <juri@jurta.org>
8583
8584 * scroll-all.el (scroll-all-check-to-scroll):
8585 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8586
8587 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * iimage.el (iimage-mode-map): Move initialization into declaration.
8590 (iimage-mode-buffer): Use with-silent-modifications.
8591 Simplify calling convention. Adjust callers.
8592 (iimage-mode): Don't run hook redundantly.
8593
8594 * minibuffer.el (completion-pcm--pattern->regex):
8595 Fix last change (bug#6160).
8596
8597 2010-05-10 Juri Linkov <juri@jurta.org>
8598
8599 Remove nodes visited during Isearch from the Info history.
8600 * info.el (Info-isearch-initial-history)
8601 (Info-isearch-initial-history-list): New variables.
8602 (Info-isearch-start): Record initial values of
8603 Info-isearch-initial-history and Info-isearch-initial-history-list.
8604 Add Info-isearch-end to isearch-mode-end-hook.
8605 (Info-isearch-end): New function.
8606
8607 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
8608
8609 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8610 format string, in order to work around a bug in pdksh.
8611 Reported by Gilles Pion <gpion@lfdj.com>.
8612 (tramp-handle-verify-visited-file-modtime): Do not send a command
8613 when the connection is not established.
8614 (tramp-handle-set-file-times): Simplify the check for utc.
8615
8616 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
8617
8618 Fix use of `filter-buffer-substring' (rework previous change).
8619 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8620 (cua-repeat-replace-region):
8621 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8622 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8623 (cua-cut-region-to-global-mark): Use it.
8624
8625 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
8626
8627 * progmodes/sql.el: Version 2.1.
8628 (sql-product-alist): Redesign structure of product info.
8629 (sql-product, sql-user, sql-server, sql-database): Safe variables.
8630 (sql-port, sql-port-history): New variables.
8631 (sql-interactive-product): New variable.
8632 (sql-send-terminator): New variable.
8633 (sql-imenu-generic-expression): Add "Types" imenu entry.
8634 (sql-oracle-login-params, sql-sqlite-login-params)
8635 (sql-mysql-login-params, sql-solid-login-params)
8636 (sql-sybase-login-params, sql-informix-login-params)
8637 (sql-ingres-login-params, sql-ms-login-params)
8638 (sql-postgres-login-params, sql-interbase-login-params)
8639 (sql-db2-login-params, sql-linter-login-params)
8640 (sql-oracle-scan-on): New variables.
8641 (sql-mode-map): Add C-c C-i to start interactive mode.
8642 (sql-mode-menu): Update existing menu entries.
8643 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
8644 (sql-mode-oracle-font-lock-keywords)
8645 (sql-mode-postgres-font-lock-keywords)
8646 (sql-mode-ms-font-lock-keywords)
8647 (sql-mode-sybase-font-lock-keywords)
8648 (sql-mode-informix-font-lock-keywords)
8649 (sql-mode-interbase-font-lock-keywords)
8650 (sql-mode-ingres-font-lock-keywords)
8651 (sql-mode-solid-font-lock-keywords)
8652 (sql-mode-mysql-font-lock-keywords)
8653 (sql-mode-sqlite-font-lock-keywords)
8654 (sql-mode-db2-font-lock-keywords)
8655 (sql-mode-linter-font-lock-keywords): Update initialization to
8656 reduce run-time complexity.
8657 (sql-add-product, sql-del-product): New functions.
8658 (sql-set-product-feature, sql-get-product-feature): New functions.
8659 (sql-product-font-lock): Update product API.
8660 (sql-add-product-keywords): New function.
8661 (sql-highlight-product): Update product API.
8662 (sql-help-list-products): New function.
8663 (sql-help): Dynamically lists free and non-free products.
8664 (sql-get-login): Correct bug in handling history and added
8665 prompt for port.
8666 (sql-copy-column): Copy without properties.
8667 (sqli-input-sender): Apply filters to SQLi input.
8668 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8669 Implement as a filter.
8670 (sql-escape-newlines-filter): Implement as a filter.
8671 (sql-remove-tabs-filter): New function.
8672 (sql-send-magic-terminator): New function.
8673 (sql-send-string): Implement magic terminator.
8674 (sql-send-region): Use `sql-send-string'.
8675 (sql-interactive-mode): Use product API.
8676 (sql-product-interactive): Use product API.
8677 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8678 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8679 (sql-db2, sql-linter): Use `sql-product-interactive'.
8680 (sql-connect): New function.
8681 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8682 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8683 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
8684 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8685 Use `sql-connect'.
8686
8687 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8690 New custom variable.
8691 (completion-pcm--string->pattern): Use it.
8692 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8693 Make it handle any symbol as `any'.
8694 (completion-pcm--merge-completions): Extract common suffix for the new
8695 `prefix' symbol as well.
8696 (completion-substring--all-completions): Use the new `prefix' symbol.
8697
8698 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
8699
8700 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8701 not bound.
8702 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8703 (tramp-compat-funcall): New defmacro.
8704 (tramp-compat-line-beginning-position)
8705 (tramp-compat-line-end-position)
8706 (tramp-compat-temporary-file-directory)
8707 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8708 (tramp-compat-copy-file, tramp-compat-copy-directory)
8709 (tramp-compat-delete-file, tramp-compat-delete-directory)
8710 (tramp-compat-number-sequence, tramp-compat-process-running-p)
8711 * net/tramp.el (top, with-progress-reporter)
8712 (tramp-rfn-eshadow-setup-minibuffer)
8713 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8714 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8715 (tramp-completion-mode-p, tramp-check-for-regexp)
8716 (tramp-open-connection-setup-interactive-shell)
8717 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8718 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8719 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8720 * net/tramp-cmds.el (tramp-cleanup-all-connections)
8721 (tramp-reporter-dump-variable, tramp-load-report-modules)
8722 (tramp-append-tramp-buffers)
8723 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8724
8725 * net/tramp-imap.el (top): Autoload `epg-make-context'.
8726
8727 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * progmodes/compile.el (compilation-buffer-modtime): Rename from
8730 buffer-modtime. Adjust users.
8731
8732 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8733
8734 * international/mule.el (auto-coding-alist): Only purecopy
8735 car of each item, not the whole list (Bug#6083).
8736
8737 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8738
8739 * progmodes/js.el (js-mode): Make paragraph variables local before
8740 calling c-setup-paragraph-variables (Bug#6071).
8741
8742 2010-05-08 Eli Zaretskii <eliz@gnu.org>
8743
8744 * composite.el (compose-region, reference-point-alist): Fix typos
8745 in the doc strings.
8746
8747 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8748
8749 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8750 gnuplot's "set" command.
8751
8752 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8753
8754 * abbrev.el (last-abbrev-text): Doc fix.
8755 (abbrev-prefix-mark): Don't escape parenthesis.
8756
8757 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8758
8759 * composite.el (find-composition): Doc fix.
8760
8761 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8762
8763 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8764 (sql-oracle-program, sql-sqlite-options)
8765 (sql-query-placeholders-and-send): Doc fixes.
8766 (sql-set-product, sql-interactive-mode): Reflow docstrings.
8767 (sql-imenu-generic-expression, sql-buffer)
8768 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8769 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8770 (sql-mode-sybase-font-lock-keywords)
8771 (sql-mode-informix-font-lock-keywords)
8772 (sql-mode-interbase-font-lock-keywords)
8773 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8774 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8775 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8776 (sql-product-feature, sql-highlight-product)
8777 (comint-line-beginning-position, sql-rename-buffer)
8778 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8779 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
8780 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8781 Fix typos in docstrings.
8782
8783 2010-05-08 Juri Linkov <juri@jurta.org>
8784
8785 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8786 property instead of `invisible' and `after-string' (bug#5998).
8787
8788 2010-05-08 Juri Linkov <juri@jurta.org>
8789
8790 * image-mode.el (image-mode-as-text): Fix typo in docstring.
8791
8792 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8793
8794 * filecache.el (file-cache-add-directory-list)
8795 (file-cache-add-directory-recursively): Fix typos in docstrings.
8796
8797 2010-05-08 Kenichi Handa <handa@m17n.org>
8798
8799 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
8800 (gujarati-composable-pattern): Fix typo.
8801
8802 2010-05-08 Kenichi Handa <handa@m17n.org>
8803
8804 * language/indian.el (oriya-composable-pattern)
8805 (tamil-composable-pattern, malayalam-composable-pattern):
8806 Add two-part vowels to "v" (vowel sign).
8807
8808 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * files.el (copy-directory): Handle symlinks (Bug#5982).
8811
8812 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
8813
8814 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8815 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
8816 (Bug#5846).
8817
8818 2010-05-08 Glenn Morris <rgm@gnu.org>
8819
8820 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8821
8822 * minibuffer.el (completion-at-point): Doc fix.
8823
8824 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * electric.el (Electric-command-loop): Minor tweak.
8827
8828 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8829 better with dedicated windows.
8830
8831 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
8832
8833 * Version 23.2 released.
8834
8835 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
8836 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 Highlight vendor specific properties.
8839 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8840 (css-proprietary-property): New face.
8841 (css-font-lock-keywords): Use them.
8842
8843 2010-05-07 Eli Zaretskii <eliz@gnu.org>
8844
8845 * cus-start.el (all): Add native condition for tool-bar-* symbols.
8846
8847 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8850 * files.el (auto-mode-alist): Remove redundant entries.
8851
8852 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8853 * simple.el (auto-save-mode): Move from files.el.
8854 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8855
8856 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
8857
8858 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
8859
8860 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8861
8862 * mail/binhex.el (binhex-decode-region-internal)
8863 * mail/uudecode.el (uudecode-decode-region-internal)
8864 * net/dns.el (dns-read-string-name, dns-write, dns-read)
8865 (dns-read-type, dns-query)
8866 * pgg-parse.el (pgg-parse-armor)
8867 * pgg.el (pgg-verify-region)
8868 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8869 XEmacs.
8870
8871 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
8872
8873 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
8874
8875 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8876
8877 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8878 * emulation/cua-base.el (cua-repeat-replace-region):
8879 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8880 (cua-cut-region-to-global-mark):
8881 Remove text properties with `set-text-properties'.
8882
8883 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
8884
8885 * net/tramp.el (top, with-progress-reporter):
8886 Use `symbol-function' inside `funcall'.
8887
8888 * net/tramp-compat.el (tramp-compat-file-attributes)
8889 (tramp-compat-delete-file, tramp-compat-delete-directory):
8890 Handle only `wrong-number-of-arguments' error.
8891
8892 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8893 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8894 inside `funcall'.
8895
8896 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * minibuffer.el (completion--sreverse, completion--common-suffix):
8899 New functions.
8900 (completion-pcm--merge-completions): Extract common suffix when safe.
8901
8902 * emacs-lisp/easy-mmode.el (define-minor-mode):
8903 Make :variable more flexible.
8904 * files.el (auto-save-mode): Use it to define using define-minor-mode.
8905
8906 2010-05-05 Juri Linkov <juri@jurta.org>
8907
8908 Add `slow' and `history' tags to the desktop data.
8909
8910 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8911 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8912 (Info-finder-find-node): Require `finder.el' to be able
8913 to restore node from the desktop.
8914 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
8915 data `Info-history' and `slow' tag in the assoc list.
8916 (Info-restore-desktop-buffer): Don't restore nodes with the
8917 `slow' tag. Restore `Info-history'.
8918
8919 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
8920
8921 Add FORCE argument to `delete-file'.
8922
8923 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8924 forcing to delete the temporary file.
8925 (ange-ftp-delete-file): Add FORCE arg.
8926 (ange-ftp-rename-remote-to-remote)
8927 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
8928 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8929 Force file deletion.
8930
8931 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8932
8933 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8934 (tramp-handle-make-symbolic-link, tramp-handle-load)
8935 (tramp-do-copy-or-rename-file-via-buffer)
8936 (tramp-do-copy-or-rename-file-directly)
8937 (tramp-do-copy-or-rename-file-out-of-band)
8938 (tramp-handle-process-file, tramp-handle-call-process-region)
8939 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8940 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8941 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8942
8943 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8944 (tramp-fish-handle-make-symbolic-link)
8945 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8946
8947 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8948 Use `tramp-compat-delete-file'.
8949
8950 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8951 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8952
8953 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8954 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8955
8956 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8957 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
8958 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8959 Use `tramp-compat-delete-file'.
8960
8961 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 Minor cleanups.
8964 * subr.el (add-minor-mode): Use push.
8965 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8966 * emulation/edt.el (edt-select-mode): Simplify.
8967
8968 Use define-minor-mode in more cases.
8969 * term/tvi970.el (tvi970-set-keypad-mode):
8970 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8971 (normal-erase-is-backspace-mode):
8972 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8973 (set-scroll-bar-mode-1): (Re)move to its sole caller.
8974 (get-scroll-bar-mode): New function.
8975 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8976
8977 Use define-minor-mode for less obvious cases.
8978 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8979 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8980 * international/iso-ascii.el (iso-ascii-mode):
8981 * frame.el (auto-raise-mode, auto-lower-mode):
8982 * composite.el (global-auto-composition-mode): Use define-minor-mode.
8983
8984 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
8985
8986 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8987 in order to see error messages for failed logins.
8988
8989 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
8990
8991 * diff.el (diff-sentinel):
8992
8993 * epg.el (epg--make-temp-file, epg-decrypt-string)
8994 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8995
8996 * jka-compr.el (jka-compr-partial-uncompress)
8997 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8998
8999 * server.el (server-sentinel): Use delete-file's new FORCE arg
9000 (Bug#6070).
9001
9002 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 Use define-minor-mode where applicable.
9005 * view.el (view-mode):
9006 * type-break.el (type-break-query-mode)
9007 (type-break-mode-line-message-mode):
9008 * textmodes/reftex.el (reftex-mode):
9009 * term/vt100.el (vt100-wide-mode):
9010 * tar-mode.el (tar-subfile-mode):
9011 * savehist.el (savehist-mode):
9012 * ibuf-ext.el (ibuffer-auto-mode):
9013 * composite.el (auto-composition-mode):
9014 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9015 Use define-minor-mode.
9016 (vhdl-mode): Use static mode-line format.
9017 (vhdl-mode-line-update): Delete.
9018 (vhdl-create-mode-menu, vhdl-activate-customizations)
9019 (vhdl-hs-minor-mode): Don't bother calling it.
9020
9021 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9022
9023 * simple.el (with-wrapper-hook): Move.
9024 (buffer-substring-filters): Mark obsolete.
9025 (filter-buffer-substring-functions): New variable.
9026 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
9027
9028 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9029 Michael Albinus <michael.albinus@gmx.de>
9030
9031 Implement compression for inline methods.
9032
9033 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9034 (tramp-copy-size-limit): Allow also nil.
9035 (tramp-inline-compress-commands): New defconst.
9036 (tramp-find-inline-compress, tramp-get-inline-compress)
9037 (tramp-get-inline-coding): New defuns.
9038 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
9039 replaced by `tramp-get-inline-coding'.
9040 (tramp-handle-file-local-copy, tramp-handle-write-region)
9041 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9042
9043 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9046 Remove unused functions.
9047
9048 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9049 Set find-tag-default-function as a variable rather than a property.
9050
9051 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9052 * progmodes/etags.el (tags-completion-at-point-function):
9053 Remove left over interactive spec. Add autoloading stub.
9054 (complete-tag): Use tags-completion-at-point-function.
9055
9056 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
9057
9058 * minibuffer.el (tags-completion-at-point-function): Fix return value.
9059
9060 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * ido.el (ido-init-completion-maps): Remove C-v binding.
9063 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
9064
9065 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9066
9067 * minibuffer.el (tags-completion-at-point-function): New function.
9068 (completion-at-point-functions): Use it.
9069
9070 * progmodes/etags.el (complete-tag): Revert last change.
9071
9072 2010-04-29 Alan Mackenzie <acm@muc.de>
9073
9074 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9075 off-by-one error (in end of macro position).
9076
9077 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9080 firefox is absent. Don't autoload.
9081 (browse-url-galeon-program): Don't autoload.
9082
9083 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9084
9085 * bindings.el (complete-symbol): Move into minibuffer.el.
9086
9087 * minibuffer.el (complete-tag): Move from etags.el. If tags
9088 completion cannot be performed, return nil instead of signalling
9089 an error.
9090 (completion-at-point): Make it an alias for complete-symbol.
9091 (complete-symbol): Move from bindings.el, and replace with the
9092 body of completion-at-point.
9093
9094 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9095
9096 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
9097
9098 * net/tramp.el (tramp-remote-selinux-p): New defun.
9099 (tramp-handle-file-selinux-context)
9100 (tramp-handle-set-file-selinux-context): Use it.
9101
9102 2010-04-28 Sam Steingold <sds@gnu.org>
9103
9104 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9105 `safe-local-variable' if the value is a string or a symbol with
9106 the property `bug-reference-url-format'.
9107
9108 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9109
9110 * progmodes/bug-reference.el (bug-reference-url-format):
9111 Revert 2010-04-27 change due to security risk.
9112
9113 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 Make it possible to locally disable a globally enabled mode.
9116 * simple.el (fundamental-mode): Run fundamental-mode-hook.
9117 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9118 rather than kill-all-local-variables so it runs fundamental-mode-hook.
9119 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9120 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9121 that subsequent hooks get a chance to disable it.
9122
9123 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9126 Avoid re-enabling a minor mode after the user turned the minor mode
9127 off if MODE-enable-in-buffers is run twice (typically once from
9128 fundamental-mode's after-change-major-mode-hook and a second time from
9129 run-mode-hook's own after-change-major-mode-hook).
9130
9131 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9132
9133 2010-04-27 Sam Steingold <sds@gnu.org>
9134
9135 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9136 `safe-local-variable' if the value is a string or a function, as
9137 documented and implemented on 2010-04-02.
9138
9139 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
9140
9141 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9142 when method is 'kill.
9143
9144 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
9145
9146 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9147 condition in default directory check.
9148 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9149 Kill ispell process when killing its associated buffer.
9150
9151 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
9152
9153 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9154 but we aren't using it.
9155
9156 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
9157
9158 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9159 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9160
9161 2010-04-24 Glenn Morris <rgm@gnu.org>
9162
9163 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9164 Ignore VCS-ignore files, and deleted nextstep preferences files.
9165 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9166 (authors-ambiguous-files): New list.
9167 (authors-valid-file-names): Add some deleted files.
9168 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9169 (authors-disambiguate-file-name): New function. (Bug#5501)
9170 (authors-canonical-file-name): Doc fix.
9171 Don't warn about obsolete files.
9172 (authors-canonical-file-name, authors-scan-el):
9173 Use authors-disambiguate-file-name.
9174
9175 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9176 Add autoload cookies.
9177 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9178 (generated-autoload-file): Set file-local value to "htmlfontify.el".
9179 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9180 They have definitions / compiler macros in cl.el.
9181 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9182 Replace manual autoloads with generated ones.
9183 (htmlfontify-unload-rgb-file): Remove autoload.
9184 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9185
9186 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9189 (byte-compile-setq-default): Optimize for the
9190 single-var case and don't call byte-compile-form in this case to avoid
9191 inf-loop with byte-compile-set-default.
9192
9193 * progmodes/compile.el (compilation-start): Abbreviate default directory.
9194
9195 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
9196
9197 Implement SELINUX backends.
9198
9199 * net/tramp.el (tramp-file-name-handler-alist):
9200 Add `file-selinux-context' and `set-file-selinux-context'.
9201 (tramp-handle-file-selinux-context)
9202 (tramp-handle-set-file-selinux-context): New defuns.
9203 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9204 Handle PRESERVE-SELINUX-CONTEXT.
9205
9206 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9207 Add `file-selinux-context' and `set-file-selinux-context'.
9208 (tramp-gvfs-handle-file-selinux-context)
9209 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9210 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9211
9212 * net/ange-ftp.el (ange-ftp-copy-file):
9213 * net/tramp-fish.el (tramp-fish-handle-copy-file):
9214 * net/tramp-imap.el (tramp-imap-handle-copy-file):
9215 * net/tramp-smb.el (tramp-smb-handle-copy-file):
9216 Add PRESERVE-SELINUX-CONTEXT.
9217
9218 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9219
9220 Synchronize with Tramp repository.
9221
9222 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9223 (tramp-action-process-alive, tramp-action-out-of-band)
9224 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9225 (tramp-exists-file-name-handler): Fix docstring.
9226 (with-progress-reporter): New defmacro.
9227 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9228 (tramp-maybe-open-connection): Use it.
9229
9230 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
9231
9232 Detect ssh 'ControlMaster' argument automatically in some cases.
9233
9234 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9235 (tramp-default-method): Use it.
9236
9237 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9238
9239 * net/tramp.el (tramp-handle-copy-file): Add new optional
9240 parameter `preserve-selinux-context'.
9241 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9242
9243 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9244
9245 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9246 Ensure, that non remote files are still checked. Oops.
9247
9248 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
9249
9250 Fix Bug#5840.
9251
9252 * icomplete.el (icomplete-completions): Use `non-essential'.
9253
9254 * net/tramp.el (tramp-connectable-p): New defun.
9255 (tramp-handle-expand-file-name)
9256 (tramp-completion-handle-file-name-all-completions)
9257 (tramp-completion-handle-file-name-completion): Use it.
9258
9259 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9262
9263 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9264
9265 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9266
9267 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9268
9269 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9270 is present.
9271
9272 * info.el (info-tool-bar-map): Add labels.
9273
9274 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9275
9276 * cus-edit.el (custom-commands): Add labels for tool bar.
9277 (custom-buffer-create-internal, Custom-mode): Adjust for
9278 labels in custom-commands.
9279
9280 * dynamic-setting.el: Renamed from font-setting.el.
9281
9282 2010-04-21 John Wiegley <jwiegley@gmail.com>
9283
9284 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9285 toggles the use of virtual buffers.
9286 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
9287 (ido-toggle-virtual-buffers): New function.
9288
9289 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
9290
9291 Use `define-derived-mode'; fix window selection; doc fixes.
9292 * play/tetris.el (tetris, tetris-update-speed-function)
9293 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9294 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9295 (tetris-rotate-next, tetris-end-game, tetris-start-game)
9296 (tetris-pause-game): Fix typos in docstrings.
9297 (tetris-mode-map, tetris-null-map):
9298 Move initialization into declaration.
9299 (tetris-mode): Define with `define-derived-mode';
9300 set show-trailing-whitespace to nil.
9301 (tetris): Prefer window already displaying the "*Tetris*" buffer.
9302
9303 2010-04-21 Karel Klíč <kklic@redhat.com>
9304
9305 * files.el (backup-buffer): Handle SELinux context, and return it
9306 if a backup was made by renaming.
9307 (backup-buffer-copy): Set SELinux context to the target file.
9308 (basic-save-buffer): Set SELinux context of the newly written file.
9309 (basic-save-buffer-1): Now it also returns any SELinux context.
9310 (basic-save-buffer-2): Set SELinux context of the newly created file,
9311 and return it.
9312 * net/tramp.el (tramp-file-name-for-operation):
9313 Add file-selinux-context.
9314
9315 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 Make the log-edit comments use RFC822 format throughout.
9318
9319 * vc.el (vc-checkin, vc-modify-change-comment):
9320 Adjust to new vc-start/finish-logentry.
9321 (vc-find-conflicted-file): New command.
9322 (vc-transfer-file): Adjust to new vc-checkin.
9323 (vc-next-action): Improve scoping.
9324
9325 * vc-hg.el (vc-hg-log-edit-mode): Remove.
9326 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
9327
9328 * vc-git.el (vc-git-log-edit-mode): Remove.
9329 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
9330 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9331
9332 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9333 (vc-start-logentry): Remove argument `extra'.
9334 (vc-finish-logentry): Remove extra args.
9335
9336 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9337 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
9338 (vc-bzr-conflicted-files): New function.
9339
9340 * log-edit.el (log-edit-extra-flags)
9341 (log-edit-before-checkin-process): Remove.
9342 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9343 (log-edit-headers-alist): New var.
9344 (log-edit-header-contents-regexp): New const.
9345 (log-edit-match-to-eoh): New function.
9346 (log-edit-font-lock-keywords): Use them.
9347 (log-edit): Insert a "Summary:" header as default.
9348 (log-edit-mode): Mark font-lock rules as case-insensitive.
9349 (log-edit-done): Cleanup headers.
9350 (log-view-process-buffer): Remove.
9351 (log-edit-extract-headers): New function to replace it.
9352
9353 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
9354
9355 * subr.el (default-direction-reversed): Remove obsolescence info.
9356
9357 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9360 windows/frames.
9361
9362 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9363 I.e. include text after point in the completion region.
9364 Also, return nil when we're not after/in a symbol.
9365
9366 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9367 default enable-multibyte-characters.
9368
9369 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * international/mule.el: Help the user choose a valid coding-system.
9372 (read-buffer-file-coding-system): New function.
9373 (set-buffer-file-coding-system): Use it. Prompt the user if the
9374 coding-system cannot encode all the chars.
9375
9376 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9377 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9378 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9379 Don't use *vc-bzr-shelve*.
9380
9381 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
9382
9383 Fix the version number for added files.
9384 * vc-hg.el (vc-hg-working-revision): Check if the file is
9385 registered after hg parent fails (Bug#5961).
9386
9387 2010-04-19 Glenn Morris <rgm@gnu.org>
9388
9389 * htmlfontify.el (htmlfontify-buffer)
9390 (htmlfontify-copy-and-link-dir): Autoload entry points.
9391
9392 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
9393
9394 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9395 name relative to the project root (Bug#5960).
9396
9397 2010-04-19 Glenn Morris <rgm@gnu.org>
9398
9399 * vc-git.el (vc-git-print-log): Doc fix.
9400
9401 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
9402
9403 * ido.el (ido-file-internal): Fix 2009-12-02 change.
9404
9405 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
9406
9407 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9408 default settings (Bug#5928).
9409
9410 2010-04-19 Glenn Morris <rgm@gnu.org>
9411
9412 * progmodes/fortran.el (fortran-match-and-skip-declaration):
9413 New function.
9414 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
9415
9416 2010-04-19 Kenichi Handa <handa@m17n.org>
9417
9418 * language/indian.el (malayalam-composable-pattern): Fix previous
9419 change (add U+0D4D "SIGN VIRAMA").
9420 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9421 (tamil-composable-pattern): Fix typo in the regexp.
9422 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9423 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9424 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9425
9426 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
9427
9428 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9429 paragraph-separate (Bug#5821).
9430
9431 2010-04-19 Juri Linkov <juri@jurta.org>
9432
9433 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9434
9435 * info.el (Info-find-node-2): Comment out code that skips
9436 breadcrumbs line.
9437 (Info-mouse-follow-link): New command.
9438 (Info-link-keymap): New keymap.
9439 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9440 Return a string with links instead of inserting breadcrumbs
9441 to the Info buffer.
9442 (Info-fontify-node): Comment out code that inserts breadcrumbs.
9443 Instead of putting the `invisible' text property over the Info
9444 header, make an overlay over the Info header with the `invisible'
9445 property and `after-string' set to the string returned by
9446 `Info-breadcrumbs'.
9447
9448 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
9449
9450 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9451 Reported by monkey@sandpframing.com.
9452
9453 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9456 (tmm-get-keymap): Add key-binding shortcuts now that they're not
9457 available in the "keyseq cache" any more.
9458
9459 * custom.el (defcustom): Add edebug spec.
9460
9461 2010-04-18 Juri Linkov <juri@jurta.org>
9462
9463 Test for special mode-class in view-buffer instead of view-file (bug#5513).
9464
9465 * view.el (view-file, view-buffer): Move test for special mode-class
9466 from view-file to view-buffer.
9467
9468 * tar-mode.el (tar-extract): Turn if's into one cond
9469 like in arc-mode.el.
9470
9471 2010-04-18 Juri Linkov <juri@jurta.org>
9472
9473 Add 7z archive format support (bug#5475).
9474
9475 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9476 (archive-7z-extract): New defcustom.
9477 (archive-find-type): Add magic string for 7z.
9478 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9479 If `stderr-file' is non-nil, use `(t stderr-file)' for the
9480 `buffer' arg of `call-process'.
9481 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9482 call the function `archive-7z-extract' with the variable
9483 `archive-7z-extract' let-bound to `archive-zip-extract'.
9484 (archive-7z-summarize, archive-7z-extract): New functions.
9485
9486 * international/mule.el (auto-coding-alist):
9487 * files.el (auto-mode-alist): Add 7z file extension.
9488
9489 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * loadup.el: Setup hash-cons for pure data.
9492
9493 Fix duplicate entries in cedet's loaddefs.el files.
9494 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9495 Should make most file-local generated-autoload-file unnecessary.
9496 (print-readably): Silence warnings.
9497 (autoload-find-destination): Take load-name as an arg to make sure
9498 it's the same as the one that will be in the file.
9499 (autoload-generate-file-autoloads): Adjust to above changes.
9500 Try to make the dataflow a bit simpler.
9501
9502 * cvs-status.el (cvs-refontify): Remove unused.
9503
9504 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
9505
9506 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
9507
9508 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
9509 twos-complement mode.
9510
9511 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
9512
9513 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9514 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
9515 (calc-inverse): Add "Option" to message, as appropriate.
9516 (calc-hyperbolic): Add "Option" to message, as appropriate.
9517 (calc-option, calc-is-option): New functions.
9518
9519 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
9520 (calc-option-prefix-help): New function.
9521
9522 * calc/calc-misc.el (calc-help): Add "Option" entry.
9523
9524 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
9525 (calc-option-flag): New variable.
9526 (calc-do): Set `calc-option-flag to nil.
9527 (calc-set-mode-line): Add "Opt " as appropriate.
9528
9529 2010-04-16 Juri Linkov <juri@jurta.org>
9530
9531 Move scrolling commands from simple.el to window.el
9532 because their primitives are implemented in window.c.
9533
9534 * simple.el (scroll-error-top-bottom)
9535 (scroll-up-command, scroll-down-command, scroll-up-line)
9536 (scroll-down-line, scroll-other-window-down)
9537 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9538 * window.el (scroll-error-top-bottom)
9539 (scroll-up-command, scroll-down-command, scroll-up-line)
9540 (scroll-down-line, scroll-other-window-down)
9541 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9542 Move from simple.el to window.el because their primitives are
9543 implemented in window.c.
9544
9545 2010-04-16 Juri Linkov <juri@jurta.org>
9546
9547 * isearch.el (isearch-lookup-scroll-key): Check both
9548 `isearch-scroll' and `scroll-command' properties.
9549 (scroll-up, scroll-down): Remove `isearch-scroll' property.
9550
9551 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9552
9553 * simple.el (scroll-up-command, scroll-down-command)
9554 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9555
9556 2010-04-15 Juri Linkov <juri@jurta.org>
9557
9558 * simple.el (scroll-up-command, scroll-down-command)
9559 (scroll-up-line, scroll-down-line): Put `scroll-command'
9560 property on the these symbols. Remove them from
9561 `scroll-preserve-screen-position-commands'.
9562
9563 * mwheel.el (mwheel-scroll): Put `scroll-command' and
9564 `isearch-scroll' properties on the `mwheel-scroll' symbol.
9565 Remove it from `scroll-preserve-screen-position-commands'.
9566
9567 * isearch.el (isearch-allow-scroll): Doc fix.
9568
9569 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
9570
9571 * net/tramp.el (tramp-error-with-buffer): Don't show the
9572 connection buffer when we are in completion mode.
9573 (tramp-file-name-handler): Catch the error for some operations
9574 when we are in completion mode. This gives the user the chance to
9575 correct the file name in the minibuffer.
9576
9577 2010-04-15 Glenn Morris <rgm@gnu.org>
9578
9579 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9580
9581 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
9582
9583 Simplify by using `define-derived-mode'.
9584 * info.el (Info-mode):
9585 * calendar/todo-mode.el (todo-mode):
9586 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9587 (gomoku-mode-map): Move initialization into declaration.
9588
9589 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
9590
9591 Fix Bug#5840.
9592 * ido.el (ido-file-name-all-completions-1):
9593 * minibuffer.el (minibuffer-completion-help):
9594 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9595
9596 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * simple.el (non-essential): New var.
9599
9600 Add a new field `location' to bookmarks for non-file bookmarks.
9601 * bookmark.el (bookmark-location): Use the new field, if present.
9602 (bookmark-insert-location): Undo last change, not needed any more.
9603 * man.el (Man-bookmark-make-record):
9604 * woman.el (woman-bookmark-make-record): Add `location' field.
9605
9606 2010-04-14 Juri Linkov <juri@jurta.org>
9607
9608 * simple.el (scroll-error-top-bottom): New defcustom.
9609 (scroll-up-command, scroll-down-command): Use it. Doc fix.
9610
9611 * emulation/pc-select.el (pc-select-override-scroll-error):
9612 Obsolete in favor of `scroll-error-top-bottom'.
9613
9614 2010-04-14 Juri Linkov <juri@jurta.org>
9615
9616 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9617 `scroll-up-command' and `M-v' to `scroll-down-command'.
9618
9619 * emulation/cua-rect.el (cua--init-rectangles):
9620 * forms.el (forms--change-commands):
9621 * image-mode.el (image-mode-map):
9622 Remap scroll-down-command and scroll-up-command
9623 in addition to scroll-down and scroll-up.
9624
9625 2010-04-14 Juri Linkov <juri@jurta.org>
9626
9627 * mwheel.el (scroll-preserve-screen-position-commands):
9628 Add mwheel-scroll to this list of commands.
9629
9630 * simple.el (scroll-preserve-screen-position-commands):
9631 Add scroll-up-command, scroll-down-command, scroll-up-line,
9632 scroll-down-line to this list of commands.
9633
9634 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * obsolete/complete.el: Move from lisp/complete.el.
9637
9638 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9639
9640 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9641 to the minor mode function now turns the mode ON unconditionally.
9642
9643 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * vc-dir.el (vc-dir-kill-line): New command.
9646 (vc-dir-mode-map): Bind it to C-k.
9647
9648 * bookmark.el (bookmark-insert-location): Handle a nil filename.
9649
9650 * woman.el: Add bookmark declarations to silence the compiler.
9651 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9652 step to compatibility between man and woman bookmarks.
9653 Adjust for Man-default-bookmark-title renaming.
9654 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
9655
9656 * man.el: Add bookmark declarations to silence the compiler.
9657 (Man-name-local-regexp): Make it match NAME as well.
9658 (Man-getpage-in-background): Return the buffer.
9659 (Man-notify-when-ready): Use `case'.
9660 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9661 Don't hardcode "NAME". Simplify.
9662 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9663 Rename from Man-bookmark-make-record.
9664 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
9665 we have the actual man-args. Use Man-getpage-in-background rather
9666 than `man' since the arg is already processed. Let bookmark.el do the
9667 window handling. Only wait for the relevant process.
9668 Don't forget to autoload.
9669
9670 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9671
9672 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9673
9674 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9675 New functions.
9676 (woman-mode): Setup bookmark support.
9677
9678 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9679 (man-bookmark-jump): New functions.
9680 (Man-mode): Setup bookmark support.
9681
9682 2010-04-10 Jari Aalto <jari.aalto@cante.net>
9683
9684 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9685 recognize ssh-keygen prompt (Bug#2817).
9686
9687 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
9688
9689 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9690
9691 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
9692
9693 Synchronize with Tramp repository.
9694
9695 * net/tramp.el (tramp-completion-function-alist)
9696 (tramp-file-name-regexp, tramp-chunksize)
9697 (tramp-local-coding-commands, tramp-remote-coding-commands):
9698 Fix docstring.
9699 (tramp-remote-process-environment): Use `format' instead of `concat'.
9700 (tramp-handle-directory-files-and-attributes)
9701 (tramp-get-remote-path): Use `copy-tree'.
9702 (tramp-handle-file-name-all-completions): Backward/ XEmacs
9703 compatibility: Use `completion-ignore-case' if
9704 `read-file-name-completion-ignore-case' does not exist.
9705 (tramp-do-copy-or-rename-file-directly): Do not use
9706 `tramp-handle-file-remote-p'.
9707 (tramp-do-copy-or-rename-file-out-of-band):
9708 Use `tramp-compat-delete-directory'.
9709 (tramp-do-copy-or-rename-file-out-of-band)
9710 (tramp-compute-multi-hops, tramp-maybe-open-connection):
9711 Use `format-spec-make'.
9712 (tramp-find-foreign-file-name-handler)
9713 (tramp-advice-make-auto-save-file-name)
9714 (tramp-set-auto-save-file-modes): Remove superfluous check for
9715 `stringp'. This is done inside `tramp-tramp-file-p'.
9716 (tramp-debug-outline-regexp): New defconst.
9717 (tramp-get-debug-buffer): Use it.
9718 (tramp-check-for-regexp): Use (forward-line 1).
9719 (tramp-set-auto-save-file-modes): Adapt version check.
9720
9721 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9722 Wrap call of `featurep' for 2nd argument.
9723 (tramp-compat-make-temp-file): Simplify fallback implementation.
9724 (tramp-compat-copy-tree): Remove function.
9725 (tramp-compat-delete-directory): Provide implementation for older
9726 Emacsen.
9727
9728 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9729 Do not use `tramp-fish-handle-file-attributes.
9730
9731 * net/trampver.el: Update release number.
9732
9733 2010-04-10 Glenn Morris <rgm@gnu.org>
9734
9735 * progmodes/compile.el (compilation-save-buffers-predicate):
9736 Add missing :version tag.
9737
9738 2010-04-09 Sam Steingold <sds@gnu.org>
9739
9740 * progmodes/compile.el (compilation-save-buffers-predicate):
9741 Remove the "autoload" cookie.
9742
9743 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9744 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9745 and `bug-reference-prog-mode' can be used in hooks directly.
9746
9747 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9748
9749 Add --author support to git commit.
9750 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9751 (vc-git-log-edit-mode): New minor mode.
9752 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9753 New declarations.
9754
9755 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
9756
9757 * vc-hooks.el, vc-git.el: Improve documentation comments.
9758
9759 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 Fix some of the problems in defsubst* (bug#5728).
9762 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9763 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9764
9765 2010-04-07 Sam Steingold <sds@gnu.org>
9766
9767 * progmodes/compile.el (compilation-save-buffers-predicate):
9768 New custom variable.
9769 (compile, recompile): Pass it to `save-some-buffers'.
9770
9771 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
9772
9773 * wid-edit.el (widget-choose): Move cursor to the second line of
9774 the buffer (Bug#5695).
9775
9776 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9777
9778 Add new VC methods: vc-log-incoming and vc-log-outgoing.
9779 * vc.el (vc-print-log-setup-buttons): New function split out from
9780 vc-print-log-internal.
9781 (vc-log-internal-common): New function, a parametrized version of
9782 vc-print-log-internal.
9783 (vc-print-log-internal): Just call vc-log-internal-common with the
9784 right arguments.
9785 (vc-incoming-outgoing-internal):
9786 (vc-log-incoming, vc-log-outgoing): New functions.
9787 (vc-log-view-type): New permanent local variable.
9788
9789 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9790
9791 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9792 of the dynamic bound vc-short-log.
9793 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9794
9795 * vc-git.el (vc-git-log-outgoing): New function.
9796 (vc-git-log-view-mode): Use vc-log-view-type instead
9797 of the dynamic bound vc-short-log.
9798
9799 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9800 of the dynamic bound vc-short-log. Highlight the tag.
9801 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9802 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9803 (vc-hg-incoming-mode): Remove.
9804 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9805
9806 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9807
9808 Fix default-directory for vc-root-diff.
9809 * vc.el (vc-root-diff): Bind default-directory to the root
9810 directory for the diff command.
9811
9812 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
9813
9814 * progmodes/verilog-mode.el (verilog-forward-sexp):
9815 (verilog-calc-1): Support "disable fork" and "fork wait" multi
9816 word keywords, suggested by Steve Pearlmutter.
9817 (verilog-pretty-declarations): Support lineup of declarations in
9818 port lists.
9819 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
9820 fix bug for /* / comments.
9821 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
9822 Speed up and simplfy as this is never called with a bound.
9823 (verilog-pretty-declarations): Enhance to line up declarations
9824 inside a parameter list, suggested by Alan Morgan.
9825 (verilog-pretty-expr): Tune assignment regular expression match
9826 string for corner cases; also use markers instead of character
9827 number as indent changes the later.
9828
9829 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
9830
9831 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9832 as missing keyword.
9833 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9834 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
9835 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9836 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
9837 Tennant.
9838 (verilog-keywords):
9839 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9840 1800-2009 keywords, including "global.".
9841
9842 2010-04-06 John Wiegley <jwiegley@gmail.com>
9843
9844 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
9845 appearing in buffer list (if a live buffer name matched a recentf
9846 file basename). Should use uniquify to offer a real solution.
9847
9848 2010-04-06 John Wiegley <jwiegley@gmail.com>
9849
9850 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9851 comment to code, and add a :version tag.
9852 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
9853
9854 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
9855
9856 Enable recentf-mode if using virtual buffers.
9857 * ido.el (recentf-list): Declare for byte-compiler.
9858 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9859 (ido-make-buffer-list): Simplify.
9860 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
9861
9862 2010-04-05 Juri Linkov <juri@jurta.org>
9863
9864 Scrolling commands which scroll a line instead of full screen.
9865 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9866
9867 * simple.el (scroll-up-line, scroll-down-line): New commands.
9868 Put property isearch-scroll=t on them.
9869
9870 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9871 Remove commands.
9872
9873 2010-04-05 Juri Linkov <juri@jurta.org>
9874
9875 Scrolling commands which do not signal errors at top/bottom.
9876 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9877
9878 * simple.el (scroll-up-command, scroll-down-command): New commands.
9879 Put property isearch-scroll=t on them.
9880
9881 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9882 `scroll-down-command' and [next] from `scroll-up' to
9883 `scroll-up-command'.
9884
9885 * emulation/cua-base.el: Put property CUA=move on
9886 `scroll-up-command' and `scroll-down-command'.
9887 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9888 and `scroll-down-command' to `cua-scroll-down'.
9889
9890 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
9891
9892 * help.el (describe-mode): Return nil.
9893
9894 2010-04-04 John Wiegley <jwiegley@gmail.com>
9895
9896 * ido.el (ido-use-virtual-buffers): New variable to indicate
9897 whether "virtual buffer" support is enabled for IDO.
9898 (ido-virtual): Face used to indicate virtual buffers in the list.
9899 (ido-buffer-internal): If a buffer is chosen, and no such buffer
9900 exists, but a virtual buffer of that name does (which would be why
9901 it was in the list), recreate the buffer by reopening the file.
9902 (ido-make-buffer-list): If virtual buffers are being used, call
9903 `ido-add-virtual-buffers-to-list' before the make list hook.
9904 (ido-virtual-buffers): New variable which contains a copy of the
9905 current contents of the `recentf-list', albeit pared down for the
9906 sake of speed, and with proper faces applied.
9907 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9908 create a list of "virtual buffers" to present to the user in
9909 addition to the currently open set. Note that this logic could
9910 get rather slow if that list is too large. With the default
9911 `recentf-max-saved-items' of 200, there is little speed penalty.
9912
9913 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 * font-lock.el: Require CL when compiling.
9916 (font-lock-turn-on-thing-lock): Use `case'.
9917
9918 2010-04-03 Eli Zaretskii <eliz@gnu.org>
9919
9920 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9921 Zaretskii.
9922
9923 2010-04-02 Juri Linkov <juri@jurta.org>
9924
9925 * ehelp.el (electric-help-orig-major-mode):
9926 New buffer-local variable.
9927 (electric-help-mode): Set it to original major-mode. Doc fix.
9928 (with-electric-help): Use `electric-help-orig-major-mode' instead
9929 of (default-value 'major-mode). Doc fix.
9930 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9931
9932 2010-04-02 Sam Steingold <sds@gnu.org>
9933
9934 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9935 `vc-hg-command' with a list of flags.
9936
9937 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9938 Also accept "patch" and "RFE".
9939 (bug-reference-fontify): `bug-reference-url-format' can also be a
9940 function to be able to handle the bug kind.
9941 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
9942
9943 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
9944
9945 * tmm.el (tmm-get-keymap): Check with symbolp before passing
9946 value to fboundp, it may not be a symbol.
9947
9948 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
9951
9952 2010-03-31 Juri Linkov <juri@jurta.org>
9953
9954 * simple.el (next-line, previous-line): Re-throw a signal
9955 with `signal' instead of using `ding'.
9956 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9957
9958 2010-03-31 Juri Linkov <juri@jurta.org>
9959
9960 * simple.el (keyboard-escape-quit): Raise deselecting the active
9961 region higher than exiting the minibuffer.
9962 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9963
9964 2010-03-31 Juri Linkov <juri@jurta.org>
9965
9966 * image.el (image-animated-p): Use `image-metadata' instead of
9967 `image-extension-data'. Get GIF extenstion data from metadata
9968 property `extension-data'.
9969
9970 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9971
9972 * simple.el (append-to-buffer): Simplify.
9973
9974 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
9975
9976 * textmodes/artist.el (artist-mode): Fix typo in docstring.
9977 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
9978
9979 2010-03-31 Kenichi Handa <handa@m17n.org>
9980
9981 * language/sinhala.el (composition-function-table): Fix regexp for
9982 the new Unicode specification.
9983
9984 * language/indian.el (devanagari-composable-pattern)
9985 (tamil-composable-pattern, kannada-composable-pattern)
9986 (malayalam-composable-pattern): Adjust for the new Unicode
9987 specification.
9988 (bengali-composable-pattern, gurmukhi-composable-pattern)
9989 (gujarati-composable-pattern, oriya-composable-pattern)
9990 (telugu-composable-pattern): New variables to cope with the new
9991 Unicode specification. Use them in composition-function-table.
9992
9993 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 Make tmm-menubar work for the Buffers menu again (bug#5726).
9996 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9997 vectors rather than cons cells, as used in menu-bar-update-buffers.
9998
9999 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10000
10001 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10002 (js-insert-and-indent): Revert 2009-08-15 change, restoring
10003 electric punctuation for "{}();,:" (Bug#5586).
10004
10005 * mail/sendmail.el (mail-default-directory): Doc fix.
10006
10007 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10008
10009 * mail/sendmail.el (mail-default-directory): Doc fix.
10010
10011 2010-03-31 Eli Zaretskii <eliz@gnu.org>
10012
10013 * subr.el (version-regexp-alist, version-to-list)
10014 (version-list-<, version-list-=, version-list-<=)
10015 (version-list-not-zero, version<, version<=, version=): Doc fix.
10016 (Bug#5744).
10017
10018 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
10019
10020 * vc.el (vc-root-diff): Doc fix.
10021
10022 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10025
10026 * simple.el (append-to-buffer): Fix last change.
10027
10028 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10029
10030 * simple.el (append-to-buffer): Ensure that point is preserved if
10031 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
10032 (Bug#5749)
10033
10034 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * files.el (auto-mode-case-fold): Change default to t.
10037
10038 2010-03-30 Juri Linkov <juri@jurta.org>
10039
10040 * dired-x.el (dired-omit-mode): Doc fix.
10041
10042 2010-03-30 Juri Linkov <juri@jurta.org>
10043
10044 * replace.el (occur-accumulate-lines): Move occur-engine related
10045 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10046 to be located after `occur-engine'.
10047
10048 2010-03-30 Juri Linkov <juri@jurta.org>
10049
10050 Make occur handle multi-line matches cleanly with context.
10051 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10052
10053 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10054 (occur-engine): Add local variables `ret', `prev-after-lines',
10055 `prev-lines'. Use more arguments for `occur-context-lines'.
10056 Set first elem of its returned list to `data', and the second elem
10057 to `prev-after-lines'. Don't print the separator line.
10058 In the end, print remaining context after-lines.
10059 (occur-context-lines): Add new arguments `begpt', `endpt',
10060 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
10061 after-lines of the previous match with before-lines of the
10062 current match and not overlap them. Return a list with two
10063 values: the output line and the list of context after-lines.
10064
10065 2010-03-30 Juri Linkov <juri@jurta.org>
10066
10067 * replace.el (occur-accumulate-lines): Fix a bug where the first
10068 context line at the beginning of the buffer was missing.
10069
10070 2010-03-30 Eli Zaretskii <eliz@gnu.org>
10071
10072 * files.el: Make bidi-display-reordering safe variable for boolean
10073 values.
10074
10075 2010-03-29 Phil Hagelberg <phil@evri.com>
10076 Chong Yidong <cyd@stupidchicken.com>
10077
10078 * subr.el: Extend progress reporters to perform "spinning".
10079 (progress-reporter-update, progress-reporter-do-update):
10080 Handle non-numeric value arguments.
10081 (progress-reporter--pulse-characters): New var.
10082
10083 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * progmodes/compile.el (compilation-start): Fix regexp detection
10086 of initial cd command (Bug#5771).
10087
10088 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
10089
10090 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10091
10092 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
10093
10094 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10095 * progmodes/gdb-mi.el: Restore.
10096 * progmodes/gdb-ui.el: Remove.
10097 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10098
10099 2010-03-25 Glenn Morris <rgm@gnu.org>
10100
10101 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10102 all dired buffers, even tramp ones. (Bug#5755)
10103
10104 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 Add "union tags" in mpc.el.
10107 * mpc.el: Remove backward compatibility code.
10108 (mpc-browser-tags): Change default.
10109 (mpc--find-memoize-union-tags): New var.
10110 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10111 (mpc-cmd-find): Handle the case where the playlist does not exist.
10112 Handle union-tags.
10113 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
10114 (mpc-cmd-add): Use mpc-cmd-flush.
10115 (mpc-tagbrowser-tag-name): New fun.
10116 (mpc-tagbrowser-buf): Use it.
10117 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
10118
10119 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 Misc cleanup.
10122 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10123 Use replace-regexp-in-string.
10124 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10125 (makefile-imake-mode-syntax-table): Move init into defvar.
10126 (makefile-mode): Use define-derived-mode.
10127
10128 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10129 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10130 not be present any more.
10131
10132 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10133
10134 * faces.el (set-face-attribute): Fix typo in docstring.
10135 (face-valid-attribute-values): Reflow docstring.
10136
10137 2010-03-24 Glenn Morris <rgm@gnu.org>
10138
10139 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10140
10141 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * indent.el (indent-for-tab-command): Doc fix.
10144
10145 2010-03-24 Alan Mackenzie <acm@muc.de>
10146
10147 * progmodes/cc-engine.el (c-remove-stale-state-cache):
10148 Fix off-by-one error. Fixes bug #5747.
10149
10150 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10151
10152 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10153 (image-dired-read-comment): Doc fix.
10154
10155 * json.el (json-object-type, json-array-type, json-key-type)
10156 (json-false, json-null, json-read-number):
10157 * minibuffer.el (completion-in-region-functions):
10158 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10159 (cal-tex-cursor-week):
10160 * emacs-lisp/trace.el (trace-function):
10161 * eshell/em-basic.el (eshell/printnl):
10162 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10163 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10164 * obsolete/levents.el (allocate-event, event-key, event-object)
10165 (event-point, event-process, event-timestamp, event-to-character)
10166 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10167 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10168 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10169 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10170 (reftex-highlight-selection): Fix typos in docstrings.
10171
10172 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10173
10174 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10175
10176 2010-03-24 Glenn Morris <rgm@gnu.org>
10177
10178 * mail/rmail.el (rmail-highlight-face): Restore option deleted
10179 2008-02-13 without comment; mark it obsolete.
10180 (rmail-highlight-headers): Use rmail-highlight-face once more.
10181
10182 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * woman.el (woman2-process-escapes): Only consume the newline if
10185 the filler character is on a line by itself (Bug#5729).
10186
10187 2010-03-24 Kenichi Handa <handa@m17n.org>
10188
10189 * language/indian.el (devanagari-composable-pattern): Add more
10190 consonants.
10191
10192 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10193
10194 * net/trampver.el: Update release number.
10195
10196 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10197
10198 * net/tramp.el (tramp-find-executable):
10199 Use `tramp-get-connection-buffer'. Make the regexp for checking
10200 output of "wc -l" more robust.
10201 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10202 (tramp-open-connection-setup-interactive-shell): Remove workaround
10203 for OpenSolaris bug, it is not needed anymore.
10204
10205 2010-03-24 Glenn Morris <rgm@gnu.org>
10206
10207 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
10208
10209 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
10210
10211 * files.el (auto-mode-alist): Accept more verilog file patterns.
10212
10213 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10216
10217 2010-03-24 Glenn Morris <rgm@gnu.org>
10218
10219 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10220 log-edit-before-checkin-process.
10221
10222 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10223
10224 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
10225
10226 * vc-dispatcher.el (vc-start-logentry): Doc fix.
10227 (log-view-process-buffer, log-edit-extra-flags): Declare.
10228
10229 * log-edit.el (log-edit-before-checkin-process): Doc fix.
10230
10231 2010-03-23 Sam Steingold <sds@gnu.org>
10232
10233 Fix bug#5620: recalculate all markers on compilation buffer
10234 modifications, not on file modifications.
10235 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10236 variable: the buffer modification time, for buffers not associated with
10237 files.
10238 (compilation-mode): Create it.
10239 (compilation-filter): Update it.
10240 (compilation-next-error-function): Use it instead of
10241 `visited-file-modtime' for timestamp.
10242
10243 2010-03-23 Juri Linkov <juri@jurta.org>
10244
10245 Implement Occur multi-line matches.
10246 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10247
10248 * replace.el (occur): Doc fix.
10249 (occur-engine): Set `begpt' to the beginning of the first line.
10250 Set `endpt' to the end of the last match line. At first, count
10251 line numbers between `origpt' and `begpt'. Split out code from
10252 `out-line' variable to new let-bindings `match-prefix' and
10253 `match-str'. In `out-line' add non-numeric prefix to all
10254 non-first lines of multi-line matches. Finally, count lines
10255 between `begpt' and `endpt' and add to `lines'.
10256
10257 2010-03-23 Juri Linkov <juri@jurta.org>
10258
10259 * replace.el (occur-accumulate-lines, occur-engine):
10260 Use `occur-engine-line' instead of duplicate code.
10261 (occur-engine-line): New function created from duplicate code
10262 in `occur-accumulate-lines' and `occur-engine'.
10263
10264 * replace.el (occur-engine-line): Add optional arg `keep-props'.
10265 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10266
10267 2010-03-23 Juri Linkov <juri@jurta.org>
10268
10269 * finder.el: Remove TODO tasks.
10270
10271 * info.el (Info-finder-find-node): Add node "all"
10272 with all package info. Handle a list of multiple keywords
10273 separated by comma.
10274 (info-finder): In interactive use with a prefix argument,
10275 use `completing-read-multiple' to read a list of keywords
10276 separated by comma.
10277
10278 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 Add a new completion style `substring'.
10281 * minibuffer.el (completion-basic--pattern): New function.
10282 (completion-basic-try-completion, completion-basic-all-completions):
10283 Use it.
10284 (completion-substring--all-completions)
10285 (completion-substring-try-completion)
10286 (completion-substring-all-completions): New functions.
10287 (completion-styles-alist): New style `substring'.
10288
10289 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 Get rid of .elc files after removal of the corresponding .el.
10292 * Makefile.in (compile-clean): New target.
10293 (compile-main): Use it.
10294
10295 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
10296
10297 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10298 don't do make there. When compiling with separate object dir, there
10299 is no Makefile there.
10300
10301 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 Get rid of the ELCFILES abomination, again.
10304 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10305 (all, compile): Don't call compile-last.
10306 (compile-main): Build the "elcfiles" list dynamically.
10307 (compile-targets): New (internal) target.
10308
10309 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
10310
10311 * Makefile.in (top_srcdir): Define.
10312 (abs_top_builddir): Define.
10313 (srcdir): Don't append `/..'.
10314 (EMACS): Use ${abs_top_builddir}.
10315 (all, compile, compile-always, compile-last): Don't set emacswd.
10316 (update-subdirs, update-authors): Use $(top_srcdir) instead of
10317 $(srcdir).
10318 (lisp): Use $(srcdir) instead of @srcdir@.
10319
10320 2010-03-21 Juri Linkov <juri@jurta.org>
10321
10322 Fix message of multi-line occur regexps and multi-buffer header lines.
10323 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10324
10325 * replace.el (occur-1): Don't display regexp if it is longer
10326 than window-width. Use `query-replace-descr' to display regexp.
10327 (occur-engine): Don't display regexp in the buffer header for
10328 multi-buffer occur. Display a separate header line with total
10329 match count and regexp for multi-buffer occur.
10330 Use `query-replace-descr' to display regexp.
10331
10332 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10333
10334 * net/secrets.el: Fix parenthesis.
10335 (secrets-enabled): Fix parenthesis.
10336
10337 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10338
10339 Use more relative file and directory names.
10340 * Makefile.in (EMACS): Arrange for it to work when we chdir.
10341 (setwins, setwins_almost, setwins_for_subdirs):
10342 Don't `cd'; output relative names.
10343 (all, compile, compile-always, compile-last): Set emacswd.
10344 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10345 Just cd to the lisp source dir so we can use relative file names.
10346
10347 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10348
10349 2010-03-20 Glenn Morris <rgm@gnu.org>
10350
10351 * textmodes/rst.el: Use faces for font-lock customization, and make the
10352 old -face variables obsolete.
10353 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10354 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10355 (rst-block-face, rst-external-face, rst-definition-face)
10356 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10357 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10358 Make obsolete.
10359 (rst-font-lock-keywords-function): Update for above changes.
10360
10361 2010-03-20 Juri Linkov <juri@jurta.org>
10362
10363 * s-region.el:
10364 * obsolete/s-region.el: Move to obsolete.
10365
10366 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
10367
10368 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10369
10370 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10371
10372 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10373
10374 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10375
10376 Add special markup processing for commit logs.
10377 * log-edit.el (log-edit-extra-flags): New variable.
10378 (log-edit): Add new argument MODE. Use that mode when non-nil
10379 instead of the log-view-mode.
10380 (log-view-process-buffer): New function.
10381
10382 * vc.el: Document that the checkin method takes optional
10383 arguments. Document new backend specific method: log-view-mode.
10384 (vc-default-log-edit-mode): New function.
10385 (vc-checkin): Use a backend specific log-view-mode.
10386 Pass extra arguments to the checkin method.
10387 (vc-modify-change-comment): Pass a dummy extra argument.
10388
10389 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10390 log-edit.
10391 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10392 (vc-finish-logentry): Process the log buffer before passing it
10393 down. Pass log-edit-extra-flags.
10394
10395 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10396 command.
10397 (log-edit-extra-flags, log-edit-before-checkin-process):
10398 New declarations.
10399
10400 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10401 command.
10402 (log-edit-extra-flags, log-edit-before-checkin-process):
10403 New declarations.
10404 (vc-hg-log-edit-mode): New derived mode.
10405
10406 * vc-arch.el (vc-arch-checkin):
10407 * vc-cvs.el (vc-cvs-checkin):
10408 * vc-git.el (vc-git-checkin):
10409 * vc-mtn.el (vc-mtn-checkin):
10410 * vc-rcs.el (vc-rcs-checkin):
10411 * vc-sccs.el (vc-sccs-checkin):
10412 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10413
10414 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10417 parent typo).
10418
10419 2010-03-19 Glenn Morris <rgm@gnu.org>
10420
10421 * password-cache.el (password-cache, password-cache-expiry): Autoload.
10422
10423 2010-03-18 Glenn Morris <rgm@gnu.org>
10424
10425 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10426
10427 * replace.el (query-replace-history): Give it a doc string.
10428 (map-query-replace-regexp): Use query-replace-from-history-variable
10429 and query-replace-to-history-variable.
10430
10431 * mail/hashcash.el (declare-function): Remove duplicate definition.
10432
10433 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10434 Make it an obsolete alias for report-emacs-bug-address.
10435 (message-strip-special-text-properties): Declare.
10436 (report-emacs-bug): Remove test for a pretest bug address.
10437 Combine message-mode-specific code.
10438
10439 * mail/supercite.el: Don't require sendmail.
10440 (mh-in-header-p): Declare rather than using with-no-warnings.
10441 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10442 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
10443
10444 * calendar/cal-french.el: Convert to utf-8.
10445
10446 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10447 Emacs scripts.
10448
10449 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
10450
10451 * net/secrets.el (secrets-enabled): New variable. Use it instead
10452 of a subfeature.
10453
10454 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
10455
10456 * net/secrets.el (top): Register the D-Bus signals only when the
10457 service "org.freedesktop.secrets" can be pinged.
10458 Provide subfeature `enabled'.
10459
10460 2010-03-14 Juri Linkov <juri@jurta.org>
10461
10462 Add finder unknown keywords.
10463
10464 * finder.el (finder-unknown-keywords): New function.
10465
10466 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10467 to create a Finder node with unknown keywords.
10468
10469 2010-03-14 Juri Linkov <juri@jurta.org>
10470
10471 * finder.el (finder-compile-keywords): Replace `princ' with
10472 `prin1' on a list of symbols interned from keyword strings.
10473
10474 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10475 a comma, then split keywords using a comma and optional whitespace.
10476 Otherwise, split by whitespace.
10477
10478 * complete.el:
10479 * face-remap.el:
10480 * log-view.el:
10481 * net/hmac-def.el:
10482 * net/hmac-md5.el:
10483 * net/netrc.el:
10484 * progmodes/mixal-mode.el: Fix keywords.
10485
10486 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
10487
10488 * Makefile.in (ELCFILES): Add net/secrets.elc.
10489
10490 * net/secrets.el: New file.
10491
10492 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10493
10494 * facemenu.el (list-colors-display, list-colors-print): New arg
10495 callback. Use it to allow selecting colors.
10496
10497 * wid-edit.el (widget-image-insert): Insert image prop even if the
10498 current display is non-graphic.
10499 (widget-field-value-set): New fun.
10500 (editable-field): Use it.
10501 (widget-field-value-get): Clean up unused var.
10502 (widget-color-value-create, widget-color--choose-action):
10503 New funs. Allow using list-colors-display to choose color.
10504
10505 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10506
10507 * cus-edit.el: Resort topmost custom groups.
10508 (custom-buffer-sort-alphabetically): Default to t.
10509 (customize-apropos): Use apropos-parse-pattern.
10510 (custom-search-field): New var.
10511 (custom-buffer-create-internal): Add custom-apropos search field.
10512 (custom-add-parent-links): Don't display parent doc.
10513 (custom-group-value-create): Don't sort top-level custom group.
10514 (custom-magic-value-create): Show visibility button before option name.
10515
10516 (custom-variable-state): New fun, from custom-variable-state-set.
10517 (custom-variable-state-set): Use it.
10518 (custom-group-value-create): Hide options with standard values
10519 using the :hidden-states property. Use progress reporter.
10520
10521 (custom-show): Simplify.
10522 (custom-visibility): Disable images by default.
10523 (custom-variable): New property :hidden-states.
10524 (custom-variable-value-create): Enable images for
10525 custom-visibility widgets. Use :hidden-states property to
10526 determine initial visibility.
10527
10528 * wid-edit.el (widget-image-find): Give images center ascent.
10529 (visibility): Add :on-image and :off-image properties.
10530 (widget-visibility-value-create): Use them.
10531
10532 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10533
10534 * cus-edit.el (processes): Remove from development group.
10535 (oop, hypermedia): Delete group.
10536 (comm): Promote to top-level group.
10537
10538 * net/browse-url.el (browse-url):
10539 * net/xesam.el (xesam):
10540 * net/tramp.el (tramp):
10541 * net/goto-addr.el (goto-address):
10542 * net/ange-ftp.el (ange-ftp): Put in comm group.
10543
10544 * view.el (view): Remove from editing group.
10545
10546 * uniquify.el (uniquify): Put in files group.
10547
10548 * net/browse-url.el (browse-url):
10549 * ps-print.el (postscript): Put in external group.
10550
10551 * cus-edit.el (outlines):
10552 * textmodes/text-mode.el (text-mode-hook):
10553 * textmodes/table.el (table):
10554 * textmodes/picture.el (picture):
10555 * outline.el (outlines): Put in wp group.
10556
10557 * nxml/nxml-mode.el (nxml): Remove from wp group.
10558
10559 * net/tramp-imap.el (tramp-imap): Put in tramp group.
10560
10561 * mail/metamail.el (metamail): Remove from hypermedia group.
10562
10563 * cus-edit.el (abbrev):
10564 * whitespace.el (whitespace):
10565 * vcursor.el (vcursor):
10566 * reveal.el (reveal):
10567 * hl-line.el (hl-line): Put in convenience group.
10568
10569 * epg-config.el (epg): Put in data group.
10570
10571 * emulation/pc-select.el (pc-select): Put in emulations group.
10572
10573 * calculator.el (calculator): Put in applications group.
10574
10575 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10576
10577 Add .dir-locals.el support for file-less buffers.
10578 * files.el (hack-local-variables): Split out code to apply local
10579 variable settings ...
10580 (hack-local-variables-apply): ... here. New function.
10581 (hack-dir-local-variables): Use the default directory for when the
10582 buffer does not have an associated file.
10583 (hack-dir-local-variables-non-file-buffer): New function.
10584 * diff-mode.el (diff-mode):
10585 * vc-annotate.el (vc-annotate-mode):
10586 * vc-dir.el (vc-dir-mode):
10587 * log-edit.el (log-edit-mode):
10588 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10589
10590 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10591
10592 Add support for shelving snapshots and for showing shelves.
10593 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10594 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10595 New functions.
10596 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10597 (vc-bzr-extra-menu-map): Map them.
10598
10599 2010-03-11 Glenn Morris <rgm@gnu.org>
10600
10601 * cus-edit.el (customize-changed-options-previous-release):
10602 Bump to 23.1.
10603
10604 * image.el (image-animate-max-time): Fix :version tag.
10605
10606 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
10607
10608 * Branch for 23.2.
10609
10610 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * vc-git.el (vc-git-revision-table): Include remote branches.
10613
10614 2010-03-10 Kim F. Storm <storm@cua.dk>
10615
10616 Animated image API.
10617 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10618
10619 * image.el (image-animate-max-time): New defcustom.
10620 (image-animated-types): New defconst.
10621 (create-animated-image, image-animate-timer)
10622 (image-animate-start, image-animate-stop, image-animate-timeout)
10623 (image-animated-p): New functions.
10624
10625 * image-mode.el (image-toggle-display-image):
10626 Replace `create-image' with `create-animated-image'.
10627
10628 2010-03-09 Miles Bader <miles@gnu.org>
10629
10630 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10631 instead of "format:"; this ensures that the output is
10632 newline-terminated.
10633
10634 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10637 that all errors are caught, and that the return value is always a
10638 list (Bug#5692).
10639
10640 2010-03-08 Kenichi Handa <handa@m17n.org>
10641
10642 * language/misc-lang.el (windows-1256): New coding system.
10643 (cp1256): New alias of windows-1256 (bug#5690).
10644
10645 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
10646
10647 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10648 call to rfc822-bad-address. (Bug#5692)
10649
10650 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
10651
10652 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10653 Use vc-git-root as default directory for revision path (Bug#5657).
10654
10655 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
10656
10657 * calculator.el (calculator): Don't bind split-window-keep-point
10658 (Bug#5674).
10659
10660 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * vc-git.el: Re-flow to fit into 80 columns.
10663 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10664 Remove spurious `quote' element in each case alternative.
10665 (vc-git-show-log-entry): Use prog1.
10666 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10667
10668 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10671
10672 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
10673
10674 * macros.el (insert-kbd-macro): Look up keyboard macro using the
10675 definition, not the name (Bug#5481).
10676
10677 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
10678
10679 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10680 argument with a local variable. (Bug#5670)
10681
10682 2010-03-02 Juri Linkov <juri@jurta.org>
10683
10684 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
10685
10686 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
10687
10688 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10689 error when FILENAME and NEWNAME are existing remote directories.
10690
10691 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10692 parameter DIR-FLAG.
10693
10694 2010-03-02 Glenn Morris <rgm@gnu.org>
10695
10696 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10697 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10698
10699 2010-03-01 Kenichi Handa <handa@m17n.org>
10700
10701 * language/burmese.el (burmese-composable-pattern): Rename from
10702 myanmar-composable-pattern.
10703
10704 * international/characters.el (script-list):
10705 * international/fontset.el (script-representative-chars):
10706 Change myanmar to burmese.
10707 (otf-script-alist): Likewise.
10708 (setup-default-fontset): Likewise. Re-fix :otf spec.
10709
10710 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10711
10712 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10713
10714 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
10715
10716 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10717
10718 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
10719
10720 * net/tramp.el (tramp-handle-write-region): START can be a string.
10721 Take care in the checks. Reported by Dan Davison
10722 <davison@stats.ox.ac.uk>.
10723
10724 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
10725
10726 * net/dbus.el (dbus-introspect, dbus-get-property)
10727 (dbus-set-property, dbus-get-all-properties):
10728 Use `dbus-call-method' when noninteractive. (Bug#5645)
10729
10730 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
10731
10732 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10733 * emacs-lisp/elint.el (elint-add-required-env):
10734 * calendar/icalendar.el (icalendar--add-diary-entry):
10735 * calc/calcalg2.el (math-tracing-integral):
10736 * files.el (recover-session-finish): Use with-current-buffer
10737 instead of save-excursion.
10738
10739 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10740
10741 Fix in-buffer completion when after-change-functions modify the buffer.
10742 * minibuffer.el (completion--replace): New function.
10743 (completion--do-completion): Use it and use relative movement.
10744
10745 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
10746
10747 * international/fontset.el (setup-default-fontset): Fix :otf spec.
10748
10749 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
10750
10751 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10752 Allow the characters _<> in the stack entry (Bug#5653).
10753
10754 2010-02-26 Kenichi Handa <handa@m17n.org>
10755
10756 * language/burmese.el: Fix entries in composition-function-table.
10757 (myanmar-composable-pattern): New variable.
10758
10759 * international/fontset.el (setup-default-fontset): Add an entry
10760 for myanmar.
10761
10762 * international/characters.el (script-list): Add Myanmar
10763 Extended-A.
10764
10765 2010-02-26 Glenn Morris <rgm@gnu.org>
10766
10767 * custom.el (custom-initialize-delay): Doc fix.
10768
10769 * mail/sendmail.el (send-mail-function): Autoload the call
10770 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10771
10772 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
10773
10774 * files.el (hack-local-variables-filter): For eval forms, also
10775 check safe-local-variable-p (Bug#5636).
10776
10777 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
10778
10779 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10780 setting the modes by `ignore-errors'. It might fail, for example
10781 if the file is not owned by the user but the group.
10782 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10783
10784 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * files.el (directory-listing-before-filename-regexp):
10787 Use stricter matching for iso-style dates, to avoid false matches with
10788 date-like filenames (Bug#5597).
10789
10790 * htmlfontify.el (htmlfontify): Doc fix.
10791
10792 * eshell/eshell.el (eshell): Doc fix.
10793
10794 * startup.el (fancy-about-screen): In mode-line, apply
10795 mode-line-buffer-id face only to the buffer name (Bug#5613).
10796
10797 2010-02-20 Kevin Ryde <user42@zip.com.au>
10798
10799 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10800 In `watcom' anchor regexp to start of line, to avoid slowness
10801 (Bug#5599).
10802
10803 2010-02-20 Eli Zaretskii <eliz@gnu.org>
10804
10805 * subr.el (remove-yank-excluded-properties): Explain in a comment
10806 why `category' property is removed.
10807
10808 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
10809
10810 * isearch.el (isearch-update-post-hook, isearch-update):
10811 Revert 2010-02-17 change.
10812
10813 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
10814
10815 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10816 (icalendar--convert-weekly-to-ical)
10817 (icalendar--convert-yearly-to-ical)
10818 (icalendar--convert-block-to-ical)
10819 (icalendar--convert-cyclic-to-ical)
10820 (icalendar--convert-anniversary-to-ical): Take care of time
10821 specifications where hour has 1-digit only (Bug#5549).
10822
10823 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
10824
10825 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10826 of disassemble output in GDB 7.1.
10827
10828 2010-02-19 Glenn Morris <rgm@gnu.org>
10829
10830 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10831 property. (Bug#5593)
10832
10833 2010-02-18 Sam Steingold <sds@gnu.org>
10834
10835 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10836
10837 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 Use abbreviated file names in bookmarks (bug#5591).
10840 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10841 calls to expand-file-name.
10842 (bookmark-relocate): Use abbreviated file names in bookmarks.
10843 (bookmark-load): Use abbreviated file names in messages.
10844
10845 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
10846
10847 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10848 expand "." and "..". Reported by Thierry Volpiatto
10849 <thierry.volpiatto@gmail.com>.
10850
10851 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
10852
10853 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10854 permissions of the temporary file to "0600". In case the remote
10855 file has no read permissions for the owner, there might be
10856 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
10857
10858 22010-02-18 Glenn Morris <rgm@gnu.org>
10859
10860 * emacs-lisp/authors.el (authors-renamed-files-alist):
10861 Add entries for INSTALL.CVS.
10862
10863 2010-02-17 Mark A. Hershberger <mah@everybody.org>
10864
10865 * vc-bzr.el: Fix typo in Known Bugs section.
10866
10867 * isearch.el (isearch-update-post-hook): New hook.
10868 (isearch-update): Use the new hook.
10869
10870 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
10871
10872 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10873 Fix errors in copying directories.
10874 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10875 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10876 (tramp-handle-delete-file)
10877 (tramp-handle-dired-recursive-delete-directory)
10878 (tramp-handle-write-region): Flush also the cache for the upper
10879 directory.
10880
10881 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * simple.el (save-interprogram-paste-before-kill): Doc fix.
10884
10885 * cus-edit.el (hardware): Doc fix.
10886
10887 * man.el (man): Add to external custom group.
10888
10889 * delim-col.el (columns): Move to wp custom group.
10890
10891 * doc-view.el (doc-view): Add to data custom group.
10892
10893 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
10894
10895 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10896 by ispell-parse-output (Bug#5575).
10897
10898 2010-02-16 Kenichi Handa <handa@m17n.org>
10899
10900 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10901 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10902 (skkdic-convert): Use `euc-japan' coding system for writing.
10903
10904 2010-02-16 Glenn Morris <rgm@gnu.org>
10905
10906 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10907 tex-main-file before using it. (Bug#5562)
10908
10909 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10912 warnings, since it is annoying for the user to see them each time he
10913 runs the code.
10914
10915 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
10916
10917 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10918 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10919 instead of PROC for caching "first-password-request". Otherwise,
10920 new processes would not profit from passwords already entered.
10921
10922 * net/tramp-cache.el (tramp-dump-connection-properties):
10923 Don't save "first-password-request" property.
10924
10925 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
10926
10927 * outline.el (outline-head-from-level):
10928 * simple.el (with-wrapper-hook):
10929 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10930 (elint-defun, elint-buffer-env, elint-top-form-logged)
10931 (elint-unbound-variable):
10932 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10933 Fix typos in docstrings.
10934
10935 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
10936
10937 * files.el (insert-directory): When WILDCARD-REGEXP and
10938 FULL-DIRECTORY-P are nil, insert the file entry instead of the
10939 whole directory. (Bug#5551)
10940
10941 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
10942 dired's alignment sanity. (Bug#5516)
10943
10944 2010-02-14 Juri Linkov <juri@jurta.org>
10945
10946 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10947 Remove remaining ^H with their preceding chars. (Bug#5566)
10948
10949 2010-02-13 Glenn Morris <rgm@gnu.org>
10950
10951 * simple.el (transpose-subr): Give it a doc-string.
10952
10953 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10954 Doc fixes.
10955
10956 2010-02-12 Juri Linkov <juri@jurta.org>
10957
10958 * arc-mode.el (archive-unique-fname): Make directories for nested
10959 archives. (Bug#5540)
10960
10961 2010-02-12 Juri Linkov <juri@jurta.org>
10962
10963 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
10964
10965 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10966
10967 * subr.el (copy-overlay): Handle deleted overlays.
10968
10969 * man.el (Man-completion-table): Don't signal an error if we can't run
10970 manual-program (bug#4056).
10971
10972 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
10973
10974 * textmodes/artist.el (artist-mt): Fix typos in docstring.
10975
10976 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10977
10978 * info.el (Info-bookmark-jump): Simplify.
10979
10980 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10981 (bookmark-default-handler): Accept new bookmark field `buffer'.
10982
10983 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
10984
10985 * iswitchb.el (iswitchb-completions): Revert last change.
10986
10987 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
10988
10989 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
10990 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10991 This prevents file names like "~/" being listed literally.
10992
10993 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10994
10995 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10996 Remove dead code. (Bug#5546)
10997
10998 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11001 correctly (Bug#5548).
11002
11003 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
11004
11005 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
11006 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
11007
11008 2010-02-08 Kenichi Handa <handa@m17n.org>
11009
11010 * international/mule-util.el (with-coding-priority): Add autoload
11011 cookie for putting `lisp-indent-function'.
11012
11013 2010-02-07 Glenn Morris <rgm@gnu.org>
11014
11015 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11016 Move F2003 named interfaces from keywords-2 to keywords-1, and
11017 use function-name-face rather than constant-face.
11018 Simplify "abstract interface" regexp.
11019
11020 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
11021
11022 * eshell/esh-util.el (eshell-file-attributes): New optional arg
11023 ID-FORMAT. Pass it to `file-attributes'.
11024
11025 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11026
11027 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
11028
11029 * faces.el (set-face-attribute): Allow calling
11030 internal-set-lisp-face-attribute with 'unspecified family and
11031 foundry argument (Bug#5536).
11032
11033 2010-02-07 Glenn Morris <rgm@gnu.org>
11034
11035 * progmodes/f90.el (f90-font-lock-keywords-2)
11036 (f90-looking-at-type-like, f90-looking-at-program-block-end):
11037 Handle F2003 named interfaces.
11038
11039 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
11040
11041 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11042 beg and end before calling c-get-state-before-change-functions.
11043
11044 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
11045
11046 * vc-bzr.el (vc-bzr-dir-extra-headers):
11047 Disable the pending merges header.
11048
11049 2010-02-05 Juri Linkov <juri@jurta.org>
11050
11051 * doc-view.el (doc-view-mode):
11052 * image-mode.el (image-mode): Put property mode-class=special.
11053 (Bug#4896)
11054
11055 2010-02-05 Mark A. Hershberger <mah@everybody.org>
11056
11057 * vc-svn.el (vc-svn-revision-table): New function.
11058
11059 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
11060
11061 * net/ange-ftp.el (ange-ftp-insert-directory):
11062 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11063 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11064 Handle also directories. (Bug#5478)
11065
11066 2010-02-05 Glenn Morris <rgm@gnu.org>
11067
11068 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11069
11070 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
11071
11072 * startup.el (command-line-1): Convert options beginning with a
11073 single dash as well (Bug#5519).
11074
11075 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11078 * minibuffer.el (completion-initials-expand): Only check the presence
11079 of delims *within* the boundaries, since otherwise the / delim is
11080 always found for files.
11081
11082 Fix up various corner case problems.
11083 * doc-view.el (doc-view-last-page-number): New function.
11084 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11085 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11086 (doc-view-kill-proc): Avoid inf-loop in freak cases.
11087 (doc-view-reconvert-doc): Use the new recursive delete-directory.
11088 (doc-view-convert-current-doc): Don't create the resolution.el file
11089 here any more.
11090 (doc-view-pdf/ps->png): Do it here instead.
11091 (doc-view-already-converted-p): Check that resolution.el is present.
11092 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11093 windows that are not yet showing images.
11094
11095 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
11096
11097 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11098 `dired-uncache' for every elemnt which is an absolute file name.
11099
11100 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11101 directory, handle its directory component.
11102 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11103 function is called permanently and creates noise, otherwise.
11104
11105 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11106 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11107 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
11108
11109 2010-02-04 David Burger <dburger@google.com> (tiny change)
11110
11111 * macros.el (apply-macro-to-region-lines):
11112 Minor simplification. (Bug#5485)
11113
11114 2010-02-04 Glenn Morris <rgm@gnu.org>
11115
11116 * mail/rmail.el (rmail-show-message-1): Handle malformed
11117 quoted-printable text. (Bug#5441)
11118
11119 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11120
11121 * simple.el (visual-line-mode): Capitalize lighter.
11122
11123 2010-02-03 John Wiegley <jwiegley@gmail.com>
11124
11125 * iswitchb.el (iswitchb-completions): Add bookmark files to the
11126 list of files considered for "virtual buffer" completions.
11127
11128 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
11129
11130 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11131 also in case of (and (not full) (not wildcard)). This is needed
11132 when dired is called with a list of files, which are not in
11133 `default-directory'. (Bug#5478)
11134
11135 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11138
11139 2010-02-02 Juri Linkov <juri@jurta.org>
11140
11141 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11142 from unidiff to allow function-line after @@.
11143
11144 2010-02-02 Juri Linkov <juri@jurta.org>
11145
11146 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11147 '(RCS SCCS) with inverted condition.
11148
11149 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
11150
11151 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11152 messages.
11153
11154 2010-02-01 Juri Linkov <juri@jurta.org>
11155
11156 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11157 compare with "pkunzip" and "pkzip" instead of only "pkzip".
11158 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11159 only when (car archive-zip-extract) is "unzip". (Bug#5475)
11160
11161 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11162
11163 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11164 (doc-view-revert-buffer): New command.
11165 (doc-view-mode-map): Use it.
11166
11167 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11168
11169 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11170 pending merge is detected.
11171
11172 2010-01-31 Juri Linkov <juri@jurta.org>
11173
11174 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11175 beginning of interactive spec like all other grep commands do.
11176 Put "all" in front of "gz". (Bug#5260)
11177
11178 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
11179
11180 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11181
11182 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
11183
11184 * dirtrack.el (dirtrack): Warn instead of signalling error if the
11185 regexp is incorrect (Bug#5476).
11186
11187 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
11188
11189 * net/tramp.el (tramp-handle-insert-directory): Handle also
11190 symlinks, when FILENAME is not in `default-directory'.
11191
11192 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11193
11194 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
11195 FILE is not in `default-directory'. (Bug#5478)
11196
11197 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11198 of SWITCHES. Handle the case, FILENAME is not in
11199 `default-directory'. (Bug#5478)
11200 (tramp-register-file-name-handlers): Add safe-magic property.
11201
11202 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
11203
11204 * arc-mode.el (archive-zip-extract): Quote the argument passed to
11205 unzip (Bug#5475).
11206
11207 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
11208
11209 * progmodes/flymake.el (flymake-allowed-file-name-masks)
11210 (flymake-master-make-header-init): Add other C++ filename masks.
11211 (flymake-find-possible-master-files)
11212 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11213
11214 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11215
11216 Fix some busybox annoyances.
11217
11218 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11219 not responding." string.
11220 (tramp-open-connection-setup-interactive-shell): Dump stty
11221 settings. Enable "neveropen" arg for all `tramp-send-command'
11222 calls. Handle "=" in variable values properly.
11223 (tramp-find-inline-encoding): Raise an error, when no encoding is
11224 found.
11225 (tramp-wait-for-output): Check, whether PROC buffer is available.
11226 Remove spurious " ^H" sequences, sent by busybox.
11227 (tramp-get-ls-command): Suppress coloring, if possible.
11228
11229 2010-01-28 Glenn Morris <rgm@gnu.org>
11230
11231 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
11232
11233 * log-edit.el (log-edit-strip-single-file-name): Add missing
11234 :safe, :group, and :version tags.
11235
11236 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
11237
11238 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11239 buffers. (Bug#5477)
11240
11241 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
11242
11243 * files.el (delete-directory): Handle moving to trash without
11244 first doing recursion (Bug#5436).
11245
11246 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
11247
11248 * vc-hooks.el (vc-path): Mark as obsolete.
11249
11250 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
11251
11252 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11253 names too.
11254
11255 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11256 for the short log.
11257 (vc-bzr-log-view-mode): Adjust regexp for the above change.
11258
11259 2010-01-25 Mark A. Hershberger <mah@everybody.org>
11260
11261 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
11262
11263 * vc-bzr.el (vc-bzr-revision-table): New function.
11264
11265 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
11266
11267 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11268 diff-index command. This requires at least git-1.5.5. (Bug#1589).
11269
11270 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11271
11272 Remove support for adding --signoff on commit.
11273 Future support will use an incompatible generic mechanism.
11274 * vc-git.el (vc-git-add-signoff): Remove variable.
11275 (vc-git-toggle-signoff): Remove function.
11276 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11277
11278 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11279 Rename from xterm-set-background-mode. Return t if the background mode
11280 was set.
11281 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11282 earlier, call it again in case the background mode has changed.
11283
11284 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
11285
11286 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11287 (Bug#3541).
11288
11289 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
11290
11291 * emacs-lisp/assoc.el (aelement): Doc fix.
11292 (aput, adelete, amake): Use lexical-let (Bug#5450).
11293
11294 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
11295
11296 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
11297 is the same as subprogram call, not declaration. (Bug#5435).
11298
11299 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
11300
11301 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11302 (tramp-smb-maybe-open-connection): Use it.
11303
11304 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
11305
11306 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
11307
11308 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11309
11310 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11311 just because we see "encoding: 8bit".
11312 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11313
11314 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
11315
11316 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11317
11318 2010-01-22 Eli Zaretskii <eliz@gnu.org>
11319
11320 * jka-compr.el (jka-compr-load): If load-file is not in
11321 load-history, try its file-truename version. (bug#5447)
11322
11323 2010-01-21 Alan Mackenzie <acm@muc.de>
11324
11325 Fix a situation where deletion of a cpp construct throws an error.
11326 * progmodes/cc-engine.el (c-invalidate-state-cache):
11327 Before invoking c-with-all-but-one-cpps-commented-out, check that the
11328 special cpp construct is still in the buffer.
11329 (c-parse-state): Record the special cpp with markers, not numbers.
11330
11331 2010-01-21 Kenichi Handa <handa@m17n.org>
11332
11333 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11334 process last-command-event, as it is now decoded first (Bug#5380).
11335
11336 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11339
11340 2010-01-20 Glenn Morris <rgm@gnu.org>
11341
11342 * indent.el (tab-always-indent): Fix custom-type.
11343
11344 2010-01-19 Alan Mackenzie <acm@muc.de>
11345
11346 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11347 buffer throws "args out of range".
11348 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11349 playing the role of delimiter.
11350
11351 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
11352
11353 * progmodes/ada-mode.el: Fix bug#5400.
11354 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11355 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11356 changed. Delete RECURSIVE parameter; never used. Improve doc string.
11357 Improve comments in "is" portion. Handle null procedure declaration.
11358 (ada-move-to-end): Improve doc string.
11359
11360 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
11361
11362 * ido.el (ido-cur-list): Initialize to nil.
11363 Remove obsolete information from commentary.
11364 (ido-choice-list): Initialize to nil.
11365 (ido-get-bufname): Reject minibuffers.
11366 (ido-make-buffer-list): If "default" is a nonexistent
11367 buffer, ignore it, as per the function's comment.
11368 (ido-kill-buffer-internal): New function.
11369 (ido-kill-buffer-at-head): Use it.
11370 (ido-visit-buffer): Likewise.
11371
11372 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11375
11376 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
11377
11378 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11379 Fix typos in chart titles.
11380
11381 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
11382 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11383 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11384 (describe-class, eieio-describe-generic, describe-generic):
11385 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11386 (eieio-speedbar-expand):
11387 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11388 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11389 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11390 (viper-del-backward-char-in-replace, viper-backward-indent)
11391 (viper-brac-function, viper-register-to-point, viper-submit-report):
11392 * net/tramp.el (tramp-remote-coding-commands):
11393 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11394 Fix typos in docstrings.
11395
11396 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11397
11398 * mail/sendmail.el (mail-yank-original): Set the mark if the
11399 specified function for yanking does not do it.
11400
11401 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
11402
11403 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
11404
11405 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11406 resyncing a directory.
11407
11408 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
11409
11410 * progmodes/ada-mode.el: Fix bug#1920.
11411 (ada-ident-re): Delete ., allow multibyte characters.
11412 (ada-goto-label-re): New; matches goto labels.
11413 (ada-block-label-re): New; matches block labels.
11414 (ada-label-re): New; matches both.
11415 (ada-named-block-re): Deleted; callers changed to use
11416 `ada-block-label-re' instead.
11417 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11418 Use `ada-block-label-re'.
11419 (ada-indent-on-previous-lines): Improve handling of goto labels.
11420 (ada-get-indent-block-start): Special-case block label.
11421 (ada-get-indent-label): Split into `ada-indent-block-label' and
11422 `ada-indent-goto-label'.
11423 (ada-goto-stmt-start, ada-goto-next-non-ws):
11424 Optionally ignore goto labels.
11425 (ada-goto-next-word): Simplify.
11426 (ada-indent-newline-indent-conditional): Insert newline before
11427 trying to fix indentation; doc fix.
11428
11429 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
11430
11431 * calc/calc.el (calc-command-flags): Give it an initial value.
11432
11433 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11434
11435 * files.el (minibuffer-with-setup-hook):
11436 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11437 (artist-key-draw-continously, artist-key-do-continously-continously)
11438 (artist-key-set-point-continously, artist-mouse-draw-continously):
11439 Fix typos in docstrings.
11440
11441 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
11442
11443 * nxml/nxml-mode.el (nxml-extend-after-change-region):
11444 Never return t (Bug#3898).
11445
11446 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
11447
11448 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11449 can parse the output of the external commands (Bug#5279).
11450
11451 2010-01-16 Jari Aalto <jari.aalto@cante.net>
11452
11453 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11454
11455 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11458
11459 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11460
11461 * startup.el (command-line): Remove unused --icon-type arg.
11462 Handle --display arg, passing it to command-line-1 (Bug#5392).
11463
11464 2010-01-16 Mario Lang <mlang@delysid.org>
11465
11466 * emacs-lisp/chart.el (chart-translate-namezone):
11467 * textmodes/artist.el (artist-compute-popup-menu-table):
11468 Remove duplicated words in doc-strings.
11469
11470 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
11471
11472 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11473 to mairix-search to suppress threading (Bug#5342).
11474
11475 2010-01-15 Kenichi Handa <handa@m17n.org>
11476
11477 * international/mule-cmds.el (canonicalize-coding-system-name):
11478 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
11479
11480 2010-01-15 Glenn Morris <rgm@gnu.org>
11481
11482 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
11483
11484 * wid-edit.el (widget-keymap): Doc fix.
11485
11486 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11487 former seems to be more widely accepted by various svn versions.
11488
11489 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11490
11491 * find-cmd.el (find-constituents):
11492 * vc-arch.el (vc-arch-root):
11493 * window.el (window-body-height, pop-up-frames):
11494 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11495 * progmodes/ada-stmt.el (ada-if):
11496 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11497 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11498 (ispell-encoding8-command, ispell-aspell-supports-utf8)
11499 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11500
11501 * progmodes/flymake.el (flymake-post-syntax-check):
11502 Fix typo in error message.
11503
11504 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11505
11506 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11507 which is always a string. (Bug#5313)
11508
11509 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11510
11511 * progmodes/ada-xref.el (ada-default-prj-properties):
11512 Simplify previous change.
11513
11514 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11515
11516 * progmodes/ada-xref.el (ada-default-prj-properties):
11517 Default ada_project_path to $ADA_PROJECT_PATH.
11518
11519 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11520
11521 * progmodes/ada-mode.el (ada-create-keymap):
11522 Override `narrow-to-defun' with `ada-narrow-to-defun'.
11523
11524 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11525
11526 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11527 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11528 (ada-get-current-indent, ada-imenu-generic-expression)
11529 (ada-which-function): Check for it.
11530
11531 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11532
11533 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11534 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11535
11536 2010-01-14 Glenn Morris <rgm@gnu.org>
11537
11538 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
11539
11540 2010-01-14 Kenichi Handa <handa@m17n.org>
11541
11542 * composite.el (auto-composition-mode): Make it a buffer local
11543 variable (permanent-local).
11544 (auto-composition-function): Set the default value to
11545 auto-compose-chars.
11546 (auto-composition-mode): Make it a simple function, not a minor mode.
11547 (global-auto-composition-mode): Likewise.
11548 (turn-on-auto-composition-if-enabled): Delete it.
11549
11550 2010-01-13 Karl Fogel <kfogel@red-bean.com>
11551
11552 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
11553
11554 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
11555
11556 * files.el (copy-directory): Compute target for recursive
11557 directories with identical names. (Bug#5343)
11558
11559 2010-01-12 Glenn Morris <rgm@gnu.org>
11560
11561 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11562 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
11563
11564 2010-01-11 Sam Steingold <sds@gnu.org>
11565
11566 * imenu.el (imenu-default-create-index-function): Detect infinite
11567 loops caused by imenu-prev-index-position-function.
11568
11569 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
11570
11571 * htmlfontify.el (htmlfontify-load-rgb-file)
11572 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11573 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11574 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11575 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11576 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11577 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11578 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11579 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11580 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11581 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11582 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11583 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11584 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11585 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11586 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11587 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11588 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11589 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11590 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11591 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11592 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11593 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11594 backslash-quoting from parentheses, etc.
11595
11596 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
11597
11598 * progmodes/js.el: Autoload javascript-mode alias.
11599
11600 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
11601
11602 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11603 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11604 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11605 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11606 Fix typos in docstrings.
11607 (ffap-url-regexp): Doc fix.
11608 (ffap-at-mouse): Fix typo in message.
11609
11610 2010-01-11 Glenn Morris <rgm@gnu.org>
11611
11612 * version.el (emacs-copyright): Set copyright year to 2010.
11613
11614 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11615
11616 * format.el (format-annotate-function): Only set
11617 write-region-post-annotation-function after running to-fn so as not to
11618 affect nested write-region calls (bug#5273).
11619
11620 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
11621
11622 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11623 wisent/python.el.
11624
11625 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
11626
11627 * man.el (Man-goto-section): Signal error if the section is not
11628 found (Bug#5317).
11629
11630 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
11631
11632 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11633 URLs with a leading triple slash in the file: scheme. (Bug#5345)
11634
11635 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
11636
11637 * progmodes/compile.el: Don't treat compile-command as safe if
11638 compilation-read-command might be nil (Bug#4218).
11639
11640 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11641
11642 * startup.el (command-line-1): Use orig-argi to check for ignored X and
11643 NS options.
11644
11645 2010-01-08 Kenichi Handa <handa@m17n.org>
11646
11647 * international/fontset.el (build-default-fontset-data):
11648 Exclude characters in scripts kana, hangul, han, or cjk-misc.
11649
11650 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
11651
11652 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11653 to `create-file-buffer' as it expects, not just a buffer name.
11654 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11655 to help uniquify. (Bug#3224)
11656
11657 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11658
11659 * font-setting.el (font-setting-change-default-font): Use user-spec
11660 instead of name.
11661
11662 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11663
11664 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11665
11666 2010-01-05 Tom Tromey <tromey@redhat.com>
11667
11668 * progmodes/python.el (python-font-lock-keywords):
11669 Handle qualified decorators (Bug#881).
11670
11671 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11672
11673 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11674 in a lightweight checkout.
11675
11676 2010-01-05 Kenichi Handa <handa@m17n.org>
11677
11678 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
11679
11680 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11681
11682 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11683
11684 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11685
11686 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11687 checkouts. (Bug#618)
11688 (vc-bzr-log-view-mode): Also highlight the author.
11689 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11690 (vc-bzr-shelve-menu-map):
11691 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11692 (vc-bzr-shelve-apply): Make prompt more explicit.
11693
11694 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11697 They are valid characters in URL paths (rfc3986), and at least
11698 Firefox does not understand the encoded version (Bug#3166).
11699
11700 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
11701
11702 * progmodes/octave-mod.el (octave-end-keywords)
11703 (octave-block-begin-or-end-regexp, octave-block-match-alist):
11704 Add "end" keyword (Bug#3061).
11705 (octave-end-as-array-index-p): New function.
11706 (calculate-octave-indent): Use it.
11707
11708 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11709
11710 * bookmark.el: Consistently put the text property on the bookmark name.
11711 (bookmark-bmenu-marks-width): Bump back to 2, to include
11712 annotation marks.
11713 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11714 property on the bookmark name, instead of not putting it at all.
11715 (bookmark-bmenu-list): Fix where we put the text property.
11716
11717 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11718
11719 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11720 for showing buffer modified state (as added in the previous change).
11721
11722 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11723
11724 * bookmark.el: Show modified state of bookmark buffer more accurately.
11725 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11726 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11727 (with-buffer-modified-unmodified): New macro.
11728 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11729 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
11730 Use new macro to preserve the buffer modified state.
11731
11732 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11733
11734 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
11735 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11736 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11737 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11738 (bookmark-bmenu-rename, bookmark-bmenu-locate)
11739 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11740 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
11741
11742 2010-01-02 Eli Zaretskii <eliz@gnu.org>
11743
11744 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11745 Make the lines in the generated doc string shorter. (Bug#4668)
11746
11747 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
11748
11749 * net/rcirc.el: Add follow-link binding (Bug#4738).
11750
11751 2010-01-02 Eli Zaretskii <eliz@gnu.org>
11752
11753 * Makefile.in (bzr-update): Rename from cvs-update.
11754 (cvs-update): New target for backward compatibility.
11755
11756 * makefile.w32-in (bzr-update): Rename from cvs-update.
11757 (cvs-update): New target for backward compatibility.
11758
11759 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11760
11761 * bookmark.el: Remove gratuitous gratitude.
11762
11763 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11764
11765 * bookmark.el (bookmark-bmenu-any-marks): New function.
11766 (bookmark-bmenu-save): Clear buffer modification if no marks.
11767
11768 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11769
11770 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
11771 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11772 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11773 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11774
11775 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11776 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11777 To: emacs-devel {_AT_} gnu.org
11778 Subject: bookmark.el bug report
11779 Date: Mon, 28 Dec 2009 14:19:16 +0800
11780 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11781
11782 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11783
11784 * bookmark.el: Improvements suggested by Drew Adams:
11785 (bookmark-bmenu-ensure-position): New name for
11786 `bookmark-bmenu-check-position'. Just ensure the position,
11787 don't return any meaningful value.
11788 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11789 New constants.
11790
11791 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
11792
11793 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11794 (bookmark-yank-point, bookmark-bmenu-check-position):
11795 Fix typos in docstrings.
11796 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11797 (bookmark-name-from-full-record, bookmark-get-position)
11798 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11799 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11800 Remove useless quoting of parenthesis, etc. in docstrings.
11801
11802 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11803 (ediff-append-custom-diff): Fix typo in error message.
11804 (ediff-meta-mark-equal-files): Fix typos in messages.
11805
11806 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11807
11808 * net/imap-hash.el (imap-hash-make): Doc fix.
11809 (imap-hash-test): Fix typo in error message; reflow docstring.
11810 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11811 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11812 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11813 Fix typos in docstrings.
11814 (imap-hash-open-connection): Fix typo in error message.
11815
11816 * play/gomoku.el (gomoku): Fix typos in docstring.
11817
11818 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11819 (gdb-jsonify-buffer): Fix typos in docstring.
11820 (gdb-goto-breakpoint): Fix typo in error message.
11821 ("Display Other Windows"): Fix typo in help message.
11822 (gdb-speedbar-expand-node): Fix typo in question.
11823
11824 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11825 (idlwave-html-system-help-location, idlwave-html-help-location)
11826 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11827 (idlwave-help-browser-generic-args, idlwave-help-directory)
11828 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11829 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11830 (idlwave-online-help, idlwave-help-html-link)
11831 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11832 Fix typos in docstrings.
11833 (idlwave-help-with-source, idlwave-help-find-routine-definition):
11834 Reflow docstrings.
11835 (idlwave-help-assistant-start): Fix typo in error message.
11836
11837 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11838 (octave-electric-space): Fix typos in docstrings.
11839
11840 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11841
11842 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11843
11844 2010-01-01 Juri Linkov <juri@jurta.org>
11845
11846 * comint.el (comint-input-ring-size): Make it a defcustom and
11847 increase the default to 500 (Bug#5148).
11848
11849 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
11850
11851 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11852 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11853 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11854
11855 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
11856
11857 Show working revision correctly for mercurial.
11858 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
11859 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
11860
11861 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
11862
11863 Declare some functions for the byte-compiler.
11864 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11865 (speedbar-timer-fn, speedbar-change-expand-button-char)
11866 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11867
11868 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
11869
11870 This changeset reverts GDB Graphical Interface to use annotations.
11871 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11872
11873 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11874
11875 Make vc-dir work on subdirectories of the bzr root.
11876 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11877 Return file names relative to it.
11878 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11879 relative directory to vc-bzr-after-dir-status.
11880
11881 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
11882
11883 * font-lock.el (font-lock-refresh-defaults): New function, which
11884 can be used to let font-lock react to external changes in
11885 variables like font-lock-defaults and keywords.
11886 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11887
11888 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11889
11890 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11891
11892 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11893
11894 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
11895
11896 Supersede color.diff settings in git log (bug#5211).
11897
11898 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11899 escape chars in its output when the user has color.diff set to `always'.
11900 This fix works on git 1.4.2 and newer (released on 2006-08-13).
11901
11902 2009-12-26 Kevin Ryde <user42@zip.com.au>
11903
11904 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11905 node. Keep previous "Index" name to work with past coreutils too.
11906
11907 * man.el (man): Revise docstring a bit to show -a and -l as
11908 examples. Add -k description since support for it has otherwise
11909 been a secret. (Further to bug#3717.)
11910 (Man-bgproc-sentinel): When "-k foo" produces no output show error
11911 "no matches" rather than "Can't find manpage", as the latter reads
11912 like -k was interpreted as a page name, which is not so. (Bug#5431)
11913
11914 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
11915
11916 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11917 switches. Check also for //SUBDIRED// line.
11918
11919 2009-12-25 Kenichi Handa <handa@m17n.org>
11920
11921 * language/indian.el (devanagari-composable-pattern): Fix to
11922 handle ZWNJ and ZWJ. Use it in composition-function-table for
11923 Devanagari.
11924 (malayalam-composable-pattern): Fix previous change.
11925
11926 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11927
11928 * ps-print.el (ps-face-attributes): It was not returning the
11929 attribute face for faces specified as string. Reported by harven
11930 <harven@free.fr>. (Bug#5254)
11931 (ps-print-version): New version 7.3.5.
11932
11933 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
11934
11935 * calendar/icalendar.el (icalendar--convert-tz-offset):
11936 Fix timezone names.
11937 (icalendar--convert-tz-offset): Fix the "last-day-problem".
11938 (icalendar--add-diary-entry): Remove the trailing blank that
11939 diary-make-entry inserts.
11940
11941 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
11942
11943 Make `file-expand-wildcards' work for remote files.
11944
11945 * files.el (file-expand-wildcards): In case of remote files, check
11946 only local file name part for wildcards. Provide feature 'files
11947 and subfeature 'remote-wildcards. (Bug#5198)
11948
11949 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11950 if there is already an established connection.
11951 (tramp-advice-file-expand-wildcards): Remove it.
11952
11953 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
11954 (tramp-advice-file-expand-wildcards): Move from tramp.el.
11955 Activate advice for older GNU Emacs versions. (Bug#5237)
11956
11957 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
11958
11959 Some doc fixes (more needed).
11960
11961 * find-cmd.el (find-constituents): Reflow docstring.
11962 (find-cmd, find-prune, find-command): Fix typos in docstrings.
11963 (find-generic): Doc fix.
11964
11965 2009-12-17 Juri Linkov <juri@jurta.org>
11966
11967 Fix regression from 23.1 to allow multiple modes in Local Variables.
11968
11969 * files.el (hack-local-variables-filter): While ignoring duplicates,
11970 don't take `mode' into account.
11971 (hack-local-variables-filter, hack-dir-local-variables):
11972 Don't remove duplicate `mode' from local-variables-alist (like `eval').
11973
11974 2009-12-17 Juri Linkov <juri@jurta.org>
11975
11976 Make `dired-diff' safer. (Bug#5225)
11977
11978 * dired-aux.el (dired-diff): Signal an error when `file' equals to
11979 `current' or when `file' is a directory of the `current' file.
11980
11981 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
11982
11983 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11984 unconditionally preloaded files.
11985
11986 2009-12-16 Juri Linkov <juri@jurta.org>
11987
11988 Revert to old 23.1 logic of using the file at the mark as default.
11989 * dired-aux.el (dired-diff): Use the file at the mark as default
11990 if it's not the same as the current file, and the target dir is
11991 the current dir or the mark is active. Add the current file
11992 as the arg of `dired-dwim-target-defaults'. Use the default file
11993 in the prompt. (Bug#5225)
11994
11995 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
11996
11997 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11998 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11999 (tramp-check-for-regexp): Check also, when an echoing shell stops
12000 to echo sent commands.
12001
12002 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
12003
12004 * Makefile.in: Revert last change (Bug#5191).
12005
12006 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
12007
12008 * vc-hg.el (vc-hg-print-log): Fix argument order.
12009 (vc-hg-working-revision): Make sure the command is executed in a
12010 known environment so that we can parse the output. (Bug#4417)
12011
12012 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
12013
12014 * progmodes/python.el (python-symbol-completions): Remove text
12015 properties from symbol string before calling python-send-receive.
12016
12017 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
12018
12019 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
12020 when there are values for both file and line. (Bug#5060)
12021
12022 2009-12-14 Juri Linkov <juri@jurta.org>
12023
12024 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12025 whitespace after the file name of the first line of unified format,
12026 because git-diff doesn't output whitespace and file modification time
12027 after the file name.
12028
12029 2009-12-14 David Kastrup <dak@gnu.org>
12030
12031 * info.el (Info-hide-cookies-node): Before hiding a cookie,
12032 check if it already has the `display' property added by
12033 `Info-display-images-node', and not put the `invisible' property
12034 in this case.
12035
12036 2009-12-13 Glenn Morris <rgm@gnu.org>
12037
12038 * mail/emacsbug.el (message-sort-headers): Define for compiler.
12039 (report-emacs-bug): In message-mode, sort manually before storing
12040 original report text. (Bug#5178)
12041 Remove superfluous save-excursion.
12042
12043 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
12044
12045 * net/dbus.el (dbus-property-handler): Filter lambda forms out
12046 when responding to "GetAll" properties.
12047
12048 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * simple.el (compose-mail): Remove mail-setup-with-from from
12051 customization checks.
12052
12053 2009-12-12 Eli Zaretskii <eliz@gnu.org>
12054
12055 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12056 RAR archives created on Unix systems.
12057
12058 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12061 the varalias that was accidentally removed by the 2009-11-19 change
12062 (bug#5186).
12063
12064 2009-12-12 Kenichi Handa <handa@m17n.org>
12065
12066 * language/indian.el (indian-compose-regexp): New function.
12067 (malayalam-composable-pattern): Fix the pattern.
12068 (composition-function-table): Set malayalam-composable-pattern for
12069 Malayalam characters.
12070
12071 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
12072
12073 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12074 rather than down-mouse-1, based on follow-link conventions.
12075
12076 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12077 are compiled.
12078
12079 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
12080
12081 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12082 (verilog-vmm-statement-re, verilog-ovm-statement-re)
12083 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12084 (verilog-leap-to-head, verilog-backward-token):
12085 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
12086
12087 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
12088
12089 * progmodes/verilog-mode.el (verilog-auto-lineup)
12090 (verilog-nameable-item-re): Cleanup user-visible spelling and
12091 documentation errors. One reported by Gary Delp.
12092 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12093 (verilog-read-decls): Fix AUTOWIRE with types declared in a
12094 package, bug195. Reported by Pierre-David Pfister.
12095
12096 2009-12-11 Glenn Morris <rgm@gnu.org>
12097
12098 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12099
12100 * mail/emacsbug.el: No longer require sendmail.
12101 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
12102 (report-emacs-bug-orig-text): Doc fix.
12103 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12104 New local variables, to adapt to different mail-user-agents.
12105 (report-emacs-bug): Fix test for a gnu.org address.
12106 Use overlays for emphasis, since font-lock defeats 'face property.
12107 Pretest bugs also end up at the newsgroup these days.
12108 Stop message-mode stripping text properties.
12109 Set and use the new buffer-local variables.
12110 (report-emacs-bug-hook): Add doc-string.
12111 Remove some unnecessary save-excursions and simplify.
12112 Use the appropriate hook and send-command.
12113
12114 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12115 capitalization of some menu entries.
12116
12117 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12118
12119 * whitespace.el (whitespace-display-char-on):
12120 Ensure `buffer-display-table' is unique when two or more windows are
12121 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12122 New version 12.1.
12123
12124 2009-12-10 Eli Zaretskii <eliz@gnu.org>
12125
12126 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12127 characters in the Attribute field.
12128
12129 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
12130
12131 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
12132
12133 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12136 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12137 Disregard autoload-excludes.
12138 (update-directory-autoloads): Obey autoload-excludes here instead.
12139 But don't store its contents in no-autoloads and remove entries that
12140 refer to excludes files.
12141
12142 2009-12-10 Glenn Morris <rgm@gnu.org>
12143
12144 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12145 (expand-mail-aliases): Define for compiler.
12146
12147 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12148 Define for compiler.
12149
12150 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12151 appropriate for the mail-user-agent in use.
12152
12153 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
12154
12155 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12156
12157 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12158
12159 Fix short log parsing and fontification.
12160 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12161 Fix fontification for the [merge] label.
12162
12163 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
12164
12165 Drop some properties to avoid surprises (bug#5002).
12166 * htmlfontify.el (hfy-ignored-properties): New defcustom.
12167 (hfy-fontify-buffer): Use it.
12168
12169 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 Minor cleanup.
12172 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12173 Adjust all callers.
12174 (ffap-locate-file): Remove unused arg `dir-ok' and make other
12175 args compulsory. Adjust callers.
12176 (ffap-gopher-at-point): Remove unused var `name'.
12177
12178 Get rid of the ELCFILES abomination.
12179 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12180 (compile-elcfiles): New phony target.
12181 (compile-main): Compute ELCFILES dynamically.
12182 (compile-clean): New target to remove left-over elc files.
12183 (compile, all): Use it.
12184
12185 2009-12-09 Kenichi Handa <handa@etlken>
12186
12187 * international/mule-diag.el: Require help-mode instead of help-fns.
12188
12189 2009-12-09 Kenichi Handa <handa@m17n.org>
12190
12191 * international/mule-cmds.el (ucs-names): Supply sufficiently
12192 fine ranges instead of pre-calculating accurate ranges.
12193 Iterate with bigger gc-cons-threshold.
12194
12195 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12196
12197 Add support for stashing a snapshot of the current tree.
12198 * vc-git.el (vc-git-stash-snapshot): New function.
12199 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12200
12201 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
12202
12203 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12204 instead of `(beginning|end)-of-line'.
12205
12206 2009-12-08 Glenn Morris <rgm@gnu.org>
12207
12208 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12209
12210 * Makefile.in (ELCFILES): Regenerate.
12211
12212 2009-12-07 Juri Linkov <juri@jurta.org>
12213
12214 Don't lazy-highlight the comint output in history Isearch mode.
12215
12216 * comint.el (comint-history-isearch-search): Instead of
12217 `comint-line-beginning-position', use `comint-after-pmark-p'
12218 to check if point if before the process mark, and go to
12219 `process-mark' in this case.
12220
12221 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * textmodes/tex-mode.el (latex-complete)
12224 (latex-indent-or-complete): Remove.
12225 (latex-mode): Set completion-at-point-functions instead.
12226
12227 Provide a standard completion command and hook it into TAB.
12228 * minibuffer.el (completion-at-point-functions): New var.
12229 (completion-at-point): New command.
12230 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
12231 * progmodes/python.el (python-mode-map): Use completion-at-point.
12232 (python-completion-at-point): Rename from python-partial-symbol and
12233 adjust for use in completion-at-point-functions.
12234 (python-mode): Setup completion-at-point for Python completion.
12235 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12236 extracted from lisp-complete-symbol.
12237 (lisp-complete-symbol): Use it.
12238 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12239 setup completion-at-point for Elisp completion.
12240 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12241 Use completion-at-point.
12242 * ielm.el (ielm-map): Use completion-at-point.
12243 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
12244 * progmodes/sym-comp.el: Move to...
12245 * obsolete/sym-comp.el: Move from progmodes.
12246
12247 2009-12-07 Eli Zaretskii <eliz@gnu.org>
12248
12249 Prevent save-buffer in Rmail buffers from using the coding-system
12250 of the current message, and from clobbering the encoding mnemonics
12251 in the mode line (Bug#4623).
12252
12253 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12254 flag, too.
12255 (rmail-message-encoding): New variable.
12256 (rmail-write-region-annotate): Record the encoding of the current
12257 message in rmail-message-encoding.
12258 (rmail-after-save-hook): New function, restores the encoding of
12259 the current message after the message collection is saved.
12260
12261 2009-12-07 Juri Linkov <juri@jurta.org>
12262
12263 * progmodes/grep.el (grep-read-files): Use `completing-read'
12264 instead of `read-string'. Set its `collection' arg to
12265 `read-file-name-internal'. (Bug#4301)
12266
12267 2009-12-07 Juri Linkov <juri@jurta.org>
12268
12269 Correctly restore original Isearch point. (Bug#4994)
12270
12271 * isearch.el (isearch-mode): Move `isearch-push-state' after
12272 `(run-hooks 'isearch-mode-hook)'.
12273 (isearch-cancel): When `isearch-push-state-function' is defined,
12274 let-bind `isearch-cmds' to the first state (the last element of
12275 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12276 function and restores the original point). Otherwise, move point
12277 to `isearch-opoint'.
12278
12279 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12282 chars that don't have names, so the table can be built much faster at
12283 run-time.
12284
12285 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
12286
12287 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12288 change. Suggested by David Kastrup.
12289
12290 * simple.el (compose-mail): Check for incompatibilities and warn.
12291 (compose-mail-user-agent-warnings): New option.
12292
12293 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12294
12295 Support showing a single log entry from vc-annotate.
12296 * vc.el (print-log): Add a new argument: START-REVISION.
12297 (vc-print-log-internal): Add a new optional argument and
12298 pass it to the backend.
12299 (vc-print-log, vc-print-root-log): Adjust callers.
12300 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12301 buffer already displays the requested log entry, use it.
12302 Otherwise display only the log entry in question.
12303 * vc-svn.el (vc-svn-print-log):
12304 * vc-mtn.el (vc-mtn-print-log):
12305 * vc-hg.el (vc-hg-state):
12306 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12307 (vc-git-show-log-entry): Return t on success.
12308 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12309 (vc-bzr-show-log-entry): Return t on success.
12310 * vc-rcs.el (vc-rcs-print-log):
12311 * vc-sccs.el (vc-sccs-print-log):
12312 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12313
12314 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12315
12316 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12317 Add menus to the meta mode. (Bug#5043)
12318
12319 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
12320
12321 * ediff-init.el (ediff-event-key): Use event-to-character instead of
12322 event-key.
12323
12324 * ediff.el (ediff-buffers-internal): Add unwind-protect.
12325
12326 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
12327
12328 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
12329 Berbain <raphael.berbain@gmail.com>.
12330
12331 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
12332 characters.
12333 (tramp-initial-end-of-output): New defconst.
12334 (tramp-methods, tramp-find-shell)
12335 (tramp-open-connection-setup-interactive-shell)
12336 (tramp-maybe-open-connection): Use it.
12337 (tramp-shell-prompt-pattern, tramp-wait-for-output):
12338 Handle existence of `#' and `$'.
12339
12340 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12341 Use `tramp-initial-end-of-output'.
12342
12343 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12344
12345 Get the background mode from the terminal for xterm, and set
12346 faces accordingly.
12347 * term/xterm.el (xterm-set-background-mode): New function.
12348 (terminal-init-xterm): Use it in case xterm supports background
12349 color queries. Recompute faces after getting the background
12350 color.
12351
12352 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
12353
12354 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12355 number comment back on its own line, for easier parsing.
12356
12357 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12358
12359 Make it work for non-file buffers (bug#5102).
12360 * doc-view.el (doc-view-current-cache-dir):
12361 Use doc-view-buffer-file-name rather than buffer-file-name.
12362 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12363
12364 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
12365
12366 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12367 author field is too short.
12368
12369 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
12370
12371 * vc-git.el (vc-git-print-log): Handle a limit argument.
12372 Display the short log in graph form and with labels.
12373 (vc-git-log-view-mode): Handle labels.
12374
12375 Make vc-revert change VC state from 'added to 'unregistered.
12376 * vc-git.el (vc-git-revert): Call git reset first.
12377
12378 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
12379
12380 * net/newst-backend.el, net/newst-plainview.el:
12381 * net/newst-reader.el, net/newst-ticker.el:
12382 * net/newst-treeview.el, net/newsticker.el:
12383 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
12384
12385 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12386
12387 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12388
12389 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12390 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
12391 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12392 Update annotation regexp.
12393
12394 * simple.el (beginning-of-visual-line): Constrain to field
12395 boundaries (Bug#5106).
12396
12397 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
12398
12399 * xml.el (xml-substitute-numeric-entities):
12400 Move newsticker--decode-numeric-entities in newst-backend.el to
12401 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12402 * net/newst-backend.el (newsticker--parse-generic-feed)
12403 (newsticker--parse-generic-items)
12404 (newsticker--decode-numeric-entities):
12405 Move newsticker--decode-numeric-entities in newst-backend.el to
12406 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12407
12408 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
12409
12410 * progmodes/js.el (js--js-not): Add null to the list of values.
12411
12412 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12413
12414 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
12415
12416 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12417
12418 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12419 delimiter if it is at the end of the current line.
12420 (bibtex-generate-url-list): Fix docstring.
12421
12422 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12425 minibuffer's content with itself.
12426 Fold the confirm-after-completion case into the `confirm' case.
12427 (completion-pcm-word-delimiters): Add : and / to the delimiters.
12428
12429 2009-12-06 Kevin Ryde <user42@zip.com.au>
12430
12431 * ffap.el (ffap-rfc-path): Make this a defcustom since
12432 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
12433
12434 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
12435 manuals, similar to existing setup for help-mode. (Bug#3913.)
12436
12437 2009-12-05 Juri Linkov <juri@jurta.org>
12438
12439 Save and restore dired buffer's point positions too. (Bug#4880)
12440
12441 * dired.el (dired-save-positions): Return in the first element
12442 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12443 Doc fix.
12444 (dired-restore-positions): First restore buffer's position.
12445 While restoring window's positions, check if window still displays
12446 the original buffer.
12447
12448 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
12449
12450 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12451 if possible.
12452
12453 * shell.el (shell): Require ansi-color (Bug#5113).
12454
12455 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12456
12457 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12458
12459 2009-12-05 Alan Mackenzie <acm@muc.de>
12460
12461 * progmodes/cc-mode.el (c-before-hack-hook)
12462 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12463 `c-file-style' to work again. This reversion restores the current
12464 software to its state in Emacs 23.1. (Bug#4146)
12465
12466 2009-12-05 Kevin Ryde <user42@zip.com.au>
12467
12468 * textmodes/sgml-mode.el (sgml-lexical-context):
12469 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
12470
12471 2009-12-05 Juri Linkov <juri@jurta.org>
12472
12473 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12474 for virtual nodes. (Bug#4147)
12475 (Info-find-node-2): Set `Info-current-node-virtual' to nil
12476 when moving from a virtual node.
12477 (Info-mode-menu): Add `Info-virtual-index' to the menu.
12478 (Info-mode): Add `Info-virtual-index' to the docstring.
12479
12480 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12481
12482 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12483 track of the buffer position of the end of a BibTeX entry as this
12484 position may change during reformatting.
12485 (bibtex-format-entry): Remove whitespace before processing
12486 numerical fields so that we recognize the latter properly.
12487 (bibtex-reformat): Do not use push which changes the global value
12488 of bibtex-entry-format.
12489 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12490 (bibtex-field-re-init): Replace only space characters by regexp
12491 for whitespace.
12492 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
12493 (bibtex-initialize): Also update bibtex-strings.
12494 (bibtex-kill-field): Preserve white space at end of entry.
12495 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12496 Update bibtex-reference-keys.
12497
12498 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12499
12500 * minibuffer.el (completion-pcm--merge-try): Also consider placing
12501 point after a star, if that's the only place where modifications can
12502 make progress.
12503
12504 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
12505
12506 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12507 in docstrings.
12508
12509 2009-12-04 Juri Linkov <juri@jurta.org>
12510
12511 * proced.el (proced): Call `(proced-update t)' to update process
12512 information instead of only running proced-post-display-hook.
12513 (proced-send-signal): Add a leading space to the buffer name
12514 " *Marked Processes*" to make this buffer ephemeral.
12515
12516 2009-12-04 Juri Linkov <juri@jurta.org>
12517
12518 * dired.el (dired-auto-revert-buffer): New defcustom.
12519 (dired-internal-noselect): Use it.
12520
12521 2009-12-04 Juri Linkov <juri@jurta.org>
12522
12523 Change roles of modes and functions in image-mode.el (Bug#5062).
12524
12525 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12526 in `auto-mode-alist'.
12527 (image-mode-previous-major-mode): New variable.
12528 (image-minor-mode-map): Rename from `image-mode-text-map'.
12529 (image-mode): Move graceful error-handling code from
12530 `image-minor-mode' to here. On errors call `image-mode-as-text'.
12531 (image-minor-mode): Remove all image-handling code.
12532 Replace `image-mode-text-map' with `image-minor-mode-map'.
12533 Check for `image-type' in mode-line format string.
12534 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12535 (image-mode-as-text): New function with most code from
12536 `image-mode-maybe'.
12537 (image-toggle-display-text): Move code that removes image
12538 properties from `image-toggle-display' to here.
12539 (image-toggle-display-image): New function with code that adds
12540 image properties copied from `image-toggle-display'.
12541 (image-toggle-display): Remove most code with leaving only code
12542 that toggles between `image-mode-as-text' and `image-mode'.
12543
12544 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
12545
12546 * net/newst-treeview.el
12547 (newsticker--treeview-list-highlight-start): Restored call to
12548 save-excursion: Selected item was stuck.
12549 (newsticker--treeview-list-select): New.
12550 (newsticker--treeview-item-show-text)
12551 (newsticker--treeview-item-show)
12552 (newsticker--treeview-item-update): Use new
12553 newsticker-treeview-item-mode.
12554 (newsticker-treeview-update): Keep current item.
12555 (newsticker-treeview-next-new-or-immortal-item): Doc change.
12556 (newsticker--treeview-first-feed): Doc change.
12557 (newsticker-treeview-list-menu)
12558 (newsticker-treeview-item-menu): Add menu entries.
12559 (newsticker-treeview-item-mode): New.
12560
12561 * net/newst-backend.el (newsticker-customize): Delete other
12562 windows.
12563
12564 2009-12-04 Sam Steingold <sds@gnu.org>
12565
12566 * log-view.el (log-view-mode-map): "q" calls quit-window,
12567 like in all the other non-self-insert buffers.
12568
12569 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 Minor cleanup.
12572 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12573 key decoding rather than do it manually via last-input-event +
12574 ascii-character.
12575 (term-exec): Use delete-and-extract-region.
12576 (term-handle-ansi-terminal-messages): Remove unused var `end'.
12577 (term-process-pager): Remove unused var `i'.
12578 (term-dynamic-simple-complete): Make obsolete.
12579 (serial-update-config-menu): Remove unused vars `y' and `str'.
12580 (term-update-mode-line): Remove unused var `temp'.
12581
12582 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12583
12584 Limit the number of log entries displayed by default.
12585 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12586 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12587 using a prefix argument.
12588
12589 2009-12-03 Glenn Morris <rgm@gnu.org>
12590
12591 * progmodes/idlwave.el (class): Restore still useful declaration.
12592
12593 2009-12-03 Alan Mackenzie <acm@muc.de>
12594
12595 Enhance `c-parse-state' to run efficiently in "brace deserts".
12596
12597 * progmodes/cc-mode.el (c-basic-common-init):
12598 Call c-state-cache-init.
12599 (c-neutralize-syntax-in-and-mark-CPP): Rename from
12600 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
12601 placing `category' properties value 'c-cpp-delimiter at its boundaries.
12602
12603 * progmodes/cc-langs.el (c-before-font-lock-function):
12604 c-extend-and-neutralize-syntax-in-CPP has been renamed
12605 c-neutralize-syntax-in-and-mark-CPP.
12606
12607 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12608 with `category' properties now, not `syntax-table' ones.
12609
12610 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12611 enhanced (but slower) version of c-end-of-macro that won't land
12612 inside a literal or on another awkward character.
12613 (c-state-cache-too-far, c-state-cache-start)
12614 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12615 (c-state-nonlit-pos-cache-limit, c-state-point-min)
12616 (c-state-point-min-lit-type, c-state-point-min-lit-start)
12617 (c-state-min-scan-pos, c-state-brace-pair-desert)
12618 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12619 buffer local variables.
12620 (c-state-literal-at, c-state-lit-beg)
12621 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12622 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12623 (c-state-cache-top-paren, c-state-cache-after-top-paren)
12624 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12625 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12626 (c-renarrow-state-cache)
12627 (c-append-lower-brace-pair-to-state-cache)
12628 (c-state-push-any-brace-pair, c-append-to-state-cache)
12629 (c-remove-stale-state-cache)
12630 (c-remove-stale-state-cache-backwards, c-state-cache-init)
12631 (c-invalidate-state-cache-1, c-parse-state-1)
12632 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
12633 (c-parse-state): Enhance and refactor.
12634 (c-debug-parse-state): Amend to deal with all the new variables.
12635
12636 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12637 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
12638 modify to use category text properties rather than syntax-table ones.
12639 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
12640 to switch off/on the syntactic paren property of C++ template
12641 delimiters using the category property.
12642 (c-with-<->-as-parens-suppressed): Macro to invoke code with
12643 template delims suppressed.
12644 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12645 New constant/macros which apply category properties to the start
12646 and end of preprocessor constructs.
12647 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
12648 "comment out" the syntactic value of characters in preprocessor
12649 constructs.
12650 (c-with-cpps-commented-out)
12651 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12652 with characters in all or all but one preprocessor constructs
12653 "commented out".
12654
12655 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12656
12657 * proced.el (proced-filter-alist): Use regexp-quote.
12658
12659 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
12660
12661 Cleanup.
12662 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12663 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
12664 arguments. Expand `default-directory'.
12665
12666 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12667 the benefit of returning an expanded localname.
12668 (tramp-tramp-file-p): Handle the case NAME is not a string.
12669
12670 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12671
12672 Add support for bzr shelve/unshelve.
12673 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12674 (vc-bzr-extra-menu-map): New variables.
12675 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12676 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12677 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12678 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12679 (vc-bzr-dir-extra-headers): Display shelves.
12680
12681 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12682
12683 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * textmodes/bibtex.el (bibtex-complete-internal):
12686 Use completion-in-region.
12687 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12688
12689 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12690
12691 Support applying stashes. Improve UI.
12692 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12693 (vc-git-stash-apply, vc-git-stash-pop)
12694 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12695 (vc-git-stash-menu): New functions.
12696 (vc-git-stash-menu-map): New variable.
12697 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12698
12699 2009-12-03 Glenn Morris <rgm@gnu.org>
12700
12701 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12702 (vc-print-log-internal): Fix previous change.
12703 (vc-revert): Correct pluralization.
12704
12705 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * progmodes/make-mode.el (makefile-special-targets-list): No need for
12708 it to be an alist any more.
12709 (makefile-complete): Use completion-in-region.
12710
12711 * progmodes/octave-mod.el (octave-complete-symbol):
12712 Use completion-in-region.
12713
12714 Misc cleanup.
12715 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12716 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12717 (idlwave-complete-class): Don't quote lambda.
12718 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12719 (idlwave-mode-map): Move initialization into declaration.
12720 (idlwave-action-and-binding): Use backquotes.
12721 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12722 Simplify.
12723 (idlwave-is-pointer-dereference): Remove unused var `pos'.
12724 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12725 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12726 `parts', and `all-parts'.
12727 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12728 (idlwave-convert-xml-system-routine-info): Remove unused string
12729 `version-string'.
12730 (idlwave-display-user-catalog-widget): Use dolist.
12731 (idlwave-scanning-lib): Declare dynamically-scoped var.
12732 (idlwave-scan-library-catalogs): Remove unused var `flags'.
12733 (completion-highlight-first-word-only): Declare to silence bytecomp.
12734 (idlwave-popup-select): Tighten scope of `resp'.
12735 (idlwave-find-struct-tag): Remove unused var `beg'.
12736 (idlwave-after-load-rinfo-hook): Declare.
12737 (idlwave-sintern-class-info): Remove unused var `taglist'.
12738 (idlwave-find-class-definition): Remove unused var `list'.
12739 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12740 (idlwave-what-module-find-class): Remove unused var `classes'.
12741
12742 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
12743
12744 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12745
12746 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12749 buffers visited. Remove redundant current-buffer-saving.
12750
12751 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12752
12753 Use completion-in-buffer and remove uses of dynamic scoping.
12754 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12755 (pascal-buffer-to-use, pascal-flag): Don't declare.
12756 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12757 (pascal-get-completion-decl, pascal-keyword-completion):
12758 Add `pascal-str' argument, save-excursion,
12759 return the found completions, and don't filter with pascal-pred.
12760 (pascal-completion-cache): New var.
12761 (pascal-completion): Don't switch buffer any more (it was never
12762 necessary). Don't save-excursion any more (it's done by the called
12763 subroutines). Use a cache to avoid redundant computations.
12764 Use complete-with-action rather than pascal-completion-response and
12765 let it apply the predicate as well.
12766 (pascal-complete-word): Use completion-in-buffer when
12767 pascal-toggle-completions is nil.
12768 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12769 not used any more.
12770 (pascal-comp-defun): Don't change buffer any more.
12771 Use complete-with-action rather than pascal-completion-response and
12772 let it apply the predicate as well.
12773 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12774 when neded.
12775
12776 2009-12-02 Kenichi Handa <handa@m17n.org>
12777
12778 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12779 shape for all Indic scripts.
12780
12781 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 Use completion-in-buffer.
12784 * wid-edit.el (widget-field-text-end): New function.
12785 (widget-field-value-get): Use it.
12786 (widget-string-complete, widget-file-complete)
12787 (widget-color-complete): Use it and completion-in-region.
12788 (widget-complete): Don't narrow the buffer.
12789
12790 2009-12-02 Glenn Morris <rgm@gnu.org>
12791
12792 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
12793 (rmail-select-summary): Use rmail-pop-to-buffer.
12794 * mail/rmailsum.el: Replace all pop-to-buffer calls with
12795 rmail-pop-to-buffer, to prevent horizontal splits.
12796
12797 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12798 save-excursion with save-current-buffer.
12799 Widen before searching. (Bug#5093)
12800 (diary-list-sexp-entries): Remove superfluous save-excursion.
12801
12802 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
12803
12804 * woman.el (woman-make-bufname): Handle man-pages with "." in the
12805 name. (Bug#5038)
12806
12807 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
12808
12809 * ido.el (ido-file-internal): Handle filenames at point that do
12810 not have a directory part. (Bug#5049)
12811
12812 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
12813
12814 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12815 (mpc-songs-jump-to, mpc-resume): Doc fixes.
12816
12817 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
12818
12819 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12820 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12821 any more.
12822
12823 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * comint.el (comint-insert-input): Ignore clicks to the right of
12826 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12827
12828 * vc.el (vc-print-log-internal): Don't wait for the process to
12829 terminate before setting up the major mode.
12830
12831 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12832 in case.
12833
12834 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12835 the last element.
12836
12837 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12838
12839 2009-12-01 Glenn Morris <rgm@gnu.org>
12840
12841 * window.el (window--display-buffer-2): Fix previous changes.
12842
12843 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
12844
12845 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12846
12847 2009-12-01 Glenn Morris <rgm@gnu.org>
12848
12849 * Makefile.in (ELCFILES): Add mpc.elc.
12850
12851 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12852
12853 * mpc.el: New file.
12854
12855 2009-12-01 Glenn Morris <rgm@gnu.org>
12856
12857 * window.el (window-to-use): Define for compiler.
12858
12859 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12860 consistent with others (no final period).
12861
12862 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12863 (rmail-mime-show): Downcase the encoding. (Bug#5070)
12864
12865 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12866
12867 Make vc-print-log buttons work.
12868 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
12869
12870 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
12871
12872 * savehist.el (savehist-autosave-interval): Allow setting to nil
12873 through customize. (Bug#5056)
12874
12875 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
12876
12877 Fix references to jit-lock properties.
12878 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12879 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12880 (perl-font-lock-special-syntactic-constructs):
12881 Quote jit-lock-defer-multiline property.
12882
12883 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12884
12885 * vc-git.el (vc-git-registered): Call vc-git-root only once.
12886
12887 2009-11-30 Juri Linkov <juri@jurta.org>
12888
12889 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12890 value `buffer' of `multi-isearch-next-buffer-current-function'.
12891 Use `(current-buffer)' when `buffer' is nil.
12892 (multi-isearch-next-buffer-from-list): Don't fallback to
12893 `(current-buffer)' when `buffer' is nil. (Bug#4947)
12894
12895 2009-11-30 Juri Linkov <juri@jurta.org>
12896
12897 * misearch.el (multi-isearch-read-buffers): Move canonicalization
12898 of buffers with `get-buffer' to `multi-isearch-buffers'.
12899 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12900 Canonicalize BUFFERS with `get-buffer'. Doc fix.
12901 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12902 FILES with `expand-file-name' converting relative file names
12903 to absolute. Doc fix. (Bug#4727)
12904
12905 2009-11-30 Juri Linkov <juri@jurta.org>
12906
12907 * misearch.el (multi-isearch-read-buffers)
12908 (multi-isearch-read-matching-buffers): New functions.
12909 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12910 Use them in the `interactive' spec. Doc fix.
12911 (multi-isearch-read-files, multi-isearch-read-matching-files):
12912 New functions.
12913 (multi-isearch-files, multi-isearch-files-regexp):
12914 Use them in the `interactive' spec. Doc fix. (Bug#4725)
12915
12916 2009-11-30 Juri Linkov <juri@jurta.org>
12917
12918 * doc-view.el (doc-view-continuous):
12919 Rename from `doc-view-continuous-mode'.
12920 (doc-view-menu): Move "Toggle display" to the top.
12921 Add submenu "Continuous" with radio buttons "Off"/"On"
12922 and "Save as Default".
12923 (doc-view-scroll-up-or-next-page)
12924 (doc-view-scroll-down-or-previous-page)
12925 (doc-view-next-line-or-next-page)
12926 (doc-view-previous-line-or-previous-page):
12927 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
12928
12929 2009-11-30 Juri Linkov <juri@jurta.org>
12930
12931 * comint.el (comint-mode-map): Rebind `M-r' from
12932 `comint-previous-matching-input' to
12933 `comint-history-isearch-backward-regexp'.
12934 Unbind `M-s' to allow global key binding `M-s'.
12935 Add menu items for `comint-history-isearch-backward' and
12936 `comint-history-isearch-backward-regexp'. (Bug#3746)
12937
12938 2009-11-30 Juri Linkov <juri@jurta.org>
12939
12940 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12941 For def=recenter, replace `recenter' with `recenter-top-bottom'
12942 that is called with `this-command' and `last-command' let-bound
12943 to `recenter-top-bottom'. When the last `def' was not `recenter',
12944 set `recenter-last-op' to nil. (Bug#4981)
12945
12946 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 Minor cleanup and simplification.
12949 * filecache.el (file-cache-add-directory)
12950 (file-cache-add-directory-recursively)
12951 (file-cache-add-from-file-cache-buffer)
12952 (file-cache-delete-file-regexp, file-cache-delete-directory)
12953 (file-cache-files-matching-internal, file-cache-display): Use dolist.
12954 (file-cache-temp-minibuffer-message): Delete function.
12955 (file-cache-minibuffer-complete): Use minibuffer-message instead.
12956
12957 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12958 Don't signal an error when bumping into EOB in tr, s, or y.
12959
12960 2009-11-29 Juri Linkov <juri@jurta.org>
12961
12962 * startup.el (fancy-about-text): Fix wording of Guided Tour.
12963 (Bug#4960)
12964
12965 * descr-text.el (describe-char-unidata-list): Use lowercase name
12966 for "Unicode name" like in other tags.
12967
12968 2009-11-29 Juri Linkov <juri@jurta.org>
12969
12970 * ediff-util.el (ediff-minibuffer-with-setup-hook):
12971 New compatibility macro.
12972 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
12973
12974 2009-11-29 Juri Linkov <juri@jurta.org>
12975
12976 Add defcustom to define the cycling order of `recenter-top-bottom'.
12977 (Bug#4981)
12978
12979 * window.el (recenter-last-op): Doc fix.
12980 (recenter-positions): New defcustom.
12981 (recenter-top-bottom): Rewrite to use `recenter-positions'.
12982 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12983
12984 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
12985
12986 Improve integration of Tramp and ange-ftp in eshell.
12987
12988 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
12989 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
12990 (eshell/sudo): Flatten args. Let-bind `default-directory'.
12991
12992 * eshell/esh-util.el (top): Require also Tramp when compiling.
12993 (eshell-directory-files-and-attributes): Check for FTP remote
12994 connection.
12995 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12996 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12997 (eshell-file-attributes): Handle ".". Return `entry'.
12998
12999 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13000 (ange-ftp-directory-files-and-attributes)
13001 (ange-ftp-real-directory-files-and-attributes): New defuns.
13002
13003 * net/tramp.el (tramp-maybe-open-connection): Open the remote
13004 shell with "exec" when possible. This prevents trailing prompts
13005 in `start-file-process'.
13006
13007 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 Try and remove assumptions about point-min==1.
13010 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13011 (rng-compute-mode-line-string): Show the validation percentage in
13012 terms of the narrowed text, not the widened text.
13013 (rng-do-some-validation): Don't catch internal errors when debugging.
13014 (rng-first-error): Simplify.
13015 (rng-after-change-function): Remove work around. AFAIK the bug has
13016 been fixed a while ago.
13017
13018 * image-mode.el (image-minor-mode): Exit more gracefully when the image
13019 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13020
13021 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13022
13023 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13024 `cd' doesn't always do it for us (bug#5067).
13025
13026 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13027 on 2009-10-25 as part of some other change (bug#5067).
13028
13029 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13032 `suspicious'.
13033 (byte-compile-warnings): Use byte-compile-warning-types.
13034 (byte-compile-save-excursion): Warn about use of set-buffer right
13035 after save-excursion.
13036
13037 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13038 the excursion as well.
13039
13040 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
13041
13042 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13043 providing a Tramp related implementation of "su" and "sudo".
13044 (eshell-unix-initialize): Add "su" and "sudo".
13045
13046 2009-11-27 Daiki Ueno <ueno@unixuser.org>
13047
13048 * net/socks.el (socks-send-command): Convert binary request to
13049 unibyte before sending. This fixes mishandling of some port
13050 numbers such as 129.
13051
13052 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * help.el (describe-bindings-internal): Remove `interactive'.
13055
13056 * man.el (Man-completion-table): Trim a terminating "(".
13057 Remove the space between name page a section.
13058 Add the command's description on the `help-echo' property.
13059 Remove `process-connection-type' binding since it's unused by
13060 call-process.
13061 Provide completion for the "<section> <name>" format as well.
13062 (Man-default-man-entry): Remove spurious var shadowing the argument.
13063
13064 2009-11-26 Kevin Ryde <user42@zip.com.au>
13065
13066 * log-view.el: Add "Keywords: tools", since its other keywords
13067 aren't in finder-known-keywords, and following vc.el.
13068
13069 * sha1.el (sha1-string-external): default-directory "/" in case
13070 otherwise non-existent. process-connection-type pipe for touch of
13071 efficiency recommended by elisp manual. (An aside in Bug#3911.)
13072
13073 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 Misc coding convention cleanups.
13076 * htmlfontify.el (hfy-init-kludge-hook): Rename from
13077 hfy-init-kludge-hooks.
13078 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13079 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13080 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13081 and push.
13082 (hfy-slant, hfy-weight): Use tables rather than code.
13083 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13084 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13085 (hfy-face-attr-for-class): Initialize `face-spec' directly.
13086 (hfy-face-to-css): Remove `nconc' with single arg.
13087 (hfy-p-to-face-lennart): Use `or'.
13088 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
13089 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13090 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13091 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13092 (hfy-force-fontification): Use run-hooks.
13093
13094 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
13095
13096 Various minor fixes.
13097 * htmlfontify.el (hfy-default-header): Add toggle_invis since
13098 Javascript belongs in the header, not the body.
13099 (hfy-javascript): Remove.
13100 (hfy-fontify-buffer): Don't insert it any more.
13101 (hfy-face-at): Handle (face0 face1 face2) style face properties.
13102 Fix bug in invis handling when there were no invis props in a chunk.
13103
13104 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13105
13106 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13107
13108 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
13109
13110 * finder.el (finder-mode-map): Add a menu.
13111
13112 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
13113
13114 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13115 "unsigned" structs.
13116
13117 (verilog-leap-to-head, verilog-backward-token): Handle "disable
13118 fork" statement better.
13119
13120 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
13121
13122 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13123 (verilog-delete-auto, verilog-delete-empty-auto-pair)
13124 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13125 Reported by Clay Douglass.
13126
13127 (verilog-auto-inst, verilog-auto-star-safe)
13128 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13129 Fix removing "// Interfaces" when saving .* expansions.
13130 Reported by Pierre-David Pfister.
13131
13132 2009-11-26 Glenn Morris <rgm@gnu.org>
13133
13134 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13135 the scope.
13136
13137 2009-11-25 Johan Bockgård <bojohan@gnu.org>
13138
13139 * vc-annotate.el (vc-annotate-revision-previous-to-line):
13140 Really use previous revision.
13141
13142 2009-11-25 Kevin Ryde <user42@zip.com.au>
13143
13144 * man.el (Man-completion-table): default-directory "/" in case
13145 doesn't otherwise exist. process-environment COLUMNS=999 so as
13146 not to truncate long names. process-connection-type pipe to avoid
13147 any chance of hitting the pseudo-tty TIOCGWINSZ.
13148 (man): completion-ignore-case t for friendliness and since man
13149 itself is case-insensitive on the command line.
13150 Further to Bug#3717.
13151
13152 * arc-mode.el: Add "Keywords: files", so the details in its
13153 commentary can be reached from finder-by-keyword.
13154 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
13155 editing mode, but it's comms related and sgml-mode.el has "comm"
13156 on that basis too.
13157 * textmodes/bibtex-style.el: Add "Keywords: tex".
13158 * international/isearch-x.el, international/ja-dic-cnv.el:
13159 * international/ja-dic-utl.el, international/kkc.el:
13160 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
13161
13162 2009-11-25 Juri Linkov <juri@jurta.org>
13163
13164 * man.el (Man-completion-table): Modify regexp to include
13165 section names to completion strings. (Bug#3717)
13166
13167 2009-11-25 Juri Linkov <juri@jurta.org>
13168
13169 Search recursively in gzipped files. (Bug#4982)
13170
13171 * progmodes/grep.el (grep-highlight-matches): Add new options
13172 `always' and `auto'. Doc fix.
13173 (grep-process-setup): Check `grep-highlight-matches' for
13174 `auto-detect' to determine the need to compute grep defaults.
13175 Move Windows/DOS specific --colors settings handling
13176 to `grep-compute-defaults'. Check `grep-highlight-matches'
13177 to get the value of "--color=".
13178 (grep-compute-defaults): Compute `grep-highlight-matches' when it
13179 has the value `auto-detect'. Move Windows/DOS specific settings
13180 from `grep-process-setup'.
13181 (zrgrep): New command with alias `rzgrep'.
13182
13183 2009-11-25 Juri Linkov <juri@jurta.org>
13184
13185 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13186 to nil instead of switching off view-mode. (Bug#4896)
13187
13188 2009-11-25 Juri Linkov <juri@jurta.org>
13189
13190 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
13191
13192 * mwheel.el (mwheel-scroll-up-function)
13193 (mwheel-scroll-down-function): New defvars.
13194 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13195 `scroll-up', and `mwheel-scroll-down-function' instead of
13196 `scroll-down'.
13197
13198 * doc-view.el (doc-view-scroll-up-or-next-page)
13199 (doc-view-scroll-down-or-previous-page): Add optional ARG.
13200 Use this ARG in the call to image-scroll-up/image-scroll-down.
13201 Change `interactive' spec to "P". Goto next/previous page only
13202 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13203 SPC/DEL case). Doc fix.
13204 (doc-view-next-line-or-next-page)
13205 (doc-view-previous-line-or-previous-page): Rename arg to ARG
13206 for consistency.
13207 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13208 `doc-view-scroll-up-or-next-page', and buffer-local
13209 `mwheel-scroll-down-function' to
13210 `doc-view-scroll-down-or-previous-page'.
13211
13212 2009-11-25 Juri Linkov <juri@jurta.org>
13213
13214 Provide additional default values (directories at other Dired
13215 windows) via M-n in the minibuffer of some Dired commands.
13216
13217 * dired-aux.el (dired-diff, dired-compare-directories)
13218 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13219 `minibuffer-default' in `minibuffer-with-setup-hook'.
13220 (dired-dwim-target-directory): Find a window that displays Dired
13221 buffer instead of failing when the next window is not Dired.
13222 Use `get-window-with-predicate' to find for the next Dired window.
13223 (dired-dwim-target-defaults): New function.
13224
13225 * ediff-util.el (ediff-read-file-name):
13226 Use `dired-dwim-target-defaults' to set `minibuffer-default'
13227 in `minibuffer-with-setup-hook'.
13228
13229 2009-11-25 Juri Linkov <juri@jurta.org>
13230
13231 Provide additional default values (file name at point or at the
13232 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
13233
13234 * minibuffer.el (read-file-name-defaults): New function.
13235 (read-file-name): Reset `minibuffer-default' to nil when
13236 it duplicates initial input `insdef'.
13237 Bind `minibuffer-default-add-function' to lambda that
13238 calls `read-file-name-defaults' in `minibuffer-selected-window'.
13239 (minibuffer-insert-file-name-at-point): New command.
13240
13241 * files.el (file-name-at-point-functions): New defcustom.
13242 (find-file-default): Remove defvar.
13243 (find-file-read-args): Don't use `find-file-default'.
13244 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13245 to `read-file-name'.
13246 (find-file-literally): Use `read-file-name' with
13247 `confirm-nonexistent-file-or-buffer'.
13248
13249 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13250
13251 * dired.el (dired-read-dir-and-switches):
13252 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13253 to `read-file-name'.
13254 (dired-file-name-at-point): New function.
13255 (dired-mode): Add hook `dired-file-name-at-point' to
13256 `file-name-at-point-functions'.
13257
13258 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13259
13260 Really make the *Completions* window soft-dedicated (bug#5030).
13261 * window.el (window--display-buffer-2): Add `dedicated' argument.
13262 (display-buffer): Pass it when needed so the dedicated flag is set
13263 after calling set-window-buffer, which would otherwise reset it.
13264
13265 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * progmodes/meta-mode.el (meta-complete-symbol):
13268 * progmodes/etags.el (complete-tag):
13269 * mail/mailabbrev.el (mail-abbrev-complete-alias):
13270 Use completion-in-region.
13271
13272 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13273 (dabbrev-completion): Use completion-in-region.
13274 (dabbrev--abbrev-at-point): Simplify regexp.
13275
13276 * abbrev.el (abbrev--before-point): Use word-motion functions
13277 if :regexp is not specified (bug#5031).
13278
13279 * subr.el (string-prefix-p): New function.
13280
13281 * man.el (Man-completion-cache): New var.
13282 (Man-completion-table): Use it.
13283
13284 * vc.el (vc-print-log-internal): Make `limit' optional for better
13285 compatibility (e.g. with vc-annotate.el).
13286
13287 2009-11-24 Kevin Ryde <user42@zip.com.au>
13288
13289 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
13290 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
13291
13292 * emacs-lisp/elint.el (elint-add-required-env): Better error message
13293 when .el source file not found or other error.
13294
13295 2009-11-24 Markus Triska <markus.triska@gmx.at>
13296
13297 * linum.el (linum-update-window): Ignore intangible (bug#4996).
13298
13299 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 Handle the [back] button properly (bug#4979).
13302 * descr-text.el (describe-text-properties): Add a `buffer' argument.
13303 Use help-setup-xref, help-buffer, and with-help-window.
13304 (describe-char): Add `buffer' argument.
13305 Pass proper command to help-setup-xref. Don't meddle with
13306 help-xref-stack-item directly.
13307 (describe-text-category): Use with-help-window and help-buffer.
13308
13309 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13310 for the displayed buffer (bug#4887).
13311
13312 * man.el (Man-completion-table): New function.
13313 (man): Use it.
13314
13315 2009-11-24 David Reitter <david.reitter@gmail.com>
13316
13317 * vc-git.el (vc-git-registered): Use checkout directory (where
13318 .git is) rather than the file's directory and a relative path spec
13319 to work around a bug in git.
13320
13321 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
13322
13323 Improve handling of processes on remote hosts.
13324
13325 * eshell/esh-util.el (eshell-path-env): New defvar.
13326 (eshell-parse-colon-path): New defun.
13327 (eshell-file-attributes): Use `eshell-parse-colon-path'.
13328
13329 * eshell/esh-ext.el (eshell-search-path):
13330 Use `eshell-parse-colon-path'.
13331 (eshell-remote-command): Remove argument HANDLER.
13332 (eshell-external-command): Check for FTP remote connection.
13333
13334 * eshell/esh-proc.el (eshell-gather-process-output):
13335 Use `file-truename', in order to start also symlinked files.
13336 Apply `start-file-process' instead of `start-process'.
13337 Shorten `command' to the local file name part.
13338
13339 * eshell/em-cmpl.el (eshell-complete-commands-list):
13340 Use `eshell-parse-colon-path'.
13341
13342 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13343
13344 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
13345 to `eshell-directory-change-hook'.
13346
13347 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
13348
13349 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
13350 because it could be enabled automatically if view-read-only is non-nil.
13351
13352 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
13353
13354 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13355 made on 2009-11-22.
13356
13357 2009-11-24 Glenn Morris <rgm@gnu.org>
13358
13359 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13360 deleted variable bookmark-bmenu-bookmark-column.
13361
13362 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13365
13366 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
13367
13368 * net/browse-url.el (browse-url-filename-alist): On Windows, add
13369 two slashes to the "file:" prefix.
13370 (browse-url-file-url): De-munge Cygwin filenames before passing
13371 them to Windows browser.
13372 (browse-url-default-windows-browser): Use call-process.
13373
13374 2009-11-23 Juri Linkov <juri@jurta.org>
13375
13376 Implement DocView Continuous mode. (Bug#4896)
13377 * doc-view.el (doc-view-continuous-mode): New defcustom.
13378 (doc-view-mode-map): Bind C-n/<down> to
13379 `doc-view-next-line-or-next-page', C-p/<up> to
13380 `doc-view-previous-line-or-previous-page'.
13381 (doc-view-next-line-or-next-page)
13382 (doc-view-previous-line-or-previous-page): New commands.
13383
13384 2009-11-23 Juri Linkov <juri@jurta.org>
13385
13386 Implement Isearch in comint input history. (Bug#3746)
13387 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13388 `isearch-mode-hook'.
13389 (comint-history-isearch): New defcustom.
13390 (comint-history-isearch-backward)
13391 (comint-history-isearch-backward-regexp): New commands.
13392 (comint-history-isearch-message-overlay): New buffer-local variable.
13393 (comint-history-isearch-setup, comint-history-isearch-end)
13394 (comint-goto-input, comint-history-isearch-search)
13395 (comint-history-isearch-message, comint-history-isearch-wrap)
13396 (comint-history-isearch-push-state)
13397 (comint-history-isearch-pop-state): New functions.
13398
13399 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
13400
13401 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13402 return.
13403 (tramp-handle-make-symbolic-link)
13404 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13405 Quote file names.
13406 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13407 (tramp-handle-process-file): Use it.
13408
13409 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13410
13411 * window.el (move-to-window-line-last-op): Remove.
13412 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13413
13414 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
13415
13416 Make M-r mirror the new cycling behavior of C-l.
13417 * window.el (move-to-window-line-last-op): New var.
13418 (move-to-window-line-top-bottom): New command.
13419 (global-map): Bind M-r move-to-window-line-top-bottom.
13420
13421 2009-11-23 Sven Joachim <svenjoac@gmx.de>
13422
13423 * dired-x.el (dired-guess-shell-alist-default):
13424 Support xz format. (Bug#4953)
13425
13426 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
13427
13428 * emulation/viper-cmd.el: Use viper-last-command-char instead of
13429 last-command-char/last-command-event.
13430 (viper-prefix-arg-value): Do correct conversion of event-char for
13431 XEmacs.
13432
13433 * emulation/viper-util.el, emulation/viper.el:
13434 Use viper-last-command-char instead of
13435 last-command-char/last-command-event.
13436
13437 * ediff-init.el, ediff-mult.el, ediff-util.el:
13438 Replace last-command-char and last-command-event
13439 with (ediff-last-command-char) everywhere.
13440
13441 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13442 created in fundamental mode.
13443
13444 * ediff.el (ediff-version): Revert the change of interactive-p to
13445 called-interactively-p.
13446
13447 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
13448
13449 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13450 generation from word-movement command names.
13451
13452 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
13453
13454 * cus-start.el (all): Add native condition for font-use-system-font.
13455
13456 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
13457
13458 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13459 Correct the patch from 2009-11-18. (Bug#3910)
13460
13461 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
13462
13463 * progmodes/subword.el: Rename from lisp/subword.el.
13464
13465 * subword.el: Rename to progmodes/subword.el.
13466
13467 * Makefile.in (ELCFILES): Adapt to subword.el move.
13468
13469 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13470 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13473 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13474 (bookmark-bmenu-show-filenames): Use push.
13475 (bookmark-bmenu-hide-filenames): Use local var instead of
13476 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
13477 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13478 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13479 filenames now that the bookmark names are always available.
13480
13481 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13484 (bookmark-search-pattern): Move and leave unbound.
13485 (bookmark-bmenu-mode-map): Change binding.
13486 (bookmark-read-search-input): Simplify.
13487 Don't use text-char-description. Don't error on non-char events.
13488 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13489 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13490 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13491 Use a local var for the timer.
13492 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13493 (i.e. bookmark-bmenu-search).
13494
13495 2009-11-21 Glenn Morris <rgm@gnu.org>
13496
13497 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
13498
13499 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
13500
13501 * net/browse-url.el (browse-url-default-windows-browser):
13502 Use cygstart for cygwin.
13503
13504 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
13505
13506 * bookmark.el: Formatting and doc fixes only:
13507 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13508 (bookmark-bmenu-search): Wrap to fit within 80 columns.
13509 Minor grammar and punctuation fixes in doc string.
13510 (bookmark-read-search-input): Adjust to fit within 80 columns.
13511
13512 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13513
13514 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13515 (c-backward-into-nomenclature): Adapt to subword renaming.
13516
13517 * subword.el (subword-forward, subword-backward, subword-mark)
13518 (subword-kill, subword-backward-kill, subword-transpose)
13519 (subword-downcase, subword-upcase, subword-capitalize)
13520 (subword-forward-internal, subword-backward-internal):
13521 Rename from forward-subword, backward-subword, mark-subword,
13522 kill-subword, backward-kill-subword, transpose-subwords,
13523 downcase-subword, upcase-subword, capitalize-subword,
13524 forward-subword-internal, backward-subword-internal.
13525
13526 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13527
13528 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13529 New options.
13530 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13531 New vars.
13532 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13533 (bookmark-bmenu-filter-alist-by-regexp)
13534 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13535 (bookmark-bmenu-search): New command.
13536 (bookmark-bmenu-mode-map): Bind it.
13537
13538 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13539
13540 * progmodes/cc-cmds.el: declare-functioned forward-subword and
13541 backward-subword to quit the byte-compiler.
13542
13543 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13544
13545 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13546
13547 * progmodes/cc-cmds.el (c-update-modeline)
13548 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13549 Refer to subword.el functions instead of cc-subword.el.
13550
13551 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13552 subword.el functions instead of cc-subword.el.
13553
13554 * progmodes/cc-subword.el: Rename to subword.el.
13555 * subword.el: Rename from progmodes/cc-subword.el.
13556 (subword-mode-map): Rename from c-subword-mode-map.
13557 (subword-mode): Rename from c-subword-mode.
13558 (global-subword-mode): New global minor mode.
13559 (forward-subword): Rename from c-forward-subword.
13560 (backward-subword): Rename from c-backward-subword.
13561 (mark-subword): Rename from c-mark-subword.
13562 (kill-subword): Rename from c-kill-subword.
13563 (backward-kill-subword): Rename from c-backward-kill-subword.
13564 (transpose-subwords): Rename from c-tranpose-subword.
13565 (downcase-subword): Rename from c-downcase-subword.
13566 (capitalize-subword): Rename from c-capitalize-subword.
13567 (forward-subword-internal): Rename from c-forward-subword-internal.
13568 (backward-subword-internal): Rename from c-backward-subword-internal.
13569
13570 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13571
13572 * vc.el (vc-deduce-fileset): Allow non-state changing operations
13573 from a dired buffer.
13574 (vc-dired-deduce-fileset): New function.
13575 (vc-root-diff, vc-print-root-log): Use it.
13576
13577 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13578 nil LIMIT argument to vc-print-log-internal.
13579
13580 2009-11-20 Glenn Morris <rgm@gnu.org>
13581
13582 * Makefile.in (ELCFILES): Regenerate.
13583
13584 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
13585
13586 * calc/calc.el (calc-set-mode-line):
13587 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13588 (math-format-number): Rename `math-format-complement-signed' to
13589 `math-format-twos-complement'.
13590
13591 * calc/calc-bin.el (math-format-twos-complement): Rename from
13592 math-format-complement-signed.
13593 (calc-radix): Rename `calc-complement-signed-mode' to
13594 `calc-twos-complement-mode'.
13595 (calc-octal-radix, calc-hex-radix): Add an argument for
13596 two's complement.
13597
13598 * calc/calc-embed.el (calc-embedded-mode-vars):
13599 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13600
13601 * calc/calc-ext.el (calc-init-extensions):
13602 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13603 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13604
13605 * calc/calc-units.el (math-build-units-table-buffer):
13606 Let `calc-twos-complement-mode' be nil.
13607
13608 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13609 entries.
13610
13611 * calc/calc-vec.el (calcFunc-vunpack):
13612 * calc/calc-aent.el (calc-do-calc-eval):
13613 * calc/calc-forms.el (math-format-date):
13614 * calc/calc-graph.el (calc-graph-plot):
13615 * calc/calc-math.el (math-use-emacs-fn):
13616 * calc/calccomp.el (math-compose-expr):
13617 Let `calc-twos-complement-mode' be nil.
13618
13619 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13620
13621 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13622 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
13623 * minibuffer.el (completion-in-region-functions): New hook.
13624 (completion-in-region): New function.
13625 * emacs-lisp/lisp.el (lisp-complete-symbol):
13626 * pcomplete.el (pcomplete-std-complete): Use it.
13627
13628 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13631 (latex-complete-alist): New vars.
13632 (latex-string-prefix-p, latex-complete-bibtex-keys)
13633 (latex-complete-envnames, latex-complete-refkeys)
13634 (latex-complete-data): New functions.
13635 (latex-complete, latex-indent-or-complete): New commands.
13636
13637 * window.el (display-buffer-mark-dedicated): New var.
13638 (display-buffer): Obey it.
13639 * minibuffer.el (minibuffer-completion-help): Use it.
13640
13641 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13642
13643 * filecache.el (file-cache-add-file): Use push and cons.
13644 (file-cache-delete-file-regexp): Use push.
13645 (file-cache-complete): Use completion-in-region.
13646
13647 * simple.el (with-wrapper-hook): Fix thinko.
13648
13649 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13650 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13651 Use with-current-buffer and string-to-number.
13652 (hfy-fallback-colour-values): Use assoc-string.
13653 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13654 (hfy-face-at): Remove unused var `found-face'.
13655 (hfy-compile-stylesheet): Remove unused var `css'.
13656 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13657 and `orig-buffer'.
13658 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13659 Use with-current-buffer.
13660 (hfy-text-p): Use expand-file-name and fewer setq.
13661
13662 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
13663
13664 * htmlfontify.el, hfy-cmap.el: New files.
13665
13666 2009-11-19 Juri Linkov <juri@jurta.org>
13667
13668 * minibuffer.el (completions-format): New defcustom.
13669 (completion--insert-strings): Implement vertical format.
13670
13671 * simple.el (switch-to-completions): Move point to the first
13672 completion when point was at the beginning of the buffer.
13673
13674 2009-11-19 Juri Linkov <juri@jurta.org>
13675
13676 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
13677
13678 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13679
13680 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
13681
13682 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13683 (mail-signature): Change default to t.
13684 (mail-from-style): Deprecate `system-default' value.
13685 (mail-insert-from-field): For default value of mail-from-style,
13686 default to `angles' unless `angles' needs quoting and `parens'
13687 does not.
13688 (mail-citation-prefix-regexp): Use citation regexp from
13689 message-mode.
13690
13691 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
13692
13693 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13694 Set variables for computing the prompt for reading password.
13695
13696 2009-11-19 Glenn Morris <rgm@gnu.org>
13697
13698 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
13699
13700 * textmodes/flyspell.el (sgml-lexical-context): Declare.
13701
13702 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13703 (newsticker-treeview-listwindow-height): Fix custom type.
13704
13705 2009-11-19 Kenichi Handa <handa@m17n.org>
13706
13707 * descr-text.el (describe-char-padded-string): Compose with TAB
13708 only if there's a font for CH.
13709 (describe-char): Fix the condition for detecting a trivial composition.
13710
13711 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
13712
13713 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
13714 more accurate version of the regexp. (Bug#3910)
13715
13716 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
13717
13718 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13719
13720 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
13721
13722 * font-setting.el (font-use-system-font): Declare for byte-compiler.
13723 (font-setting-change-default-font): Fix typo in docstring.
13724
13725 2009-11-18 Alan Mackenzie <acm@muc.de>
13726
13727 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13728
13729 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13730
13731 * font-setting.el (font-use-system-font): Move ...
13732
13733 * cus-start.el (all): ... to here.
13734
13735 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
13736
13737 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13738 Don't set `ad-return-value' if `ad-do-it' doesn't.
13739
13740 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13741 modification time.
13742
13743 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13744
13745 * menu-bar.el: Put "Use system font" in Option-menu.
13746 (menu-bar-options-save): Add font-use-system-font.
13747
13748 * loadup.el: If feature system-font-setting or font-render-setting is
13749 there, load font-setting.
13750
13751 * Makefile.in (ELCFILES): Add font-settings.el.
13752 * font-setting.el: New file.
13753
13754 2009-11-17 Glenn Morris <rgm@gnu.org>
13755
13756 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13757
13758 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13759 Preserve point in the list buffer. (Bug#4939)
13760 Use point-at-eol.
13761 (newsticker--treeview-list-update-highlight)
13762 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13763
13764 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13765
13766 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13767 Remove.
13768
13769 * calc/calc-ext.el (calc-init-extensions): Remove references to
13770 symclip.
13771
13772 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13773
13774 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
13775 * calc/calc-help.el (calc-b-prefix-help): Remove references to
13776 `calc-symclip'.
13777
13778 2009-11-16 Kevin Ryde <user42@zip.com.au>
13779
13780 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13781 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
13782
13783 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13784 (lm-keywords-list): Allow comma-only separator like "foo,bar".
13785 Ignore trailing spaces by omit-nulls to split-string (fixing
13786 regression from Emacs 21 due to the incompatible split-string
13787 change). (Bug #4928.)
13788
13789 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13790
13791 * vc.el (vc-log-show-limit): Default to 2000.
13792 (vc-print-log-internal): Insert buttons to request more entries
13793 when limiting the output.
13794
13795 * vc-sccs.el (vc-sccs-print-log):
13796 * vc-rcs.el (vc-rcs-print-log):
13797 * vc-cvs.el (vc-cvs-print-log):
13798 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13799 LIMIT is non-nil.
13800
13801 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
13802
13803 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13804 error when `tramp-gvfs-dbus-event-vector' is set.
13805 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13806
13807 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13810
13811 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
13812
13813 * net/dbus.el (dbus-unregister-service): New defun.
13814 (dbus-register-property): Register the handlers of
13815 "org.freedesktop.DBus.Properties" for SERVICE.
13816 (dbus-property-handler): Fix docstring.
13817
13818 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13819
13820 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13821 Quote doc string reference in defvaralias as it is not in special form.
13822 (byte-compile-output-docform): Doc fix.
13823
13824 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13825
13826 * calc/calc.el (math-2-word-size, math-half-2-word-size)
13827 (calc-complement-signed-mode): New variables.
13828 (calc-set-mode-line): Add indicator for twos-complements.
13829 (math-format-number): Format twos-complement notation.
13830
13831 * calc/calc-bin.el (calc-word-size): Reset the variables
13832 `math-2-word-size' and `math-half-2-word-size'.
13833 (math-format-complement-signed, math-symclip, calcFunc-symclip)
13834 (calc-symclip): New functions.
13835
13836 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13837
13838 * calc/calc-embed.el (calc-embedded-mode-vars):
13839 Add `calc-complement-signed-mode' to the list of modes.
13840
13841 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
13842 (calc-b-oper-keys): Add `calc-symclip' to list.
13843
13844 * calc/calc-ext.el (math-read-number-fancy): Read complement
13845 signed numbers.
13846 (calc-init-extensions): Add binding for `calc-symclip'.
13847 Add autoload for `calcFunc-symclip' and `calc-symclip'.
13848
13849 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13850 `calc-symclip'.
13851 (calc-modes-menu): Add item for twos complement mode.
13852
13853 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
13854
13855 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
13856
13857 * register.el (jump-to-register, insert-register): Handle Semantic
13858 tags. From commented-out advice in semantic/senator.el.
13859
13860 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13861
13862 * vc.el (vc-log-show-limit): New variable.
13863 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
13864 when using a prefix argument.
13865 (vc-print-log-internal): Add new argument LIMIT.
13866
13867 * vc-svn.el (vc-svn-print-log):
13868 * vc-mtn.el (vc-mtn-print-log):
13869 * vc-hg.el (vc-hg-print-log):
13870 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
13871 pass it to the log command when set. Make the BUFFER argument
13872 non-optional.
13873
13874 * vc-sccs.el (vc-sccs-print-log):
13875 * vc-rcs.el (vc-rcs-print-log):
13876 * vc-git.el (vc-git-print-log):
13877 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13878 ignore it. Make the BUFFER argument non-optional
13879
13880 * bindings.el (mode-line-buffer-identification): Do not purecopy.
13881
13882 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * dired.el (dired-mode-map): Move encryption items to "Operate"
13885 menu (Bug#4703).
13886
13887 * strokes.el (strokes-update-window-configuration): Make strokes
13888 buffer current before erasing (Bug#4906).
13889
13890 2009-11-15 Juri Linkov <juri@jurta.org>
13891
13892 * simple.el (set-mark-default-inactive): Add :type, :group
13893 and :version. (Bug#4876)
13894
13895 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
13896
13897 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13898 (archive-unique-fname): ... here. (Bug#4929)
13899
13900 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13901
13902 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13903 with a real fix.
13904
13905 * novice.el (disabled-command-function): Add useful args.
13906 Setup the help buffer so that [back] works.
13907 Remove redundant call to help-mode.
13908 (disabled-command-function): Use `case'.
13909 (en/disable-command): New function extracted from enable-command.
13910 (enable-command, disable-command): Use it.
13911
13912 2009-11-14 Glenn Morris <rgm@gnu.org>
13913
13914 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13915 constants. (Bug#4913)
13916
13917 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13918
13919 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
13920
13921 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13922 defined in C that have no doc-strings. (Bug#1063)
13923
13924 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
13925
13926 * cus-edit.el (data, files):
13927 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
13928
13929 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
13930
13931 * simple.el (shell-command): Doc fix (Bug#4891).
13932
13933 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13934
13935 2009-11-14 Glenn Morris <rgm@gnu.org>
13936
13937 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13938 statements for vc-diff, emerge-quit, and rmail-cease-edit.
13939 If they are already loaded, eval-after-load will do the right thing.
13940
13941 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13942 compiling.
13943
13944 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13945
13946 * simple.el (x-selection-owner-p): Declare.
13947 (read-mail-command): Use custom radio type rather than choice.
13948 (completion-no-auto-exit): Doc fix.
13949
13950 * custom.el (defgroup):
13951 * epg-config.el (epg): Doc fixes.
13952
13953 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13954
13955 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13956 * international/ccl.el (define-ccl-program): Do not purecopy the
13957 docstring, defconst does it anyway.
13958
13959 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13960
13961 * add-log.el (add-change-log-entry): Avoid displaying the changelog
13962 a second time.
13963
13964 * x-dnd.el (x-dnd-maybe-call-test-function):
13965 * window.el (split-window-vertically):
13966 * whitespace.el (whitespace-help-on):
13967 * vc-rcs.el (vc-rcs-consult-headers):
13968 * userlock.el (ask-user-about-lock-help)
13969 (ask-user-about-supersession-help):
13970 * type-break.el (type-break-force-mode-line-update):
13971 * time-stamp.el (time-stamp-conv-warn):
13972 * terminal.el (te-set-output-log, te-more-break, te-filter)
13973 (te-sentinel, terminal-emulator):
13974 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13975 (term-write-input-ring, term-check-source, term-start-output-log):
13976 (term-display-buffer-line, term-dynamic-list-completions):
13977 (term-ansi-make-term, serial-term):
13978 * subr.el (selective-display):
13979 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13980 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13981 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13982 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13983 (speedbar-remove-localized-speedbar-support)
13984 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13985 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13986 (speedbar-buffers-line-directory):
13987 * simple.el (shell-command-on-region, append-to-buffer)
13988 (prepend-to-buffer):
13989 * shadowfile.el (shadow-save-todo-file):
13990 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13991 (scroll-bar-maybe-set-window-start):
13992 * sb-image.el (speedbar-image-dump):
13993 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13994 (load-save-place-alist-from-file):
13995 * ps-samp.el (ps-print-message-from-summary):
13996 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13997 (ps-background-image, ps-begin-job, ps-do-despool):
13998 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13999 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14000 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14001 (pr-call-process, pr-file-list, pr-interface-save):
14002 * novice.el (disabled-command-function)
14003 (enable-command, disable-command):
14004 * mouse.el (mouse-buffer-menu-alist):
14005 * mouse-copy.el (mouse-kill-preserving-secondary):
14006 * macros.el (kbd-macro-query):
14007 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14008 * informat.el (batch-info-validate):
14009 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14010 * hippie-exp.el (try-expand-dabbrev-visible):
14011 * help-mode.el (help-make-xrefs):
14012 * help-fns.el (describe-variable):
14013 * generic-x.el (bat-generic-mode-run-as-comint):
14014 * finder.el (finder-mouse-select):
14015 * find-dired.el (find-dired-sentinel):
14016 * filesets.el (filesets-file-close):
14017 * files.el (list-directory):
14018 * faces.el (list-faces-display, describe-face):
14019 * facemenu.el (list-colors-display):
14020 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14021 * epg.el (epg--process-filter, epg-cancel):
14022 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14023 (epa--read-signature-type):
14024 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14025 (emerge-file-names):
14026 * ehelp.el (electric-helpify):
14027 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14028 * ediff-vers.el (rcs-ediff-view-revision):
14029 * ediff-util.el (ediff-setup):
14030 * ediff-mult.el (ediff-append-custom-diff):
14031 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14032 (ediff-wordify):
14033 * echistory.el (Electric-command-history-redo-expression):
14034 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14035 * disp-table.el (describe-display-table):
14036 * dired.el (dired-find-buffer-nocreate):
14037 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14038 * dabbrev.el (dabbrev--same-major-mode-p):
14039 * chistory.el (list-command-history):
14040 * apropos.el (apropos-documentation):
14041 * allout.el (allout-obtain-passphrase):
14042 (allout-copy-exposed-to-buffer):
14043 (allout-verify-passphrase): Use with-current-buffer.
14044
14045 2009-11-13 Glenn Morris <rgm@gnu.org>
14046
14047 * Makefile.in (ELCFILES): Regenerate.
14048
14049 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
14050
14051 * net/dbus.el (dbus-registered-objects-table): Rename from
14052 `dbus-registered-functions-table', because it contains also properties.
14053 (dbus-unregister-object): Unregister also properties.
14054 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14055 Use a timeout of 500 msec, in order to not block.
14056 (dbus-register-property, dbus-property-handler): New defuns.
14057
14058 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14059
14060 * simple.el (minibuffer-default-add-completions): Drop deprecated
14061 4th arg.
14062
14063 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
14064
14065 * textmodes/artist.el (artist-mouse-choose-operation):
14066 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
14067 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14068 (artist-compute-up-event-key): New function.
14069 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14070
14071 2009-11-13 Kenichi Handa <handa@m17n.org>
14072
14073 * language/japan-util.el: Make sure that the value of jisx0208
14074 property is jisx0208 character.
14075
14076 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14077
14078 * international/mule.el (auto-coding-regexp-alist): Only purecopy
14079 car or each item, not the whole list.
14080
14081 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * minibuffer.el (minibuffer-completion-help):
14084 Use minibuffer-hide-completions.
14085
14086 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
14087
14088 * dired.el (dired-save-positions, dired-restore-positions): New funs.
14089 (dired-revert): Use them (bug#4880).
14090
14091 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14092
14093 * tooltip.el (tooltip-frame-parameters): Undo previous change.
14094
14095 2009-11-12 Juri Linkov <juri@jurta.org>
14096
14097 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14098 New functions.
14099 (find-file-literally-at-point): Alias of `ffap-literally'.
14100
14101 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14102
14103 * textmodes/ispell.el (ispell-skip-region-alist):
14104 * textmodes/css-mode.el (auto-mode-alist):
14105 * progmodes/compile.el (auto-mode-alist):
14106 * international/mule.el (ctext-non-standard-encodings-alist)
14107 (ctext-non-standard-encodings-regexp):
14108 * simple.el (shell-command-switch, text-read-only):
14109 * replace.el (occur-mode-map):
14110 * paths.el (rmail-file-name):
14111 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14112 * find-file.el (ff-special-constructs):
14113 * files.el (file-name-handler-alist):
14114 * composite.el: Purecopy strings.
14115
14116 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14117
14118 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14119
14120 * widget.el (define-widget): Purecopy the docstring.
14121 * international/mule-cmds.el (charset): Do not purecopy the
14122 docstring here, define-widget does it.
14123
14124 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14125 * textmodes/bibtex-style.el (auto-mode-alist):
14126 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14127 * progmodes/compile.el (compile-command):
14128 * language/korea-util.el (default-korean-keyboard):
14129 * international/mule-conf.el (file-coding-system-alist):
14130 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14131 * tooltip.el (tooltip-frame-parameters):
14132 * newcomment.el (comment-end, comment-padding):
14133 * dired.el (dired-trivial-filenames):
14134 * comint.el (comint-file-name-prefix): Purecopy initial values.
14135
14136 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
14137
14138 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14139 (tramp-advice-minibuffer-electric-tilde): Unload advices via
14140 `tramp-unload'.
14141 (tramp-advice-make-auto-save-file-name)
14142 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14143 after removing the advice.
14144
14145 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14146
14147 * progmodes/grep.el (grep-regexp-alist):
14148 * international/mule-cmds.el (iso-2022-control-alist):
14149 * emacs-lisp/timer.el (timer-duration-words):
14150 * subr.el (version-separator, version-regexp-alist):
14151 * minibuffer.el (completion-styles-alist):
14152 * faces.el (face-attribute-name-alist, list-faces-sample-text):
14153 Change defvars to defconsts.
14154
14155 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14156 * loadup.el ("international/mule-conf"): Load the byte compiled version.
14157 * international/mule-conf.el: Allow to be byte compiled.
14158
14159 * international/mule.el (define-charset): Purecopy props.
14160 (load-with-code-conversion): Purecopy doc string and file name.
14161 (put-charset-property): Purecopy strings.
14162 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14163
14164 * international/mule-cmds.el (register-input-method): Purecopy arguments.
14165 (define-char-code-property): Correctly purecopy the table.
14166
14167 * international/ccl.el (define-ccl-program): Purecopy the docstring.
14168
14169 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14170
14171 * subr.el (add-hook): Purecopy strings.
14172 (eval-after-load): Purecopy load-history-regexp and the form.
14173
14174 * custom.el (custom-declare-group): Purecopy load-file-name.
14175
14176 * subr.el (menu-bar-separator): New defconst.
14177 * net/eudc.el (eudc-tools-menu):
14178 * international/mule-cmds.el (set-coding-system-map)
14179 (mule-menu-keymap):
14180 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14181 * vc-hooks.el (vc-menu-map):
14182 * replace.el (occur-mode-map):
14183 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
14184 (menu-bar-edit-menu, menu-bar-goto-menu)
14185 (menu-bar-custom-menu, menu-bar-showhide-menu)
14186 (menu-bar-options-menu, menu-bar-tools-menu)
14187 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14188 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14189 (menu-bar-help-menu):
14190 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14191 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14192
14193 * term/x-win.el (x-gtk-stock-map):
14194 * progmodes/vera-mode.el (auto-mode-alist):
14195 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14196 (inferior-lisp-program, inferior-lisp-load-command):
14197 * progmodes/hideshow.el (hs-special-modes-alist):
14198 * progmodes/gud.el (same-window-regexps):
14199 * progmodes/grep.el (grep-program, find-program, xargs-program):
14200 * net/telnet.el (same-window-regexps):
14201 * net/rlogin.el (same-window-regexps):
14202 * language/ethiopic.el (font-ccl-encoder-alist):
14203 * vc-sccs.el (vc-sccs-master-templates):
14204 * vc-rcs.el (vc-rcs-master-templates):
14205 * subr.el (cl-assertion-failed):
14206 * simple.el (next-error-overlay-arrow-position):
14207 * lpr.el (lpr-command):
14208 * locate.el (locate-ls-subdir-switches):
14209 * info.el (same-window-regexps, info)
14210 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14211 * image-mode.el (image-mode, auto-mode-alist):
14212 * hippie-exp.el (hippie-expand-ignore-buffers):
14213 * format.el (format-alist):
14214 * find-dired.el (find-ls-subdir-switches, find-grep-options)
14215 (find-name-arg):
14216 * facemenu.el (facemenu-keybindings):
14217 * dired.el (dired-listing-switches, dired-chown-program):
14218 * diff.el (diff-switches, diff-command):
14219 * cus-edit.el (same-window-regexps):
14220 * bindings.el (mode-line-mule-info)
14221 (mode-line-buffer-identification): Purecopy strings.
14222
14223 2009-11-11 Juri Linkov <juri@jurta.org>
14224
14225 * simple.el (dired-get-filename) <declare-function>:
14226 Tell the byte-compiler about dired-get-filename.
14227 (shell-command): In Dired mode, get filename from the current line
14228 as the default value.
14229
14230 2009-11-10 Glenn Morris <rgm@gnu.org>
14231
14232 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14233 * calendar/holidays.el, progmodes/cperl-mode.el:
14234 Update x-popup-menu declarations.
14235
14236 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14237 (list-load-path-shadows): Use dolist.
14238 (list-load-path-shadows): Use with-current-buffer.
14239
14240 2009-11-10 Juri Linkov <juri@jurta.org>
14241
14242 * minibuffer.el (read-file-name): Support a list of default values
14243 in `default-filename'. Use the first file name where only one
14244 element is required. Doc fix.
14245
14246 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
14247
14248 * net/dbus.el (dbus-unregister-object): Release service, if no
14249 other method is registered for it.
14250
14251 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
14252
14253 * bookmark.el (bookmark-completing-read): Sort bookmark names if
14254 bookmark-sort-flag is non-nil (Bug#4653).
14255
14256 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
14257
14258 * emulation/cua-base.el: Add CUA property to some CC mode commands
14259 (Bug#4100).
14260
14261 2009-11-08 Kevin Ryde <user42@zip.com.au>
14262
14263 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
14264 at end of sentence (Bug#4818).
14265
14266 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
14267
14268 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14269 Handle "see declaration of" MSFT statements (Bug#4100).
14270
14271 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
14272
14273 * net/tramp.el (tramp-advice-make-auto-save-file-name)
14274 (tramp-advice-file-expand-wildcards): Unload via
14275 `ad-remove-advice'.
14276
14277 * net/trampver.el: Update release number.
14278
14279 2009-11-08 Kevin Ryde <user42@zip.com.au>
14280
14281 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14282 `ad-do-it'.
14283
14284 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
14285
14286 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14287 in order to keep context in SELinux.
14288
14289 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
14290
14291 * dired-aux.el (dired-query): Place cursor in echo area and allow
14292 C-g.
14293
14294 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14295 menu item if not on a directory (Bug#4701).
14296
14297 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
14298
14299 Sync with Tramp 2.1.17.
14300
14301 * net/tramp.el (tramp-handle-copy-directory): Don't use
14302 `file-remote-p' (due to compatibility).
14303
14304 * net/tramp-compat.el (tramp-compat-copy-directory)
14305 (tramp-compat-delete-directory): New defuns.
14306
14307 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14308 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14309 Use `tramp-compat-delete-directory'.
14310
14311 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14312 (tramp-smb-handle-delete-directory):
14313 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
14314
14315 * net/trampver.el: Update release number.
14316
14317 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
14318
14319 * tar-mode.el (tar-copy): Call write-region on the right buffer
14320 (Bug#4857).
14321
14322 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14323 by hand, if necessary (Bug#4878).
14324
14325 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
14326
14327 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14328 align size column (Bug#4839).
14329
14330 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14331 statement.
14332
14333 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14334
14335 * progmodes/ld-script.el (auto-mode-alist):
14336 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14337
14338 * cus-face.el (custom-declare-face): Purecopy face spec.
14339
14340 2009-11-06 Kenichi Handa <handa@m17n.org>
14341
14342 * international/uni-bidi.el: Re-generated.
14343 * international/uni-category.el: Re-generated.
14344 * international/uni-combining.el: Re-generated.
14345 * international/uni-mirrored.el: Re-generated.
14346
14347 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14348
14349 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14350 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14351 (tex-start-options, slitex-run-command, latex-run-command)
14352 (tex-run-command, tex-directory):
14353 * textmodes/ispell.el (ispell-html-skip-alists)
14354 (ispell-tex-skip-alists, ispell-tex-skip-alists):
14355 * textmodes/fill.el (adaptive-fill-first-line-regexp):
14356 (adaptive-fill-regexp):
14357 * textmodes/dns-mode.el (auto-mode-alist):
14358 * progmodes/python.el (interpreter-mode-alist):
14359 * progmodes/etags.el (tags-compression-info-list):
14360 * progmodes/etags.el (tags-file-name):
14361 * net/browse-url.el (browse-url-galeon-program)
14362 (browse-url-firefox-program):
14363 * mail/sendmail.el (mail-signature-file)
14364 (mail-citation-prefix-regexp):
14365 * international/mule-conf.el (eight-bit):
14366 * international/latexenc.el (latex-inputenc-coding-alist):
14367 * international/fontset.el (x-pixel-size-width-font-regexp):
14368 * emacs-lisp/warnings.el (warning-type-format):
14369 * emacs-lisp/trace.el (trace-buffer):
14370 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14371 (emacs-lisp-mode-map):
14372 * calendar/holidays.el (holiday-solar-holidays)
14373 (holiday-bahai-holidays, holiday-islamic-holidays)
14374 (holiday-christian-holidays, holiday-hebrew-holidays)
14375 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14376 (hebrew-holidays-1, holiday-oriental-holidays)
14377 (holiday-general-holidays):
14378 * x-dnd.el (x-dnd-known-types):
14379 * tool-bar.el (tool-bar):
14380 * startup.el (site-run-file):
14381 * shell.el (shell-dumb-shell-regexp):
14382 * rfn-eshadow.el (file-name-shadow-tty-properties)
14383 (file-name-shadow-properties):
14384 * paths.el (remote-shell-program, news-directory):
14385 * mouse.el ([C-down-mouse-3]):
14386 * menu-bar.el (menu-bar-tools-menu):
14387 * jka-cmpr-hook.el (jka-compr-load-suffixes)
14388 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14389 (jka-compr-compression-info-list):
14390 * isearch.el (search-whitespace-regexp):
14391 * image-file.el (image-file-name-extensions):
14392 * find-dired.el (find-ls-option):
14393 * files.el (directory-listing-before-filename-regexp)
14394 (directory-free-space-args, insert-directory-program)
14395 (list-directory-brief-switches, magic-fallback-mode-alist)
14396 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14397 (automount-dir-prefix):
14398 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14399 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14400 (face-font-registry-alternatives, face-font-registry-alternatives)
14401 (face-font-family-alternatives):
14402 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14403 (facemenu-foreground-menu, facemenu-face-menu):
14404 * epa-hook.el (epa-file-name-regexp):
14405 * dnd.el (dnd-protocol-alist):
14406 * textmodes/rst.el (auto-mode-alist):
14407 * button.el (default-button): Purecopy strings.
14408
14409 2009-11-06 Glenn Morris <rgm@gnu.org>
14410
14411 * Makefile.in (ELCFILES): Update.
14412
14413 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14414
14415 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14416 * emacs-lisp/levents.el: Move to obsolete/levents.el.
14417
14418 * nxml/xsd-regexp.el (xsdre-gen-categories):
14419 * nxml/xmltok.el (xmltok-parse-entity):
14420 * nxml/rng-parse.el (rng-parse-validate-file):
14421 * nxml/rng-maint.el (rng-format-manual)
14422 (rng-manual-output-force-new-line):
14423 * nxml/rng-loc.el (rng-save-schema-location-1):
14424 * nxml/rng-cmpct.el (rng-c-parse-file):
14425 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14426 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14427
14428 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
14429
14430 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14431 Remove extra save-excursions and make-variable-buffer-local's.
14432 Suggested by Stefan Monnier.
14433
14434 (verilog-getopt-file, verilog-module-inside-filename-p)
14435 (verilog-set-define): Merge GNU 1.35 and repair changes from
14436 switching to using with-current-buffer.
14437
14438 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14439 being treated as a number and confusing AUTORESET.
14440 Reported by Dan Dever.
14441
14442 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14443 Add verilog-auto-ignore-concat to fix backward compatibility with
14444 older verilog-modes. Reported by Dan Katz.
14445
14446 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14447 containing closing anchors "...$".
14448
14449 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14450 Reported by Wade Smith.
14451
14452 (verilog-batch-execute-func): Comment on function usage.
14453
14454 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
14455
14456 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14457 for labels.
14458
14459 (verilog-label-re, verilog-calc-1): Support proper indent of named
14460 asserts.
14461
14462 (verilog-backward-token, verilog-basic-complete-re)
14463 (verilog-beg-of-statement, verilog-indent-re): Support proper
14464 indent of the assert statement at the beginning of a block of text.
14465
14466 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14467 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14468 tokens as begins.
14469
14470 2009-11-05 Glenn Morris <rgm@gnu.org>
14471
14472 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14473 Emacs 19. (Bug#1531)
14474 (byte-compile-fix-header): Update for the above change.
14475 Drop test for epoch::version.
14476
14477 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
14478 * cus-dep.el (custom-make-dependencies):
14479 * finder.el (finder-compile-keywords):
14480 Use autoload-rubric's feature argument.
14481
14482 * calendar/diary-lib.el (top-level): Make load behave more like require.
14483
14484 * vc-git.el (vc-git-stash-map): Move definition before use.
14485
14486 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14487
14488 * custom.el (custom-declare-group): Purecopy standard-value.
14489 (custom-declare-group): Purecopy custom-prefix.
14490
14491 * international/mule.el (load-with-code-conversion):
14492 Call do-after-load-evaluation unconditionally.
14493
14494 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14495
14496 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14499
14500 2009-11-04 Glenn Morris <rgm@gnu.org>
14501
14502 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14503 (byte-compile-compatibility): Remove option.
14504 (byte-compile-close-variables, byte-compile-fix-header)
14505 (byte-compile-insert-header, byte-compile-output-docform)
14506 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14507 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14508 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14509 (byte-compile-insert, byte-compile-defun):
14510 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
14511 (byte-defop-compiler19): Remove.
14512 Without byte-compile-compatibility, the 'emacs19-opcode property is not
14513 used by anything. Replace all calls with byte-defop-compiler.
14514
14515 2009-11-04 Juri Linkov <juri@jurta.org>
14516
14517 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14518 (menu-bar-options-menu): Don't quote the `prop' arg of
14519 `menu-bar-make-mm-toggle'.
14520
14521 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
14522
14523 * calendar/calendar.el (cal-loaddefs):
14524 * calendar/diary-lib.el (diary-loaddefs):
14525 * calendar/holidays.el (hol-loaddefs):
14526 * eshell/esh-module.el (esh-groups): Load rather than require.
14527
14528 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 * calendar/todo-mode.el (todo-add-category): Don't hardcode
14531 point-min==1.
14532 (todo-top-priorities): Only display-buffer when called interactively.
14533 (todo-item-start): Don't save excursion point.
14534 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
14535 (todo-insert-item-here, todo-file-item, todo-remove-item):
14536 Adjust uses of todo-item-start and todo-item-end.
14537
14538 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14539 (autoload-rubric): Don't use any more.
14540
14541 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14542 and only put a prop if it is non-nil.
14543
14544 2009-11-03 Juri Linkov <juri@jurta.org>
14545
14546 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14547 (menu-bar-options-menu): Fix list quoting (Bug#4429).
14548
14549 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14550 and "Menu" to make top-level menu item visually one unit (like
14551 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14552 multi-word menu items). Fix :help string for quit-window.
14553
14554 2009-11-03 Glenn Morris <rgm@gnu.org>
14555
14556 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14557 (byte-compile-file-form-define-abbrev-table)
14558 (byte-compile-file-form-custom-declare-variable)
14559 (byte-compile-variable-ref, byte-compile-defvar):
14560 Whether or not a warning is enabled should only affect whether we issue
14561 the warning, not whether or not we collect the relevant data.
14562 Eg warnings can be turned on and off throughout the course of a file.
14563
14564 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14565 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14566
14567 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14568
14569 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14570 * play/mpuz.el (mpuz-create-buffer):
14571 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14572 (lm-print-y,s,noise, lm-print-w0, lm-init):
14573 * play/gomoku.el (gomoku-prompt-for-move):
14574 * play/fortune.el (fortune-in-buffer):
14575 * play/dissociate.el (dissociated-press):
14576 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
14577 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
14578 * mail/supercite.el (sc-eref-show):
14579 * mail/smtpmail.el (smtpmail-send-it):
14580 * mail/rmailsum.el (rmail-summary-next-labeled-message)
14581 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14582 (rmail-summary-undelete-many, rmail-summary-rmail-update)
14583 (rmail-summary-goto-msg, rmail-summary-expunge)
14584 (rmail-summary-get-new-mail, rmail-summary-search-backward)
14585 (rmail-summary-add-label, rmail-summary-output-menu)
14586 (rmail-summary-output-body):
14587 * mail/rfc822.el (rfc822-addresses):
14588 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14589 * mail/mailpost.el (post-mail-send-it):
14590 * mail/hashcash.el (hashcash-generate-payment):
14591 * mail/feedmail.el (feedmail-run-the-queue)
14592 (feedmail-queue-send-edit-prompt-help-first)
14593 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14594 (feedmail-deduce-address-list):
14595 * eshell/esh-ext.el (eshell-remote-command):
14596 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14597 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14598 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14599 (viper-save-string-in-file, viper-valid-marker):
14600 * emulation/viper-keym.el (viper-toggle-key):
14601 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14602 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14603 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14604 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14605 (viper-exec-form-in-emacs, viper-brac-function):
14606 * emulation/viper.el (viper-delocalize-var):
14607 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14608 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14609 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14610 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14611 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14612 * emulation/edt.el (edt-electric-helpify):
14613 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14614 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14615 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14616 (cua-indent-to-global-mark-column):
14617 * calendar/diary-lib.el (calendar-mark-1):
14618 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14619 Use with-current-buffer.
14620 * emulation/viper.el (viper-delocalize-var): Use dolist.
14621
14622 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
14623
14624 * comint.el (comint-replace-by-expanded-history-before-point):
14625 Replace !! with the previous input string literally (Bug#1795).
14626
14627 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
14628
14629 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14630 to be made up of whitespace.
14631
14632 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
14633
14634 * minibuffer.el (read-file-name): Don't use file dialogs for
14635 remote directories (Bug#99).
14636
14637 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
14638
14639 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14640
14641 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
14642
14643 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14644 instead of deleting the window or frame.
14645
14646 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
14647
14648 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14649 Support face colors.
14650
14651 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14652 New function. Support face colors (Bug#1168).
14653 (tex-common-initialization): Use it.
14654
14655 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14656 mode allows it (Bug#1168).
14657
14658 2009-10-31 Juri Linkov <juri@jurta.org>
14659
14660 * facemenu.el (list-colors-display): Don't mark buffer as
14661 modified (Bug#3948).
14662
14663 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
14664
14665 * international/mule-diag.el (list-character-sets-1):
14666 Minor message fix (Bug#3526).
14667
14668 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14669 Fix face property (Bug#4834).
14670 (etags-list-tags, etags-tags-apropos-additional)
14671 (etags-tags-apropos, tags-select-tags-table): Add follow-link
14672 property.
14673
14674 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14675 items.
14676
14677 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14678
14679 * textmodes/two-column.el (2C-split):
14680 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14681 * textmodes/tex-mode.el (tex-set-buffer-directory):
14682 * textmodes/spell.el (spell-region, spell-string):
14683 * textmodes/reftex.el (reftex-erase-buffer):
14684 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14685 * textmodes/reftex-toc.el (reftex-toc-promote-action):
14686 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14687 (reftex-select-item):
14688 * textmodes/reftex-ref.el (reftex-label-info-update)
14689 (reftex-offer-label-menu):
14690 * textmodes/reftex-index.el (reftex-index-change-entry)
14691 (reftex-index-phrases-info):
14692 * textmodes/reftex-global.el (reftex-create-tags-file)
14693 (reftex-save-all-document-buffers, reftex-ensure-write-access):
14694 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14695 (reftex-view-crossref-from-bibtex):
14696 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14697 (reftex-extract-bib-entries-from-thebibliography)
14698 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14699 * textmodes/refbib.el (r2b-capitalize-title):
14700 (r2b-convert-buffer, r2b-help):
14701 * textmodes/page-ext.el (pages-directory)
14702 (pages-directory-goto-with-mouse):
14703 * textmodes/bibtex.el (bibtex-validate-globally):
14704 * textmodes/bib-mode.el (bib-capitalize-title):
14705 * textmodes/artist.el (artist-clear-buffer, artist-system):
14706 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14707 (local-set-scheme-interaction-buffer, xscheme-process-filter)
14708 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14709 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14710 (xscheme-send-control-g-interrupt, xscheme-start-process)
14711 (xscheme-process-sentinel, xscheme-cd):
14712 * progmodes/verilog-mode.el (verilog-read-always-signals)
14713 (verilog-set-define, verilog-getopt-file)
14714 (verilog-module-inside-filename-p):
14715 * progmodes/sh-script.el:
14716 * progmodes/python.el (python-pdbtrack-get-source-buffer)
14717 (python-pdbtrack-grub-for-buffer, python-execute-file):
14718 * progmodes/octave-inf.el (inferior-octave):
14719 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14720 (idlwave-shell-compile-helper-routines, idlwave-set-local)
14721 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14722 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14723 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14724 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14725 (idlwave-shell-filter, idlwave-shell-examine-highlight)
14726 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14727 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14728 (idlwave-shell-examine-display, idlwave-shell-run-region)
14729 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14730 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14731 * progmodes/idlw-help.el (idlwave-help-get-special-help)
14732 (idlwave-help-get-help-buffer):
14733 * progmodes/gud.el (gud-basic-call, gud-find-class)
14734 (gud-tooltip-activate-mouse-motions-if-enabled):
14735 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14736 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14737 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14738 (ebrowse-tags-next-file):
14739 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14740 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14741 (ebnf-eps-finish-and-write):
14742 * progmodes/cpp.el (cpp-edit-save):
14743 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14744 * progmodes/cc-defs.el (c-emacs-features):
14745 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14746 (antlr-directory-dependencies):
14747 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14748 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14749 (ada-find-any-references, ada-make-filename-from-adaname)
14750 (ada-make-body-gnatstub):
14751 * obsolete/rnews.el (news-list-news-groups):
14752 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
14753 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14754 * net/rcirc.el (rcirc-debug):
14755 * net/newst-treeview.el (newsticker--treeview-list-add-item)
14756 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14757 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14758 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
14759 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
14760 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14761 (newsticker--treeview-list-clear-highlight)
14762 (newsticker--treeview-list-update-highlight)
14763 (newsticker--treeview-list-highlight-start)
14764 (newsticker--treeview-tree-update-highlight)
14765 (newsticker--treeview-get-selected-item)
14766 (newsticker-treeview-mark-list-items-old)
14767 (newsticker--treeview-set-current-node):
14768 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14769 * net/newst-backend.el (newsticker--get-news-by-funcall)
14770 (newsticker--get-news-by-wget, newsticker--image-get)
14771 (newsticker--image-sentinel):
14772 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14773 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14774 (eudc-ph-close-session):
14775 * net/eudc.el (eudc-save-options):
14776 * language/thai-word.el (thai-update-word-table):
14777 * language/japan-util.el (japanese-string-conversion):
14778 * international/titdic-cnv.el (tsang-quick-converter)
14779 (ziranma-converter, ctlau-converter):
14780 * international/mule-cmds.el (describe-language-environment):
14781 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14782 (skkdic-convert-postfix, skkdic-convert-prefix):
14783 (skkdic-convert-okuri-nasi, skkdic-convert):
14784 * emacs-lisp/re-builder.el (reb-update-overlays):
14785 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14786 * emacs-lisp/gulp.el (gulp-send-requests):
14787 * emacs-lisp/find-gc.el (trace-call-tree):
14788 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14789 (eieio-describe-generic):
14790 * emacs-lisp/eieio-base.el (eieio-persistent-read):
14791 * emacs-lisp/edebug.el (edebug-outside-excursion):
14792 * emacs-lisp/debug.el (debugger-make-xrefs):
14793 * emacs-lisp/cust-print.el (custom-prin1-to-string):
14794 * emacs-lisp/chart.el (chart-new-buffer):
14795 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14796 Use with-current-buffer.
14797 * textmodes/artist.el (artist-system): Don't call
14798 copy-sequence on a fresh string.
14799 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14800
14801 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
14802
14803 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
14804 is no item to edit. (Bug#4820)
14805 (todo-top-priorities): Restore point and restore narrowing in Todo
14806 buffer. (Bug#4820)
14807
14808 2009-10-31 Glenn Morris <rgm@gnu.org>
14809
14810 * net/ange-ftp.el (top-level): Don't require dired when compiling.
14811 (comint-last-output-start, comint-last-input-start)
14812 (comint-last-input-end): Don't defvar when compiling.
14813 (ange-ftp-process-file): Use bound-and-true-p.
14814
14815 * pcmpl-rpm.el (top-level): Move provide statement to end.
14816 (pcmpl-rpm): Remove unused custom group.
14817
14818 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14819
14820 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14821
14822 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14823 (byte-compile-warnings): Add `constants' as an option.
14824 (byte-compile-callargs-warn, byte-compile-arglist-warn)
14825 (display-call-tree): Update for byte-compile-fdefinition possibly
14826 returning `(macro lambda ...)'. (Bug#4778)
14827 (byte-compile-variable-ref, byte-compile-setq-default):
14828 Respect `constants' member of byte-compile-warnings.
14829
14830 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14831
14832 * vc-bzr.el (vc-bzr-revision-keywords): New var.
14833 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14834 to "submit:".
14835
14836 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14837
14838 * textmodes/ispell.el (ispell-skip-region-alist):
14839 * international/mule-conf.el (eight-bit):
14840 * international/fontset.el (font-encoding-alist):
14841 * startup.el (pure-space-overflow-message):
14842 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14843 * paths.el (gnus-nntp-service, rmail-spool-directory)
14844 (term-file-prefix):
14845 * files.el (save-some-buffers-action-alist):
14846 * cmuscheme.el (same-window-buffer-names):
14847 * ielm.el (same-window-buffer-names):
14848 * shell.el (same-window-buffer-names):
14849 * mail/sendmail.el (same-window-buffer-names):
14850 * progmodes/inf-lisp.el (same-window-buffer-names):
14851 * bindings.el (mode-line-client)
14852 (mode-line-column-line-number-mode-map):
14853 * language/tibetan.el (tibetan-precomposition-rule-regexp)
14854 (tibetan-precomposed-regexp): Purecopy string arguments.
14855
14856 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14857
14858 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14859 (calcDigit-nondigit):
14860 * calc/calc-yank.el (calc-copy-to-buffer):
14861 * calc/calc-units.el (calc-invalidate-units-table):
14862 * calc/calc-trail.el (calc-trail-yank):
14863 * calc/calc-store.el (calc-insert-variables):
14864 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14865 * calc/calc-prog.el (calc-read-parse-table):
14866 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14867 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14868 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14869 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14870 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14871 (calc-graph-name, calc-graph-find-command, calc-graph-view)
14872 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14873 * calc/calc-ext.el (calc-realign):
14874 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14875 (calc-embedded-finish-edit, calc-embedded-make-info)
14876 (calc-embedded-finish-command, calc-embedded-stack-change):
14877 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14878
14879 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14880 shell-dynamic-complete-filename in preference to
14881 comint-dynamic-complete-filename.
14882
14883 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14884 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14885 Don't consider whether the display supports colors.
14886 (bookmark-import-new-list): Use dolist.
14887 (bookmark-bmenu-mode-map): Move initialization into declaration.
14888 (bookmark-bmenu-list): Use dolist, simplify.
14889 (bookmark-show-all-annotations): Use save-selected-window and dolist.
14890 (menu-bar-final-items): Use push.
14891
14892 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
14893
14894 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14895 it works on remote files.
14896 (vc-hg-diff): Don't pass any `--cwd' argument.
14897
14898 2009-10-27 Kevin Ryde <user42@zip.com.au>
14899
14900 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14901 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
14902 (Further to Bug#3921).
14903
14904 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
14905
14906 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14907 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14908 calling `tramp-imap-put-file'. Add file size to the call.
14909 (tramp-imap-get-file-entries): Compute also user name, file size,
14910 and date.
14911 (tramp-imap-handle-insert-directory): Insert uid and gid.
14912 (tramp-imap-handle-file-attributes): Transform uid and gid
14913 according to `id-format'.
14914 (tramp-imap-put-file): New optional parameter SIZE. Encode file
14915 size in header X-Size.
14916
14917 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
14918
14919 * simple.el (transpose-subr): Give clearer error when the mark
14920 is not set. (Bug#4807)
14921
14922 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
14923
14924 * net/tramp.el (tramp-perl-file-truename): New defconst.
14925 Perl code contributed by yary <not.com@gmail.com> (tiny change).
14926 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
14927 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14928 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
14929
14930 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14931 Ignore `dired-call-process'.
14932 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14933
14934 2009-10-26 Julian Scheid <julians37@gmail.com>
14935
14936 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
14937 (tramp-get-remote-readlink): New defun.
14938 (tramp-handle-file-truename): Use it.
14939 (tramp-handle-file-exists-p): Check file-attributes cache, assume
14940 file exists if cache value present.
14941 (tramp-check-cached-permissions): New defun.
14942 (tramp-handle-file-readable-p): Use it.
14943 (tramp-handle-file-writable-p): Likewise.
14944 (tramp-handle-file-executable-p): Likewise.
14945 (tramp-handle-file-name-all-completions): Try using Perl to get
14946 partial completions. When perl not available, combine `cd' and
14947 `ls' into single remote operation and use shell expansion to get
14948 partial remote directory contents. Set `file-exists-p' cache for
14949 directory and any files returned by ls. Change cache handling to
14950 support partial directory contents. Use error message emitted by
14951 remote `cd' or Perl code for local tramp-error.
14952 (tramp-do-copy-or-rename-file-directly): Avoid separate
14953 tramp-send-command-and-check call.
14954 (tramp-handle-process-file): Merge three remote ops into one.
14955 Do not flush all caches when `process-file-side-effects' is set.
14956 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14957 file-attributes shows uid/gid to be set already.
14958
14959 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14960
14961 * textmodes/tex-mode.el (tex-dvi-view-command)
14962 (tex-show-queue-command, tex-open-quote):
14963 * progmodes/ruby-mode.el (auto-mode-alist)
14964 (interpreter-mode-alist): Purecopy strings.
14965
14966 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14967
14968 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14969 string for the hook, keymap and abbrev table.
14970
14971 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14972
14973 * x-dnd.el (x-dnd-xdnd-to-action):
14974 * startup.el (fancy-startup-text, fancy-about-text): Change to
14975 defconst from defvar.
14976
14977 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14978
14979 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14980 Purecopy initialization strings.
14981
14982 * mail/sendmail.el (mail-header-separator)
14983 (mail-personal-alias-file):
14984 * mail/rmail.el (rmail-default-dont-reply-to-names)
14985 (rmail-ignored-headers, rmail-retry-ignored-headers)
14986 (rmail-highlighted-headers, rmail-secondary-file-directory)
14987 (rmail-secondary-file-regexp):
14988 * files.el (null-device, file-name-invalid-regexp)
14989 (locate-dominating-stop-dir-regexp)
14990 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
14991 (interpreter-mode-alist): Use mapcar instead of mapc.
14992
14993 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14994
14995 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14996 (completion-ignored-extensions):
14997 (debug-ignored-errors): Purecopy strings.
14998
14999 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15000
15001 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15002 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15003 (pcomplete--here): Use push.
15004
15005 * subr.el (all-completions): Declare the 4th arg obsolete.
15006
15007 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * pcomplete.el (pcomplete-unquote-argument-function): New var.
15010 (pcomplete-unquote-argument): New function.
15011 (pcomplete--common-suffix): Always pay attention to case.
15012 (pcomplete--table-subvert): Quote and unquote the text.
15013 (pcomplete--common-quoted-suffix): New function.
15014 (pcomplete-std-complete): Use it and pcomplete-begin.
15015
15016 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15017 we're inside a dedicated or minibuffer window.
15018
15019 2009-10-24 Karl Fogel <kfogel@red-bean.com>
15020
15021 * bookmark.el: Update documentation, especially documentation
15022 of `bookmark-alist' and of the bookmark file format.
15023 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
15024
15025 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
15026
15027 * mail/emacsbug.el (report-emacs-bug): Clarify that the
15028 keybindings apply to the mail buffer (Bug#4003). Shrink help
15029 window to buffer.
15030
15031 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15032 (global-whitespace-mode, global-whitespace-newline-mode)
15033 (whitespace-toggle-options, global-whitespace-toggle-options):
15034 Doc fix (Bug#3660).
15035
15036 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15037 of xmltok-start before the end tag was inserted (Bug#2840).
15038
15039 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15040 patterns that are preceded by an open-paren (Bug#1320).
15041
15042 2009-10-24 Sven Joachim <svenjoac@gmx.de>
15043
15044 * files.el (delete-directory): Delete symlinks to directories with
15045 delete-file (Bug#4739).
15046
15047 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15048
15049 * vc.el (vc-backend-for-registration): Rename from
15050 vc-get-backend-for-registration. Update callers.
15051
15052 * international/mule-cmds.el (set-language-info-alist):
15053 Purecopy lang-env.
15054 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15055 (charset): Purecopy the name.
15056 (define-char-code-property): Purecopy string arguments.
15057
15058 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15059 Purecopy string arguments.
15060
15061 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15062 * ediff-hook.el (menu-bar-ediff-menu):
15063 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15064 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15065
15066 2009-10-24 Glenn Morris <rgm@gnu.org>
15067
15068 * comint.el (comint-dynamic-list-completions):
15069 * term.el (term-dynamic-list-completions): Use choose-completion rather
15070 than obsolete alias mouse-choose-completion.
15071
15072 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15073 file-cache-choose-completion.
15074 (file-cache-choose-completion): Handle an optional event argument.
15075 (file-cache-mouse-choose-completion): Make it an obsolete alias.
15076
15077 * progmodes/octave-mod.el (octave-complete-symbol):
15078 Use choose-completion if mouse-choose-completion is ever removed.
15079
15080 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15081 use.
15082
15083 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15084 compiler.
15085
15086 * vc-hooks.el (vc-responsible-backend): Fix declaration.
15087
15088 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15089
15090 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15091 Ignore `pred' now that we receive one.
15092 Handle test-completion specially.
15093
15094 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15095
15096 * vc.el (vc-responsible-backend): Throw an error if not backend is
15097 found. Remove the REGISTER argument. Move the code dealing with
15098 REGISTER ...
15099 (vc-get-backend-for-registration): ... here. New function.
15100 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15101 of vc-responsible-backend, pass the file name instead of the
15102 directory name.
15103
15104 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15105
15106 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15107 New funs.
15108 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
15109 (pcomplete-comint-setup): Don't modify a global var via
15110 accidental side-effects.
15111 (pcomplete-shell-setup): Adjust call accordingly.
15112 (pcomplete-parse-comint-arguments): Use push.
15113
15114 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
15115
15116 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15117 Allow uncapitalized info node names (Bug#3921).
15118
15119 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15120 to the DEBUG file (Bug#3781).
15121
15122 2009-10-23 Jari Aalto <jari.aalto@cante.net>
15123
15124 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15125 dictionary entry (Bug#4579).
15126
15127 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
15128
15129 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15130 from `rfn-eshadow-update-overlay-hook' when unloading.
15131 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15132 "rsyncc". Adjust doc string.
15133 (tramp-temp-buffer-file-name): New buffer-local defvar.
15134 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15135 Keep temporary file when indicated by method ("rsync" and
15136 "rsyncc").
15137 (tramp-handle-write-region): Handle APPEND.
15138 (tramp-delete-temp-file-function): New defun. Added to
15139 `kill-buffer-hook'.
15140
15141 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
15142
15143 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15144
15145 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15146
15147 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15148 (color-name-rgb-alist, tty-standard-colors)
15149 (tty-color-mode-alist): Change to defconst.
15150
15151 * simple.el (mark-inactive): Purecopy message.
15152
15153 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15154 (global-map, yank-menu):
15155 * textmodes/ispell.el (ispell-menu-map):
15156 * net/eudc.el (eudc-tools-menu):
15157 * international/mule-cmds.el (describe-language-environment-map)
15158 (setup-language-environment-map, set-coding-system-map)
15159 (mule-menu-keymap):
15160 * vc-hooks.el (vc-menu-entry, vc-menu-map):
15161 * replace.el (occur-mode-map):
15162 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15163
15164 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
15165
15166 * calc/calc.el (math-read-number, math-read-number-simple):
15167 Use `save-match-data'.
15168
15169 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15170
15171 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15172 rather than fiddling with global-map bindings, since it should only
15173 affect per-terminal settings.
15174 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15175
15176 * minibuffer.el (completion-table-with-terminator): Allow to specify
15177 the terminator-regexp.
15178
15179 * simple.el (switch-to-completions): Look for *Completions* in other
15180 frames as well.
15181
15182 * pcomplete.el: Allow the use of completion-tables.
15183 (pcomplete-std-complete): New command.
15184 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15185 (pcomplete--here): Use a function for `form' rather than an expression,
15186 so it can be byte-compiled.
15187 (pcomplete-here, pcomplete-here*): Adjust accordingly.
15188 Add edebug declaration.
15189 (pcomplete-show-completions): Remove unused var `curbuf'.
15190 (pcomplete-do-complete, pcomplete-stub):
15191 Don't assume `completions' is a list of strings any more.
15192
15193 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
15194
15195 * find-dired.el (find-name-arg): Fix typo in docstring.
15196
15197 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15200 (pcmpl-linux-fs-types): Same, and update to new modules layout.
15201
15202 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15203 pcomplete-entries.
15204
15205 * comint.el (comint-read-input-ring, comint-write-input-ring)
15206 (comint-substitute-in-file-name)
15207 (comint-dynamic-complete-as-filename)
15208 (comint-dynamic-simple-complete)
15209 (comint-dynamic-list-filename-completions)
15210 (comint-dynamic-list-completions)
15211 (comint-redirect-results-list-from-process): Minor simplifications.
15212
15213 2009-10-21 Kevin Ryde <user42@zip.com.au>
15214
15215 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15216 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
15217 the first form. And insert a blank line after ";;; Code" since
15218 that's usual style. (Bug#4612)
15219
15220 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15221
15222 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * minibuffer.el (completion-table-with-terminator): Properly implement
15225 boundaries, in case `terminator' appears in the suffix.
15226 (completion--embedded-envvar-table): Don't return boundaries if
15227 there's no valid completion. Simplify.
15228 (completion-file-name-table): New completion table extracted from
15229 completion--file-name-table.
15230 (completion--file-name-table): Use it.
15231 (read-file-name-predicate): Declare obsolete.
15232 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15233 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15234 completion-file-name-table, and use the `pred' argument.
15235 * files.el (locate-file-completion-table): Use the `pred' arg rather
15236 than read-file-name-predicate.
15237 (abbreviate-file-name): Use \` rather than ^ for BOS.
15238
15239 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15240
15241 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15242 vc-responsible-backend to register, it causes problems.
15243
15244 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15245
15246 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15247
15248 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
15249
15250 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15251 (tramp-smb-handle-file-attributes): Use it.
15252 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15253 (tramp-smb-handle-insert-directory): Use `mapc' rather than
15254 `mapcar'. Use `tramp-smb-get-stat-capability'.
15255 Add `dired-filename' text properties.
15256 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15257 (tramp-smb-maybe-open-connection): Simplify check for smbclient
15258 version.
15259
15260 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * subr.el (read-key-delay): Reduce to 0.01.
15263 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15264 (bug#4751).
15265
15266 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15267
15268 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15269
15270 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15271 (Info-menu): Remove unused vars `last' and `completions'.
15272 (Info-index-nodes): Remove unused var `node'.
15273
15274 * info.el (Info-complete-menu-item): Use complete-with-action.
15275
15276 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15277
15278 Make vc-annotate work through copies and renames.
15279 * vc-annotate.el (vc-annotate-extract-revision-at-line):
15280 Return the file name too.
15281 (vc-annotate-revision-at-line)
15282 (vc-annotate-find-revision-at-line)
15283 (vc-annotate-revision-previous-to-line)
15284 (vc-annotate-show-log-revision-at-line): Update to get the file
15285 name from vc-annotate-extract-revision-at-line.
15286 (vc-annotate-show-diff-revision-at-line-internal): Change the
15287 argument to mean whether to show a file diff or not. Get the file
15288 name from vc-annotate-extract-revision-at-line.
15289 (vc-annotate-show-diff-revision-at-line):
15290 Update vc-annotate-show-diff-revision-at-line call.
15291 (vc-annotate-warp-revision): Add an optional file argument.
15292
15293 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15294 (vc-git-annotate-extract-revision-at-line): Also return the file
15295 name if found.
15296
15297 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15298 command. Remove unused code.
15299 (vc-hg-annotate-re): Update to match --follow output.
15300 (vc-hg-annotate-extract-revision-at-line): Also return the file
15301 name if found.
15302
15303 * vc.el: Update annotate-extract-revision-at-line documentation.
15304
15305 2009-10-18 Kevin Ryde <user42@zip.com.au>
15306
15307 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15308 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15309
15310 * net/browse-url.el (browse-url): Identify alist with "consp and
15311 not functionp" and let all other things go down the `apply' leg,
15312 as suggested by Stefan. (Further to bug#4531.)
15313
15314 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
15315
15316 * minibuffer.el (read-file-name): Check for repeat before putting
15317 a default argument in file-name-history (Bug#4657).
15318
15319 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15320 read syntax (Bug#4737).
15321
15322 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
15323
15324 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15325
15326 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15327 (html-tag-alist, html-tag-help): Add descriptions for undocumented
15328 entries and make note of obsolete tags.
15329
15330 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15331
15332 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15333
15334 2009-10-18 Glenn Morris <rgm@gnu.org>
15335
15336 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15337 grep, so that binary files (eg international/uni-bidi.el) can match.
15338 Remove test for "UnicodeData" files, since it is hopefully unnecessary
15339 now, and in any case the file header format has changed.
15340
15341 2009-10-17 Glenn Morris <rgm@gnu.org>
15342
15343 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15344 (flyspell-get-word, flyspell-large-region)
15345 (flyspell-auto-correct-previous-word): Doc/error message fixes.
15346
15347 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
15348
15349 * Makefile.in (ELCFILES): Add ede/shell.
15350
15351 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15352
15353 * term/common-win.el (x-colors): Purecopy it.
15354
15355 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15358 permissive for when the buffer is empty.
15359 (tar-header-block-tokenize): Decode the username and groupname.
15360 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15361
15362 2009-10-17 Eric Ludlam <zappo@gnu.org>
15363
15364 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15365 contains multibyte characters, choose first applicable coding
15366 system automatically.
15367
15368 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15369
15370 * international/mule-cmds.el (select-safe-coding-system): If the file
15371 has a coding cookie, use it regardless of any other setting (bug#4712).
15372
15373 2009-10-17 Glenn Morris <rgm@gnu.org>
15374
15375 * foldout.el (foldout-mouse-swallow-events):
15376 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15377
15378 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15379 (dired-keep-marker-copy, dired-keep-marker-hardlink)
15380 (dired-keep-marker-symlink, dired-dwim-target)
15381 (dired-copy-preserve-time): Do not autoload these defcustoms.
15382
15383 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15384 messages from messing up the file coding. (Bug#4623)
15385
15386 2009-10-17 Jari Aalto <jari.aalto@cante.net>
15387
15388 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15389 if no match is found for the current dictionary. (Bug#4578)
15390
15391 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15392 optional, since that is how it is documented, and this is often called
15393 with a nil argument. (Bug#4577)
15394 (flyspell-external-point-words, flyspell-auto-correct-word)
15395 (flyspell-correct-word-before-point, flyspell-word-search-forward)
15396 (flyspell-word-search-backward): Remove nil argument in calls to
15397 flyspell-get-word, since it is not needed now.
15398
15399 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
15400
15401 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
15402
15403 2009-10-16 Glenn Morris <rgm@gnu.org>
15404
15405 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15406
15407 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
15408
15409 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15410 (ange-ftp-file-size): New function.
15411 (ange-ftp-file-attributes): Use it.
15412
15413 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
15414
15415 * net/tramp-smb.el (tramp-smb-version): New defvar.
15416 (tramp-smb-maybe-open-connection): Use it, in order to avoid
15417 repeated checks.
15418
15419 2009-10-16 Glenn Morris <rgm@gnu.org>
15420
15421 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15422 Maybe copy some custom properties from old to new name. (Bug#4706)
15423
15424 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
15425
15426 * subr.el (error, sit-for, start-process-shell-command)
15427 (start-file-process-shell-command): Set the calling convention
15428 after the function definition.
15429
15430 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15431
15432 * subr.el (error, sit-for, start-process-shell-command)
15433 (start-file-process-shell-command): Use the new
15434 set-advertised-calling-convention feature.
15435
15436 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
15437
15438 * international/ucs-normalize.el (ucs-normalize-version):
15439 Change to 1.2.
15440 (check-range): Adjust for Unicode 5.2.
15441
15442 2009-10-15 Juri Linkov <juri@jurta.org>
15443
15444 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15445 to the `menu-item' format.
15446
15447 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
15448
15449 * net/tramp.el (tramp-replace-environment-variables): Do not fail
15450 if the environment variable does not exist.
15451
15452 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15453 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15454 parameter.
15455 (tramp-smb-handle-add-name-to-file)
15456 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15457 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15458 (tramp-smb-handle-file-attributes)
15459 (tramp-smb-do-file-attributes-with-stat)
15460 (tramp-smb-handle-file-local-copy)
15461 (tramp-smb-handle-insert-directory)
15462 (tramp-smb-handle-make-directory)
15463 (tramp-smb-handle-make-directory-internal)
15464 (tramp-smb-handle-make-symbolic-link)
15465 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15466 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15467 (tramp-smb-maybe-open-connection): Apply the changed parameters.
15468 (tramp-smb-read-file-entry): Read Disk names in compressed format.
15469 Handle long file names.
15470 (tramp-smb-get-cifs-capabilities): Check, whether the connection
15471 process is running.
15472 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15473 Read share names with "-g" option.
15474
15475 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
15476
15477 * net/rcirc.el (rcirc-view-log-file): New command.
15478 (rcirc-track-minor-mode-map): Remove C-c ` binding.
15479 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15480 specified.
15481
15482 2009-10-15 Glenn Morris <rgm@gnu.org>
15483
15484 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15485 from the second command-line argument.
15486 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15487 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15488 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15489 w32-batch-update-autoloads.
15490 * emacs-lisp/autoload.el (autoload-make-program): New variable.
15491 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15492
15493 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15494 the headers cannot be located. Simplify, subtracting superflous
15495 save-excursions.
15496
15497 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 Replace completion-base-size by completion-base-position to fix bugs
15500 such as (bug#4699).
15501 * simple.el (completion-base-position): New var.
15502 (completion-base-size): Mark as obsolete.
15503 (choose-completion): Make it work for mouse events as well.
15504 Pass the new base-position to choose-completion-string.
15505 (choose-completion-guess-base-position): New function, extracted from
15506 choose-completion-delete-max-match.
15507 (choose-completion-delete-max-match): Use it. Make obsolete.
15508 (choose-completion-string): Use the new base-position info.
15509 (completion-root-regexp): Delete.
15510 (completion-setup-function): Preserve completion-base-position.
15511 Eliminate obsolete base-size manipulation.
15512 * minibuffer.el (display-completion-list): Don't mess with base-size.
15513 (minibuffer-completion-help): Set completion-base-position instead.
15514 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15515 choose-completion.
15516 * textmodes/bibtex.el (bibtex-complete):
15517 * emacs-lisp/crm.el (crm--choose-completion-string):
15518 Adjust to new calling convention.
15519 * complete.el (partial-completion-mode): Use minibufferp to avoid
15520 bumping into incompatible change to choose-completion-string-functions.
15521 * ido.el (ido-choose-completion-string): Make its calling convention
15522 more permissive.
15523 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15524 base-size manipulation.
15525 (comint-dynamic-list-input-ring): Use dotimes and push.
15526 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15527 fundamental-mode. Use `or'.
15528
15529 2009-10-14 Juri Linkov <juri@jurta.org>
15530
15531 * misearch.el (multi-isearch-next-buffer-from-list)
15532 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
15533
15534 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15535
15536 * Makefile.in (compile-onefile): Load `bytecomp' rather than
15537 `bytecomp.el'.
15538
15539 * minibuffer.el (completion-pcm--merge-completions): Make sure the
15540 string we return is all made up of text from the completions rather
15541 than part from the completions and part from the input (bug#4219).
15542
15543 * ido.el (ido-everywhere): Use define-minor-mode.
15544
15545 * buff-menu.el (list-buffers, ctl-x-map):
15546 Mark the entry points with ;;;###autoload cookies.
15547
15548 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
15549
15550 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15551 correctly in the detached head case.
15552 (vc-git-print-log): Remove unused binding.
15553
15554 * vc.el (vc-responsible-backend): When a directory is passed for
15555 for registration create a VC repository if no backend is
15556 responsible for the directory argument.
15557 (vc-deduce-fileset): Tell vc-responsible-backend to register.
15558
15559 * vc.el: Move comments about RCS and SCCS ...
15560 * vc-rcs.el:
15561 * vc-sccs.el: ... here, respectively.
15562
15563 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * minibuffer.el (completion--file-name-table): Return nil if there's
15566 no file completion, even if substitute-in-file-name changed
15567 the string (bug#4708).
15568
15569 2009-10-13 Juri Linkov <juri@jurta.org>
15570
15571 * files-x.el (read-file-local-variable-value): Don't filter out
15572 minor modes from mode name completion (bug#4664).
15573
15574 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
15575
15576 * international/mule-cmds.el (ucs-names): Remove exclusion of
15577 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15578
15579 2009-10-13 Kenichi Handa <handa@m17n.org>
15580
15581 * international/uni-name.el: Regenerated.
15582
15583 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
15584
15585 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
15586 should be automatically buffer-local, but isn't.)
15587
15588 2009-10-12 Sam Steingold <sds@gnu.org>
15589
15590 * progmodes/compile.el (compilation-next-error-function): Fix the
15591 timestamps if the buffer has been visited before.
15592 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15593 non-anchored patterns, like the perl one (bug#3928).
15594
15595 2009-10-12 Glenn Morris <rgm@gnu.org>
15596
15597 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15598 Let-bind `size'.
15599
15600 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
15601
15602 * proced.el (proced-unload-function): New function.
15603
15604 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15605 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15606 Doc fix.
15607
15608 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15609
15610 2009-10-11 Juri Linkov <juri@jurta.org>
15611
15612 * files-x.el (read-file-local-variable-value):
15613 Provide default value only for bound variables (bug#4664).
15614
15615 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
15616
15617 * net/tramp.el (tramp-local-host-p): Function shall return nil for
15618 connection methods like smb.
15619
15620 * net/tramp-cache.el (tramp-flush-connection-property): The hash
15621 can be empty.
15622
15623 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15624 (tramp-smb-file-name-handler-alist): Add handlers for
15625 `add-name-to-file', `make-symbolic-link'.
15626 (tramp-smb-handle-add-name-to-file)
15627 (tramp-smb-do-file-attributes-with-stat)
15628 (tramp-smb-handle-make-symbolic-link)
15629 (tramp-smb-get-cifs-capabilities): New defuns.
15630 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15631 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15632 (tramp-smb-handle-file-local-copy)
15633 (tramp-smb-handle-make-directory-internal)
15634 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15635 The file name syntax depends on cifs capabilities.
15636 (tramp-smb-handle-file-attributes):
15637 Call `tramp-smb-do-file-attributes-with-stat' if possible.
15638 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15639 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
15640
15641 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
15642
15643 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15644 (eieio-defclass): Apply deftype handler and setf-method properties
15645 directly.
15646 (eieio-add-new-slot): Avoid union function from cl library.
15647 (eieio--typep): New function.
15648 (eieio-perform-slot-validation): Use it.
15649
15650 2009-10-10 Karl Fogel <kfogel@red-bean.com>
15651
15652 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
15653 Update documentation to refer to the variables documented in r1.135.
15654 (Bug#4188)
15655
15656 2009-10-10 Karl Fogel <kfogel@red-bean.com>
15657
15658 * bookmark.el (Info-suffix-list): Remove this unused variable.
15659 (bookmark-current-point): Remove this obsolete variable.
15660 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15661 Adjust for removal of bookmark-current-point.
15662
15663 (bookmarks-already-loaded, bookmark-current-buffer)
15664 (bookmark-yank-point): Document. (Bug#4188)
15665
15666 2009-10-10 Glenn Morris <rgm@gnu.org>
15667
15668 * frame.el (frame-height): Doc fix.
15669
15670 * calendar/calendar.el (calendar-split-width-threshold): New option.
15671 (calendar-basic-setup): Use calendar-split-width-threshold.
15672
15673 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
15674
15675 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15676 Ideographic Supplement" range (U+1F200..U+1F2FF).
15677
15678 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15679
15680 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
15681 since the list will have been rebuilt anyway. (Bug#4349)
15682
15683 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15684
15685 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
15686 (bookmark-bmenu-execute-deletions): Don't save here, as
15687 bookmark-delete will now do so if necessary.
15688 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
15689 (Bug#4348)
15690
15691 2009-10-09 Glenn Morris <rgm@gnu.org>
15692
15693 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15694
15695 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15696
15697 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15698 (bookmark-jump-other-window): Just invoke bookmark-jump with new
15699 argument now, so the two function's behaviors will match. (Bug#3645)
15700
15701 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
15702
15703 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
15704 (tramp-file-name-real-host, tramp-file-name-port):
15705 Apply `save-match-data'.
15706
15707 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15708 case both directories are remote.
15709 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
15710 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
15711
15712 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
15713
15714 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15715
15716 2009-10-07 Glenn Morris <rgm@gnu.org>
15717
15718 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15719 of concat.
15720
15721 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
15722
15723 * files-x.el (read-file-local-variable): Include some
15724 non-user-variables in the completion table (bug#4664).
15725
15726 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
15727
15728 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15729 message.
15730
15731 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15732 (tramp-smb-file-name-handler-alist): Add handler for
15733 `copy-directory', `expand-file-name', `set-file-modes'.
15734 (tramp-smb-handle-copy-directory)
15735 (tramp-smb-handle-expand-file-name)
15736 (tramp-smb-handle-set-file-modes): New defuns.
15737 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15738 (tramp-smb-handle-file-attributes): Simplify check for retrieving
15739 entry.
15740 (tramp-smb-handle-insert-directory): Don't flush the cache.
15741 (tramp-smb-maybe-open-connection): Check for samba client and
15742 server versions.
15743
15744 2009-10-07 Eli Zaretskii <eliz@gnu.org>
15745
15746 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15747 to not error out of search for "^lisp=" fails.
15748
15749 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
15750
15751 * makefile.w32-in (WINS_UPDATES): New macro.
15752 (custom-deps, finder-data, autoloads): Use it.
15753
15754 2009-10-07 Glenn Morris <rgm@gnu.org>
15755
15756 * Makefile.in (autoloads): Revert previous change.
15757 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15758 the list of preloaded files passed on the command-line, get
15759 it from src/Makefile.
15760
15761 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15762 show the original buffer rather than a random one.
15763
15764 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
15765
15766 * help.el (describe-no-warranty): Place point in a slightly better
15767 position in the GPLv3 text.
15768
15769 2009-10-06 Sam Steingold <sds@gnu.org>
15770
15771 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15772 the comm attribute is present before calling regexp-quote.
15773
15774 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
15775
15776 * play/animate.el (animate-string): For good effect, make sure
15777 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15778
15779 * play/animate.el (animate-sequence, animate-birthday-present):
15780 * misc.el (butterfly): Don't set `indent-tabs-mode'.
15781
15782 2009-10-06 Glenn Morris <rgm@gnu.org>
15783
15784 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15785
15786 * emacs-lisp/autoload.el (autoload-excludes): New variable.
15787 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15788 (batch-update-autoloads): Process a string value of autoload-excludes,
15789 set during the build process.
15790 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
15791
15792 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15793 inside with-parsed... macro so that `v' is defined.
15794
15795 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15796 * progmodes/fortran.el (fortran-end-of-block)
15797 (fortran-beginning-of-block):
15798 Also push mark in the macro case.
15799
15800 * emerge.el (emerge-show-file-name):
15801 * calc/calc.el (calc-quit):
15802 * calc/calc-misc.el (calc-big-or-small):
15803 * calc/calc-graph.el (calc-graph-view):
15804 * calc/calc-ext.el (calc-reset):
15805 * calendar/calendar.el (calendar-basic-setup):
15806 Use window-full-height-p.
15807
15808 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15809 header we don't understand, don't insert another. (Bug#4624)
15810 If changing mime charset, insert the new one in the right place.
15811
15812 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
15813
15814 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15815 (cal-tex-cursor-month): Correctly increment the end date for diary and
15816 holiday listing. (Bug#4626)
15817
15818 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15819
15820 * help-fns.el (describe-function-1): Don't burp if the function is not
15821 a symbol.
15822
15823 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
15824
15825 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15826 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15827 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15828 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15829
15830 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15831 (eieio-default-superclass): Reflow docstrings.
15832 (this, class-option-assoc, defclass, eieio-class-un-autoload)
15833 (eieio-unbind-method-implementations, defmethod)
15834 (eieio-validate-slot-value, eieio-validate-class-slot-value)
15835 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15836 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15837 (eieio-slot-originating-class-p, eieio-slot-name-index)
15838 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15839 (constructor, initialize-instance, no-next-method, object-print)
15840 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15841 Fix typos in docstrings.
15842 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15843 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15844 (next-method-p): Doc fixes.
15845 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15846 Fix typos in error messages.
15847 (eieio-defmethod): Fix typo in description of generic method.
15848
15849 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15850 (eieio-persistent-save-interactive, slot-missing):
15851 Fix typos in docstrings.
15852 (eieio-instance-inheritor-slot-boundp): Doc fix.
15853
15854 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15855 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15856
15857 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15858 (eieio-custom-object-apply-reset):
15859 Fix typos in docstrings and error messages.
15860
15861 * emacs-lisp/eieio-datadebug.el (data-debug-show):
15862 Fix typo in docstring.
15863
15864 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15865 (eieio-browse-tree): Doc fix.
15866 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15867 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15868 Fix typos in docstrings.
15869
15870 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15871 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15872 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15873 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15874 Reflow docstrings.
15875
15876 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
15877
15878 * vc-hg.el (log-view-vc-backend): Declare for compiler.
15879 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15880 Set log-view-vc-backend so that diff can work.
15881
15882 * log-view.el (log-view-diff): Use vc-diff-internal instead of
15883 vc-version-diff.
15884 (vc-diff-internal): Autoload this instead of vc-version-diff.
15885
15886 2009-10-05 Eli Zaretskii <eliz@gnu.org>
15887
15888 * simple.el (eval-expression): Doc fix.
15889
15890 * progmodes/cwarn.el (cwarn-mode): Doc fix.
15891
15892 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
15893
15894 * files.el (directory-files-no-dot-files-regexp): New defconst.
15895 (delete-directory): Use it.
15896 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
15897
15898 * net/tramp.el (tramp-verbose): Fix docstring.
15899 (tramp-methods): Add recursive option to `tramp-copy-args'.
15900 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
15901 "scp1_old", "scp2_old", "rsync", "rsyncc".
15902 (tramp-default-method): Check also for `auth-source-user-or-password'.
15903 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15904 Add handler for `copy-directory'.
15905 (tramp-handle-copy-directory): New defun.
15906 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
15907 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15908 Optimize sent command.
15909
15910 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15911
15912 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15913 window if necessary.
15914
15915 * calendar/calendar.el (calendar-basic-setup): Don't call
15916 switch-to-buffer in a dedicated window.
15917
15918 2009-10-05 Karl Fogel <kfogel@red-bean.com>
15919
15920 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
15921 don't do anything related to relocating, just return nil.
15922 (bookmark-error-no-filename): New error.
15923 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
15924 bookmark has no file. Don't even attempt to handle things that
15925 are not files; the whole point of custom handlers is to keep that
15926 knowledge elsewhere anyway. Tighten some comments.
15927 (bookmark-file-or-variation-thereof): Remove now-unused function.
15928 (bookmark-location): Doc string fix.
15929 (Bug#4250)
15930
15931 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15932
15933 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15934 don't use a file dialog, because they usually don't know how to read
15935 a directory target from the user. (Bug#4230)
15936 Also, make sure the prompt can display directories as well as files.
15937
15938 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15939
15940 * bookmark.el (bookmark-set, bookmark-buffer-name):
15941 Improve doc strings. (Bug#1193)
15942
15943 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15944
15945 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15946 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15947 (bookmark-get-annotation, bookmark-set-annotation)
15948 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15949 (bookmark-set-position, bookmark-get-front-context-string)
15950 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15951 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15952 (bookmark-jump-other-window, bookmark-handle-bookmark)
15953 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15954 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15955 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
15956 Improve doc strings to say whether bookmark can be a string or
15957 a record or both, and make other consistency and clarity fixes.
15958 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15959 (bookmark-default-annotation-text, bookmark-yank-word)
15960 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15961 (bookmark-import-new-list, bookmark-maybe-rename)
15962 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15963 (bookmark-bmenu-bookmark): Give these doc strings.
15964 (bookmark-bmenu-check-position): Give this a doc string, but also
15965 add a FIXME comment about how the function may be pointless.
15966 (bookmark-default-handler): Rework doc string and change a
15967 parameter name, to clarify that this takes a bookmark record
15968 not a bookmark name.
15969 (bookmark-set): Change a parameter name to indicate its meaning,
15970 and improve the doc string a bit.
15971 (Bug#4188)
15972
15973 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15974
15975 * bookmark.el (bookmark-alist): Document the new `handler' element
15976 in the param alist.
15977 (bookmark-make-record-function): Adjust documentation for above.
15978 (Bug#4193)
15979
15980 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15981
15982 * info.el (Info-bookmark-make-record): Document this function.
15983 (Info-bookmark-jump): Document with a doc string, not just a comment.
15984 (Bug#4203)
15985
15986 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
15987
15988 * files.el (copy-directory): New defun.
15989
15990 * dired-aux.el (dired-copy-file-recursive): Use it.
15991
15992 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
15993
15994 * files-x.el (modify-dir-local-variable)
15995 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15996 docstrings.
15997
15998 * recentf.el (recentf-unload-function): New function.
15999
16000 2009-10-04 Glenn Morris <rgm@gnu.org>
16001
16002 * window.el (window-full-height-p): Add doc string.
16003
16004 2009-10-04 Martin Rudalics <rudalics@gmx.at>
16005
16006 * window.el (window-full-height-p): New function. (Bug#4543)
16007
16008 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
16009
16010 * vc.el: Remove commented out code.
16011 (vc-derived-from-dir-mode): Remove, unused.
16012 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16013
16014 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
16015
16016 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16017 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
16018 there could be recursive loading when `default-directory' is a
16019 remote file name. (Bug#4614)
16020
16021 2009-10-03 Glenn Morris <rgm@gnu.org>
16022
16023 * calendar/calendar.el (calendar-basic-setup): Handle the case where
16024 the frame is wide.
16025 (calendar-generate-window): Test for shrinkability rather than width.
16026
16027 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16028 reusing existing buffers, in case we happen to visit two files with the
16029 same basename. (Bug#4593)
16030
16031 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16032
16033 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
16034 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16035 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16036 subdirs of cedet as well.
16037 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
16038
16039 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16040
16041 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16042 Obey advertised-signature-table.
16043
16044 * help-fns.el (help-function-arglist): Don't check
16045 advertised-signature-table.
16046 (describe-function-1): Do it here instead so it also applies to subrs.
16047
16048 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
16049
16050 * simple.el (start-file-process): Say in the doc-string, that file
16051 handlers might not support pty association, if PROGRAM is nil.
16052
16053 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16054 HOST and USER are strings. They are nil, when there are
16055 incomplete entries in ~/.netrc, for example.
16056 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
16057 root directory ("device busy" error otherwise).
16058
16059 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16060 Flush file properties of created directory.
16061
16062 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16063
16064 * makefile.w32-in (WINS_BASIC): Remove cedet.
16065 (WINS_CEDET): Add cedet.
16066 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16067
16068 2009-10-02 Kevin Ryde <user42@zip.com.au>
16069
16070 * net/browse-url.el (browse-url): Pass any symbol in
16071 browse-url-browser-function to `apply', since if you've mistakenly put
16072 an unbound symbol then the error is clearer. (Bug#4531)
16073
16074 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16075
16076 * allout.el (allout-init, allout-back-to-current-heading)
16077 (allout-beginning-of-current-entry, allout-ascend-to-depth)
16078 (allout-ascend, allout-up-current-level, allout-end-of-level)
16079 (allout-previous-visible-heading, allout-forward-current-level)
16080 (allout-backward-current-level, allout-show-children):
16081 * apropos.el (apropos-describe-plist):
16082 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16083 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16084 * completion.el (add-completion, add-permanent-completion):
16085 * descr-text.el (describe-text-category, describe-char):
16086 * desktop.el (desktop-lazy-abort):
16087 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16088 * dired.el (dired-build-subdir-alist):
16089 * ediff.el (ediff-version):
16090 * elide-head.el (elide-head, elide-head-show):
16091 * emerge.el (emerge-version):
16092 * env.el (getenv):
16093 * face-remap.el (variable-pitch-mode):
16094 * faces.el (describe-face):
16095 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16096 (dired-at-point):
16097 * files.el (find-file-existing, auto-save-mode):
16098 * font-lock.el (font-lock-fontify-buffer):
16099 * help-fns.el (describe-function, describe-variable)
16100 (describe-syntax, describe-categories):
16101 * help.el (view-lossage, describe-bindings, describe-key)
16102 (describe-mode):
16103 * hexl.el (hexl-current-address):
16104 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16105 * info.el (Info-goto-emacs-key-command-node):
16106 * log-edit.el (log-edit-insert-cvs-template)
16107 (log-edit-insert-cvs-rcstemplate):
16108 * menu-bar.el (menu-bar-mode):
16109 * mouse.el (mouse-appearance-menu):
16110 * newcomment.el (comment-indent-new-line):
16111 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16112 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16113 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16114 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16115 * recentf.el (recentf-mode):
16116 * savehist.el (savehist-mode, savehist-save):
16117 * shadowfile.el (shadow-copy-files):
16118 * simple.el (kill-ring-save, next-line, previous-line)
16119 (normal-erase-is-backspace-mode):
16120 * strokes.el (strokes-update-window-configuration)
16121 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16122 (strokes-xpm-for-stroke):
16123 * time.el (emacs-uptime, emacs-init-time):
16124 * tutorial.el (tutorial--describe-nonstandard-key)
16125 (tutorial--detailed-help):
16126 * type-break.el (type-break-mode)
16127 (type-break-mode-line-message-mode, type-break-query-mode)
16128 (type-break-guesstimate-keystroke-threshold):
16129 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16130 * version.el (emacs-version):
16131 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16132 * winner.el (winner-mode):
16133 * calendar/timeclock.el (timeclock-in, timeclock-out)
16134 (timeclock-status-string, timeclock-change)
16135 (timeclock-workday-remaining-string)
16136 (timeclock-workday-elapsed-string)
16137 (timeclock-when-to-leave-string):
16138 * calendar/todo-mode.el (todo-add-category):
16139 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16140 * emacs-lisp/autoload.el (update-file-autoloads):
16141 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16142 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16143 (checkdoc-message-text, checkdoc-defun):
16144 * emacs-lisp/debug.el (debugger-list-functions):
16145 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16146 * emacs-lisp/eieio-opt.el (eieio-describe-class)
16147 (eieio-describe-generic):
16148 * emacs-lisp/lisp-mnt.el (lm-synopsis):
16149 * emacs-lisp/shadow.el (list-load-path-shadows):
16150 * emulation/cua-base.el (cua-mode):
16151 * emulation/edt.el (edt-set-scroll-margins):
16152 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16153 (tpu-toggle-regexp, tpu-toggle-search-direction)
16154 (tpu-toggle-rectangle, tpu-toggle-control-keys):
16155 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16156 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16157 (viper-set-parsing-style-toggling-macro)
16158 (viper-set-emacs-state-searchstyle-macros):
16159 * emulation/viper.el (viper-set-hooks):
16160 * eshell/esh-mode.el (eshell-truncate-buffer):
16161 * international/mule-cmds.el (prefer-coding-system)
16162 (describe-input-method, describe-language-environment):
16163 * international/mule-diag.el (list-character-sets)
16164 (describe-character-set, describe-coding-system)
16165 (describe-fontset, list-fontsets, list-input-methods):
16166 * mail/sendmail.el (mail-signature):
16167 * net/ange-ftp.el (ange-ftp-copy-file):
16168 * net/browse-url.el (browse-url):
16169 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16170 * net/quickurl.el (quickurl-add-url):
16171 * net/rcirc.el (names, topic):
16172 * net/xesam.el (xesam-mode):
16173 * play/5x5.el (5x5-new-game):
16174 * play/yow.el (apropos-zippy):
16175 * progmodes/ada-mode.el (ada-mode-version):
16176 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16177 (f90-end-of-block)
16178 (f90-beginning-of-block):
16179 * progmodes/fortran.el (fortran-end-of-block)
16180 (fortran-beginning-of-block):
16181 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16182 * progmodes/python.el (python-describe-symbol, python-shell):
16183 * term/ns-win.el (ns-print-buffer):
16184 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16185 * textmodes/flyspell.el (flyspell-mode-on):
16186 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16187 (pages-directory-for-addresses):
16188 * textmodes/table.el (table-recognize-cell)
16189 (table-query-dimension, table-generate-source)
16190 (table-insert-sequence, table--warn-incompatibility):
16191 * textmodes/tex-mode.el (tex-validate-buffer):
16192 * textmodes/texinfmt.el (texinfmt-version)
16193 (texinfo-format-buffer):
16194 Use `called-interactively-p' instead of `interactive-p'.
16195
16196 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16197
16198 * image-mode.el (image-toggle-display):
16199 * emacs-lisp/elp.el (elp-instrument-function):
16200 * emacs-lisp/advice.el (ad-make-advised-definition):
16201 * emacs-lisp/easy-mmode.el (define-minor-mode):
16202 * net/browse-url.el (browse-url-maybe-new-window):
16203 * progmodes/sh-script.el (sh-learn-buffer-indent):
16204 Pass new argument 'any to `called-interactively-p'.
16205
16206 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
16207
16208 * international/uni-bidi.el:
16209 * international/uni-category.el:
16210 * international/uni-combining.el:
16211 * international/uni-comment.el:
16212 * international/uni-decimal.el:
16213 * international/uni-decomposition.el:
16214 * international/uni-digit.el:
16215 * international/uni-lowercase.el:
16216 * international/uni-mirrored.el:
16217 * international/uni-name.el:
16218 * international/uni-numeric.el:
16219 * international/uni-old-name.el:
16220 * international/uni-titlecase.el:
16221 * international/uni-uppercase.el:
16222 Regenerate from Unicode 5.2.0 data.
16223
16224 2009-10-01 Glenn Morris <rgm@gnu.org>
16225
16226 * Makefile.in (ELCFILES): Regenerate.
16227
16228 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16229
16230 * subr.el (interactive-p): Mark obsolete.
16231 (called-interactively-p): Make the optional-ness of `kind' obsolete.
16232 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16233 advertised-signature-table for subroutines as well.
16234
16235 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16236 (set-advertised-calling-convention): New function.
16237 (make-obsolete, define-obsolete-function-alias)
16238 (make-obsolete-variable, define-obsolete-variable-alias):
16239 Make the optional-ness of `when' obsolete.
16240 (define-obsolete-face-alias): Make `when' non-optional.
16241 * help-fns.el (help-function-arglist):
16242 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16243 Use advertised-signature-table.
16244
16245 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
16246
16247 * files.el (delete-directory): New defun. The original function
16248 in fileio.c has been renamed to `delete-directory-internal'.
16249
16250 * dired.el (dired-delete-file): Call `delete-directory' with
16251 RECURSIVE parameter.
16252
16253 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
16254 parameter RECURSIVE. Implementation is missing.
16255
16256 * net/tramp.el (tramp-handle-make-directory): Flush upper
16257 directory's file properties.
16258 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
16259 (tramp-handle-dired-recursive-delete-directory): Flush directory
16260 properties after the remove command only.
16261
16262 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16263 Handle optional parameter RECURSIVE.
16264
16265 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16266 Handle optional parameter RECURSIVE.
16267
16268 * net/tramp-smb.el (tramp-smb-errors): Add error message for
16269 connection timeout.
16270 (tramp-smb-handle-delete-directory): Handle optional parameter
16271 RECURSIVE.
16272
16273 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16274
16275 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16276 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16277 (byte-compile-defmacro): Use backquotes.
16278
16279 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16280
16281 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16282 has no associated file.
16283 (vc-resynch-buffer): Use vc-dir-buffers.
16284
16285 2009-10-01 Glenn Morris <rgm@gnu.org>
16286
16287 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16288 (chart-file-count):
16289 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16290 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16291 * emacs-lisp/eieio-opt.el (eieio-describe-class):
16292 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16293 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16294 (eieio-copy-parents-into-subclass, make-instance, class-children)
16295 (eieio-generic-form):
16296
16297 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16298 match-data. (Bug#4555).
16299
16300 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16301 rather than parsing it as a regexp. This relaxes the layout
16302 requirements and makes errors easier to detect.
16303 (check-declare-verify): Check file is regular.
16304 (check-declare-directory): Doc fix.
16305 * subr.el (declare-function): Doc fix.
16306
16307 * ibuffer.el (ibuffer-format-qualifier):
16308 * isearch.el (hi-lock-regexp-okay):
16309 * calc/calc.el (math-zerop):
16310 * mail/uce.el (rmail-msgbeg, rmail-msgend):
16311 * term/w32-win.el (setup-default-fontset, set-fontset-font):
16312 Remove unused declarations.
16313
16314 2009-09-30 Eric Ludlam <zappo@gnu.org>
16315
16316 * emacs-lisp/eieio.el (boolean-p): Delete.
16317
16318 2009-09-30 Glenn Morris <rgm@gnu.org>
16319
16320 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16321
16322 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16323 filename is not a string.
16324
16325 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
16326
16327 * files.el (safe-local-eval-forms): Fix typo.
16328
16329 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16330
16331 * vc-hooks.el (vc-dir-buffers): New var.
16332 (vc-state-refresh): New function.
16333 (vc-state): Use it.
16334 (vc-after-save): Always ask the backend to recompute the new state.
16335 Always call vc-dir if necessary, using vc-dir-buffers.
16336 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16337 Use vc-dir-buffers.
16338 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16339 (vc-dir-prepare-status-buffer, vc-dir-update)
16340 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16341 Don't call expand-file-name on default-directory.
16342
16343 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
16344
16345 * speedbar.el (speedbar-item-delete):
16346 * calc/calc-prog.el (calc-kbd-if):
16347 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16348
16349 * epa.el (epa-key-list-mode-map):
16350 * hi-lock.el (hi-lock-menu): Fix typos in menus.
16351
16352 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16353 (hs-show-hook): Fix typo in docstring.
16354
16355 2009-09-29 Glenn Morris <rgm@gnu.org>
16356
16357 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16358 file-name-nondirectory call preventing location of cedet files.
16359 (check-declare-verify): Use literal search rather than re-search.
16360 Add basic defmethod and defclass, and define-overloadable-function.
16361
16362 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16363 Use tramp-compat-file-attributes rather than nonexistent
16364 tramp-compat-handle-file-attributes.
16365
16366 * Makefile.in (lisptagsfiles4): New.
16367 (AUTOGENEL): Add cedet loaddefs files.
16368 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16369 (update-elclist, compile-always, backup-compiled-files)
16370 (bootstrap-clean): Add yet another directory level.
16371 (update-elclist): Use LC_COLLATE rather than COLLATE.
16372 (ELCFILES): Update, via `make update-elclist'.
16373
16374 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
16375
16376 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16377 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16378 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16379
16380 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
16381
16382 * Makefile.in (lisptagsfiles3): Define.
16383 (TAGS, TAGS-LISP): Use it.
16384 (update-elclist): Add third directory level to look for elc files.
16385 (compile-always): Likewise.
16386 (backup-compiled-files): Likewise.
16387 (bootstrap-clean): Likewise.
16388 (ELCFILES): Update.
16389
16390 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
16391
16392 * Makefile.in (ELCFILES): Add CEDET files.
16393
16394 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
16395
16396 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16397
16398 * net/tramp.el (top): Require tramp-imap.
16399
16400 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16401 Use `tramp-compat-handle-file-attributes'.
16402
16403 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16404
16405 * net/tramp-imap.el: New package.
16406
16407 2009-09-28 Eric Ludlam <zappo@gnu.org>
16408
16409 * emacs-lisp/chart.el:
16410 * emacs-lisp/eieio-base.el:
16411 * emacs-lisp/eieio-comp.el:
16412 * emacs-lisp/eieio-custom.el:
16413 * emacs-lisp/eieio-datadebug.el:
16414 * emacs-lisp/eieio-opt.el:
16415 * emacs-lisp/eieio-speedbar.el:
16416 * emacs-lisp/eieio.el: New files.
16417
16418 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16419
16420 * whitespace.el (whitespace-trailing-regexp)
16421 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16422 Fix doc string.
16423
16424 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
16425
16426 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16427 menu.
16428
16429 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16430 menu-bar-ediff-menu.
16431
16432 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16433 define-overloadable-function.
16434
16435 * progmodes/autoconf.el: Provide autoconf as well, so that this
16436 file can be `require'd.
16437
16438 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16439
16440 * emacs-lisp/autoload.el (generated-autoload-feature)
16441 (generated-autoload-load-name): New vars.
16442 (autoload-rubric, autoload-generate-file-autoloads): Use them.
16443 (make-autoload): Recognize define-overloadable-function and
16444 defclass forms (for EIEIO).
16445
16446 * Makefile.in (update-subdirs): Exclude cedet directory.
16447
16448 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16449
16450 * term/ns-win.el: Don't set the region face background. (Bug#4381)
16451
16452 * faces.el: Default light-background background for region face to
16453 ns_selection_color under NS.
16454
16455 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
16456
16457 * net/imap-hash.el: New library, see NEWS.
16458
16459 * Makefile.in (ELCFILES): Add imap-hash.el.
16460
16461 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16464 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16465 * help-macro.el (make-help-screen): Avoid using an ambiguous function
16466 definition where the docstring could be taken for the return value.
16467
16468 2009-09-26 Glenn Morris <rgm@gnu.org>
16469
16470 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16471 Add option to only show images below a certain size.
16472 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16473 save-excursion calls.
16474
16475 2009-09-26 Eli Zaretskii <eliz@gnu.org>
16476
16477 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16478 subdirectories) and eieio.
16479
16480 2009-09-26 Alan Mackenzie <acm@muc.de>
16481
16482 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16483 Correct buggy bracketing. (Bug#4289)
16484
16485 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
16486 character constants (as case labels). (Bug#4289)
16487
16488 2009-09-25 Juri Linkov <juri@jurta.org>
16489
16490 * files.el (safe-local-eval-forms): Allow time-stamp in
16491 before-save-hook (Bug#4554).
16492
16493 2009-09-25 Drew Adams <drew.adams@oracle.com>
16494
16495 * menu-bar.el (list-buffers-directory): Doc fix.
16496
16497 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16500 Try and avoid copying twice the same paragraph.
16501 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16502 Remove save-excursion.
16503 (log-edit-changelog-entry): Do it here instead.
16504
16505 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
16506
16507 * bs.el (bs--get-file-name): Use `list-buffers-directory'
16508 when available, instead of hardcoding mode names. Doc fix.
16509
16510 * menu-bar.el (list-buffers-directory): Add docstring.
16511 Make automatically buffer-local.
16512
16513 * dired.el (dired-mode):
16514 * files.el (cd-absolute):
16515 * pcvs.el (cvs-temp-buffer):
16516 * pcvs-util.el (cvs-get-buffer-create):
16517 * shell.el (shell-mode):
16518 * vc-dir.el (vc-dir-mode):
16519 Don't make `list-buffers-directory' buffer local.
16520
16521 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
16522
16523 * comint.el (comint-exec, comint-run, make-comint):
16524 Doc fixes (Bug#4542).
16525
16526 2009-09-25 Glenn Morris <rgm@gnu.org>
16527
16528 * mail/rmailmm.el (rmail-mime): New custom group.
16529 Move all defcustoms in this file into this group.
16530 (rmail-mime-media-type-handlers-alist): Revert previous change.
16531 (rmail-mime-show-images): New option.
16532 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16533 references to it, since it wasn't actually used for anything.
16534 (rmail-mime-insert-image): New function.
16535 (rmail-mime-image): Use rmail-mime-insert-image.
16536 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
16537 obey the value of `rmail-mime-show-images' option. Print the size of
16538 attachments.
16539
16540 2009-09-25 David Engster <deng@randomsample.de>
16541
16542 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
16543
16544 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16545
16546 * whitespace.el: Does not highlight trailing spaces While point is
16547 at end of line. Does not highligt spaces at beginning of buffer
16548 while point is at beginning of buffer. Does not highlight spaces
16549 at end of buffer while point is at end of buffer. (Bug#4177)
16550 New version 12.0.
16551 (whitespace-display-mappings): Adjust initialization.
16552 (whitespace-point, whitespace-font-lock-refontify): New vars.
16553 (whitespace-color-on, whitespace-color-off): Adjust code.
16554 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16555 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16556 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16557
16558 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
16559
16560 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16561
16562 * textmodes/sgml-mode.el: Remove xml-mode alias.
16563
16564 * files.el (auto-mode-alist, conf-mode-maybe)
16565 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
16566
16567 2009-09-24 Alan Mackenzie <acm@muc.de>
16568
16569 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16570 c-forward-conditionals, but it doesn't move point and doesn't set
16571 the mark.
16572 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16573 (c-down-conditional-with-else, c-backward-conditional)
16574 (c-forward-conditional): Refactor to use c-scan-conditionals.
16575
16576 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
16577
16578 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16579 (help-default-arg-highlight): Remove.
16580 (help-highlight-arg): New function.
16581 (help-do-arg-highlight): Use it.
16582 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
16583
16584 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * term.el (term-set-scroll-region, term-handle-ansi-escape):
16587 Undo last change, which didn't fix the problem and introduced others.
16588
16589 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
16590
16591 * progmodes/gdb-mi.el: Don't require speedbar.
16592 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16593
16594 2009-09-24 Glenn Morris <rgm@gnu.org>
16595
16596 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16597
16598 * term/ns-win.el (ns-reg-to-script): Define for compiler.
16599
16600 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16601 there is no newline after the final mime boundary. (Bug#4539)
16602 Move markers on insertion so that any buttons inserted don't end up in
16603 the next part of a multipart message.
16604 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
16605 (rmail-mime-bulk-handler): Optionally handle images.
16606 (rmail-mime-image): New button action.
16607 (rmail-mime-image-handler): New function.
16608 (rmail-mime-mode): New mode.
16609 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
16610
16611 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16614 than just dropping elements from it (bug#4504).
16615
16616 * term.el (term-set-scroll-region): Don't move cursor any more.
16617 (term-handle-ansi-escape): Call term-goto here instead.
16618 Suggested by Ivan Kanis <apple@kanis.eu>.
16619
16620 * term.el: Require CL.
16621 (term-ansi-reset): New function.
16622 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16623 (term-handle-colors-array): Simplify.
16624
16625 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
16626
16627 * allout.el (allout-overlay-interior-modification-handler)
16628 (allout-obtain-passphrase):
16629 * epa-file.el (epa-file-write-region):
16630 * ps-print.el (ps-begin-job):
16631 * vc-hooks.el (vc-toggle-read-only):
16632 * vc-rcs.el (vc-rcs-rollback):
16633 * vc-sccs.el (vc-sccs-rollback):
16634 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16635 (vc-version-diff, vc-revert, vc-rollback):
16636 * wdired.el (wdired-check-kill-buffer):
16637 * emacs-lisp/authors.el (authors):
16638 * net/socks.el (socks-open-connection):
16639 * net/zeroconf.el (zeroconf-service-add-hook):
16640 * obsolete/vc-mcvs.el (vc-mcvs-register):
16641 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16642 (gdb-select-frame):
16643 * progmodes/grep.el (lgrep, rgrep):
16644 * progmodes/idlw-help.el (idlwave-help-check-locations)
16645 (idlwave-help-html-link, idlwave-help-assistant-open-link):
16646 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16647 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16648 (reftex-toc-rename-label): Fix typos in error messages.
16649
16650 * dired-aux.el (dired-do-shell-command): Reflow docstring.
16651 (dired-copy-how-to-fn): Doc fix.
16652 (dired-files-attributes, dired-read-shell-command):
16653 Fix typos in docstrings.
16654
16655 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16656 (dired-x-find-file-other-window): Reflow docstrings.
16657 (dired-omit-marker-char, dired-read-shell-command)
16658 (dired-x-submit-report): Fix typos in docstrings.
16659
16660 * shell.el (shell-mode-hook):
16661 * view.el (View-scroll-line-forward):
16662 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16663 Fix typos in docstrings.
16664
16665 * net/dig.el (dig-invoke): Fix typo in docstring.
16666 (query-dig): Reflow docstring.
16667
16668 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16669 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16670 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16671 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16672 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16673 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16674 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16675 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16676 (idlwave-completion-map, idlwave-current-indent)
16677 (idlwave-custom-ampersand-surround, idlwave-customize)
16678 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16679 (idlwave-define-abbrev, idlwave-determine-class-special)
16680 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16681 (idlwave-end-block-reg, idlwave-end-of-statement)
16682 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16683 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16684 (idlwave-explicit-class-listed, idlwave-file-header)
16685 (idlwave-fill-paragraph, idlwave-find-class-definition)
16686 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16687 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16688 (idlwave-in-quote, idlwave-indent-action-table)
16689 (idlwave-indent-expand-table, idlwave-indent-line)
16690 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16691 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16692 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16693 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16694 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16695 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16696 (idlwave-outlawed-buffers, idlwave-popup-select)
16697 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16698 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16699 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16700 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16701 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16702 (idlwave-statement-type, idlwave-struct-skip)
16703 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16704 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16705 (idlwave-what-module-find-class): Fix typos in docstrings.
16706 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16707 (idlwave-calculate-cont-indent, idlwave-expand-equal)
16708 (idlwave-find-module, idlwave-find-structure-definition)
16709 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16710 (idlwave-list-load-path-shadows, idlwave-next-statement)
16711 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16712 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16713 (idlwave-template): Reflow docstrings.
16714
16715 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16716 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16717 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16718 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16719 (idlwave-shell-display-line, idlwave-shell-display-wframe)
16720 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16721 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16722 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16723 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16724 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16725 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16726 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16727 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16728 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16729 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16730 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16731 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16732 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16733 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16734 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16735 Fix typos in docstrings.
16736 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16737 (idlwave-shell-hide-output, idlwave-shell-mode)
16738 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16739 Reflow docstrings.
16740
16741 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16742
16743 2009-09-24 Ivan Kanis <apple@kanis.eu>
16744
16745 * term.el (term-bold-attribute): New var.
16746 (term-handle-colors-array): Use it.
16747
16748 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
16749
16750 * progmodes/gdb-mi.el (gdb-version): New variable.
16751 (gdb-non-stop-handler): Set gdb-version.
16752 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16753 Condition "--thread" option on gdb-version.
16754 (gdb-invalidate-threads): Remove unused argument.
16755
16756 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16759 to looking-back to avoid ridiculous slow down in large files (bug#4511).
16760
16761 2009-09-23 Glenn Morris <rgm@gnu.org>
16762
16763 * mail/rmail.el (rmail-reply): Don't try to add a References header when
16764 replying to mail without References or Message-Id. (Bug#4525)
16765
16766 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
16767
16768 * term/ns-win.el (ns-reg-to-script): New variable.
16769
16770 2009-09-23 Daiki Ueno <ueno@unixuser.org>
16771
16772 * epg.el (epg-wait-for-status): Preserve existing 'error results.
16773
16774 2009-09-22 Sam Steingold <sds@gnu.org>
16775
16776 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
16777 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16778 to 1 because hg returns status 1 when nothing is found.
16779 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
16780
16781 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16782
16783 * textmodes/fill.el: Convert to utf-8 encoding.
16784 (fill-french-nobreak-p): Remove redundant » and « inherited from our
16785 pre-Unicode days.
16786
16787 * add-log.el (change-log-fill-forward-paragraph): New function.
16788 (change-log-mode): Use it so fill-region DTRT.
16789 Set fill-indent-according-to-mode here rather than in
16790 change-log-fill-paragraph.
16791 (change-log-fill-paragraph): Remove.
16792
16793 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
16794
16795 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16796 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
16797
16798 2009-09-22 Glenn Morris <rgm@gnu.org>
16799
16800 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16801 the scroll-bar scroll the calendar window rather than the buffer.
16802
16803 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16804 commands that move point (as opposed to scrolling).
16805
16806 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16807
16808 * emacs-lisp/elint.el (elint): New custom group.
16809 (elint-log-buffer): Make it a defcustom.
16810 (elint-scan-preloaded, elint-ignored-warnings)
16811 (elint-directory-skip-re): New options.
16812 (elint-builtin-variables): Doc fix.
16813 (elint-preloaded-env): New variable.
16814 (elint-unknown-builtin-args): Add an entry for encode-time.
16815 (elint-extra-errors): Make it a variable rather than a constant.
16816 (elint-preloaded-skip-re): New constant.
16817 (elint-directory): Skip files matching elint-directory-skip-re.
16818 (elint-features): New variable, local to linted buffers.
16819 (elint-update-env): Initialize elint-features. Possibly add
16820 elint-preloaded-env to the buffer's environment.
16821 (elint-get-top-forms): Bind elint-current-pos, for log messages.
16822 Skip quoted forms.
16823 (elint-init-form): New function, extracted from elint-init-env.
16824 Make non-list forms a warning rather than an error.
16825 Add the mode-map for define-derived-mode. Handle define-minor-mode,
16826 easy-menu-define, put that adds an error-condition, and provide.
16827 When requiring cl, also require cl-macs. Really require cl, to handle
16828 some cl macros. Store required libraries in the list elint-features,
16829 so as not to re-load them. Treat cc-require like require.
16830 (elint-init-env): Call elint-init-form to do the work.
16831 Handle eval-and-compile and such like.
16832 (elint-add-required-env): Do not clear messages.
16833 (elint-special-forms): Add handlers for function, defalias, if, when,
16834 unless, and, or.
16835 (elint-form): Add optional argument to ignore elint-special-forms,
16836 useful to prevent recursive calls from handlers. Doc fix.
16837 Respect elint-ignored-warnings.
16838 (elint-form): Respect elint-ignored-warnings.
16839 (elint-bound-variable, elint-bound-function): New variables.
16840 (elint-unbound-variable): Respect elint-bound-variable.
16841 (elint-get-args): Respect elint-bound-function.
16842 (elint-check-cond-form): Add some simple handling for (f)boundp and
16843 featurep tests.
16844 (elint-check-defalias-form): New handler.
16845 (elint-check-let-form): Make an empty let a warning rather than an
16846 error.
16847 (elint-check-setq-form): Make an empty setq a warning rather than an
16848 error. Respect elint-ignored-warnings.
16849 (elint-check-defvar-form): Accept null doc-strings.
16850 (elint-check-conditional-form): New handler. Does some simple-minded
16851 checking of featurep and (f)boundp tests.
16852 (elint-put-function-args): New function.
16853 (elint-initialize): Use elint-scan-doc-file rather than
16854 elint-find-builtin-variables. Use elint-put-function-args.
16855 Possibly scan preloaded-file-list.
16856 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16857 extend to handle functions as well.
16858
16859 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
16860
16861 * linum.el (linum-delete-overlays, linum-update-window):
16862 Do not modify the right margin. (Bug#3971)
16863
16864 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
16865
16866 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16867 Use nxml-mode instead of xml-mode.
16868
16869 2009-09-21 Kevin Ryde <user42@zip.com.au>
16870
16871 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
16872
16873 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16874
16875 * net/dig.el (dig-mode): Use define-derived-mode.
16876
16877 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
16878
16879 * vc-dispatcher.el (vc-do-command): Return the process object in
16880 the asynchronous case. Use when instead of if. Do not run
16881 vc-exec-after to display a message if not enabled. (Bug#4463)
16882
16883 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16884 properties to the stash strings.
16885 (vc-git-stash-list): Return a list of strings.
16886 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16887 (vc-git-stash-show-at-point): New functions.
16888 (vc-git-stash-map): New keymap.
16889
16890 * register.el (ctl-x-r-map): Define the keys here instead of
16891 using autoload.
16892
16893 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
16894
16895 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16896 list, to workaround performance problem (bug#4485).
16897
16898 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
16899
16900 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16901
16902 2009-09-20 Daiki Ueno <ueno@unixuser.org>
16903
16904 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16905 Document that this option is not recommended to use.
16906
16907 2009-09-19 Glenn Morris <rgm@gnu.org>
16908
16909 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16910 variable `var'.
16911
16912 * calc/calc-alg.el (var):
16913 * calc/calcalg2.el (var): Define for compiler.
16914
16915 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
16916
16917 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16918 Doc fix (Bug#3932).
16919
16920 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16921
16922 * time-stamp.el (time-stamp-month-dd-yyyy)
16923 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16924 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16925 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
16926 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16927 Remove functions that have been obsolete since 1995 (Bug#4436).
16928
16929 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16930 indent buffer only if called interactively (Bug#4452).
16931
16932 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
16933 Eli Zaretskii <eliz@gnu.org>
16934
16935 This fixes bug#4197 (merged to bug#865, though not identical).
16936 * server.el (server-auth-dir): Add docstring note about FAT32.
16937 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16938 but warn against using them.
16939
16940 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
16941
16942 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16943 older GDB where there is no has_more field.
16944
16945 2009-09-19 Glenn Morris <rgm@gnu.org>
16946
16947 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16948
16949 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
16950
16951 * files.el (auto-mode-alist): Change default for XML files to nXML
16952 mode (Bug#4169).
16953
16954 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
16955
16956 * server.el (server-ensure-safe-dir): Pass 'integer
16957 to `file-attributes', as suggested.
16958
16959 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * dired-aux.el (dired-query-alist): Remove spurious backslash.
16962 (dired-query): Use read-key.
16963
16964 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
16965
16966 * cus-start.el (ns-use-qd-smoothing): Remove.
16967
16968 2009-09-18 Glenn Morris <rgm@gnu.org>
16969
16970 * allout.el (top-level): Remove unnecessary progn.
16971
16972 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16973
16974 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16975 definition of abbrev table.
16976
16977 * speedbar.el (speedbar-track-mouse):
16978 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16979 * net/eudc.el (eudc-expand-inline):
16980 * net/newst-backend.el (newsticker--cache-read-feed):
16981 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
16982 condition-case handlers.
16983
16984 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
16985
16986 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16987 (gdb-var-list): Add an element for has_more field.
16988 (gdb-non-stop-handler): Enable pretty printing for STL containers.
16989 (gdb-var-create-handler, gdb-var-list-children-handler-1)
16990 (gdb-var-update-handler-1): Parse output of dynamic variable
16991 objects (STL containers).
16992 (gdb-var-delete-1): Pass var1 as an explicit second argument.
16993 (gdb-get-field): Delete alias. Use bindat-get-field directly.
16994
16995 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16996 gdb-var-list.
16997 (gud-speedbar-buttons): Make node expandable if expression "has more"
16998 children.
16999
17000 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
17001
17002 * startup.el (emacs-quick-startup): Remove variable and all uses.
17003 (command-line): Set `inhibit-x-resources' instead.
17004 (command-line-1): Use `inhibit-x-resources' instead.
17005
17006 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
17007
17008 * subr.el: Fix last change to avoid using the `unless' macro,
17009 which breaks bootstrapping.
17010
17011 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17012
17013 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17014 extended definitions, in case we reload subr.el after having
17015 loaded CL.
17016 (eval-next-after-load): Mark as obsolete.
17017
17018 2009-09-17 Juri Linkov <juri@jurta.org>
17019
17020 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17021 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17022 (menu-bar-showhide-menu, menu-bar-tools-menu)
17023 (menu-bar-describe-menu, menu-bar-help-menu)
17024 (minibuffer-local-completion-map, minibuffer-local-map):
17025 Fix list quoting.
17026
17027 2009-09-17 Glenn Morris <rgm@gnu.org>
17028
17029 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17030 arguments, whether or not it has a handler.
17031
17032 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17033
17034 * simple.el (hard-newline): Give it a doc-string.
17035
17036 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17037 (lisp-mode-syntax-table): Give them doc-strings.
17038
17039 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17040
17041 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17042 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17043 (menu-bar-options-menu, menu-bar-showhide-menu)
17044 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17045 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17046 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17047 (menu-bar-options-menu, menu-bar-tools-menu)
17048 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17049 (menu-bar-help-menu):
17050 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17051 string arguments.
17052
17053 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17054 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17055 calls for the menu names and :help.
17056
17057 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * mouse.el (minor-mode-menu-from-indicator): Pay attention
17060 to :minor-mode-function (bug#4455).
17061
17062 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * startup.el (command-line): Initialize the window-system after
17065 processing the command-line.
17066
17067 * textmodes/page.el (what-page): Make sure we don't inf-loop if
17068 page-delimiter matches the empty string.
17069
17070 2009-09-16 Glenn Morris <rgm@gnu.org>
17071
17072 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17073 byte-compile-not-obsolete-var. It's a list now.
17074 (byte-compile-not-obsolete-funcs): New variable.
17075 (byte-compile-warn-obsolete): Don't warn about functions if they are in
17076 byte-compile-not-obsolete-funcs.
17077 (byte-compile-variable-ref, byte-compile-defvar): Update for
17078 byte-compile-not-obsolete-vars name-change and list nature.
17079 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17080 and variables behind (f)boundp tests.
17081 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17082
17083 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17084
17085 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17086
17087 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17088
17089 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17090 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17091 Don't autoload.
17092
17093 2009-09-15 Stephen Eglen <stephen@gnu.org>
17094
17095 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17096 the virtual-buffers, use the name of the buffer specified by
17097 find-file-noselect, as the match may be a symlink. (This was a
17098 problem if the target and the symlink had different names.)
17099
17100 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17101
17102 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17103
17104 * desktop.el (desktop-path): Check user-emacs-directory.
17105
17106 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17107
17108 * loadup.el: Use after-load-functions to GC after loading each file.
17109 Remove the explicit GC calls that used to be sprinkled around.
17110
17111 * subr.el (after-load-functions): New hook.
17112 (do-after-load-evaluation): Run it. Use string-match-p to detect
17113 `obsolete' packages, rather than painfully extracting the relevant
17114 directory name.
17115
17116 2009-09-15 Glenn Morris <rgm@gnu.org>
17117
17118 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17119 free variable `doc'.
17120
17121 * dired.el (dired-mode-map): Add menu entry for async shell command.
17122
17123 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17124 variables, also consider the .elc files, since the .el files are
17125 normally gzipped (subsequent code locates the .el.gz from the .elc).
17126
17127 * calc/calc-prog.el (arglist): Define for compiler.
17128
17129 * calendar/diary-lib.el (diary-display-function): Change the default to
17130 fancy display.
17131 (body): Define for compiler.
17132
17133 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17134 (byte-compile-file-form, byte-compile-lambda)
17135 (byte-compile-top-level-body, byte-compile-form)
17136 (byte-compile-variable-ref, byte-compile-setq)
17137 (byte-compile-setq-default, byte-compile-body)
17138 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17139 (batch-byte-compile): Give some more local variables with common names
17140 a "bytecomp-" prefix to avoid masking warnings about free variables.
17141
17142 * startup.el (command-line-1): Give local variables with common names a
17143 distinguishing prefix, so as not to hide free variable warnings during
17144 bootstrap.
17145
17146 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17147 clever and add a suffix to make a unique name, just let the user decide
17148 whether or not to overwrite it. If the input is a directory, write the
17149 default filename to that directory. (Bug#4388)
17150 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17151 is a filename-as-a-directory.
17152
17153 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * textmodes/page.el (what-page): Don't move to beginning of line.
17156 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17157
17158 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17159
17160 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17161
17162 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17163
17164 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17165 * help.el (help-for-help-internal): Add purecopy calls for text.
17166
17167 * vc.el (top): print-log method now takes an optional SHORTLOG
17168 argument. Add a new method: root.
17169 (vc-root-diff, vc-print-root-log): New functions.
17170 (vc-log-short-style): New variable.
17171 (vc-print-log-internal): Add support for showing short logs.
17172
17173 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17174 vc-print-root-log and vc-print-root-diff.
17175
17176 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17177 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17178 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17179 short logs.
17180
17181 * vc-cvs.el (vc-cvs-print-log):
17182 * vc-mtn.el (vc-mtn-print-log):
17183 * vc-rcs.el (vc-rcs-print-log):
17184 * vc-sccs.el (vc-sccs-print-log):
17185 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17186 that is ignored for now.
17187
17188 * vc-mtn.el (vc-mtn-annotate-command):
17189 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17190
17191 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17194 to function-key-map, and give them ascii-character property.
17195 * term/x-win.el (x-alternatives-map):
17196 * term/ns-win.el (ns-alternatives-map):
17197 * term/internal.el (msdos-key-remapping-map):
17198 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17199
17200 2009-09-14 Glenn Morris <rgm@gnu.org>
17201
17202 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17203 temp-buffers (2009-09-12).
17204
17205 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17206
17207 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17208 the new read-key function.
17209
17210 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17211
17212 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17213 is defined (Bug#4405).
17214
17215 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
17216
17217 * recentf.el (recentf-cleanup): Use a hash table to find
17218 duplicates (Bug#4407).
17219
17220 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
17221
17222 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17223 kp-0 to ascii equivalents (Bug#4325).
17224
17225 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17226
17227 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17228
17229 * eshell/em-hist.el:
17230 * eshell/em-dirs.el (eshell-complete-user-reference):
17231 Declare pcomplete functions and variables to avoid compiler warnings.
17232
17233 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
17234
17235 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17236 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17237 * eshell/em-alias.el (eshell-aliases-file):
17238 * eshell/em-hist.el (eshell-history-file-name):
17239 Use expand-file-name instead of concat to make file names (Bug#4308).
17240
17241 2009-09-13 Glenn Morris <rgm@gnu.org>
17242
17243 * ediff-merg.el (ediff-do-merge):
17244 * filesets.el (filesets-run-cmd):
17245 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17246 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17247 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17248 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17249 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17250 Replace empty `let's with `progn'.
17251
17252 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17253
17254 * mail/sendmail.el (send-mail-function):
17255 * tooltip.el (tooltip-mode):
17256 * simple.el (transient-mark-mode):
17257 * rfn-eshadow.el (file-name-shadow-mode):
17258 * frame.el (blink-cursor-mode):
17259 * font-core.el (global-font-lock-mode):
17260 * files.el (temporary-file-directory)
17261 (small-temporary-file-directory, auto-save-file-name-transforms):
17262 * epa-hook.el (auto-encryption-mode):
17263 * composite.el (global-auto-composition-mode):
17264 Use custom-initialize-delay.
17265 * startup.el (command-line): Don't explicitly call
17266 custom-reevaluate-setting for all the above vars.
17267 * custom.el (custom-initialize-safe-set)
17268 (custom-initialize-safe-default): Delete.
17269
17270 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17271
17272 * term/x-win.el (x-initialize-window-system):
17273 * term/w32-win.el (w32-initialize-window-system):
17274 * term/ns-win.el (ns-initialize-window-system): Don't call
17275 mouse-wheel-mode since it's enabled globally by default already.
17276
17277 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17278 actually define the variable, but only silences the byte-compiler.
17279 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17280 before looking it up.
17281 (mouse-wheel-scroll-amount): Also reset the bindings if this value
17282 is changed.
17283
17284 2009-09-12 Glenn Morris <rgm@gnu.org>
17285
17286 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17287 1000.
17288 (elint-add-required-env): Don't beep on error.
17289 (elint-forms): In case of error, return ENV unchanged.
17290 (elint-init-env): Skip non-list forms.
17291 (elint-log): Handle unknown file positions.
17292
17293 2009-09-12 Daiki Ueno <ueno@unixuser.org>
17294
17295 * epg.el (epg-make-context): Add autoload cookie.
17296 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17297 (epg-decrypt-string, epg-start-verify, epg-verify-file)
17298 (epg-verify-string, epg-start-sign, epg-sign-file)
17299 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17300 (epg-encrypt-string, epg-start-export-keys)
17301 (epg-export-keys-to-file, epg-export-keys-to-string)
17302 (epg-start-import-keys, epg-import-keys-from-file)
17303 (epg-import-keys-from-string, epg-start-receive-keys)
17304 (epg-receive-keys, epg-import-keys-from-server)
17305 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17306 (epg-sign-keys, epg-start-generate-key)
17307 (epg-generate-key-from-file, epg-generate-key-from-string):
17308 Remove autoload cookie.
17309
17310 2009-09-12 Eli Zaretskii <eliz@gnu.org>
17311
17312 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17313 reevaluation of trash-directory.
17314
17315 * mwheel.el: Fix last change.
17316 (mouse-wheel-mode): New defvar.
17317 (mouse-wheel-mode): Remove autoload cookie.
17318
17319 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * mwheel.el (mwheel-installed-bindings): New var.
17322 (mouse-wheel-mode): Use it, so as to make sure we really remove all
17323 the bindings we set last time. Use custom-initialize-delay.
17324 * loadup.el: Load mwheel after term/*-win.el.
17325 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17326 and mouse-wheel-up-event now that their first evaluation is done
17327 sufficiently late to be correct.
17328
17329 * startup.el (tutorial-directory): Make it a defcustom.
17330 Use custom-initialize-delay rather than eval-at-startup to set it.
17331 * image.el (image-load-path): Make it a defcustom.
17332 Use custom-initialize-delay rather than eval-at-startup to set it.
17333 * subr.el (eval-at-startup): Remove.
17334 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17335
17336 * subr.el (do-after-load-evaluation): Warn the user after loading an
17337 obsolete package.
17338
17339 2009-09-12 Glenn Morris <rgm@gnu.org>
17340
17341 * proced.el (proced-mark-alt): Remove alias.
17342 (proced-mode-map): Remove proced-mark-alt.
17343
17344 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17345 Elint file and directory. Remove initialization entry.
17346
17347 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17348 commands.
17349 (elint-current-buffer): Set mode-line-process.
17350 (elint-init-env): Handle define-derived-mode.
17351 Fix declare-function with unspecified arglist. Guard against odd
17352 defalias statements (eg iso-insert's 8859-1-map).
17353 (elint-add-required-env): Use a temp buffer.
17354 (elint-form): Just print the function/macro name, not the whole form.
17355 Return env unchanged if we fail to parse a macro.
17356 (elint-forms): Guard against parse errors.
17357 (elint-output): New function, to handle batch mode.
17358 (elint-log-message): Add optional argument. Use elint-output.
17359 (elint-set-mode-line): New function.
17360
17361 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
17362
17363 * emacs-lisp/elp.el (elp-not-profilable): Add more
17364 functions (Bug#4233).
17365
17366 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
17367
17368 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17369 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17370
17371 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
17372
17373 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17374 (gdb-var-list-children): Use json parsing.
17375
17376 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
17377
17378 * progmodes/js.el (js--proper-indentation): Handle the case where
17379 char-before is null. Reported by Deniz Dogan.
17380
17381 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17382
17383 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17384
17385 2009-09-11 Daiki Ueno <ueno@unixuser.org>
17386
17387 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17388 (epg-digest-algorithm-alist): Add SHA224.
17389 (epg-context-set-passphrase-callback)
17390 (epg-context-set-progress-callback): Add description about
17391 callback function.
17392
17393 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17394
17395 * custom.el (custom-delayed-init-variables): New var.
17396 (custom-initialize-delay): New function.
17397 * startup.el (command-line): "Re"evaluate all vars in
17398 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
17399 explicitly any more.
17400 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17401 to avoid creating a ~/.emacs.d at build-time (bug#4347).
17402
17403 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
17404
17405 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
17406
17407 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17408 (gdb-var-update-handler): Use json parsing.
17409
17410 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17411
17412 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17413 decode annotated text, regardless of language environment. (Bug#2741)
17414
17415 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17416
17417 * Makefile.in (autoloads): Make rmail.el writable as well.
17418
17419 2009-09-11 Glenn Morris <rgm@gnu.org>
17420
17421 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17422 loaddefs.el.
17423 * dired.el: Regenerate with extracted autoloads.
17424 * Makefile.in (autoloads): Make dired.el writable.
17425
17426 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17427 * ibuffer.el: Regenerate with extracted autoloads.
17428 * Makefile.in (autoloads): Make ibuffer.el writable.
17429
17430 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17431 * version.el (emacs-copyright, emacs-major-version)
17432 (emacs-minor-version): Reformat doc-strings for make-docfile.
17433
17434 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17435 functions and variables, since they must be stuff specific to some other
17436 platform.
17437 (apropos-print): Make mouse-click message less specific about button.
17438
17439 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17440 that records where a macro was defined.
17441 * help-fns.el (describe-function-1): Mention if a function has a
17442 compiler-macro.
17443 * help-mode.el (help-function-cmacro): New button.
17444
17445 * locate.el (top-level): Always require dired.
17446 (locate-mode-map): Initialize inside the defvar.
17447
17448 * net/ange-ftp.el (dired-compress-file): Declare.
17449 (ange-ftp-dired-compress-file): Add doc string.
17450
17451 * term/ns-win.el (x-display-name, x-setup-function-keys):
17452 Unify doc-strings with X versions.
17453
17454 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17455
17456 * emulation/crisp.el (crisp-mode-map): Move initialization
17457 into declaration.
17458 (crisp-mode): Use define-minor-mode.
17459
17460 * progmodes/xscheme.el (xscheme-evaluation-commands):
17461 Put a :advertised-binding property rather than using
17462 advertised-xscheme-send-previous-expression.
17463 (advertised-xscheme-send-previous-expression): Declare obsolete.
17464 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17465 `advertised-undo'.
17466 (crisp-mode): Add corresponding bindings to
17467 undo's :advertised-binding instead.
17468 * dired.el (dired-mode-map): Put a :advertised-binding property rather
17469 than using dired-advertised-find-file.
17470 (dired-advertised-find-file):
17471 * simple.el (advertised-undo):
17472 * wid-edit.el (advertised-widget-backward): Declare obsolete.
17473 (widget-keymap): Put a :advertised-binding property rather
17474 than using advertised-widget-backward.
17475 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17476 than using advertised-undo.
17477 * tutorial.el (tutorial--default-keys): Adjust accordingly.
17478
17479 2009-09-10 Simon South <ssouth@slowcomputing.org>
17480
17481 * progmodes/delphi.el (delphi-tab): Indent region when Transient
17482 Mark mode is enabled and region is active; otherwise indent or
17483 insert TAB as usual.
17484 (delphi-mode): Update description of TAB-key binding.
17485
17486 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17487
17488 * subr.el (define-key-rebound-commands): Mark obsolete.
17489 * startup.el (precompute-menubar-bindings): Remove.
17490 (normal-top-level): Remove obsolete code that tried to precompute
17491 menubar bindings.
17492 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17493 define-key-rebound-commands and precompute-menubar-bindings.
17494
17495 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17496
17497 * net/imap.el (imap-interactive-login): Better messages.
17498 (imap-open): Fix bug with renamed buffer on reconnect.
17499 (imap-authenticate): Add buffer-local imap-last-authenticator variable
17500 for easier debugging and cleaner code. On successful (guessed based on
17501 server capabilities) secondary authentication, set imap-state
17502 correctly.
17503 (imap-last-authenticator): Define imap-last-authenticator as a variable
17504 to avoid warnings.
17505
17506 2009-09-10 Glenn Morris <rgm@gnu.org>
17507
17508 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17509
17510 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17511 (byte-compile-file-form-autoload): Don't warn about unknown functions
17512 where the autoload statement comes after the use.
17513 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17514 that any handlers inside the body (eg require) are in turn respected.
17515
17516 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17517 effects.
17518
17519 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17520 and syntax and abbrev tables basic docs, if they don't have any.
17521
17522 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17523
17524 * international/mule-cmds.el (top-level): Require cl when compiling.
17525 (view-hello-file): Use default-value rather than
17526 default-enable-multibyte-characters.
17527
17528 * progmodes/fortran.el: Move all safe and risky properties into the
17529 defcustoms.
17530
17531 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17532 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17533 * mail/undigest.el:
17534 Put autoloads in rmail.el rather than loaddefs.el.
17535 * mail/rmail.el: Regenerate with extracted autoloads.
17536
17537 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17538 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17539
17540 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
17541
17542 Reported in thread for Bug#4375.
17543 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17544 "-data-evaluate-expression" instead of print.
17545 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17546 (gdb-tooltip-print): Parse output from above MI command.
17547 (gdb): Revert 2009-08-11 change. User should detach inferior
17548 manually.
17549
17550 Remove the word "separate" from IO functions as inferior
17551 output is now never displayed in the GUD buffer.
17552
17553 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
17554
17555 * startup.el (command-line-normalize-file-name): On Windows and
17556 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17557
17558 2009-09-10 Juri Linkov <juri@jurta.org>
17559
17560 * isearch.el (isearch-text-char-description): Propertize escape
17561 character sequences with the `escape-glyph' face. (Bug#4344)
17562
17563 * simple.el (shell-command): Set asynchronous process filter to
17564 `comint-output-filter'. (Bug#4343)
17565
17566 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17567 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
17568 the list. Move "asm" to the bottom.
17569 (grep-find-ignored-directories): Add `choice' with nil value
17570 to empty the list easily.
17571 (grep-find-ignored-files): New option.
17572 (grep-files-history): Set to nil by default instead of '("ch" "el").
17573 (grep-compute-defaults): Add "<X>" to `grep-template'.
17574 (grep-read-files): Bind new local variables `default-alias' and
17575 `default-extension'. Use a list of default values for the file prompt.
17576 (lgrep): Add `--exclude=' command line options composed from
17577 `grep-find-ignored-files'.
17578 (rgrep): Add `-name' command line options composed from
17579 `grep-find-ignored-files'. (Bug#4301)
17580
17581 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
17582
17583 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17584 (bug#4368).
17585
17586 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
17587
17588 * calendar/time-date.el (autoload):
17589 Expand define-obsolete-function-alias into defalias and make-obsolete
17590 for old Emacsen that Gnus supports.
17591 (with-no-warnings): Define it for old Emacsen.
17592 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17593 is available.
17594 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17595 float-time is available; suppress compile warning for time-to-seconds.
17596
17597 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
17598
17599 * net/imap.el (imap-message-map): Docstring fix.
17600
17601 2009-09-09 Glenn Morris <rgm@gnu.org>
17602
17603 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17604 line numbers too. (Bug#4374)
17605
17606 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
17607
17608 * smerge-mode.el (smerge-remove-props, smerge-refine):
17609 Use with-silent-modifications (bug#4342).
17610
17611 * subr.el (with-silent-modifications): New macro.
17612
17613 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
17614
17615 * files.el (top-level): Require `cl' when compiling.
17616
17617 2009-09-07 Glenn Morris <rgm@gnu.org>
17618
17619 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17620
17621 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17622 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
17623
17624 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
17625
17626 * vc-git.el (vc-git-annotate-command): Use separator to parse
17627 arguments correctly.
17628
17629 2009-09-06 Eli Zaretskii <eliz@gnu.org>
17630
17631 * proced.el (proced-mode): Doc fix.
17632
17633 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
17634
17635 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17636 lstat fails.
17637 (tramp-do-file-attributes-with-ls): Check for file existence at
17638 remote end.
17639 (tramp-do-file-attributes-with-stat): Likewise.
17640 (tramp-convert-file-attributes): Return nil when attr is nil.
17641
17642 2009-09-05 Glenn Morris <rgm@gnu.org>
17643
17644 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17645 properties to this button.
17646 (diary-fancy-display): Don't extend the button to the final newline.
17647 (diary-fancy-display-mode): Continue to define "q" as a local key.
17648
17649 * calendar/cal-china.el (holiday-chinese): Make it slightly more
17650 efficient.
17651
17652 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17653
17654 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17655 (byte-compile-dest-file-function): New option.
17656 (byte-compile-dest-file): Doc fix.
17657 Obey byte-compile-dest-file-function.
17658 (byte-compile-cl-file-p): New function.
17659 (byte-compile-eval): Only suppress noruntime warnings about cl functions
17660 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
17661 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17662 than for file being previously loaded.
17663 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17664 (byte-compile-file-form-require): Handle the case where requiring a file
17665 indirectly causes CL to be loaded.
17666
17667 2009-09-05 Karl Fogel <kfogel@red-bean.com>
17668
17669 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17670 before killing the old buffer, since by the time `kill-buffer' is
17671 run so many buffer variables have been set to nil that it may not
17672 behave as expected. (Bug#4061)
17673
17674 2009-09-05 Karl Fogel <kfogel@red-bean.com>
17675
17676 * files.el (find-alternate-file): If the old buffer is modified
17677 and visiting a file, behave similarly to `kill-buffer' when
17678 killing it, thus reverting to the pre-1.878 behavior; see
17679 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17680 for discussion. Also, consult `buffer-file-name' as a variable
17681 not as a function, for consistency with the rest of the code.
17682
17683 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
17684
17685 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17686 also when adding a new directory.
17687
17688 * net/tramp-compat.el (tramp-compat-line-beginning-position):
17689 New defun.
17690
17691 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
17692
17693 * files.el (locate-file-completion-table): Make it provide boundary
17694 information, so partial-completion works better.
17695
17696 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
17697
17698 * mail/footnote.el (Footnote-text-under-cursor):
17699 Check footnote-text-marker-alist before using it (bug#4324).
17700
17701 2009-09-04 Glenn Morris <rgm@gnu.org>
17702
17703 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17704 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17705 * play/solitaire.el, play/tetris.el:
17706 Remove leading * from defcustom and defface docs.
17707
17708 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17709 necessary.
17710 (diary-fancy-overriding-map): New variable.
17711 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17712 Use view-mode.
17713
17714 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17715 goto-line.
17716
17717 2009-09-03 Glenn Morris <rgm@gnu.org>
17718
17719 * arc-mode.el (archive-mode):
17720 * dos-fns.el (set-default-process-coding-system):
17721 * man.el (Man-getpage-in-background):
17722 * menu-bar.el (menu-bar-describe-menu):
17723 * server.el (server-process-filter):
17724 * startup.el (command-line):
17725 * tar-mode.el (tar-header-block-tokenize, tar-extract):
17726 * w32-fns.el (set-default-process-coding-system):
17727 * x-dnd.el (x-dnd-handle-file-name):
17728 * international/mule-cmds.el (mule-menu-keymap)
17729 (set-default-coding-systems, language-info-alist, set-language-info)
17730 (set-language-environment, standard-display-european-internal)
17731 (set-locale-environment):
17732 * international/mule-diag.el (mule-diag):
17733 * mail/emacsbug.el (report-emacs-bug):
17734 * mail/rmail.el (rmail-mode):
17735 * mail/sendmail.el (mail-setup):
17736 Use default-value rather than default-enable-multibyte-characters.
17737
17738 * progmodes/f90.el: Move all safe properties into the defcustoms.
17739 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17740
17741 * calendar/appt.el (appt-check):
17742 * calendar/diary-lib.el (diary-set-header, diary-live-p)
17743 (diary-check-diary-file, diary-list-entries)
17744 (diary-include-other-diary-files, diary-simple-display)
17745 (diary-fancy-display, diary-print-entries)
17746 (diary-mark-included-diary-files, diary-make-entry):
17747 Don't call substitute-in-file-name on diary-file.
17748
17749 2009-09-03 Eduard Wiebe <usenet@pusto.de>
17750 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * mail/footnote.el (footnote-prefix): Make it a defcustom.
17753 (footnote-mode-map): Move initialization into the declaration.
17754 (footnote-minor-mode-map): Define it rather than changing global-map.
17755 (footnote-mode): Use define-minor-mode.
17756
17757 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
17758
17759 * net/tramp.el (tramp-handle-file-attributes-with-ls)
17760 (tramp-do-file-attributes-with-perl)
17761 (tramp-do-file-attributes-with-stat): Rename from
17762 `tramp-handle-file-attributes-with-*'.
17763 (tramp-handle-file-attributes): Use them.
17764 (tramp-do-directory-files-and-attributes-with-perl)
17765 (tramp-do-directory-files-and-attributes-with-stat): Rename from
17766 `tramp-handle-directory-files-and-attributes-with-*'.
17767 (tramp-handle-directory-files-and-attributes): Use them.
17768 (tramp-method-out-of-band-p): Additional parameter SIZE.
17769 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17770 (tramp-handle-write-region): Use it.
17771 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
17772 (tramp-handle-vc-registered): Check, whether the first run did
17773 return files to be tested.
17774 (tramp-advice-make-auto-save-file-name): Do not call directly
17775 `tramp-handle-make-auto-save-file-name', because this would bypass
17776 the locking mechanism.
17777
17778 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
17779 (file-remote-p, process-file, start-file-process, set-file-times)
17780 (tramp-compat-file-attributes): Compatibility functions shall not
17781 call directly `tramp-handle-*', because this would bypass the
17782 locking mechanism.
17783 (tramp-compat-number-sequence): New defun.
17784
17785 2009-09-02 Glenn Morris <rgm@gnu.org>
17786
17787 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17788 alias for float-time.
17789 (time-to-number-of-days): In Emacs, use float-time.
17790 * net/newst-backend.el (time-add): Suppress warnings from compat
17791 function.
17792 * time.el (emacs-uptime, emacs-init-time):
17793 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17794 Use float-time rather than time-to-seconds.
17795
17796 * minibuffer.el (completion-initials-expand): Fix typo.
17797
17798 * faces.el (modeline, modeline-inactive, modeline-highlight)
17799 (modeline-buffer-id):
17800 * info.el (info-menu-5): Mark these face aliases as obsolete.
17801
17802 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
17803
17804 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17805 space ...
17806 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17807 no "--thread" option.
17808 (gdb-stopped): Don't print "Switched to thread" message when it is
17809 unchanged.
17810
17811 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17812
17813 * minibuffer.el (completion-try-completion)
17814 (completion-all-completions): Remove ill-defined (and
17815 mistakenly installed and luckily never used nor documented)
17816 `completion-styles' property.
17817 (completion-initials-expand, completion-initials-all-completions)
17818 (completion-initials-try-completion): New functions.
17819 (completion-styles-alist): Add doc to each entry.
17820 Add new `initials' entry.
17821
17822 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
17823
17824 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17825 MI command -var-evaluate-expression.
17826 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17827 and tweak for case of string child.
17828 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
17829
17830 2009-09-01 Glenn Morris <rgm@gnu.org>
17831
17832 * add-log.el (change-log-date-face, change-log-name-face)
17833 (change-log-email-face, change-log-file-face, change-log-list-face)
17834 (change-log-conditionals-face, change-log-function-face)
17835 (change-log-acknowledgement-face):
17836 * cus-edit.el (custom-invalid-face, custom-rogue-face)
17837 (custom-modified-face, custom-set-face, custom-changed-face)
17838 (custom-saved-face, custom-button-face, custom-button-pressed-face)
17839 (custom-documentation-face, custom-state-face, custom-comment-face)
17840 (custom-comment-tag-face, custom-variable-tag-face)
17841 (custom-variable-button-face, custom-face-tag-face)
17842 (custom-group-tag-face-1, custom-group-tag-face):
17843 * diff-mode.el (diff-header-face, diff-file-header-face)
17844 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17845 (diff-added-face, diff-changed-face, diff-function-face)
17846 (diff-context-face, diff-nonexistent-face):
17847 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17848 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17849 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17850 (Info-title-4-face):
17851 * isearch.el (isearch-lazy-highlight-face):
17852 * log-view.el (log-view-file-face, log-view-message-face):
17853 * paren.el (show-paren-match-face, show-paren-mismatch-face):
17854 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17855 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17856 (cvs-msg-face):
17857 * smerge-mode.el (smerge-mine-face, smerge-other-face)
17858 (smerge-base-face, smerge-markers-face):
17859 * wid-edit.el (widget-documentation-face, widget-button-face)
17860 (widget-field-face, widget-single-line-field-face)
17861 (widget-inactive-face, widget-button-pressed-face):
17862 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17863 (woman-addition-face):
17864 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17865 (eshell-ls-executable-face, eshell-ls-readonly-face)
17866 (eshell-ls-unreadable-face, eshell-ls-special-face)
17867 (eshell-ls-missing-face, eshell-ls-archive-face)
17868 (eshell-ls-backup-face, eshell-ls-product-face)
17869 (eshell-ls-clutter-face):
17870 * eshell/em-prompt.el (eshell-prompt-face):
17871 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
17872 * obsolete/old-whitespace.el (whitespace-highlight-face):
17873 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17874 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17875 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17876 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17877 (antlr-font-lock-literal-face):
17878 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17879 (ebrowse-root-class-face, ebrowse-file-name-face)
17880 (ebrowse-default-face, ebrowse-member-attribute-face)
17881 (ebrowse-member-class-face, ebrowse-progress-face):
17882 * progmodes/make-mode.el (makefile-space-face):
17883 * progmodes/sh-script.el (sh-heredoc-face):
17884 * textmodes/flyspell.el (flyspell-incorrect-face)
17885 (flyspell-duplicate-face):
17886 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
17887 * textmodes/texinfo.el (texinfo-heading-face):
17888 Mark face aliases with "-face" suffix as obsolete.
17889
17890 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17891 compiler.
17892
17893 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17894 (eudc-bob-sound-menu): Use defvar rather than defconst, since
17895 easy-menu-define wants to modify these.
17896
17897 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17898
17899 * net/browse-url.el (browse-url-file-url):
17900 * term/internal.el (dos-codepage-setup):
17901 Use default-value rather than default-enable-multibyte-characters.
17902
17903 * progmodes/etags.el (etags-goto-tag-location):
17904 * progmodes/flymake.el (flymake-highlight-line)
17905 (flymake-goto-file-and-line, flymake-goto-line):
17906 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17907 (gdb-goto-breakpoint):
17908 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17909 * progmodes/python.el (python-find-function)
17910 (python-pdbtrack-track-stack-file):
17911 * progmodes/verilog-mode.el (verilog-surelint-off):
17912 * term/ns-win.el (ns-open-file-select-line):
17913 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17914 Use forward-line rather than goto-line.
17915
17916 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17917 * textmodes/reftex-index.el (reftex-display-index):
17918 * textmodes/reftex-ref.el (reftex-offer-label-menu):
17919 * textmodes/reftex-toc.el (reftex-toc):
17920 Remove unnecessary bindings of default-major-mode (all are followed by
17921 major-mode check and possible mode switch).
17922
17923 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
17924
17925 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17926 Handle watchpoints (bug#4282).
17927 (def-gdb-thread-buffer-command): Enable thread to be selected by
17928 clicking without selecting threads buffer first.
17929 (gdb-current-context-command): Use selected frame so that "up",
17930 "down" etc work in the GUD buffer.
17931 (gdb-update): Find selected frame before rendering stack buffer.
17932 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17933
17934 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17935
17936 * progmodes/sym-comp.el (displayed-completions): Remove.
17937 (symbol-complete): Use minibuffer-complete.
17938
17939 2009-08-31 Glenn Morris <rgm@gnu.org>
17940
17941 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17942
17943 * apropos.el (apropos-symbols-internal):
17944 Handle (obsolete) face aliases.
17945
17946 * faces.el (describe-face): Adjust the output format to be more like
17947 describe-variable, and to mention (obsolete) face aliases.
17948 Adjust the whitespace so that help-setup-xref works.
17949
17950 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17951 * calendar/diary-lib.el (diary-button-face):
17952 Mark these face aliases as obsolete.
17953
17954 * calendar/calendar.el (calendar-today): Doc fix.
17955
17956 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
17957
17958 * progmodes/gdb-mi.el (gdb-control-all-threads)
17959 (gdb-control-current-thread): Force tool bar update.
17960 (gdb-non-stop-handler): New function.
17961 (gdb-init-1): Use it to test if non-stop mode is supported.
17962 Remove unused gdbmi buffer type.
17963
17964 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
17965
17966 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
17967 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
17968
17969 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
17970
17971 * comint.el (comint-exec-1): Check command is non-null first.
17972 Part of gdb-mi.el change (2009-08-28).
17973
17974 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17975
17976 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17977
17978 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
17979
17980 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17981 instead of `dolist' to avoid a recursive require when bootstrapping.
17982
17983 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17986
17987 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17988
17989 * net/imap.el (imap-send-command): Simplify.
17990 (imap-wait-for-tag): point-max -> buffer-size.
17991
17992 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17993
17994 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17995 with constant argument.
17996
17997 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17998
17999 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18000
18001 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18002 Change default, since most of our files don't have a history.
18003 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18004 the user.
18005
18006 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18007 Add comint-run.
18008
18009 * calc/calc.el: Improve commenting convention.
18010 (calc-digit-map, toplevel): Simplify.
18011
18012 * comint.el (comint-insert-input): Be careful to only set point if we
18013 don't delegate to some other command.
18014
18015 * proced.el (proced-signal-list): Make it an alist.
18016 (proced-grammar-alist): Capitalize names.
18017 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18018 Disable undo manually and make it read-only.
18019 Use completion-annotate-function.
18020
18021 * minibuffer.el (minibuffer-message): If the current buffer is not
18022 a minibuffer, insert the message in the echo area rather than at the
18023 end of the buffer.
18024 (completion-annotate-function): New variable.
18025 (minibuffer-completion-help): Use it.
18026 (completion--embedded-envvar-table): Environment vars are
18027 always case-sensitive.
18028
18029 2009-08-30 Glenn Morris <rgm@gnu.org>
18030
18031 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18032 from fortran-current-defun.
18033 (fortran-beginning-of-subprogram): Be more precise about finding the
18034 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
18035 (fortran-end-of-subprogram): Simplify.
18036 (fortran-current-defun): Use fortran-start-prog-re.
18037
18038 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
18039
18040 * subr.el (do-after-load-evaluation): Simplify.
18041
18042 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18043
18044 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18045
18046 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
18047 (vc-rcs-print-log): Use it.
18048
18049 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18050
18051 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18052
18053 * paths.el (abbrev-file-name): Move to abbrev.el.
18054 * abbrev.el (abbrev-file-name): Move from paths.el.
18055 Obey user-emacs-directory.
18056 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18057 user-emacs-directory.
18058 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18059 abbrev-file-name and calc-settings-file any more.
18060 * startup.el (command-line): Recompute abbrev-file-name and
18061 abbreviated-home-dir.
18062 (normal-no-mouse-startup-screen): Improve the generic code and get rid
18063 of the special code for when C-h bindings haven't been changed.
18064 (display-startup-echo-area-message): Use with-current-buffer.
18065 (command-line-1): Use a list of strings, rather than a list of lists
18066 of strings for longopts.
18067
18068 * files.el (get-free-disk-space): Use / for default-directory.
18069
18070 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18071 Use with-current-buffer.
18072
18073 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18074 Recognize immutable variables like most-positive-fixnum.
18075 (byte-compile-setq-default): Check and warn if trying to assign
18076 to an immutable variable, or a non-variable.
18077
18078 * progmodes/cc-vars.el (c-comment-continuation-stars):
18079 * progmodes/cc-engine.el (c-looking-at-bos):
18080 * progmodes/cc-cmds.el (c-toggle-auto-state)
18081 (c-forward-into-nomenclature, c-backward-into-nomenclature)
18082 (c-comment-line-break-function): Add version of obsolescence.
18083
18084 2009-08-28 Juri Linkov <juri@jurta.org>
18085
18086 * files.el (magic-fallback-mode-alist): Add ZIP magic number
18087 associated with `archive-mode'.
18088
18089 * image.el (image-type-header-regexps): Use only JPEG magic number
18090 to determine JPEG images, and don't use `image-jpeg-p' because
18091 Emacs can display non-JFIF non-Exif JPEG images.
18092
18093 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18094
18095 * arc-mode.el (archive-mode):
18096 * emacs-lisp/re-builder.el (re-builder-unload-function):
18097 Protect against the default value of `major-mode' being nil.
18098
18099 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18100
18101 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18102 Fix typos in docstrings.
18103
18104 * progmodes/js.el (js--macro-decl-re): Doc fix.
18105 (js--plain-method-re, js--split-name): Refloc docstring.
18106 (js--class-styles, js--make-merged-item, js--splice-into-items):
18107 Fix typos in docstrings; reflow docstrings.
18108 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18109 (js--variable-decl-matcher, js--inside-pitem-p)
18110 (js--parse-state-at-point, js--get-all-known-symbols)
18111 (js--symbol-history, js-find-symbol, js--js-references)
18112 (js--moz-interactor, js--js-encode-value, js--read-tab):
18113 Fix typos in docstrings.
18114
18115 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18116
18117 * textmodes/reftex.el (reftex-get-file-buffer-force):
18118 * progmodes/verilog-mode.el (verilog-batch-execute-func):
18119 * emulation/viper.el (viper-go-away, viper-set-hooks):
18120 * emacs-lisp/re-builder.el (re-builder-unload-function):
18121 * emacs-lisp/bytecomp.el (byte-compile-file):
18122 * ses.el (ses-unload-function):
18123 * hexl.el (hexl-find-file):
18124 * files.el (normal-mode):
18125 * ehelp.el (with-electric-help):
18126 * autoinsert.el (auto-insert-alist):
18127 * arc-mode.el (archive-mode):
18128 Use (default-value 'major-mode) instead of default-major-mode.
18129
18130 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18131 * international/mule.el (load-with-code-conversion):
18132 * emacs-lisp/debug.el (debug):
18133 * ediff-vers.el (ediff-rcs-get-output-buffer):
18134 * dired.el (dired-internal-noselect): Don't let-bind
18135 default-major-mode around code that doesn't use it.
18136 E.g. buffer creation via get-buffer-create doesn't use it.
18137
18138 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
18139
18140 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18141 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18142 when writing the temp file. Otherwise, epa-file gets confused.
18143 (tramp-register-file-name-handlers): Make it a defun. Move also
18144 `epa-file-handler' to the front of `file-name-handler-alist'.
18145
18146 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18149 start right after a ^M.
18150 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18151 (tramp-completion-file-name-regexp-separate)
18152 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
18153 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18154 Don't modify last-coding-system-used by accident.
18155 (tramp-completion-file-name-handler): Apply the checks here,
18156 instead during registration.
18157 (tramp-register-file-name-handlers): Rename from
18158 `tramp-register-file-name-handler'. Register both
18159 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
18160 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
18161
18162 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
18163
18164 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18165 Remove variable ...
18166 (gdb-init-1, gdb-display-separate-io-buffer)
18167 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18168 references to it.
18169 (gdb-inferior-io-mode): Use make-comint-in-buffer.
18170 (gdb-inferior-filter): Use comint-output-filter to stop
18171 echoing and remove ^M characters.
18172
18173 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18174
18175 * emulation/viper-init.el (viper-restore-cursor-type):
18176 * emulation/cua-base.el (cua--update-indications):
18177 Replace default-cursor-type with (default-value 'cursor-type).
18178
18179 * mail/sendmail.el (mail-recover-1):
18180 * international/mule-diag.el (describe-current-coding-system-briefly)
18181 (describe-current-coding-system):
18182 * international/mule-cmds.el (select-safe-coding-system)
18183 (select-message-coding-system)
18184 (set-language-environment-coding-systems, set-locale-environment):
18185 * hexl.el (hexl-insert-multibyte-char):
18186 * dos-w32.el (find-buffer-file-type-coding-system):
18187 * simple.el (what-cursor-position):
18188 Replace uses of default-buffer-file-coding-system
18189 with (default-value 'buffer-file-coding-system).
18190
18191 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18192 Replace uses of default-cursor-in-non-selected-windows
18193 with (default-value 'cursor-in-non-selected-windows).
18194 Use with-current-buffer.
18195
18196 * mail/feedmail.el: Use CL macros.
18197 (feedmail-run-the-queue, feedmail-send-it-immediately):
18198 * dos-w32.el (find-buffer-file-type): Replace uses of
18199 default-buffer-file-type with (default-value 'buffer-file-type).
18200
18201 2009-08-28 Glenn Morris <rgm@gnu.org>
18202
18203 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18204 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18205 Use default-value of major-mode rather than default-major-mode.
18206
18207 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * Makefile.in (update-elcfiles): Report left over elc files.
18210
18211 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18212 expand-file-name and with-current-buffer.
18213 (mail-get-names, mail-directory): Use with-current-buffer.
18214
18215 * vc.el (vc-read-revision): New function.
18216 (vc-version-diff, vc-merge): Use it.
18217
18218 2009-08-27 Sam Steingold <sds@gnu.org>
18219
18220 * simple.el (kill-do-not-save-duplicates): New user option.
18221 (kill-new): When it is non-nil, and the new string is the same as
18222 the latest kill, set replace to t to avoid duplicates in kill-ring.
18223
18224 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
18225
18226 * net/tramp.el (tramp-handle-process-file): Do not flush all
18227 caches when `process-file-side-effects' is set.
18228 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
18229 instead of `tramp-find-file-exists-command'.
18230 Unset `process-file-side-effects'.
18231
18232 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
18233
18234 * net/tramp.el (tramp-methods): New method "rsyncc".
18235 (top): Add completion function for "rsyncc".
18236 (tramp-message-show-message): New defvar.
18237 (tramp-message, tramp-error): Use it.
18238 (tramp-do-copy-or-rename-file-directly): Extend check for direct
18239 remote copying.
18240 (tramp-do-copy-or-rename-file-out-of-band): Handle new
18241 `tramp-methods' entry `copy-env' of "rsyncc".
18242 (tramp-vc-registered-read-file-names): New defconst.
18243 (tramp-vc-registered-file-names): New defvar.
18244 (tramp-handle-vc-registered): Implement optimization strategy.
18245 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18246 (tramp-vc-file-name-handler): New defun.
18247 (tramp-get-ls-command, tramp-get-test-command)
18248 (tramp-get-file-exists-command, tramp-get-remote-ln)
18249 (tramp-get-remote-perl, tramp-get-remote-stat)
18250 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
18251
18252 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18253 (tramp-cache-inhibit-cache): Extend doc string. It allows also
18254 timestamps.
18255 (tramp-get-file-property): Check for timestamps in
18256 `tramp-cache-inhibit-cache'.
18257 (tramp-set-file-property): Write timestamp.
18258
18259 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18260
18261 * language/japan-util.el (japanese-symbol-table): Add entries for
18262 cp932-2-byte.
18263
18264 * international/characters.el: Add category `j' to cp932-2-byte.
18265
18266 2009-08-27 Kenichi Handa <handa@m17n.org>
18267
18268 * international/fontset.el (build-default-fontset-data): New macro.
18269 (setup-default-fontset): Use build-default-fontset-data for CJK,
18270 tibetan, ethiopic, and ipa.
18271
18272 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18273
18274 * cus-start.el (default-major-mode): Customize `major-mode' instead.
18275 (enable-multibyte-characters): Not customizable any more.
18276
18277 * subr.el (default-mode-line-format, default-header-line-format)
18278 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18279 (default-direction-reversed, default-truncate-lines)
18280 (default-left-margin, default-tab-width, default-case-fold-search)
18281 (default-left-margin-width, default-right-margin-width)
18282 (default-left-fringe-width, default-right-fringe-width)
18283 (default-fringes-outside-margins, default-scroll-bar-width)
18284 (default-vertical-scroll-bar, default-indicate-empty-lines)
18285 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18286 (default-fringe-cursor-alist, default-scroll-up-aggressively)
18287 (default-scroll-down-aggressively, default-fill-column)
18288 (default-cursor-type, default-buffer-file-type)
18289 (default-cursor-in-non-selected-windows)
18290 (default-buffer-file-coding-system, default-major-mode)
18291 (default-enable-multibyte-characters): Mark as obsolete.
18292
18293 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
18294
18295 * vc-dir.el (vc-dir-update): Remove debug helper.
18296
18297 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18298
18299 2009-08-26 Sam Steingold <sds@gnu.org>
18300
18301 * simple.el (save-interprogram-paste-before-kill): New user option.
18302 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18303 save the interprogram-paste into kill-ring before overriding it
18304 with the Emacs kill.
18305
18306 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18307
18308 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18309 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18310 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18311 and move to vc-rcs.el.
18312 (vc-default-next-revision): Rename to vc-rcs-next-revision and
18313 move to vc-rcs.el.
18314 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18315 (vc-rcs-update-changelog): Remove.
18316 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18317 and move to vc-rcs.el.
18318
18319 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18320 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18321 renaming.
18322 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
18323 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
18324 vc.el, renamed to be RCS specific.
18325
18326 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18327 New functions.
18328 (vc-cvs-update-changelog): Move here from vc.el.
18329
18330 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18331 New functions.
18332
18333 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18336
18337 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18338
18339 * vc-git.el (vc-git-register): Use "git add" for directories.
18340 (vc-git-stash, vc-git-stash-show): New functions.
18341 (vc-git-extra-menu-map): Bind them.
18342
18343 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18344 directory correctly in case the item is a directory itself.
18345
18346 * vc.el: Document the desired behavior for reverted files in the
18347 `added' state.
18348 (vc-default-prettify-state-info): Remove function, unused.
18349
18350 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
18351
18352 2009-08-26 Glenn Morris <rgm@gnu.org>
18353
18354 * bindings.el (standard-mode-line-format): Reposition dashes in
18355 which-func entry. (Bug#4217)
18356
18357 * files.el (enable-local-variables, enable-local-eval)
18358 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18359 the defcustoms.
18360 (auto-mode-alist, ignored-local-variables)
18361 (save-some-buffers-action-alist): Move risky declarations to the
18362 definitions.
18363 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18364 (font-lock-defaults, format-alist, imenu--index-alist)
18365 (imenu-generic-expression, input-method-alist, minor-mode-alist)
18366 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18367 (mode-line-modified, mode-line-mule-info, mode-line-position)
18368 (mode-line-process, mode-line-remote, outline-level)
18369 (parse-time-rules, rmail-output-file-alist)
18370 (special-display-buffer-names, vc-mode):
18371 Move risky declarations to the relevant files.
18372 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18373 (mode-line-modified, mode-line-process, mode-line-position)
18374 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18375 * font-core.el (font-lock-defaults):
18376 * format.el (format-alist):
18377 * vc-hooks.el (vc-mode):
18378 * window.el (special-display-buffer-names):
18379 * international/mule-cmds.el (input-method-alist):
18380 Define riskiness here (dumped file) rather than in files.el.
18381 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18382 * imenu.el (imenu-generic-expression, imenu--index-alist):
18383 * outline.el (outline-level):
18384 * time.el (display-time-string):
18385 * calendar/parse-time.el (parse-time-rules):
18386 * mail/rmailout.el (rmail-output-file-alist):
18387 Autoload riskiness here, rather than placing in files.el.
18388
18389 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
18390
18391 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18392
18393 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
18394
18395 * simple.el (process-file-side-effects): New defvar.
18396
18397 * dired-aux.el (dired-show-file-type):
18398 * vc.el (vc-diff-internal):
18399 * vc-arch.el (vc-arch-diff):
18400 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18401 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18402 * vc-git.el (vc-git-registered, vc-git-working-revision)
18403 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18404 (vc-git--empty-db-p):
18405 * vc-hooks.el (vc-user-login-name):
18406 * vc-svn.el (vc-svn-registered, vc-svn-state)
18407 (vc-svn-dir-extra-headers, vc-svn-find-revision):
18408 * progmodes/grep.el (grep-probe): Let-bind
18409 `process-file-side-effects' with nil.
18410
18411 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18412
18413 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18414 daemon. Replace ping by checking for running service for bluez
18415 and zeroconf. (Bug#4239)
18416
18417 2009-08-25 Kevin Ryde <user42@zip.com.au>
18418
18419 * net/dig.el (dig): Add autoload cookie.
18420
18421 2009-08-25 Glenn Morris <rgm@gnu.org>
18422
18423 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18424 load-history for absolute file-names.
18425 (byte-compile-file-form-require): Warn about use of the cl package.
18426
18427 * format.el (format-alist): Doc fix.
18428
18429 * play/bubbles.el (top-level): Don't require cl at run-time.
18430
18431 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18432 run-time cl).
18433
18434 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
18435
18436 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18437 from cl package.
18438 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18439
18440 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
18441
18442 * calc/calc-alg.el (math-trig-rewrite)
18443 (math-hyperbolic-trig-rewrite): New functions.
18444 (calc-simplify): Simplify trig functions when asked.
18445
18446 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18447
18448 * diff-mode.el (diff-find-source-location): Avoid goto-line.
18449
18450 2009-08-24 Kenichi Handa <handa@m17n.org>
18451
18452 * language/ind-util.el (mapthread): Delete it.
18453 (combinatorial): New function.
18454 (indian--puthash-cv): Use combinatorial instead of mapthread.
18455
18456 2009-08-22 Kevin Ryde <user42@zip.com.au>
18457
18458 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18459 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18460 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18461 Clarify docstring that the value is strings not symbols.
18462 (checkdoc-list-of-strings-p): New function.
18463
18464 2009-08-22 Glenn Morris <rgm@gnu.org>
18465
18466 * files.el (auto-mode-alist):
18467 * hippie-exp.el (he-concat-directory-file-name):
18468 * lpr.el (lpr-windows-system, printer-name):
18469 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18470 * ps-print.el (ps-windows-system):
18471 * startup.el (command-line):
18472 * emulation/viper-ex.el (viper-glob-function):
18473 * international/mule-cmds.el (set-language-environment-coding-systems):
18474 * net/ange-ftp.el (ange-ftp-write-region):
18475 * obsolete/fast-lock.el (fast-lock-cache-name):
18476 Remove code for defunct system-types emx, macos, mswindows, next-mach,
18477 unisoft-unix, vax-vms, win32, w32.
18478
18479 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18480 given name if the pattern is not more specific.
18481
18482 * calendar/lunar.el (lunar-phase-names): New option.
18483 (lunar-phase): Doc fix.
18484 (lunar-cycles-per-year): New constant.
18485 (lunar-index): New function.
18486 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18487 (lunar-phase-name): Use lunar-phase-names.
18488 (calendar-lunar-phases): Use format.
18489 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18490
18491 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18492 Copy imenu-example--name-and-position function here for own use.
18493 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18494
18495 * bs.el (bs--redisplay):
18496 * cus-edit.el (custom-redraw):
18497 * ibuffer.el (ibuffer-bury-buffer):
18498 * server.el (server-goto-line-column):
18499 * startup.el (command-line-1):
18500 * strokes.el (strokes-xpm-for-stroke):
18501 * term.el (term-display-buffer-line):
18502 * view.el (View-goto-line):
18503 * calc/calc.el (calc-do, calc-trail-buffer):
18504 * play/gamegrid.el (gamegrid-add-score-insecure):
18505 * progmodes/ada-mode.el (ada-compile-goto-error):
18506 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18507 (ebrowse-select-1st-to-9nth):
18508 * progmodes/cperl-mode.el (cperl-time-fontification):
18509 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18510 * progmodes/gud.el (gud-display-line):
18511 (idlwave-shell-display-line):
18512 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18513 * progmodes/make-mode.el (makefile-browser-toggle):
18514 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18515 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18516 * textmodes/picture.el (picture-draw-rectangle):
18517 * textmodes/reftex-index.el (reftex-index-goto-letter):
18518 (reftex-select-jump-to-previous):
18519 * textmodes/reftex-sel.el (reftex-find-start-point)
18520 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18521 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18522 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18523 * textmodes/tex-mode.el (tex-compilation-parse-errors):
18524 * textmodes/two-column.el (2C-associated-buffer):
18525 Use forward-line rather than goto-line.
18526
18527 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18528 goto-line.
18529
18530 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18531 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18532 (quick-check-list-to-regexp): Declare.
18533
18534 * progmodes/make-mode.el (makefile-browser-insert-selection):
18535 Use goto-char rather than goto-line.
18536
18537 * progmodes/prolog.el (compilation-error-regexp-alist)
18538 (compilation-forget-errors): Declare.
18539
18540 2009-08-22 Juri Linkov <juri@jurta.org>
18541
18542 * progmodes/grep.el (lgrep, rgrep): At the beginning
18543 set `dir' to `default-directory' unless `dir' is a non-nil
18544 readable directory. (Bug#4052)
18545 (lgrep, rgrep): Change a weird way to report an error
18546 from using `read-string' to using `error'.
18547 Instead of using interactive arguments in the function body,
18548 add new argument `confirm'.
18549
18550 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18551
18552 * textmodes/remember.el (remember-buffer):
18553 * progmodes/cperl-mode.el (cperl-vc-header-alist):
18554 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18555 (icalendar-extract-ical-from-buffer):
18556 * net/newst-treeview.el (newsticker-groups-filename):
18557 * net/newst-backend.el (newsticker-cache-filename):
18558 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18559 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18560 (speedbar-add-ignored-path-regexp, speedbar-line-path)
18561 (speedbar-buffers-line-path, speedbar-path-line)
18562 (speedbar-buffers-line-path):
18563 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18564 (epg-sign-keys):
18565 * epa.el (epa-display-verify-result):
18566 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18567
18568 2009-08-21 Glenn Morris <rgm@gnu.org>
18569
18570 * progmodes/js.el (inferior-moz-process): Fix declaration.
18571
18572 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18573
18574 * obsolete/rnewspost.el (news-mail-reply):
18575 Use goto-char rather than goto-line.
18576
18577 * term/ns-win.el (ns-open-file-select-line):
18578 Use line-beginning-position rather than goto-line.
18579
18580 * apropos.el (apropos-command):
18581 * ehelp.el (electric-helpify):
18582 * printing.el (pr-show-setup):
18583 * strokes.el (strokes-help):
18584 * tutorial.el (tutorial--describe-nonstandard-key)
18585 (tutorial--detailed-help):
18586 * woman.el (woman-mini-help, woman-display-extended-fonts):
18587 * calc/calc-help.el (calc-describe-key):
18588 * emulation/edt.el (edt-electric-helpify):
18589 * international/mule-diag.el (mule-diag):
18590 * play/yow.el (apropos-zippy):
18591 * progmodes/python.el (python-describe-symbol):
18592 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18593 * textmodes/table.el (*table--cell-describe-mode)
18594 (*table--cell-describe-bindings):
18595 Use help-print-return-message rather than the now obsolete alias.
18596
18597 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
18598 (calendar-cursor-to-visible-date):
18599 * play/5x5.el (5x5-position-cursor):
18600 * play/decipher.el (decipher):
18601 * play/gomoku.el (gomoku-goto-xy):
18602 * play/landmark.el (lm-goto-xy):
18603 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18604 (mpuz-paint-digit):
18605 Use forward-line, not goto-line.
18606
18607 * mail/rmail.el (rmail-obsolete): Delete custom group.
18608 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18609 (rmail-remote-password, rmail-remote-password-required):
18610 Remove unneeded :set-after and :set properties.
18611
18612 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
18613
18614 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18615
18616 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
18617
18618 * loadup.el: Remove leftover macos code.
18619
18620 * vc-git.el (vc-git-annotate-command): Run asynchronously.
18621 Explicitly pass the date format to git blame so that user local
18622 so that the output format can be parsed.
18623
18624 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
18625
18626 * net/dbus.el (top): Don't check for (getenv
18627 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
18628
18629 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
18630
18631 * log-edit.el (log-edit-strip-single-file-name): New var.
18632 (log-edit-insert-changelog): Use it. Bug#3571
18633
18634 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18635
18636 * subr.el (read-passwd): Use read-key so keypad keys work as well.
18637 Bug#3287
18638
18639 * help.el (help-print-return-message): Rename from
18640 print-help-return-message.
18641
18642 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18643 cvs-mode-map parent hack.
18644 (log-view-mode): Derive from special-mode.
18645
18646 * linum.el (linum-mode): window-size-change-functions is redundant.
18647 Adapt to new window-configuration-change-hook behavior.
18648 (linum-after-size, linum-after-config): Remove.
18649
18650 * imenu.el (imenu-example--name-and-position)
18651 (imenu-example--lisp-extract-index-name)
18652 (imenu-example--create-lisp-index, imenu-example--create-c-index):
18653 Mark as obsolete.
18654
18655 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18656 (inferior-prolog-mode): Use it.
18657 (inferior-prolog-load-file): Reset list of errors.
18658
18659 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18660
18661 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18662
18663 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18664
18665 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
18666
18667 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18668 is running already.
18669
18670 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18671
18672 * subr.el (listify-key-sequence-1): Use normal syntax since those
18673 integers are nowadays always represented by the same (positive) number
18674 on all platforms.
18675 (read-key-empty-map): New const.
18676 (read-key-delay): New var.
18677 (read-key): New function.
18678 (force-mode-line-update): Use with-current-buffer.
18679 (locate-user-emacs-file): Don't forget to abbreviate the file name.
18680 (start-process-shell-command, start-file-process-shell-command):
18681 Discourage the use of command-args.
18682
18683 2009-08-19 Glenn Morris <rgm@gnu.org>
18684
18685 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18686
18687 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18688
18689 * simple.el (choose-completion-string): Don't rely on
18690 minibuffer-completing-file-name and ad-hoc checks to decide whether
18691 to continue completion or not.
18692
18693 * minibuffer.el (minibuffer-hide-completions): New function.
18694 (completion--do-completion): Use it.
18695 (completions-annotations): New face.
18696 (completion--insert-strings): Use it.
18697 (completion-pcm--delim-wild-regex): Add docstring.
18698 (completion-pcm--string->pattern): Add support for 0-width delimiters
18699 in completion-pcm--delim-wild-regex.
18700
18701 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18704 Remove unused var `buffer-modified-p'.
18705
18706 * minibuffer.el (completion--do-completion): Move point for the #b001
18707 case as well (bug#4176).
18708 (minibuffer-complete, minibuffer-complete-word): Don't move point.
18709
18710 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
18711
18712 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
18713 and :session buses.
18714
18715 2009-08-18 Kenichi Handa <handa@m17n.org>
18716
18717 * international/ucs-normalize.el (ucs-normalize-version):
18718 Change to 1.1.
18719 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18720 (utf-8-hfs): Make it perform normalization on encoding too.
18721
18722 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
18723 (sentence-end-without-space): Delete duplicated chars.
18724 (sentence-end-base): Likewise.
18725
18726 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
18727 (html-mode): Delete duplicated chars from sentence-end-base.
18728
18729 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
18730 (texinfo-mode): Delete duplicated chars from sentence-end-base.
18731
18732 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
18733
18734 * files.el (hack-one-local-variable): If the mode function is for
18735 a minor mode, pass it an argument (Bug#4148).
18736
18737 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
18738
18739 * net/tramp.el (tramp-register-completion-file-name-handler):
18740 Check also for (member 'partial-completion completion-styles).
18741
18742 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18743
18744 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18745 abbrev (Bug#3943).
18746
18747 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
18748
18749 * progmodes/cperl-mode.el: Merge upstream 6.2.
18750 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18751 (cperl-forward-re): Check cperl-brace-recursing.
18752 (cperl-highlight-charclass): New function.
18753 (cperl-find-pods-heres): Use it.
18754 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
18755 (cperl-beautify-regexp-piece): Fix column calculation.
18756 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
18757 (cperl-beautify-level): Don't process entire regexp.
18758 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18759 calling man.
18760 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18761 (cperl-init-faces): Build a list in the normal way.
18762
18763 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18764
18765 * calendar/parse-time.el (parse-time-string-chars): Save match
18766 data.
18767
18768 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18771 (sql-product): Use it.
18772 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18773 (sql-set-product): Add completion.
18774 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18775 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18776 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18777 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18778 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18779 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18780 (sql-highlight-db2-keywords): Remove.
18781 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18782 (sql-highlight-product): Use derived-mode-p.
18783 (sql-set-sqli-buffer): Use with-current-buffer.
18784 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18785 Simplify.
18786
18787 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18788
18789 * term.el: Fix commenting convention, turn comments into docstrings.
18790
18791 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18792
18793 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18794
18795 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
18796
18797 * calendar/parse-time.el (parse-time-string-chars): Compute using
18798 character classes, to handle non-ascii characters (Bug#3190).
18799
18800 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18801
18802 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18803 another heredoc if the user adds another < (Bug#3226).
18804
18805 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18806 Don't initialize based on window-system (Bug#4124).
18807
18808 * facemenu.el (facemenu-read-color): Use a completion function
18809 that accepts any defined color, such as RGB triplets (Bug#3677).
18810
18811 * files.el (get-free-disk-space): Change fallback default
18812 directory to /. Expand DIR argument before switching to fallback.
18813 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18814
18815 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
18816
18817 * files.el (load-library): Doc fix.
18818
18819 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
18820
18821 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
18822 (viper-if-string): Redefine C-s in the minibuffer to insert the last
18823 incremental search string.
18824
18825 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
18826 XEmacs.
18827
18828 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18829 (ediff-merge-region-is-non-clash)
18830 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
18831 Also check if the job is really a merge job.
18832
18833 * ediff.el (ediff-current-file): New function.
18834
18835 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
18836
18837 * progmodes/js.el: Edit docstrings throughout to follow Emacs
18838 conventions.
18839 (js-insert-and-indent): Delete function.
18840 (js-mode-map): Don't bind keys to js-insert-and-indent.
18841 (js-beginning-of-defun): Rename from js--beginning-of-defun.
18842 (js-end-of-defun): Rename from js--end-of-defun.
18843 (js-auto-indent-flag): Delete variable.
18844
18845 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
18846
18847 * progmodes/js.el: Remove proclaim statement.
18848 Defvar which-func-imenu-joiner-function to silence compiler.
18849
18850 * files.el (auto-mode-alist): Use js-mode for .js files.
18851
18852 * progmodes/js2-mode.el: Remove file.
18853
18854 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18855
18856 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18857
18858 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
18859
18860 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
18861 Karl Landstrom <karl.landstrom@brgeight.se>
18862
18863 * progmodes/js.el: New file.
18864
18865 2009-08-14 Mark A. Hershberger <mah@everybody.org>
18866
18867 * timezone.el (timezone-parse-date): Add ability to understand ISO
18868 basic format (minimal separators) dates in addition to the
18869 already-supported extended format dates.
18870
18871 2009-08-14 Eli Zaretskii <eliz@gnu.org>
18872
18873 * international/ucs-normalize.el: Add a `coding' file variable.
18874
18875 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18876
18877 2009-08-14 Sam Steingold <sds@gnu.org>
18878
18879 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
18880
18881 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
18882
18883 * faces.el (help-argument-name): Define it here instead of
18884 help-fns.el, because in daemon mode help-fns.el may be loaded when
18885 faces are still uninitialized (Bug#1078).
18886
18887 * help-fns.el (help-argument-name): Move defface to faces.el.
18888
18889 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
18890
18891 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18892 create buffer with a pty but no process so that GDB can make the
18893 inferior the controlling process.
18894
18895 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
18896
18897 * international/ucs-normalize.el: New file.
18898
18899 2009-08-13 Richard Stallman <rms@gnu.org>
18900
18901 * mail/rmail.el (rmail-get-attr-names):
18902 Accept an attribute header that is too short.
18903
18904 * mail/rmail.el (rmail-forget-messages):
18905 Ignore nil elt in rmail-message-vector. Use dotimes.
18906
18907 * progmodes/compile.el (compilation-goto-locus):
18908 Use next-error-move-function.
18909
18910 * simple.el (next-error-move-function): New variable.
18911
18912 2009-08-12 Juri Linkov <juri@jurta.org>
18913
18914 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18915 always non-nil. (Bug#4052)
18916
18917 * replace.el (read-regexp): Return empty string when
18918 `default-value' is nil.
18919 (keep-lines-read-args): Don't use empty string as the
18920 default value for `read-regexp'. (Bug#2495)
18921
18922 2009-08-12 Juri Linkov <juri@jurta.org>
18923
18924 * international/mule-cmds.el (ucs-insert): Change arguments
18925 from `arg' to `character', `count', `inherit' to be the same
18926 as in `insert-char'. Doc fix. (Bug#4039)
18927
18928 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18929
18930 2009-08-12 Juri Linkov <juri@jurta.org>
18931
18932 * files-x.el: New file.
18933
18934 * files.el: Move code that deals with adding/deleting
18935 file/directory-local variables to files-x.el.
18936
18937 * Makefile.in (ELCFILES): Add files-x.elc.
18938
18939 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
18940
18941 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18942 to use `goto-line'.
18943 (gdb-place-breakpoints, gdb-get-location): Rewritten without
18944 `goto-line'.
18945 (gdb-invalidate-disassembly): Do not refresh upon receiving
18946 'update signal. Instead, update all disassembly buffers only after
18947 threads list.
18948 (gdb): Send -target-detach when buffer is killed (Bug#3794).
18949 (gdb-starting): Move -data-list-register-names...
18950 (gdb-stopped): ...here so it's sent when first thread stops.
18951 (gdb-registers-handler-custom): Do nothing if register names are
18952 unknown yet.
18953
18954 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18955 from `gdb-mi.el' to avoid extra tangling.
18956
18957 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
18958 change which breaks `gud-def' definitions used in `gdb'.
18959 (gdb-update-gud-running): No extra fuss for updating frame number.
18960
18961 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18962
18963 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18964 (describe-language-environment-map, setup-language-environment-map)
18965 (set-coding-system-map): Move initialization into declaration.
18966 (set-language-info-alist): Last arg to define-key-after can be skipped.
18967
18968 * international/quail.el (quail-completion-1): Simplify.
18969 (quail-define-rules): Use slightly more compact code.
18970 (quail-insert-decode-map): Propertize keys, compact columns.
18971
18972 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18973 Add goto-line.
18974
18975 2009-08-10 Miles Bader <miles@gnu.org>
18976
18977 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18978 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18979 (js2-instance-member, js2-private-member, js2-private-function-call)
18980 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18981 (js2-magic-paren, js2-external-variable):
18982 Remove "-face" suffix from face names.
18983 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18984 (js2-highlight-undeclared-vars, js2-peek-token)
18985 (js2-parse-function-params, js2-mode-show-errors)
18986 (js2-mode-show-warnings, js2-make-magic-delimiter)
18987 (js2-mode-highlight-magic-parens): Update to use new face names.
18988
18989 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
18990
18991 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18992 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
18993
18994 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
18995
18996 * subr.el: Provide hashtable-print-readable.
18997
18998 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18999 hs-c-like-adjust-block-beginning.
19000 (hs-hide-block-at-point): Stop hiding at the beginning of
19001 hs-block-end-regexp (Bug#700).
19002
19003 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
19004
19005 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19006 a macro.
19007 (gdb-registers-handler-custom): Do not fail when register names
19008 are unavailable.
19009
19010 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19011
19012 * progmodes/gdb-mi.el (gdb-control-all-threads)
19013 (gdb-control-current-thread): Interactive setters for
19014 `gdb-gud-control-all-threads' to use in menu.
19015 (gdb-show-run-p): Show «Go» when process is not active.
19016 (gud-tool-bar-map): Add non-stop/A,T indicator.
19017 Uses gud/thread.xpm and gud/all.xpm.
19018
19019 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
19020
19021 * net/net-utils.el (net-utils-font-lock-keywords): New var.
19022 (nslookup-font-lock-keywords): Make it a variable.
19023 (net-utils-mode): New mode for viewing diagnostic network output.
19024 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19025 (net-utils-run-simple): New function.
19026 (ifconfig, iwconfig, netstat, arp, route): Use it.
19027
19028 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19029
19030 * progmodes/gdb-mi.el (gdb-read-memory-custom)
19031 (gdb-memory-set-address, def-gdb-set-positive-number)
19032 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19033 after changing settings.
19034 (gdb-invalidate-disassembly): Update when first shown.
19035 (gdb-edit-locals-value): Fixed.
19036 (gdb-registers-handler-custom): Print registers in right order and
19037 allow changing register values (only for current thread yet).
19038 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19039 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19040 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
19041 (gdb-locals-handler-custom, gdb-registers-handler-custom):
19042 Thread info in mode name.
19043 (gdb-registers-mode-map): TAB to switch to locals.
19044
19045 2009-08-08 Eli Zaretskii <eliz@gnu.org>
19046
19047 * mail/rmail.el (rmail-add-mbox-headers)
19048 (rmail-set-message-counters-counter): Search for
19049 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
19050
19051 2009-08-08 Glenn Morris <rgm@gnu.org>
19052
19053 * Makefile.in (ELCFILES): Update.
19054
19055 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19056
19057 * mail/sendmail.el (mail-yank-original):
19058 Set buffer-file-coding-system from the one used by the message whose
19059 text is yanked.
19060
19061 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19062 to "windows" when "pgnuplot" is used.
19063 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19064 Don't call accept-process-output if "pgnuplot" is used.
19065 (calc-graph-init): Don't send -display and -geometry to
19066 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
19067 running "pgnuplot -V" with shell-command-to-string.
19068
19069 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19070 the default.
19071
19072 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19073
19074 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
19075 org/org-latex.elc.
19076
19077 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
19078
19079 * vc-dispatcher.el (vc-resynch-window): Update comment.
19080
19081 * term.el (term-handle-ansi-escape): Add comments with the
19082 terminfo capabilities implemented.
19083
19084 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
19085
19086 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19087 (gdb-var-create-handler): Rewritten using JSON parser.
19088 (gdb-propertize-header): Move earlier.
19089 (gdb-set-header): Remove to avoid duplication.
19090 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19091 Refresh disassembly buffers only after threads list have been
19092 update.
19093 (gdb-threads-header, gdb-registers-header): Per-buffer header line
19094 variables.
19095
19096 2009-08-04 Juri Linkov <juri@jurta.org>
19097
19098 * files.el: Commands to add/delete file/directory-local variables.
19099 (read-file-local-variable, read-file-local-variable-value)
19100 (read-file-local-variable-mode, modify-file-local-variable)
19101 (modify-file-local-variable-prop-line)
19102 (modify-dir-local-variable): New functions.
19103 (add-file-local-variable, delete-file-local-variable)
19104 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19105 (add-dir-local-variable, delete-dir-local-variable)
19106 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19107 (copy-dir-locals-to-file-locals-prop-line): New commands.
19108
19109 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
19110
19111 * abbrev.el (insert-abbrev-table-description): Prettify output.
19112 Suggested by Karl Chen.
19113
19114 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
19115
19116 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19117 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19118 (gdb-overlay-arrow-position, gdb-thread-position)
19119 (gdb-disassembly-position): Declare variables.
19120 (gdb-wait-for-pending): Function now.
19121 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19122 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19123 compilation goes smoothly.
19124 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19125 (gdb-non-stop-setting): New customization setting which replaces
19126 `gdb-non-stop' so changing it doesn't break active GDB session.
19127 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19128 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19129 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19130 (gdb-show-threads-by-default): New customization options.
19131 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19132 routines.
19133 (gdb-get-buffer-create): Send buffers update signal when they are
19134 created.
19135 (gdb-invalidate-locals, gdb-invalidate-registers)
19136 (gdb-invalidate-breakpoints)
19137 (gdb-invalidate-threads, gdb-invalidate-disassembly)
19138 (gdb-invalidate-memory): Accept update signal.
19139 (gdb-current-context-command): Use --frame option.
19140 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19141 Implement `gdb-frame-number' selection logic.
19142 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19143 whether to show GUD toolbar buttons.
19144 (gdb-thread-exited): Unselect current thread when it exits.
19145 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19146 (gdb-mark-line): Routine which sets overlay arrow or inverses
19147 video on fringeless displays.
19148 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19149 to build aligned columns of data in GDB buffers and set text
19150 properties line-by-line.
19151 (gdb-invalidate-breakpoints)
19152 (gdb-breakpoints-list-handler-custom)
19153 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19154 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19155 (gdb-registers-handler-custom): Align data columns.
19156 (gdb-locals-handler-custom): Now prints data like in variable
19157 declarations.
19158 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
19159 Remove confusing buttons.
19160 (gdb-invalidate-threads): Append --frame.
19161 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19162 between breakpoints/threads buffers.
19163 (gdb-set-window-buffer): Now can ignore dedicated windows.
19164 (gdb-propertize-header): Use `gdb-set-window-buffer'.
19165 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19166 (def-gdb-thread-buffer-gud-command): Replaces
19167 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19168 for fine thread control.
19169 (gdb-preempt-existing-or-display-buffer): New function used to
19170 display bound buffers without breaking window layout.
19171 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19172 (gdb-select-frame): New version of `gdb-frames-select' which now
19173 sets `gdb-frame-number' so commands may use --frame option instead
19174 of inner debugger state.
19175 (gdb-frame-handler): Do not set `gdb-frame-number'.
19176 (gdb-threads-mode-map): Select threads with mouse.
19177
19178 * progmodes/gud.el (gdb-gud-context-call): Declare function to
19179 avoid compilation warning.
19180 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19181 `gdb-show-stop-p`.
19182
19183 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19184 Argument `key' renamed to `buffer-type'.
19185 (gdb-current-context-buffer-name): Do not add thread info to
19186 buffer name when no thread is selected.
19187 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19188 command (bug 3794).
19189 (gdb-thread-selected): Handle `=thread-selected' notification.
19190 (gdb-wait-for-pending): New macro to deal with congestion problems.
19191 (gdb-breakpoints-list-handler-custom): Don't fail on pending
19192 breakpoints.
19193 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19194 This fixes problem similar to one described in bug 3947.
19195 (gud-menu-map): More menu items.
19196 (gdb-init-1): Reset `gdb-thread-number' to nil.
19197
19198 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19199 non-stop settings.
19200
19201 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19202 (gdb-current-context-command): Do not append --thread if
19203 `gdb-thread-number' is nil.
19204 (gdb-running-threads-count, gdb-stopped-threads-count):
19205 New variables.
19206 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
19207 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19208 New customization options.
19209 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19210 GUD commands.
19211 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
19212 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19213 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19214 set `gdb-thread-number' and update `gud-running' properly.
19215 (gdb-running): Update threads list when new threads appear.
19216 (gdb-stopped): Support non-stop operation and new thread switching
19217 logic.
19218 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19219 (gdb-json-partial-output): New set of JSON routines.
19220 (def-gdb-auto-update-trigger): New `signal-list' optional
19221 argument.
19222 (gdb-thread-list-handler-custom): Update `gud-running',
19223 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19224 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19225 (gdb-continue-thread, gdb-step-thread): New commands for fine
19226 thread execution control.
19227 (gud-menu-map): New menu items to switch non-stop options.
19228 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
19229 (gdb-send): Mimic RET properly (bug 3794).
19230
19231 * progmodes/gdb-mi.el (gdb-rules-name-maker)
19232 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19233 gdb-buffer-rules.
19234 (def-gdb-auto-update-handler): New nopreserve optional argument.
19235 (gdb-stack-list-frames-custom): Print stack from top to bottom.
19236
19237 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
19238 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19239 (gdb-parent-mode): New mode to derive other GDB modes from.
19240 (gdb-display-disassembly-for-thread)
19241 (gdb-frame-disassembly-for-thread): New commands for threads
19242 buffer.
19243
19244 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19245 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
19246 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19247 (gdb-update): We now store all GDB buffers in a list so that they
19248 can be updated by traversing a list instead of calling invalidate
19249 triggers explicitly.
19250 (def-gdb-trigger-and-handler): New macro to define trigger-handler
19251 pair for GDB buffer.
19252 (gdb-stack-buffer-name): Add thread information.
19253 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19254 handle pending triggers.
19255 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19256 (def-gdb-thread-buffer-simple-command)
19257 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19258 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
19259 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19260 New commands which show buffers bound to thread.
19261 (gdb-stack-list-locals-regexp): Remove unused regexp.
19262
19263 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19264 (gdb-locals-buffer-name, gdb-registers-buffer-name)
19265 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19266 to (gud-comint-buffer) in *-buffer-name functions
19267 because (gdb-get-target-string) already does that.
19268 (gdb-locals-handler-custom, gdb-registers-handler-custom)
19269 (gdb-changed-registers-handler): Rewritten without regexps.
19270
19271 * progmodes/gdb-mi.el: Basic thread selection support.
19272 (gdb-thread-number): New variable.
19273 (gdb-current-context-command): New macro which adds --thread
19274 option to command.
19275 (gdb-threads-mode-map): Select thread with SPC.
19276 (gdb-thread-list-handler-custom): Mark current thread with overlay
19277 arrow. Synchronize GDB thread and Emacs thread.
19278 (gdb-select-thread): New command which selects current thread.
19279 (gdb-invalidate-frames, gdb-invalidate-locals)
19280 (gdb-invalidate-registers): Use --thread option.
19281
19282 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
19283
19284 * net/tramp.el (top): Make check for tramp-gvfs loading more
19285 robust. (Bug#3977)
19286 (tramp-handle-insert-file-contents): `unwind-protect' must be
19287 inside `with-parsed-tramp-file-name'.
19288
19289 * net/tramp-gvfs.el (top): Remove superfluous message when loading
19290 fails.
19291
19292 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
19293
19294 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19295 directory if CLASSPATH is not set.
19296
19297 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
19298
19299 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19300 New defconst.
19301 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
19302
19303 2009-08-02 Kevin Ryde <user42@zip.com.au>
19304
19305 * net/newst-backend.el (newsticker--raw-url-list-defaults):
19306 Update freshmeat link. Delete newsforge.com as it seems gone.
19307
19308 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
19309
19310 * select.el (x-set-selection): Doc fix (Bug#4021).
19311
19312 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19313
19314 * help-fns.el (describe-variable): Treat list return values from
19315 dir-locals-find-file properly (Bug#4005).
19316
19317 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
19318
19319 * net/tramp.el (tramp-debug-message): Print also microseconds.
19320
19321 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
19322
19323 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19324 or END is non-nil.
19325 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19326 (tramp-get-debug-buffer): Change `outline-regexp' according to new
19327 format.
19328
19329 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
19330 (tramp-get-file-property): Use it.
19331
19332 * autorevert.el (auto-revert-handler):
19333 Allow `auto-revert-tail-mode' for remote files.
19334
19335 2009-08-02 Jason Rumney <jasonr@gnu.org>
19336
19337 * minibuffer.el (read-file-name): Treat confirm options to
19338 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
19339
19340 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
19341
19342 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
19343 (font-lock-variable-name-face, font-lock-constant-face):
19344 Darken the colors for light backgrounds.
19345
19346 2009-08-01 Eli Zaretskii <eliz@gnu.org>
19347
19348 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19349 month names. (Bug#3987)
19350
19351 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
19352
19353 * simple.el (line-move-finish): Pass whole number to
19354 line-move-to-column.
19355 (line-move-visual): Perform hscroll to the recorded position.
19356
19357 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
19358
19359 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19360
19361 2009-07-29 Alan Mackenzie <acm@muc.de>
19362
19363 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19364
19365 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
19366
19367 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19368 (gdb-place-breakpoints): Use full path when setting breakpoints.
19369
19370 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
19371
19372 * calc/calc.el (calc-mode-map): Add keybinding for
19373 `calc-transpose-lines'.
19374
19375 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
19376
19377 * calc/calc-misc.el (calc-transpose-lines): New function.
19378
19379 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
19380
19381 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19382 Simplify check for out-of-band methods.
19383 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19384 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
19385
19386 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19387
19388 * vc-git.el (vc-git-checkin): Fix typo.
19389
19390 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
19391
19392 * progmodes/js2-mode.el: New file.
19393
19394 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
19395
19396 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19397 (gud-menu-map): Adjust tooltip accordingly.
19398
19399 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19400
19401 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19402 (vc-bzr-log-view-mode): Adjust log-view-file-re.
19403
19404 * add-log.el (change-log-mode-map): Add a menu.
19405
19406 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
19407
19408 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19409 function returns nil.
19410 (dbus-handle-event): Handle special return value :ignore.
19411 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19412
19413 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
19414
19415 * view.el (view-mode-enable): Don't define Helper-return-blurb if
19416 it's not needed.
19417
19418 2009-07-25 Eli Zaretskii <eliz@gnu.org>
19419
19420 Fix Bug#3888:
19421
19422 * w32-vars.el (x-select-enable-clipboard): Doc fix.
19423
19424 * term/pc-win.el (x-display-name, x-colors)
19425 (x-select-enable-clipboard, x-select-text): Doc fix.
19426
19427 * term/common-win.el (x-display-name, x-colors): Doc fix.
19428
19429 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19430 (xw-defined-colors): Doc fix.
19431
19432 * w32-fns.el (x-select-text, x-setup-function-keys)
19433 (x-get-selection, x-set-selection): Doc fix.
19434
19435 * term/x-win.el (x-select-text, x-setup-function-keys)
19436 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19437
19438 * select.el (x-set-selection): Doc fix.
19439
19440 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
19441
19442 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19443 instead of "IsNSSSupportAvailable". Avahi ought to work also when
19444 "IsNSSSupportAvailable" method is not available.
19445 Reported by Steve Youngs <steve@sxemacs.org>.
19446
19447 2009-07-24 Kenichi Handa <handa@m17n.org>
19448
19449 * international/characters.el: Fix setting of category ?C, ?|, ?K,
19450 and ?H. Fix setting of case for Latin Extended and Greek Extended.
19451 (build-unicode-category-table): Fix range checks.
19452
19453 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19454
19455 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19456 the buffer we try to sync is current when calling
19457 vc-resynch-buffer.
19458
19459 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19460 not show up to date files.
19461
19462 2009-07-24 Glenn Morris <rgm@gnu.org>
19463
19464 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19465 Add autoload cookies. If necessary, initialize.
19466 (elint-log): Handle non-file buffers.
19467 (elint-initialize): Add optional argument to reinitialize.
19468 (elint-find-builtin-variables): Save excursion.
19469
19470 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19471
19472 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19473 for Lint.
19474
19475 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19476
19477 * vc.el (vc-print-log-internal): New function, split out from ...
19478 (vc-print-log): ... here.
19479 (vc-dir-move-to-goal-column): Declare.
19480
19481 * vc-git.el (vc-git-add-signoff): New variable.
19482 (vc-git-checkin): Use it.
19483 (vc-git-toggle-signoff): New function.
19484 (vc-git-extra-menu-map): Bind it to menu.
19485 (vc-git--run-command-string): Accept a nil FILE argument.
19486 (vc-git-stash-list): New function.
19487 (vc-git-dir-extra-headers): Use it.
19488
19489 2009-07-23 Glenn Morris <rgm@gnu.org>
19490
19491 * help-fns.el (describe-variable): Describe ignored and risky local
19492 variables in a similar way to that in which we describe safe ones.
19493
19494 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19495 (byte-compile-output-file-form, byte-compile-output-docform)
19496 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19497 Give some more local variables with common names a "bytecomp-" prefix,
19498 so as not to shadow things during compilation.
19499 * emacs-lisp/cl-macs.el (load-time-value)
19500 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19501 `outbuffer' to `bytecomp-outbuffer'.
19502
19503 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19504 since the next two variables cover them automatically now.
19505 (elint-builtin-variables, elint-autoloaded-variables): New.
19506 (elint-unknown-builtin-args): Remove all members, since they can be
19507 parsed automatically now.
19508 (elint-extra-errors): New.
19509 (elint-env-add-env, elint-env-add-macro): Use cadr.
19510 (elint-current-buffer): Use or. Change final message.
19511 (elint-get-top-forms): Use line-end-position.
19512 (elint-init-env): Use cadr. Handle autoload, declare-function,
19513 and defalias.
19514 (elint-add-required-env): Doc fix. Use or. Standardize error.
19515 (regexp-assoc): Remove unused function.
19516 (elint-top-form): Set elint-current-pos, to record the start of the
19517 top-level form, for compilation-mode.
19518 (elint-form): Trap errors in macro expansion. Use dolist.
19519 (elint-unbound-variable): Use elint-builtin-variables and
19520 elint-autoloaded-variables.
19521 (elint-get-args): Use cadr, or.
19522 (elint-check-cond-form): Use dolist, cadr.
19523 (elint-check-condition-case-form): Doc fix. Use cadr.
19524 Use elint-extra-errors.
19525 (elint-log): New function.
19526 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19527 Distinguish errors and warnings.
19528 (elint-log-message): Use with-current-buffer. Inhibit read-only.
19529 Use a bytecomp-style format.
19530 (elint-clear-log): Preserve default-directory. Inhibit read-only.
19531 (elint-get-log-buffer): Use compilation mode. Disable undo.
19532 Don't truncate lines.
19533 (elint-initialize): Set builtin and autoloaded variable lists.
19534 Only process elint-unknown-builtin-args if non-nil.
19535 (elint-find-builtin-variables, elint-find-autoloaded-variables):
19536 New functions.
19537 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
19538
19539 2009-07-22 Kevin Ryde <user42@zip.com.au>
19540
19541 * net/newst-backend.el (newsticker--parse-atom-1.0)
19542 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19543 (newsticker--parse-rss-1.0):
19544 * progmodes/idlwave.el (idlwave-mode):
19545 * progmodes/idlw-shell.el (idlwave-shell-mode):
19546 * progmodes/vera-mode.el (vera-mode):
19547 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19548 * progmodes/vhdl-mode.el (vhdl-mode):
19549 * textmodes/table.el (table-generate-source)
19550 (table--warn-incompatibility):
19551 Hyperlink urls in docstrings with URL `...'.
19552
19553 2009-07-22 Glenn Morris <rgm@gnu.org>
19554
19555 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19556 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19557 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19558 Remove leading * from defcustom docs.
19559
19560 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
19561
19562 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19563 defcustom doc.
19564 (list-load-path-shadows): Optionally, just return shadows as a string.
19565
19566 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19567
19568 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
19569
19570 * mail/rmailedit.el (rmail-edit-mode):
19571 Use auto-save-include-big-deletions.
19572
19573 * mail/rmail.el (rmail-variables):
19574 Use auto-save-include-big-deletions.
19575
19576 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19577 changes.
19578
19579 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19580
19581 * calc/calc.el (calc-undo-length): New variable.
19582 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19583
19584 2009-07-21 Richard Stallman <rms@gnu.org>
19585
19586 * files.el (auto-save-mode): Handle buffer-save-size = -2
19587 for toggling mode.
19588
19589 2009-07-21 Glenn Morris <rgm@gnu.org>
19590
19591 * textmodes/ispell.el (ispell-looking-back): Update declaration.
19592
19593 * calendar/todo-mode.el (calendar-current-date): Update declaration.
19594
19595 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19596 silence compiler. Instead...
19597 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19598 (ps-print-ensure-fontified): Update for above function name changes.
19599
19600 * printing.el (pr-mh-get-msg-num, pr-mh-show)
19601 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19602 silence compiler. Instead...
19603 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19604 (mh-show-buffer): Only define for compiler.
19605 (pr-mh-current-message): Update for above function name changes.
19606
19607 * files.el (abort-if-file-too-large): Explicitly pass `filename'
19608 as an argument.
19609 (find-file-noselect, insert-file-1): Update for above change.
19610
19611 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19612
19613 * mail/mailclient.el (mailclient-send-it): Fix message.
19614
19615 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19616 (edebug-eval): Check cl-debug-env is bound.
19617 (print-level, print-circle): Don't redefine built-in variables.
19618
19619 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19620 (custom-print-vectors): Remove old comments from doc.
19621
19622 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19623 (emerge-version): Make the variable an obsolete alias for the
19624 emacs-version variable. Make the function obsolete.
19625 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19626 Emerge options, rather than merging in into the main Options menu.
19627 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
19628 and auto advance modes. Disable edit/fast items when not relevant.
19629
19630 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19631
19632 * term/vt420.el (terminal-init-vt420): Fix typo.
19633
19634 2009-07-20 Sam Steingold <sds@gnu.org>
19635
19636 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19637 variable (removed from compile.el on 2004-03-11).
19638
19639 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
19640
19641 * files.el (hack-local-variables-filter): Fix last change.
19642
19643 2009-07-19 Juri Linkov <juri@jurta.org>
19644
19645 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19646 (dir-local-variables-alist): New buffer-local variable.
19647 (hack-local-variables-filter): If variable is not dir-local,
19648 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19649 because file-local overrides dir-local.
19650 (c-postprocess-file-styles) <declare-function>:
19651 Remove obsolete declaration.
19652 (hack-dir-local-variables): Add dir-local variable/value pair to
19653 `dir-local-variables-alist' and remove duplicates. Doc fix.
19654
19655 * help-fns.el (describe-variable): Add information about
19656 file-local and dir-local variables.
19657
19658 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
19659
19660 * files.el (hack-local-variables-filter): Rewrite.
19661
19662 2009-07-19 Glenn Morris <rgm@gnu.org>
19663
19664 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19665 Silence compiler by only defining on XEmacs.
19666
19667 * international/mule.el (auto-coding-regexp-alist): Only match
19668 BABYL... at the start of buffer, not of lines. (Bug#3790)
19669
19670 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19671 non-calendar buffers (Bug#3862). Restore "not on a date" message.
19672 (cal-menu-context-mouse-menu): Doc fix.
19673
19674 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19675
19676 * simple.el (mail-user-agent): Doc fix. Set :version tag.
19677
19678 2009-07-18 Juri Linkov <juri@jurta.org>
19679
19680 * info.el: Virtual Info keyword finder.
19681 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
19682 (Info-finder-file): New variable.
19683 (Info-finder-find-file): New function.
19684 (finder-known-keywords, finder-package-info)
19685 (find-library-name, lm-commentary): Use defvar and
19686 declare-function to silence compiler warnings.
19687 (Info-finder-find-node): New function.
19688 (info-finder): New command.
19689
19690 * subr.el (process-kill-buffer-query-function): New function.
19691 (add-hook)<kill-buffer-query-functions>: Add hook
19692 `process-kill-buffer-query-function'.
19693
19694 2009-07-18 Alan Mackenzie <acm@muc.de>
19695
19696 * progmodes/cc-mode.el (c-before-hack-hook)
19697 (c-postprocess-file-styles): Give invocation of `c-set-style'
19698 DONT-OVERRIDE parameter of t. Already set style variables will
19699 thus not be overridden by style settings given by `c-file-syle'.
19700
19701 * files.el (hack-local-variables-filter): Remove entries with
19702 duplicate keys from `file-local-variables-alist'.
19703
19704 2009-07-18 Eli Zaretskii <eliz@gnu.org>
19705
19706 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19707 x-set-selection if display-selections-p returns nil for the
19708 current frame.
19709
19710 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
19711
19712 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19713
19714 2009-07-18 Eli Zaretskii <eliz@gnu.org>
19715
19716 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19717 Accept nil in addition to a regexp.
19718 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19719 Accept nil in addition to a regexp.
19720 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19721 buffers that have an associated file. Handle nil values of
19722 desktop-buffers-not-to-save and desktop-files-not-to-save.
19723 (Bug#3833)
19724
19725 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19726 (x-disown-selection-internal): New functions.
19727
19728 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
19729
19730 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19731 warning.
19732 (gdb-breakpoints-header): Move forward to avoid compiler warning.
19733 (gdb-make-header-line-mouse-map): Remove duplicate definition.
19734
19735 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
19736
19737 * simple.el (set-mark): Revert last change.
19738
19739 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
19740
19741 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19742 rendering of pngs is not possible instead of messaging a long
19743 description.
19744
19745 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
19746
19747 * w32-fns.el (x-selection-owner-p): New function.
19748
19749 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
19750 (mouse-yank-at-click, mouse-yank-primary):
19751 If select-active-regions is non-nil, deactivate the mark before
19752 insertion.
19753
19754 * simple.el (deactivate-mark, set-mark): Only save selection if we
19755 own it.
19756
19757 2009-07-17 Kenichi Handa <handa@m17n.org>
19758
19759 * case-table.el (describe-buffer-case-table): Fix for the case
19760 that KEY is a cons.
19761
19762 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19763
19764 * vc-rcs.el (vc-rcs-find-file-hook):
19765 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19766
19767 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
19768
19769 * net/tramp.el (tramp-wait-for-output): Handle the case when
19770 commands do not return a newline but a null byte before the shell
19771 prompt. (Bug#3858)
19772
19773 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19774
19775 * term/ns-win.el (ns-set-alpha): Don't declare.
19776 (ns-set-background-alpha): Remove function.
19777
19778 2009-07-16 Kevin Ryde <user42@zip.com.au>
19779
19780 * emacs-lisp/copyright.el (copyright-update): Save match-data across
19781 y-or-n-p, for safety.
19782
19783 2009-07-16 Richard Stallman <rms@gnu.org>
19784
19785 * files.el (auto-save-mode): If buffer-saved-size is -2,
19786 don't clobber it.
19787
19788 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19789 (rmail-retry-ignored-headers): Add more uninteresting fields.
19790
19791 2009-07-15 Jari Aalto <jari.aalto@cante.net>
19792
19793 * net/rcirc.el (rcirc): Use history variables.
19794 (rcirc-server-name-history, rcirc-nick-name-history)
19795 (rcirc-server-port-history): New variables.
19796
19797 2009-07-15 Kenichi Handa <handa@m17n.org>
19798
19799 * international/mule-cmds.el (set-language-environment-charset):
19800 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19801 ignore them.
19802
19803 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19804 Delete unibyte-display.
19805
19806 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
19807
19808 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19809
19810 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
19811
19812 * simple.el (deactivate-mark): Optional argument FORCE.
19813 (set-mark): Use deactivate-mark.
19814
19815 * info.el (Info-search): No need to check transient-mark-mode
19816 before calling deactivate-mark.
19817
19818 * select.el (x-set-selection): Doc fix.
19819 (x-valid-simple-selection-p): Allow buffer values.
19820 (xselect--selection-bounds): Handle buffer values.
19821 Suggested by David De La Harpe Golden.
19822
19823 * mouse.el (mouse-set-region, mouse-drag-track):
19824 Call copy-region-as-kill before setting the mark, to let
19825 select-active-regions work.
19826
19827 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
19828
19829 * simple.el (deactivate-mark): If select-active-regions is
19830 non-nil, copy the selection data into a string.
19831 (activate-mark): If select-active-regions is non-nil, set the
19832 selection to the current buffer.
19833 (set-mark): Update selection if select-active-regions is non-nil.
19834
19835 * select.el (x-valid-simple-selection-p): Allow buffer values.
19836
19837 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
19838
19839 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19840 and more featureful message-mode.
19841
19842 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
19843
19844 * select.el (x-set-selection): Doc fix.
19845 (x-valid-simple-selection-p): Disallow selection data consisting
19846 of a list or cons of integers, since that is not used.
19847 (xselect--selection-bounds, xselect--int-to-cons): New functions.
19848 (xselect-convert-to-string, xselect-convert-to-length)
19849 (xselect-convert-to-filename, xselect-convert-to-charpos)
19850 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19851
19852 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
19853
19854 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19855 output in -break-info command (Emacs bug #3794).
19856
19857 2009-07-14 Glenn Morris <rgm@gnu.org>
19858
19859 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19860 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19861 (edebug-print-length, edebug-print-level, edebug-print-circle)
19862 (edebug-sit-for-seconds, edebug-view-outside)
19863 (edebug-bounce-point, edebug-set-global-break-condition)
19864 (edebug-Go-nonstop-mode, edebug-trace-mode)
19865 (edebug-Trace-fast-mode, edebug-continue-mode)
19866 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19867 (edebug-visit-eval-list): Doc fixes.
19868
19869 * subr.el (def-edebug-spec): Doc fix.
19870
19871 2009-07-14 Kenichi Handa <handa@m17n.org>
19872
19873 * international/characters.el: Fix setting of category ?C.
19874
19875 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
19876
19877 * term/ns-win.el (x-select-font): defalias x-select-font to
19878 ns-popup-font-panel instead of generate-fontset-menu.
19879
19880 2009-07-12 Eli Zaretskii <eliz@gnu.org>
19881
19882 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
19883
19884 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
19885
19886 * arc-mode.el (archive-find-type): Allow for a PK00 string before
19887 the PK\003\004 header (Bug#3770).
19888
19889 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
19890
19891 * pcomplete.el (pcomplete-comint-setup): Check for
19892 shell-dynamic-complete-filename too.
19893
19894 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
19895
19896 * simple.el (temporary-goal-column): Change the value for
19897 line-move-visual to a cons cell.
19898 (line-move-visual): Record or set the window hscroll, if
19899 necessary (Bug#3494).
19900 (line-move-1): Handle cons value of temporary-goal-column.
19901
19902 2009-07-11 Kenichi Handa <handa@m17n.org>
19903
19904 * international/mule-diag.el (describe-character-set): Don't show
19905 width.
19906
19907 2009-07-10 Sam Steingold <sds@gnu.org>
19908
19909 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19910 Omake sometimes indents the errors it prints, so allow all
19911 regexps to start with spaces.
19912
19913 2009-07-10 Eli Zaretskii <eliz@gnu.org>
19914
19915 * cus-edit.el (customize-changed-options-previous-release):
19916 Bump value to 22.1. (Bug#3804)
19917
19918 2009-07-08 Sam Steingold <sds@gnu.org>
19919
19920 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19921 to be a cons cell (test . ignored-directory) to selectively ignore
19922 some directories depending on the location of the search.
19923
19924 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
19925
19926 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19927 remote user is root, on the local host.
19928 (tramp-local-host-p): Either the local user or the remote user
19929 must be root. (Bug#3771)
19930
19931 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
19932
19933 * progmodes/gdb-mi.el (gdb): Remove description of
19934 gdb-use-separate-io-buffer.
19935 (menu): Don't allow toggling of or enable
19936 gdb-use-separate-io-buffer from menubar.
19937
19938 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
19939
19940 * mail/unrmail.el (unrmail): Make sure the message ends with two
19941 newlines (Bug#3769).
19942
19943 2009-07-08 Glenn Morris <rgm@gnu.org>
19944
19945 * calendar/calendar.el (calendar-current-date): Rework previous change.
19946
19947 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
19948
19949 * calendar/calendar.el (calendar-current-date):
19950 Add an optional argument giving an offset from today.
19951
19952 2009-07-08 Glenn Morris <rgm@gnu.org>
19953
19954 * tutorial.el (tutorial--describe-nonstandard-key):
19955 Adjust the message for when a key has been unbound.
19956 (help-with-tutorial): Hide the arch-tag.
19957
19958 2009-07-08 Kenichi Handa <handa@m17n.org>
19959
19960 * international/fontset.el (setup-default-fontset): For each
19961 script, append (not set) font-specs.
19962
19963 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19964 docstring.
19965
19966 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
19967
19968 * progmodes/gdb-mi.el (gdb-init-1): Move sending
19969 -data-list-register-names to ...
19970 (gdb-starting): ... here because GDB 7.0 requires execution to
19971 have started when using this MI command.
19972 (gdb-set-header): New function to distinguish select and
19973 unselected tabs in gdb buffers.
19974 (gdb-propertize-header): New macro that uses gdb-set-header.
19975 (gdb-breakpoints-header, gdb-locals-header): Use it.
19976 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
19977
19978 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
19979
19980 * Makefile.in (ELCFILES): Remove fadr.elc.
19981
19982 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
19983
19984 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19985 may contain frame information, so `string-match' should be used.
19986 (gdb-update): Disassembly is invalidated through
19987 `gdb-get-selected-frame'.
19988 (gdb-pad-string): New function to pad string with spaces.
19989 (gdb-invalidate-disassembly): Invalidate only if the buffer
19990 exists.
19991 (gdb-disassembly-handler-custom): Column alignment.
19992 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19993 placing new ones.
19994 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19995 end of line, too.
19996 (gdb-frame-handler): Match convention to for disassembly buffer
19997 mode name.
19998 (gdb-stack-list-frames-handler): Rewritten without regexps.
19999 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20000 not highlight breakpoints without line information.
20001 (gdb-input): Add trailing newline to command.
20002
20003 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20004 buffer properly.
20005 (gdb-breakpoints-list-handler-custom): Replacement for
20006 `gdb-break-list-handler'. Using real parser instead of regexps
20007 now.
20008 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20009 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20010 to place breakpoints.
20011 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20012 functions.
20013 (gdb-disassembly-handler-custom): Show overlay arrow.
20014 (gdb-disassembly-place-breakpoints): Show breakpoints in
20015 disassembly buffer.
20016 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
20017 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
20018 instead of parsing breakpoints buffer. Fixed old menu references
20019 in `gud-menu-map'.
20020
20021 * fadr.el: Remove.
20022
20023 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
20024 (gdb-memory-address): New variable which holds top address of
20025 memory page shown in memory buffer.
20026 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20027 New customization variables.
20028 New functions:
20029 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20030 display the memory buffer.
20031 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20032 buffer display parameters.
20033 (def-gdb-memory-format, gdb-memory-format-binary)
20034 (gdb-memory-format-octal, gdb-memory-format-unsigned)
20035 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20036 Functions for setting memory buffer format.
20037 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20038 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20039 unit size used in memory buffer.
20040 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20041 Switch to next/previous page of memory buffer.
20042 Now using (bindat-get-field) instead of fadr functions.
20043
20044 2009-07-07 Sam Steingold <sds@gnu.org>
20045
20046 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20047 non-top-level files.
20048
20049 2009-07-07 Kenichi Handa <handa@m17n.org>
20050
20051 * international/mule-cmds.el (reset-language-environment):
20052 Put the highset priority to the charset iso-8859-1.
20053
20054 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20055
20056 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20057 to the end of the line when locating the block (Bug#700).
20058
20059 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
20060
20061 * net/tramp.el (tramp-handle-write-region): Flush file properties
20062 in case of short track.
20063
20064 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
20065
20066 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20067 Coded custom representation of verilog error regular expressions
20068 to work with Emacs-22's new format.
20069 (verilog-error-regexp-xemacs-alist): Coded custom representation
20070 of verilog error regular expressions to work with XEmacs format.
20071 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20072 error recognition into XEmacs.
20073 (verilog-error-regexp-add-emacs): Hook routine to install verilog
20074 error recognition into Emacs-22.
20075
20076 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20077
20078 * woman.el: Remove stand-alone closing parentheses.
20079 (woman-file-name, woman2-format-paragraphs)
20080 (woman-leave-blank-lines): Code cleanup.
20081 (woman-use-own-frame): Change default to nil.
20082 (woman-italic, woman-bold, woman-unknown, woman-addition):
20083 Change defaults to inherit from default faces.
20084 (woman2-process-escapes): Consume the newline after a stand-alone
20085 filler character (Bug#3651).
20086
20087 2009-07-06 Glenn Morris <rgm@gnu.org>
20088
20089 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20090 (top-level): Move provide to the end.
20091 (ffap): Remove defunct URL from custom group.
20092
20093 * subr.el (eval-after-load): Doc fix.
20094
20095 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
20096
20097 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20098 `calc-embedded-word' is called twice.
20099
20100 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * files.el (find-alternate-file-other-window, find-alternate-file):
20103 Obey confirm-nonexistent-file-or-buffer.
20104
20105 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
20106
20107 * dired-aux.el (dired-show-file-type): Handle remote files.
20108
20109 2009-07-05 Jari Aalto <jari.aalto@cante.net>
20110
20111 * desktop.el (desktop-globals-to-save):
20112 Add file-name-history (Bug#2750).
20113
20114 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
20115
20116 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20117
20118 2009-07-04 Johan Bockgård <bojohan@gnu.org>
20119
20120 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20121 property on entire argument since this is what eshell-lisp-command
20122 expects.
20123
20124 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
20125
20126 * net/tramp-gvfs.el (tramp-gvfs-methods)
20127 (tramp-gvfs-zeroconf-domain)
20128 (tramp-bluez-discover-devices-timeout): Add version flag.
20129 (tramp-gvfs-handler-mounted-unmounted)
20130 (tramp-gvfs-connection-mounted-p): Polish handling of
20131 incompatibilities between GVFS 0.2 and 1.0.
20132
20133 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
20134
20135 * cus-start.el (all): Add make-pointer-invisible.
20136
20137 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20138
20139 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20140 formatted correctly.
20141
20142 2009-07-02 Juri Linkov <juri@jurta.org>
20143
20144 * info.el: Virtual Info files and nodes.
20145 (Info-virtual-files, Info-virtual-nodes): New variables.
20146 (Info-current-node-virtual): New variable.
20147 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20148 New functions.
20149 (Info-file-supports-index-cookies): Use Info-virtual-file-p
20150 to check for a virtual file instead of checking a fixed list
20151 of node names.
20152 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20153 instead of ad-hoc processing of "dir" and (apropos history toc).
20154 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20155 instead of ad-hoc processing of "dir" and (apropos history toc).
20156 Reread a file when moving from a virtual node.
20157 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20158 (Info-directory-toc-nodes, Info-directory-find-file)
20159 (Info-directory-find-node): New functions.
20160 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20161 (Info-history): Move part of code to
20162 `Info-history-find-node'.
20163 (Info-history-toc-nodes, Info-history-find-file)
20164 (Info-history-find-node): New functions.
20165 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20166 (Info-toc): Move part of code to `Info-toc-find-node'.
20167 (Info-toc-find-node): New function.
20168 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
20169 the current Info file name to references because now the node
20170 "*TOC*" belongs to the same Info manual.
20171 (Info-toc-build): Rename from `Info-build-toc'.
20172 (Info-toc-nodes): Rename input argument `file' to `filename'.
20173 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20174 instead of ad-hoc processing of ("dir" apropos history toc).
20175 (Info-index-nodes): Use Info-virtual-file-p
20176 to check for a virtual file instead of checking a fixed list
20177 of node names.
20178 (Info-index-node): Add check for `Info-current-node-virtual'.
20179 Raise `save-match-data' higher up the tree to contain
20180 `search-forward' too (bug fix).
20181 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20182 (Info-virtual-index-nodes): New variable.
20183 (Info-virtual-index-find-node, Info-virtual-index): New functions.
20184 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20185 (Info-apropos-file, Info-apropos-nodes): New variables.
20186 (Info-apropos-toc-nodes, Info-apropos-find-file)
20187 (Info-apropos-find-node, Info-apropos-matches): New functions.
20188 (info-apropos): Move part of code to `Info-apropos-find-node' and
20189 `Info-apropos-matches'.
20190 (Info-mode-map): Bind "I" to `Info-virtual-index'.
20191 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20192 for a virtual file instead of checking a fixed list of node names.
20193
20194 * simple.el (async-shell-command): New command.
20195
20196 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20197
20198 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20199 instead of `mount-info'.
20200
20201 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
20202
20203 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
20204 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
20205
20206 2009-07-02 Kenichi Handa <handa@m17n.org>
20207
20208 * international/mule.el (set-keyboard-coding-system): Force *-unix
20209 coding-system to avoid eol conversion.
20210
20211 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
20212
20213 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20214 Add handler for `process-file', `shell-command' and
20215 `start-file-process'.
20216 (tramp-gvfs-handle-shell-command)
20217 (tramp-gvfs-handle-start-file-process)
20218 (tramp-gvfs-handle-process-file): New defuns.
20219 (tramp-synce-list-devices): Simplify check for existence of property.
20220
20221 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
20222
20223 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20224
20225 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
20226
20227 * language/korean.el (set-language-info-alist): Add korean-cp949,
20228 cp949 to spec.
20229
20230 2009-07-01 Kenichi Handa <handa@m17n.org>
20231
20232 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20233
20234 * international/encoded-kb.el: Deleted.
20235
20236 * international/mule.el (set-keyboard-coding-system): Perform the
20237 necessary setup here instead of calling encoded-kbd-setup-display.
20238
20239 2009-07-01 Glenn Morris <rgm@gnu.org>
20240
20241 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20242
20243 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
20244
20245 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
20246
20247 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
20248
20249 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20250 Handle also the 'rename case, when setting file modes. (Bug#3712)
20251 (tramp-default-file-modes): Remove execute permissions.
20252
20253 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
20254 (top): Add a default for "synce" in `tramp-default-user-alist'.
20255 Add completion function for "synce" method.
20256 (tramp-hal-service, tramp-hal-path-manager)
20257 (tramp-hal-interface-manager, tramp-hal-interface-device):
20258 New defconst.
20259 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20260 (tramp-synce-list-devices, tramp-synce-parse-device-names):
20261 New defuns.
20262
20263 * net/trampver.el: Update release number.
20264
20265 2009-06-30 Kenichi Handa <handa@m17n.org>
20266
20267 * international/fontset.el (setup-default-fontset): Add CJK fonts
20268 for symbols and the other miscellaneous characters.
20269
20270 * language/korea-util.el (setup-korean-environment-internal):
20271 Make char-width-table suitable for Korean environments.
20272 (exit-korean-environment): Cancel above.
20273
20274 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20275 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
20276 setup-function to make char-width-table suitable for respective
20277 environments, and an exit-function to cancel that.
20278
20279 * language/japan-util.el (setup-japanese-environment-internal):
20280 Call use-cjk-char-width-table with arg `ja_JP'.
20281
20282 * international/characters.el (cjk-char-width-table): Delete it.
20283 (cjk-char-width-table-list): New variable.
20284 (use-cjk-char-width-table): New arg local-name.
20285 (use-default-char-width-table): Fix for the case that Emacs is
20286 already using the default char-width-table.
20287
20288 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
20289
20290 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20291 modes mandatory. (Bug#3712)
20292
20293 2009-06-29 Alan Mackenzie <acm@muc.de>
20294
20295 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
20296 correction between the visible width of TABs and their number of bytes.
20297
20298 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
20299
20300 * server.el (server-buffer-done): Prevent kill-buffer from
20301 prompting by clearing the buffer modification flag (Bug#3696).
20302
20303 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
20304
20305 * progmodes/verilog-mode.el (verilog-beg-of-statement)
20306 (verilog-endcomment-reason-re): Support unique case and priority case.
20307 (verilog-basic-complete-re): Support localparam lineup.
20308 (verilog-beg-of-statement-1): Fix for robustness, unique case.
20309 (verilog-set-auto-endcomments): Fix for unique case, always_comb
20310 commenting.
20311 (verilog-leap-to-case-head): Now support *nested* unique &
20312 priority case statements.
20313 (verilog-auto-lineup): Make just declarations the default (as it
20314 had been).
20315 (verilog-leap-to-case-head): Support priority/unique case statements.
20316 (verilog-auto-lineup): Rework to give users radio buttons to
20317 select the various styles of automatic lineup.
20318 (verilog-error-regexp-alist): Rework to support the XEmacs style
20319 of error regular expressions from compilers, lint tools &
20320 simulators. Note that GNU Emacs has made it impossible for a mode
20321 to load such things.
20322 (electric-verilog-terminate-line, verilog-indent-declaration)
20323 (verilog-auto-wiure): Rework for radio button selection of
20324 auto-lineup selection of specification of auto lineup.
20325 (verilog-beg-of-statement-1): Redesign to support proper operation
20326 in additional code, based on testing with auto-lineup.
20327 (verilog-calculate-indent, assignments & declarations)
20328 (verilog-backward-token): Enhance to support auto-lineup of
20329 assignments & declarations.
20330 (verilog-in-directive-p, verilog-at-struct-p): New function for
20331 easy test of whether we are.
20332 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20333 to support safe execution at almost anyline.
20334 (verilog-calc-1): Properly support indenting deep inside generate
20335 blocks.
20336 (verilog-init-font): Remove definition & use of verilog-init-font,
20337 as it is redundant with font-lock-defaults.
20338 (verilog-mode): Alter the definition of verilog-font-lock-defaults
20339 to avoid circular calls if syntax-ppss is a function (as is the
20340 case now in 22.x GNU Emacs) as that function would sometimes call
20341 itself, leading to (nearly) infinite recursion.
20342 (verilog-ovm-begin-re, verilog-ovm-end-re)
20343 (verilog-ovm-statement-re, verilog-leap-to-head)
20344 (verilog-backward-token): Add support for OVM macros. Some are
20345 complete statements, and others open and close scopes like begin
20346 and end.
20347 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20348 (verilog-defun-level-generate-only-re): Really fix the defun-list
20349 compilation issue.
20350 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
20351 coverpoint, constraint and cross statements.
20352 (verilog-defun-level-list, verilog-generate-defun-level-list)
20353 (verilog-all-defun-level-list): Redo these specifications - it is
20354 too hard to support eval-when compile aggregation of lists also
20355 built at when-compile time.
20356 (verilog-defun-level-list): Place defconsts of variables used in
20357 building regular expressions which are built in eval-when-compile
20358 bodies in the same eval-when-compile body to facilitate compile
20359 without load.
20360 (verilog-beg-block-re-ordered): Support indenting
20361 virtual/protected tasks and functions.
20362 (verilog-defun-level-list, verilog-in-generate-region-p)
20363 (verilog-backward-ws&directives, verilog-calc-1): Speed up
20364 indentation of some module items (generate items).
20365 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20366 across virtual/protected tasks and functions.
20367
20368 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
20369
20370 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
20371 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
20372 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20373 in concatenations. Reported by Yishay Belkind.
20374 (verilog-auto-ascii-enum): Support one-hot state machines in
20375 AUTOASCIIENUM. Suggested by Lloyd Gomez.
20376 (verilog-auto-inst, verilog-auto-inst-port): Include interface
20377 modport in AUTOINST and add vl-modport for users.
20378 Reported by David Rogoff.
20379 (verilog-auto-inout-module, verilog-auto-inst)
20380 (verilog-decls-get-interfaces, verilog-insert-definition)
20381 (verilog-insert-one-definition, verilog-read-decls)
20382 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20383 (verilog-sig-modport, verilog-signals-combine-bus)
20384 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20385 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20386 Suggested by David Rogoff.
20387 (verilog-repair-open-comma): Fix non-insertion of comma when
20388 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
20389 (verilog-make-width-expression): Simplify [A-1:0] expression
20390 widths to just {A{1'b0}}.
20391 (verilog-mode): Cleanup checkdoc warnings.
20392 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20393 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
20394 inputs/outputs or data type. Suggested by Vasu Kandadi.
20395 (next-error-last-buffer): Fix byte-compiler warning.
20396 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20397 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
20398 or shell command text during AUTO expansion. Suggested by Tad Truex.
20399 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
20400 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20401 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
20402 in AUTOINOUT. Reported by Matthew Lovell.
20403 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20404 causing use of <= assignments. Reported by Alex Reed.
20405 (verilog-read-decls): Fix triand, trior, wand, wor to be
20406 recognized by AUTOWIRE. Reported by Spencer Isaacson.
20407 (verilog-extended-complete-re): Support import "DPI-C" functions.
20408 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
20409 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
20410 (verilog-insert-date, verilog-insert-year)
20411 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20412 Windows systems. Reported by Michael Potts.
20413 (verilog-read-module-name): Fix AUTOINST when the child module
20414 declaration's name is a tick define. Reported by Elliot Mednick.
20415 (verilog-read-decls): Fix V2K parameter bit subscripts getting
20416 passed to next parameter's definition. Reported by Bruce T.
20417 (verilog-read-decls): Fix detecting "parameter int" when using
20418 AUTOINSTPARAM. Reported by Bruce T.
20419 (verilog-goto-defun): Fix goto not finding modules unless first
20420 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
20421 (verilog-mode): Expand -f flag arguments on entry to mode so
20422 verilog-goto-defun will work. Reported by Lawrence Butcher.
20423 (verilog-getopt): Expand environment variables in -f file
20424 arguments. Suggested by Lawrence Butcher.
20425 (verilog-set-define): Fix "Symbol's value as variable is void"
20426 when reading enumerations.
20427 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20428 Suggested by Stephen Peltan.
20429 (verilog-read-defines): Fix reading of enumerations in include
20430 files. Reported by Steve Peltan.
20431
20432 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
20433
20434 * files.el (trash-directory): Fix defcustom type.
20435
20436 2009-06-28 Juri Linkov <juri@jurta.org>
20437
20438 * help-fns.el (describe-function-1): Correctly locate adviced
20439 functions in hyperlink (Bug#2438).
20440
20441 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
20442
20443 * files.el (trash-directory): Change default to nil.
20444 (move-file-to-trash): If trash-directory is nil and
20445 system-move-file-to-trash is unbound, perform freedesktop-style
20446 trashing.
20447
20448 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
20449
20450 * files.el (move-file-to-trash): Add freedesktop trash
20451 support (Bug#973).
20452
20453 2009-06-28 Glenn Morris <rgm@gnu.org>
20454
20455 * autorevert.el (global-auto-revert-non-file-buffers)
20456 (global-auto-revert-mode): Doc fixes.
20457
20458 2009-06-27 Johan Bockgård <bojohan@gnu.org>
20459
20460 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20461
20462 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
20463
20464 * faces.el (x-handle-named-frame-geometry): Ensure that we have
20465 opened an X connection before calling x-get-resource (Bug#3194).
20466
20467 * play/doctor.el: Remove reference to obsolete website.
20468 (make-doctor-variables): Correct grammar mistake (Bug#2633).
20469
20470 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
20471
20472 Remove find-file-not-found-hook VC method. (Bug#2757)
20473 * vc-hooks.el (vc-file-not-found-hook)
20474 (vc-default-find-file-not-found-hook): Remove functions.
20475 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20476 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20477 * vc.el:
20478 * vc-hg.el:
20479 * vc-git.el: Do not mention find-file-not-found-hook VC method.
20480
20481 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
20482
20483 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
20484 compatibility function for `looking-back'.
20485
20486 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
20487 Use `ispell-looking-back'.
20488
20489 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
20490
20491 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
20492 rather than `filename'.
20493
20494 2009-06-23 Miles Bader <miles@gnu.org>
20495
20496 * face-remap.el (text-scale-set): New function.
20497
20498 2009-06-23 Glenn Morris <rgm@gnu.org>
20499
20500 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20501
20502 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20503
20504 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20505
20506 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20507
20508 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20509 Simplify Persian conditionals.
20510
20511 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20512 variable `filename'.
20513
20514 * comint.el (comint-insert-input): Doc fix.
20515
20516 * Makefile.in (ELCFILES): Fix typo in previous change.
20517
20518 2009-06-23 Miles Bader <miles@gnu.org>
20519
20520 * cus-start.el: Add entry for `recenter-redisplay'.
20521
20522 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20523
20524 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20525 Add an optional argument for the backend, use it instead of
20526 calling vc-backend.
20527 (vc-mode-line): Add an optional argument for the backend.
20528 Pass the backend to vc-state and vc-working-revision. Move code for
20529 special handling for vc-state being a buffer to ...
20530
20531 * vc-rcs.el (vc-rcs-find-file-hook):
20532 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
20533
20534 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20535 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20536 vc-stay-local-p and vc-mode-line calls.
20537
20538 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20539 (vc-cvs-diff, vc-cvs-annotate-command)
20540 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20541 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20542 vc-mode-line calls.
20543
20544 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20545 direct comparison.
20546 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20547 backend when calling vc-mode-line.
20548 (vc-register): Do not create a closure for calling the vc register
20549 function, call it directly.
20550
20551 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20552
20553 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20554 to make it obvious item can be clicked.
20555
20556 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20557
20558 2009-06-23 Kenichi Handa <handa@m17n.org>
20559
20560 * language/korea-util.el (korean-key-bindings): Change the binding
20561 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
20562 same command.
20563
20564 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
20565
20566 Sync with Tramp 2.1.16.
20567
20568 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20569
20570 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
20571 when a loading of a package fails. Completion function for rsync
20572 is `tramp-completion-function-alist-ssh'.
20573 (all): Replace all calls of `split-string' and
20574 `tramp-split-string' by `tramp-compat-split-string'.
20575 (tramp-default-method): Use `tramp-compat-process-running-p'.
20576 (tramp-default-proxies-alist): Allow also Lisp forms.
20577 (tramp-remote-path): Add choice "Private Directories".
20578 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
20579 (tramp-domain-regexp): Allow also "-", "_" and ".".
20580 (tramp-end-of-output): Remove newlines, and add "$" at the end.
20581 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20582 (tramp-debug-message): Insert header line in debug buffer.
20583 (tramp-handle-directory-files-and-attributes-with-stat):
20584 Care about filenames with spaces, or starting with "-".
20585 (tramp-handle-dired-uncache): New defun.
20586 (tramp-handle-insert-directory): Don't flush the directory from
20587 cache, this is handled by `dired-uncache' now.
20588 (tramp-handle-insert-file-contents): Improve error handling.
20589 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20590 Quote `tramp-end-of-output'.
20591 (tramp-action-password): Improve trace message.
20592 (tramp-check-for-regexp): Both echoes must be present, before removing.
20593 (tramp-open-connection-setup-interactive-shell): Trace coding system.
20594 (tramp-compute-multi-hops): Eval cons cells of
20595 `tramp-default-proxies-alist'.
20596 (tramp-maybe-open-connection): Use the same command pattern for
20597 first hop and further hops.
20598 (tramp-wait-for-output): Remove handling of newlines.
20599 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20600 (tramp-split-string): Remove function. It is handled in
20601 tramp-compat now.
20602
20603 * net/tramp-cmds.el (tramp-bug):
20604 Recommend `tramp-cleanup-all-connections' in the bug mail.
20605
20606 * net/tramp-compat.el (tramp-compat-split-string)
20607 (tramp-compat-process-running-p): New defuns.
20608
20609 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20610 for `dired-uncache'.
20611
20612 * net/tramp-gvfs.el: New package.
20613
20614 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20615 Add handler for `dired-uncache'.
20616 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20617
20618 * net/trampver.el: Update release number. Make version check fit
20619 for SXEmacs 22.
20620
20621 2009-06-22 Jim Meyering <meyering@redhat.com>
20622
20623 Automatically handle .xz suffix (XZ-compressed files), too.
20624 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20625 XZ is the successor to LZMA: <http://tukaani.org/xz/>
20626
20627 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
20628 Nick Roberts <nickrob@snap.net.nz>
20629
20630 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
20631 repository (http://sphinx.net.ru/hg/gdb-mi/).
20632
20633 2009-06-22 Glenn Morris <rgm@gnu.org>
20634
20635 * files.el (dir-locals-collect-mode-variables): Allow for any number of
20636 `mode' and `eval' entries. (Bug#3430)
20637
20638 * Makefile.in (ELCFILES): Add fadr.elc.
20639
20640 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20641 differing behavior of \n and ^ in strings. (Bug#3385)
20642
20643 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20644
20645 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20646 property.
20647 (lisp-indent-function): Make it a defcustom.
20648
20649 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
20650
20651 * progmodes/gdb-ui.el: Replace with ...
20652 * progmodes/gdb-mi.el: ... this file.
20653 * progmodes/gud.el: Modify for gdb-mi.el.
20654
20655 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
20656
20657 * fadr.el: New file.
20658
20659 See ChangeLog.14 for earlier changes.
20660
20661 ;; Local Variables:
20662 ;; coding: utf-8
20663 ;; End:
20664
20665 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
20666
20667 This file is part of GNU Emacs.
20668
20669 GNU Emacs is free software: you can redistribute it and/or modify
20670 it under the terms of the GNU General Public License as published by
20671 the Free Software Foundation, either version 3 of the License, or
20672 (at your option) any later version.
20673
20674 GNU Emacs is distributed in the hope that it will be useful,
20675 but WITHOUT ANY WARRANTY; without even the implied warranty of
20676 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20677 GNU General Public License for more details.
20678
20679 You should have received a copy of the GNU General Public License
20680 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.