allout.el: Add 2011 to the file copyright.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2
3 allout.el: Add 2011 to the file copyright.
4 (allout-encrypt-string): Prevent encryption from adding an extra
5 newline at the end of the topic body.
6 (allout-version): Increment to 2.3.
7
8 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
9
10 * net/dbus.el (dbus-unregister-service): Complete doc. Fix
11 call of dbus-error signal.
12 (dbus-register-property): Use `dont-register' keyword.
13
14 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
15
16 * net/dbus.el (dbus-unregister-service): Translate returned
17 integer into a symbol.
18 (dbus-register-property): Use `dbus-register-service' to do the
19 name registration.
20
21 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
22
23 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link
24 face. Suggested by Joakim Verona.
25
26 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
27
28 * wid-edit.el (visibility): Replace :on-image and :off-image
29 widget properties with :on-glyph and :off-glyph, for consistency
30 with the `visibility' widget.
31 (widget-toggle-value-create, widget-visibility-value-create):
32 Merge into a single function `widget-toggle-value-create'.
33
34 * cus-edit.el (custom-variable-value-create, custom-visibility)
35 (custom-face-edit-value-create, custom-face-value-create): Replace
36 :on-image and :off-image widget properties with :on-glyph and
37 :off-glyph, for consistency with the `visibility' widget.
38
39 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
40
41 * net/ldap.el (ldap-search-internal): Don't use eval.
42
43 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
44
45 * subr.el (read-char-choice): Use read-key.
46
47 * custom.el (custom-safe-themes): Rename from
48 custom-safe-theme-files. Add :risky tag.
49 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
50 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
51
52 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
53
54 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
55 from Search and add a label to Undo.
56
57 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
58 inappropriate buttons and adding :vert-only tags.
59
60 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
61 removal of Help tool-bar button. Remove Undo button for space.
62
63 * info.el (info-tool-bar-map): Add :vert-only tags.
64
65 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
66
67 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
68 image backend support. Either of them is fine.
69
70 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
71
72 * subr.el (y-or-n-p): Doc fix.
73
74 * custom.el (custom-safe-theme-files): New defcustom.
75 (custom-theme-load-confirm): New function.
76 (load-theme): Load theme using `load', confirming with
77 custom-theme-load-confirm if necessary.
78
79 * subr.el (read-char-choice): New function, factored out from
80 dired-query and hack-local-variables-confirm.
81
82 * dired-aux.el (dired-query):
83 * files.el (hack-local-variables-confirm): Use it.
84
85 * dired-aux.el (dired-compress-file):
86 * files.el (abort-if-file-too-large, find-alternate-file)
87 (set-visited-file-name, write-file, backup-buffer)
88 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
89 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
90 Use new format string args for y-or-n-p and yes-or-no-p.
91
92 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
93
94 * progmodes/compile.el (compilation-error-regexp-alist-alist)
95 [gcc-include]: Tighten file name match, add match for column
96 number. (Bug#7806)
97 [gnu]: Remove unused group.
98
99 2011-01-08 Glenn Morris <rgm@gnu.org>
100
101 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
102
103 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
104
105 2011-01-07 Sam Steingold <sds@gnu.org>
106
107 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
108 the `explicit-shell-file-name' because that is the
109 non-interactive shell.
110
111 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
112
113 * subr.el (y-or-n-p): Accept format string args.
114
115 2011-01-07 Glenn Morris <rgm@gnu.org>
116
117 * Makefile.in (EMACSOPT): Add --no-site-lisp.
118
119 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
120
121 * allout.el (allout-back-to-current-heading): Ensure return to
122 the visible containing topic, rather than a collapsed one.
123 (allout-view-change-hook): Remove hook that was deprecated long ago.
124 (allout-exposure-change-hook): Remove documentation remarks
125 concerning removed allout-view-change-hook.
126 (allout-flag-region): Remove invocation of and documentation
127 remarks concerning allout-view-change-hook.
128
129 2011-01-06 Glenn Morris <rgm@gnu.org>
130
131 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
132 (vc-bzr-annotate-extract-revision-at-line):
133 Handle authors with embedded spaces. (Bug#7792)
134
135 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
136
137 * doc-view.el (doc-view-image-width): New variable.
138 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
139 backend for PNG images, and do dynamic rescaling instead of
140 reconverting the whole doc.
141
142 2011-01-05 Glenn Morris <rgm@gnu.org>
143
144 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
145
146 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
147
148 * allout.el: Reconcile with changes in line movement behavior for
149 long text lines that cross more than a single physical window
150 line, ie when truncate-lines is nil.
151 (allout-next-visible-heading): Provide for change in line-move
152 behavior on long lines when truncate-lines is nil. In that case,
153 line-move can wind up on the same textual line when it moves to
154 the next window line, and moving to the bullet position after the
155 move yields zero advancement. Add logic to detect and compensate
156 for the lack of progress.
157 (allout-current-topic-collapsed-p): move-end-of-line respect for
158 field boundaries is different when operating with body lines
159 shorter than window width versus ones greater than window width,
160 which can yield false negatives in this function. Avoid
161 difference by applying move-end-of-line while field-text-motion is
162 inhibited.
163
164 2011-01-04 Glenn Morris <rgm@gnu.org>
165
166 * textmodes/rst.el (rst-compile-toolsets):
167 Add pdf and s5 to option alist.
168
169 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
170
171 * net/dbus.el (dbus-register-property): Added optional parameter
172 dont-register-service. Updated docstring accordingly.
173
174 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
175
176 * textmodes/rst.el (rst-compile-pdf-preview)
177 (rst-compile-slides-preview): Remove extra line.
178
179 2011-01-04 Glenn Morris <rgm@gnu.org>
180
181 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
182 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
183 default to `prog' without a .py extension.
184 (rst-compile-pdf-preview, rst-compile-slides-preview):
185 Use program names from rst-compile-toolsets, rather than hard-coding.
186 (rst-portable-mark-active-p): Fix presumed typo.
187
188 2011-01-02 Eli Zaretskii <eliz@gnu.org>
189
190 * term/w32-win.el (dynamic-library-alist): Set up correctly for
191 libpng versions both before and after 1.4.0. (Bug#7716)
192
193 2011-01-02 Eli Zaretskii <eliz@gnu.org>
194
195 * time.el (display-time-mode): Mention display-time-interval in
196 the doc string. (Bug#7713)
197
198 2011-01-02 Kenichi Handa <handa@m17n.org>
199
200 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
201 condition-case and return an error message string if something
202 goes wrong.
203 (rmail-show-mime): Adjust for the above change. Insert the
204 header by rmail-mime-insert-header.
205
206 2011-01-02 Kenichi Handa <handa@m17n.org>
207
208 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
209 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
210 (rmail-mime-mbox-buffer)
211 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
212 (rmail-mime-entity): Argument changed. All codes handling an
213 entity object are changed.
214 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
215 the above change.
216 (rmail-mime-entity-children, rmail-mime-entity-handler)
217 (rmail-mime-entity-tagline): New functions.
218 (rmail-mime-message-p): New function.
219 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
220 (rmail-mime-entity-segment, rmail-mime-next-item)
221 (rmail-mime-previous-item, rmail-mime-shown-mode)
222 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
223 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
224 (rmail-mime-insert-tagline, rmail-mime-insert-header):
225 New functions.
226 (rmail-mime-text-handler): Call rmail-mime-insert-text.
227 (rmail-mime-insert-decoded-text): New function.
228 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
229 (rmail-mime-insert-image): Argument changed. Caller changed.
230 (rmail-mime-image): Call rmail-mime-toggle-hidden.
231 (rmail-mime-set-bulk-data): New funciton.
232 (rmail-mime-insert-bulk): Argument changed.
233 (rmail-mime-multipart-handler): Return t.
234 (rmail-mime-process-multipart): Argument changed.
235 Handle "multipart/alternative" here.
236 (rmail-mime-process): Argument changed.
237 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
238 (rmail-mime-insert): Argument changed. Handle raw display mode.
239 (rmail-mime): Argument changed. Handle toggling of raw display
240 mode.
241 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
242 rmail-mime-view-buffer.
243 (rmail-insert-mime-forwarded-message): Likewise.
244 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
245
246 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
247 non-nil, handle the header in rmail-show-mime-function.
248
249 2011-01-02 Leo <sdl.web@gmail.com>
250
251 * help-fns.el (describe-variable): Fix previous change.
252
253 2011-01-02 Juri Linkov <juri@jurta.org>
254
255 * isearch.el (isearch-lazy-highlight-error): New variable.
256 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
257 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
258 to the current value of `isearch-error' (Bug#7468).
259
260 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
261
262 * help-fns.el (describe-variable): Don't emit trailing whitespace
263 (Bug#7511).
264
265 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
266
267 * textmodes/rst.el (rst-compile-pdf-preview)
268 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
269
270 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
271
272 * emulation/edt-mapper.el: Override mapping of function keys so
273 that the later call to read-key-sequence works.
274
275 2011-01-02 Eli Zaretskii <eliz@gnu.org>
276
277 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
278 Unix EOLs. (Bug#7589)
279
280 2011-01-02 Leo <sdl.web@gmail.com>
281
282 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
283 if point is not behind eshell-last-output-end (Bug#7585).
284
285 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * files.el (file-local-variables-alist):
288 Make permanent-local (bug#7767).
289
290 2011-01-02 Glenn Morris <rgm@gnu.org>
291
292 * version.el (emacs-copyright): Set short copyright year to 2011.
293
294 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
295
296 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
297 an existing temp buffer. (Bug#7746)
298
299 2011-01-02 Glenn Morris <rgm@gnu.org>
300
301 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
302 multiple addresses. (Bug#7760)
303
304 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
305
306 * allout.el (allout-auto-fill): Do not infinitely recurse - use
307 do-auto-fill if everything points back to allout-auto-fill.
308 (allout-mode-deactivate-hook): Declare obsolete, in favor of
309 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
310
311 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
312
313 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
314 and "scpx".
315
316 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
317
318 * doc-view.el (doc-view-set-doc-type): New function refactored
319 from doc-view-mode.
320 (doc-view-fallback-mode): New function.
321 (doc-view-mode): Use it.
322 (doc-view-mode-maybe): New function that checks if doc-view-mode
323 can be used and falls back to the next best mode otherwise.
324
325 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
326 DVI, OpenDocument, and MS Office files.
327
328 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
329
330 * emacs-lisp/rx.el (rx-syntax): Fix typo.
331
332 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
333
334 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
335 on a copy of auto-mode-alist, because that deletes with side
336 effects.
337
338 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
339
340 * doc-view.el (doc-view-mode, doc-view-toggle-display): Use
341 normal-mode without doc-view-mode bindings in auto-mode-alist as
342 fallback instead of hard coding fundamental mode.
343
344 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
345
346 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
347 Office) files also for searching.
348
349 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
350
351 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
352 Office) files. Not yet enabled via auto-mode-list.
353 (doc-view-unoconv-program): New custom variable.
354 (doc-view-mode-p): Handle new odf document type.
355 (doc-view-odf->pdf): New conversion function.
356 (doc-view-convert-current-doc): Call it for odf files.
357 (doc-view-mode): Recognize newly supported file extensions.
358
359 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
360
361 * net/tramp.el (tramp-default-method-alist)
362 (tramp-default-user-alist)
363 (tramp-local-host-regexp, tramp-prefix-domain-format)
364 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
365
366 * net/tramp-ftp.el:
367 * net/tramp-gvfs.el:
368 * net/tramp-gw.el:
369 * net/tramp-imap.el:
370 * net/tramp-sh.el:
371 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
372 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
373
374 2010-12-29 Karl Fogel <kfogel@red-bean.com>
375
376 * saveplace.el (save-place-alist-to-file): Save list sorted and
377 pretty-printed, so that it is mergeable by line-based text merging,
378 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
379
380 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
381
382 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
383 (allout-mode): Argument "toggle" => "force".
384 Refine the docstring.
385 Remove special provisions for reactivation, besides the 'force'
386 argument.
387 Consolidate layout provisions coce directly into the activation
388 condition branch, now that we've removed those provisions.
389 (allout-unload-function): Explicitly activate the mode before
390 deactivating, if it's initially deactivated.
391 (allout-set-buffer-multibyte): Properly prevent byte-compiler
392 warnings for version of function used only where
393 set-buffer-multibyte is unavailable.
394
395 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
396
397 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
398 are handled by the menu-bar entries. As before, don't use
399 :visibile to avoid changing the tool-bar.
400
401 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
402
403 * net/secrets.el (secrets-delete-alias): New defun.
404
405 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
406
407 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
408 methods, otherwise ~/.ssh/config would be ignored.
409
410 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * emacs-lisp/rx.el: Make it a superset of sregex.
413 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
414 of args, add `regex' alias.
415 (rx-info): Add arg to distinguish head and standalone forms.
416 (rx-check, rx-form): Pass the corresponding arg.
417 (rx-**): Simplify.
418 (rx-repeat): Make it work for any number of args.
419 (rx-syntax): Make it accept syntax chars as is.
420 * obsolete/sregex.el: Move from emacs-lisp/.
421 * emacs-lisp/re-builder.el: Remove sregex support.
422 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
423
424 2010-12-25 Eli Zaretskii <eliz@gnu.org>
425
426 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
427 PRIMARY first, then the clipboard. (Bug#7699)
428
429 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
432 print-number-table.
433
434 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
435
436 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
437 .emacs.elc (Bug#7530).
438
439 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
440 image spec (Bug#7480).
441
442 2010-12-21 Daiki Ueno <ueno@unixuser.org>
443
444 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
445 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
446 Move from lisp/.
447
448 2010-12-20 Leo <sdl.web@gmail.com>
449
450 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
451 always be performed (Bug#7680).
452
453 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
454
455 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
456 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
457 mouse-region-match.
458
459 * color.el: Move from gnus/.
460
461 * vc/diff.el (diff-better-file-name): Function deleted.
462 abbreviating file names causes problems with shell-quote-argument.
463 (diff-no-select): Just use expand-file-name.
464
465 * tool-bar.el (tool-bar--image-expression): New function.
466 (tool-bar-local-item, tool-bar--image-exp): Use it.
467 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
468 Use :enable instead of :visible to avoid changing the tool-bar
469 configuration unnecessarily.
470
471 * info.el (info-tool-bar-map): Add separators.
472
473 2010-12-17 Ken Brown <kbrown@cornell.edu>
474
475 * loadup.el: Use version numbers in Cygwin build.
476
477 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
478
479 * ido.el (ido-file-internal): Ask for confirmation before
480 overwriting an existing file (Bug#1238).
481
482 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
483
484 * tool-bar.el (tool-bar-setup): Add separators.
485
486 * menu-bar.el (featurep): Use menu-bar-separator.
487
488 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
489
490 Migrate allout encryption provisions from pgg to epg.
491
492 * allout.el (allout-toggle-current-subtree-encryption)
493 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
494 defaulting policy and other changes. Change fetch-pass to keymode-cue,
495 for simpler universal argument interpretation.
496 (allout-toggle-subtree-encryption): Adjust docstring to describe
497 changed encryption provisions. Change fetch-pass to keymode-cue, for
498 simpler universal argument interpretation. Remove provisions for
499 handling key type and identity - they'll all be within
500 allout-encrypt-string or epg/epg or even contained all the way in gpg.
501 (allout-encrypt-string): Include keymode-cue, for optionally prompting
502 for keypair recipients (universal argument > 1) and, in addition,
503 associating the specified recipients with the outline (universal
504 argument > 4) using a file local variable setting for
505 'epa-file-encrypt-to'.
506 Require epa, for recipients handling.
507 Change how regexp filtering elements are named.
508 Describe the problem with caching of incorrect symmetric-decryption
509 keys.
510 Use the epa-passphrase-callback-function, in case the user is using
511 GnuPG v1.
512 Support saving of the selected keypair recipients when invoked with a
513 keymode-cue > 4.
514 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
515 Require 'epa.
516 Establish epg-context with armoring and default epg-protocol.
517 Remove all passphrase cache, verification, and hinting code.
518 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
519 No longer used, delete.
520 (allout-mode): Adjust docstring to describe changed encryption
521 provisions. Describe the problem with caching of incorrect
522 symmetric-decryption keys.
523 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
524 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
525 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
526 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
527 Obsolete, remove.
528
529 2010-12-16 Daiki Ueno <ueno@unixuser.org>
530
531 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
532 key selection prompt; make 'silent as default (Bug#7487).
533
534 2010-12-16 Leo <sdl.web@gmail.com>
535
536 * eshell/eshell.el (eshell-directory-name): Use
537 locate-user-emacs-file (Bug#7578).
538
539 2010-12-15 Glenn Morris <rgm@gnu.org>
540
541 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
542
543 2010-12-15 Jari Aalto <jari.aalto@cante.net>
544 Scott Evans <gse@antisleep.com>
545
546 * rect.el (rectange--default-line-number-format)
547 (rectangle-number-line-callback): New functions.
548 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
549
550 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
551
552 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
553 Delete unused variables.
554 (move-to-column-force): Remove function obsolete since 21.2.
555
556 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
557
558 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
559 (tramp-handle-insert-file-contents): Do not set permanent-local
560 property.
561
562 * net/tramp-cache.el (tramp-persistency-file-name): Use
563 `locate-user-emacs-file' if fboundp.
564
565 * net/tramp-sh.el (tramp-methods): Add "ksu".
566 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
567 method list.
568
569 2010-12-14 Glenn Morris <rgm@gnu.org>
570
571 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
572 (find-tag-marker-ring): Declare.
573 (js-find-symbol): Require etags.
574
575 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
576 Require mail-utils.
577 (mail-alias-file): Don't autoload. Doc fix.
578 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
579 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
580 Mark as obsolete, and risky.
581 (mail-setup): Simplify.
582
583 * mail/mailalias.el (build-mail-aliases): Make it interactive.
584 * mail/sendmail.el (build-mail-aliases): Update autoload.
585
586 * dired.el (dired-trivial-filenames, dired-chown-program)
587 (dired-auto-revert-buffer): Remove autoload cookies.
588 * mail/sendmail.el (mail-recover-1): Require 'dired.
589
590 * dired.el (dired-subdir-switches, dired-chown-program)
591 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
592 Make into defcustoms.
593 (dired-chown-program): Simplify initialization.
594
595 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
596
597 2010-12-13 Romain Francoise <romain@orebokech.com>
598
599 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
600
601 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
602
603 * net/netrc.el (netrc-point-at-eol): Remove the unused
604 netrc-point-at-old and netrc-bound-and-true-p bindings.
605 (netrc-parse): Cache the netrc contents.
606
607 2010-12-13 Eli Zaretskii <eliz@gnu.org>
608
609 * subr.el (posn-col-row): Evaluate header-line-format in the
610 context of the POSITION window's buffer.
611
612 2010-12-13 Glenn Morris <rgm@gnu.org>
613
614 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
615 (with-silent-modifications): Doc fixes.
616
617 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
618
619 * net/tramp.el (tramp-action-password, tramp-process-actions):
620 Revert previous from. Use `save-restriction'.
621
622 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
623
624 * calendar/diary-lib.el (diary-list-sexp-entries):
625 Handle case of no newline at end of file. (Bug#7536)
626
627 2010-12-13 Glenn Morris <rgm@gnu.org>
628
629 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
630
631 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
632
633 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
634 (tramp-process-actions): Do not widen.
635
636 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
637 Protect buffer-modified value. (Bug#7557)
638
639 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
640
641 * log-edit.el (log-edit-changelog-entries):
642 Regexp quote filename. (Bug#7505)
643
644 2010-12-13 Tom Breton <tehom@panix.com>
645
646 * cus-edit.el (custom-save-all):
647 Bind print-length and print-level to nil. (Bug#7581)
648
649 2010-12-13 Glenn Morris <rgm@gnu.org>
650
651 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
652 Run hooks to update menu contents. (Bug#7586)
653
654 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
655 file names, for the sake of MS Windows. (Bug#7588)
656
657 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
660 empty lines without a leading space.
661
662 2010-12-13 Leo <sdl.web@gmail.com>
663
664 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
665 while mapping over marks (Bug#6810).
666
667 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
668
669 * image-dired.el (image-dired-db-file)
670 (image-dired-temp-image-file, image-dired-gallery-dir)
671 (image-dired-temp-rotate-image-file): Set default values relative
672 to image-dired-dir (Bug#7518).
673
674 2010-12-13 Lawrence Mitchell <wence@gmx.li>
675
676 * format.el (format-decode-run-method): Pass args FROM and TO, not
677 point-min and point-max, to shell-command-on-region (Bug#7488).
678
679 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
680
681 * frame.el (blink-cursor-mode): Make default t for ns.
682
683 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
684
685 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
686
687 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
688
689 * comint.el (comint-dynamic-list-input-ring)
690 (comint-dynamic-complete-filename)
691 (comint-replace-by-expanded-filename)
692 (comint-dynamic-simple-complete)
693 (comint-dynamic-list-filename-completions)
694 (comint-dynamic-list-completions): Doc fix (Bug#7499).
695
696 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
697 Doc fix (Bug#7471).
698
699 2010-12-13 Martin Rudalics <rudalics@gmx.at>
700
701 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
702 (Bug#7533).
703
704 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
705
706 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
707 (Bug#7491).
708
709 2010-12-13 Eli Zaretskii <eliz@gnu.org>
710
711 * files.el (file-relative-name): Handle UNC file names on
712 DOS/Windows. (Bug#4674)
713
714 2010-12-13 Daiki Ueno <ueno@unixuser.org>
715
716 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
717 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
718 (epg-context-set-passphrase-callback): Mention that the callback
719 is not called when used with GnuPG 2.x.
720
721 2010-12-13 Glenn Morris <rgm@gnu.org>
722
723 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
724 Ensure ps-footer-font-size-internal is initialized.
725 Call ps-get-page-dimensions before trying to use ps-font-for-text.
726
727 2010-12-13 Kenichi Handa <handa@m17n.org>
728
729 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
730 within condition-case.
731 (rmail-show-mime): Don't use condition-case.
732 (rmail-search-mime-message): New function.
733 (rmail-search-mime-message-function): Set to
734 rmail-search-mime-message.
735
736 2010-12-13 Leo <sdl.web@gmail.com>
737
738 * ido.el (ido-common-initialization): New function. (bug#3274)
739 (ido-mode): Use it.
740 (ido-completing-read): Call it.
741
742 2010-12-12 Karl Fogel <kfogel@red-bean.com>
743
744 * bookmark.el (bookmark-name-from-full-record): Rename back to
745 this original name from `bookmark-name-from-record' reverting part
746 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
747 As Drew Adams pointed out, there was no reason to cause churn for
748 third-party callers.
749
750 2010-12-12 Alan Mackenzie <acm@muc.de>
751
752 * progmodes/cc-engine.el (c-forward-type): Before scanning a
753 template arglist, check that the current language supports this.
754
755 2010-12-11 Glenn Morris <rgm@gnu.org>
756
757 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
758 state of the file matches. (Bug#7544)
759 (vc-bzr-register, vc-bzr-checkin)
760 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
761 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
762
763 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
764
765 2010-12-11 Karel Klíč <kklic@redhat.com>
766
767 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
768
769 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 Derive from prog-mode, use derived-mode-p, and fix up various
772 minor style issues in lisp/progmodes.
773
774 * progmodes/vhdl-mode.el (vhdl-mode):
775 * progmodes/verilog-mode.el (verilog-mode):
776 * progmodes/vera-mode.el (vera-mode):
777 * progmodes/sql.el (sql-mode):
778 * progmodes/scheme.el (scheme-mode):
779 * progmodes/perl-mode.el (perl-mode):
780 * progmodes/octave-inf.el (inferior-octave-mode):
781 * progmodes/autoconf.el (autoconf-mode):
782 * progmodes/m4-mode.el (m4-mode):
783 * progmodes/inf-lisp.el (inferior-lisp-mode):
784 * progmodes/idlwave.el (idlwave-mode):
785 * progmodes/icon.el (icon-mode):
786 * progmodes/idlw-help.el (idlwave-help-mode):
787 * progmodes/dcl-mode.el (dcl-mode):
788 * progmodes/idlw-shell.el (idlwave-shell-mode):
789 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
790 (ebrowse-member-mode, ebrowse-electric-position-mode):
791 Use define-derived-mode.
792
793 * progmodes/xscheme.el (exit-scheme-interaction-mode)
794 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
795 (xscheme-debugger-mode-p, xscheme-send-string-1):
796 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
797 (tcl-load-file, tcl-restart-with-file):
798 * progmodes/ps-mode.el (ps-run-running):
799 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
800 * progmodes/js.el (js--get-all-known-symbols):
801 * progmodes/inf-lisp.el (inferior-lisp-proc):
802 * progmodes/idlwave.el (idlwave-beginning-of-statement)
803 (idlwave-template, idlwave-update-buffer-routine-info)
804 (idlwave-update-current-buffer-info)
805 (idlwave-get-routine-info-from-buffers, idlwave-choose)
806 (idlwave-scan-class-info, idlwave-fix-keywords)
807 (idlwave-list-buffer-load-path-shadows):
808 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
809 (idlwave-toolbar-remove):
810 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
811 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
812 (idlwave-shell-menu-def):
813 * progmodes/idlw-complete-structtag.el
814 (idlwave-prepare-structure-tag-completion):
815 * progmodes/gud.el (gud-set-buffer):
816 * progmodes/f90.el (f90-backslash-not-special):
817 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
818
819 * progmodes/xscheme.el (xscheme-start)
820 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
821 * progmodes/which-func.el (which-function):
822 * progmodes/vhdl-mode.el (vhdl-set-style):
823 * progmodes/verilog-mode.el (verilog-set-compile-command)
824 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
825 (verilog-set-define, verilog-auto-reeval-locals):
826 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
827 * progmodes/simula.el (simula-mode):
828 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
829 * progmodes/python.el (python-check, python-mode):
830 * progmodes/prolog.el (prolog-mode-variables):
831 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
832 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
833 * progmodes/delphi.el (delphi-mode):
834 * progmodes/cc-styles.el (c-setup-paragraph-variables):
835 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
836 (c-font-lock-init): Move make-local-variable to their setq.
837
838 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
839 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
840 make-local-hook.
841 * progmodes/sh-script.el (sh-require-final-newline): Remove.
842 (sh-set-shell): Don't set require-final-newline since it's already done
843 by prog-mode.
844 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
845 since we never set it.
846 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
847 Use read-string and standard prompt.
848 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
849 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
850 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
851 (meta-common-mode-map): Rename from meta-mode-map.
852 Remove C-m binding, which is a user preference, not mode specific.
853 (meta-common-mode): New major mode; replace meta-common-initialization.
854 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
855 around with font-lock.
856 * progmodes/etags.el (select-tags-table-mode):
857 Derive from special-mode.
858 * progmodes/octave-mod.el (octave-mode):
859 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
860 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
861 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
862 Let define-derived-mode do its job.
863 * progmodes/cpp.el (cpp-edit-mode-map):
864 Move initialization into declaration.
865 (cpp-edit-mode): Use define-derived-mode.
866 (cpp-edit-load): Use derived-mode-p.
867 * progmodes/mixal-mode.el (mixal-mode):
868 * progmodes/f90.el (f90-mode):
869 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
870 require-final-newline since prog-mode does it already.
871 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
872 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
873 * progmodes/antlr-mode.el: Require cc-mode upfront.
874 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
875 the declaration.
876 (antlr-directory-dependencies, antlr-show-makefile-rules):
877 Use derived-mode-p.
878 (antlr-language-option): Don't assume point-min==1.
879 (antlr-mode): Use define-derived-mode.
880 * progmodes/ada-mode.el: Use derived-mode-p.
881 (ada-mode): Use define-derived-mode.
882 Use hack-local-variables-hook.
883
884 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
887 (texinfo-mode): Don't disable adaptive-fill-mode.
888 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
889 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
890 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
891 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
892 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
893 (texinfo-insert-@quotation, texinfo-insert-@samp)
894 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
895 (texinfo-insert-@uref): Use define-skeleton.
896 (texinfo-insert-@-with-arg): Delete.
897
898 2010-12-10 Eli Zaretskii <eliz@gnu.org>
899
900 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
901 nil, do quote archive member names. (Bug#6144)
902
903 2010-12-10 Glenn Morris <rgm@gnu.org>
904
905 * files.el (diff-no-select): Declare.
906
907 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
908 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
909
910 * comint.el (comint-input-ring-file-name): Doc fix.
911
912 2010-12-09 Eli Zaretskii <eliz@gnu.org>
913
914 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
915 New functions.
916 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
917 Use them instead of `nil' and `>', respectively.
918 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
919 instead of `nil'.
920 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
921 and menu-bar-positive-p instead of `nil' and `>', respectively.
922 (Bug#1077)
923
924 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
925
926 * whitespace.el (whitespace-newline-mode): Code fix.
927
928 2010-12-09 Glenn Morris <rgm@gnu.org>
929
930 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
931 Rename functions without commas, update callers.
932
933 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
934
935 * whitespace.el (whitespace-cleanup-region):
936 Clean up spaces before tabs. (Bug#7582)
937
938 2010-12-08 Karl Fogel <kfogel@red-bean.com>
939
940 * bookmark.el: Adjust parameter names and doc strings to resolve
941 confusion over whether "bookmark" meant a bookmark name or a
942 bookmark record. Along the way, shorten one function's name for
943 similar reasons. (Issue #7548)
944 (bookmark-name-from-record): New name for
945 `bookmark-name-from-full-record'. All callers changed.
946 (bookmark-get-bookmark, bookmark-get-bookmark-record)
947 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
948 (bookmark-get-annotation, bookmark-set-annotation)
949 (bookmark-get-filename, bookmark-set-filename)
950 (bookmark-get-position, bookmark-set-position)
951 (bookmark-get-front-context-string, bookmark-set-front-context-string)
952 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
953 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
954 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
955 Rename `bookmark' parameter to `bookmark-name-or-record', to
956 clearly show its role, and shorten or adjust doc strings accordingly.
957 (bookmark-set-name): Same, and pass the parameter directly to
958 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
959 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
960 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
961 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
962 and in some cases shorten doc string accordingly.
963 (bookmark-rename): Change `old' and `new' parameters to `old-name'
964 and `new-name', and adjust an internal variable to avoid confusion.
965 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
966 parameter in doc string.
967
968 2010-12-08 Glenn Morris <rgm@gnu.org>
969
970 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
971 from gdb's history file. (Bug#7575)
972
973 * mail/emacsbug.el (report-emacs-bug):
974 Try to handle some other mail clients.
975
976 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * files.el (dir-locals-collect-variables): Don't let errors stop us.
979 Use string-prefix-p.
980 (file-name-version-regexp): New var.
981 (file-name-sans-versions):
982 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
983 (jka-compr-get-compression-info): Use dolist.
984 (jka-compr-compression-info-list): Don't bother specifying
985 version/backup regexps.
986
987 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
988
989 * simple.el (just-one-space): Make argument n default to 1 if
990 omitted.
991
992 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * electric.el (electric-indent-post-self-insert-function):
995 Delete trailing newlines even if we don't reindent.
996
997 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * minibuffer.el (completion-at-point): Remove the `arg'.
1000 * bindings.el (complete-symbol): Move back from minibuffer.el.
1001
1002 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1003
1004 * simple.el (just-one-space): Delete newlines for negative arg.
1005
1006 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1009 (ansi-color-filter-apply): Simplify.
1010 (ansi-color-apply): Use `font-lock-face' rather than `face'.
1011
1012 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1013
1014 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1015
1016 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * dired.el (dired-use-ls-dired): Set default to a special
1019 "unspecified" value.
1020 (dired-insert-directory): When called the first time, check
1021 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1022
1023 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
1024
1025 * replace.el: Add "collect" feature to occur.
1026 (occur-collect-regexp-history): New var.
1027 (occur-read-primary-args): Return a replace string for nlines,
1028 if needed.
1029 (occur): Extend the meaning of nlines.
1030
1031 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1034 (which-func-update-1): Distinguish symbols from strings.
1035 (which-function): Stay within 80 columns.
1036
1037 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * subr.el (with-demoted-errors): Distinguish symbols from strings.
1040
1041 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1042 Improve docstring.
1043 (comment-style): Use comment-styles's docs to describe values.
1044
1045 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
1046
1047 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1048 and ns-show-prefs (Bug#7535).
1049
1050 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1051 bindings (Bug#7535).
1052
1053 2010-12-03 Glenn Morris <rgm@gnu.org>
1054
1055 * nxml/nxml-mode.el: Require rng-nxml.
1056 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1057 Remove declarations.
1058
1059 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1060 * nxml/rng-nxml.el, nxml/rng-valid.el:
1061 Remove leading `*' from defcustom docs.
1062
1063 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1064 (normal-top-level-add-to-load-path, tty-handle-args):
1065 Convert comments to basic doc-strings.
1066
1067 * net/browse-url.el (browse-url-url-at-point)
1068 (browse-url-default-browser): Remove autoload cookies.
1069
1070 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1071 Remove more undefined cl functions.
1072
1073 * vc/diff.el (diff-sentinel): Make new arguments optional.
1074 * ibuf-ext.el (diff-sentinel): Update declaration.
1075
1076 2010-12-03 Daiki Ueno <ueno@unixuser.org>
1077
1078 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1079 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1080 (epg-context-set-passphrase-callback): Mention that the callback
1081 is not called when used with GnuPG 2.x.
1082
1083 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
1084
1085 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1086 (tramp-file-name-port): Check also for `tramp-default-port'.
1087 (tramp-get-connection-name): New defun.
1088 (tramp-get-connection-process): Use it.
1089 (tramp-debug-message): Extend function exclude list.
1090 (tramp-drop-volume-letter): Fix doc string.
1091
1092 * net/tramp-cmds.el: Remove solved todo item.
1093
1094 * net/tramp-efs.el:
1095 * net/tramp-ftp.el:
1096 * net/tramp-gvfs.el:
1097 * net/tramp-gw.el:
1098 * net/tramp-imap.el:
1099 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1100 and `tramp-default-user-alist', respectively.
1101
1102 * net/tramp-gw.el (tramp-gw-open-connection):
1103 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
1104
1105 * net/tramp-imap.el (tramp-imap-make-iht): Use just
1106 `tramp-file-name-port'.
1107
1108 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1109 and "psftp". Exchange "%k" marker with options.
1110 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1111 Compute size of link target.
1112 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1113 `tramp-current-*' up due to gateway methods. Optimze computing of
1114 copy arguments. Use `tramp-get-connection-name' and
1115 `tramp-get-connection-buffer'. Improve debug messages.
1116 (tramp-compute-multi-hops): Remove port determination.
1117 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1118
1119 * net/trampver.el: Update release number.
1120
1121 2010-12-02 Glenn Morris <rgm@gnu.org>
1122
1123 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1124 Avoid infinite loop over windows. (Bug#7492)
1125
1126 * progmodes/flymake.el (flymake-check-file-limit):
1127 Allow nil to mean "no limit".
1128 (flymake-check-patch-master-file-buffer): Update for above change.
1129 Allow a .tex file-name extension to be optional.
1130 (flymake-master-tex-init): Also match \include statements.
1131
1132 2010-11-30 Sam Steingold <sds@gnu.org>
1133
1134 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1135 (nxml-parent-document-set): A function to set `nxml-parent-document'.
1136 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1137 (nxml-mode-hook): Remove `defcustom' (auto-defined by
1138 define-derived-mode').
1139 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1140 users who want to call `nxml-parent-document-set'.
1141
1142 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1145 stand-alone lines, since that is handled by log-edit-match-to-eoh
1146 (Bug#6465).
1147
1148 2010-11-27 Eduard Wiebe <usenet@pusto.de>
1149
1150 * dired.el (dired-get-filename): Replace backslashes with slashes
1151 in file names on MS-Windows, needed by `locate'. (Bug#7308)
1152 * locate.el (locate-default-make-command-line): Don't consider
1153 drive letter and root directory part of
1154 `directory-listing-before-filename-regexp'. (Bug#7308)
1155 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1156
1157 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1160 of :smie-open/close-alist.
1161 (smie-next-sexp): Make it accept a "start token" as argument.
1162 (smie-indent-keyword): Be careful not to misidentify tokens that span
1163 more than one line, as empty lines. Add argument `token'.
1164
1165 2010-11-27 Kenichi Handa <handa@m17n.org>
1166
1167 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1168 multipart subtypes, insert all as usual.
1169
1170 * mail/rmail.el: Require rfc2047.
1171
1172 2010-11-27 Kenichi Handa <handa@m17n.org>
1173
1174 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1175 (rmail-mime-entity-disposition)
1176 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1177 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1178 (rmail-mime-save): Handle the case that the button's `data' is a
1179 MIME entity.
1180 (rmail-mime-insert-text): New function.
1181 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
1182 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1183 (rmail-mime-insert-bulk): New function mostly copied from the old
1184 rmail-mime-bulk-handler.
1185 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1186 (rmail-mime-process-multipart): New function mostly copied from
1187 the old rmail-mime-multipart-handler.
1188 (rmail-mime-show): Just call rmail-mime-process.
1189 (rmail-mime-process): New function mostly copied from the old
1190 rmail-mime-show.
1191 (rmail-mime-insert-multipart, rmail-mime-parse)
1192 (rmail-mime-insert, rmail-show-mime)
1193 (rmail-insert-mime-forwarded-message)
1194 (rmail-insert-mime-resent-message): New functions.
1195 (rmail-insert-mime-forwarded-message-function): Set to
1196 rmail-insert-mime-forwarded-message.
1197 (rmail-insert-mime-resent-message-function): Set to
1198 rmail-insert-mime-resent-message.
1199
1200 * mail/rmailsum.el: Require rfc2047.
1201 (rmail-header-summary): Handle multiline Subject: field.
1202 (rmail-summary-line-decoder): Change the default to
1203 rfc2047-decode-string.
1204
1205 * mail/rmail.el (rmail-enable-mime): Change the default to t.
1206 (rmail-mime-feature): Change the default to `rmailmm'.
1207 (rmail-quit): Delete the specifal code for rmail-enable-mime.
1208 (rmail-display-labels): Likewise.
1209 (rmail-show-message-1): Check rmail-enable-mime, and use
1210 rmail-show-mime-function for a MIME message. Decode the headers
1211 according to RFC2047.
1212
1213 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * progmodes/which-func.el (which-func-imenu-joiner-function):
1216 Return a string, as expected.
1217 (which-function-mode): Make sure we stop any previous timer before
1218 starting a new one.
1219
1220 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
1221
1222 * net/tramp.el (tramp-default-method-alist)
1223 (tramp-default-user-alist, tramp-default-proxies-alist):
1224 Adapt custom options type. (Bug#7445)
1225
1226 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * progmodes/python.el: Add Ipython support (Bug#5390).
1229 (python-shell-prompt-alist)
1230 (python-shell-continuation-prompt-alist): New options.
1231 (python--set-prompt-regexp): New function.
1232 (inferior-python-mode, run-python, python-shell):
1233 Require ansi-color. Use python--set-prompt-regexp to set the comint
1234 prompt based on the Python interpreter.
1235 (python--prompt-regexp): New var.
1236 (python-check-comint-prompt)
1237 (python-comint-output-filter-function): Use it.
1238 (run-python): Use a pipe (Bug#5694).
1239
1240 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * progmodes/python.el (run-python): Doc fix.
1243 (python-keep-current-directory-in-path): New var (Bug#7454).
1244
1245 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1248 Prompt user before actually printing.
1249
1250 2010-11-27 Glenn Morris <rgm@gnu.org>
1251
1252 * startup.el (package-enable-at-startup, package-initialize):
1253 Remove unnecessary declarations.
1254
1255 2010-11-27 Eli Zaretskii <eliz@gnu.org>
1256
1257 * international/characters.el (glyphless-char-display-control):
1258 Exclude newline and TAB from the c0-control group.
1259
1260 2010-11-27 Glenn Morris <rgm@gnu.org>
1261
1262 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1263 (expand-mail-aliases): Remove unnecessary autoload.
1264
1265 * allout.el (allout-command-prefix, allout-mode-map): Declare.
1266
1267 * shell.el (shell-dir-cookie-re): Move definition before use.
1268
1269 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1270 Replace undefined CL functions.
1271
1272 2010-11-26 Eli Zaretskii <eliz@gnu.org>
1273
1274 * simple.el (prog-mode): Set bidi-paragraph-direction to
1275 left-to-right.
1276
1277 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1278
1279 2010-11-26 Glenn Morris <rgm@gnu.org>
1280
1281 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1282 diary-outlook-formats can be sensitive to calendar-date-style.
1283 (diary-outlook-formats): Simplify the default setting.
1284 (diary-from-outlook-internal): Pass subject and body as arguments.
1285 Use dolist rather than dotimes. Don't save the diary buffer.
1286 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1287 Pass subject and body as explicit arguments to the -internal function.
1288
1289 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1290
1291 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1292 parsing them. This makes mailto:...?subject=foo\nbar work.
1293
1294 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * vc/diff.el (diff): Fix last change.
1297
1298 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1299
1300 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
1301 (pcase--dontcare-upats): New var.
1302 (pcase-let, pcase-let*): Generate better code.
1303 Accept the same bodies as `let'.
1304 (pcase-dolist): New macro.
1305 (pcase--trivial-upat-p): New helper function.
1306 (pcase--expand): Strip leading "(let nil" if any.
1307
1308 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1309
1310 * mail/mailclient.el (browse-url): Require.
1311 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1312 use the external browser function to send the mail (bug#7469).
1313
1314 * net/browse-url.el (browse-url-browser-function): Revert the
1315 default back to the previous value, since the new value broke
1316 mailclient.el.
1317 (browse-url-mailto-function): New variable for mailto: URLs.
1318 (browse-url): Use the new variable for mailto: URLs.
1319
1320 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * eshell/esh-cmd.el (eshell-parse-command):
1323 * eshell/esh-arg.el (eshell-parse-arguments):
1324 * eshell/em-script.el (eshell-source-file):
1325 Use with-silent-modifications.
1326
1327 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
1330 for a merge location.
1331
1332 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1333 (vc-bzr-merge-branch): Always prompt.
1334 (vc-bzr-async-command): Use the full branch filename.
1335
1336 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * shell.el (shell): Use current-buffer by default if it's already
1339 a shell mode buffer and its process is dead.
1340 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1341
1342 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
1343
1344 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1345 Mention that the keywords should be comma separated.
1346
1347 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1350 Accept optional prefix arg meaning to prompt for a command.
1351 (vc-update): Use vc-BACKEND-pull if available. Accept optional
1352 prefix arg meaning to prompt for a command.
1353 (vc-pull): Alias for vc-update.
1354
1355 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1356 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1357 (vc-bzr-merge-branch): New functions, implementing merge-branch
1358 and pull operations.
1359
1360 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * Makefile.in: Fix up last merge.
1363
1364 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1365 (diff-sentinel): Get them as arguments instead.
1366 (diff-old-file, diff-new-file, diff-extra-args): Remove.
1367 (diff-file-local-copy, diff-better-file-name): New funs.
1368 (diff-no-select): Rename from diff-into-buffer.
1369 Support buffers additionally to files. Move `buf' arg. Don't display buf.
1370 Prefer closures to buffer-local variables.
1371 (diff): Adjust accordingly.
1372 (diff-buffer-with-file): Move from files.el.
1373 * files.el (diff-buffer-with-file): Move to vc/diff.el.
1374 (diff-buffer-internal): Remove.
1375 (diff-buffer-buffer): Remove.
1376 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1377 the buffer name used, and so as not to mess up windows and frames.
1378
1379 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1380
1381 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1382 (diff-buffer-internal): New function extracted from diff-buffer-with-file
1383 (diff-buffer-with-file): Use it.
1384 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1385 (diff): Use it.
1386
1387 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
1388
1389 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1390 \ref's or \pageref's value as default instead of initial input.
1391
1392 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
1393
1394 * files.el (backup-by-copying-when-mismatch): The default value is
1395 now t.
1396
1397 * startup.el (normal-top-level):
1398 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1399 `backup-by-copying-when-mismatch'.
1400
1401 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1402
1403 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1404
1405 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1406
1407 * progmodes/python.el (python-font-lock-keywords):
1408 Highlight top-level augmented assignments (Bug#6445).
1409
1410 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1411
1412 * term/ns-win.el (ns-right-control-modifier)
1413 (ns-right-command-modifier): Defvar them.
1414
1415 * cus-start.el (all): Add ns-right-control-modifier and
1416 ns-right-command-modifier (Bug#7458).
1417
1418 2010-11-20 Glenn Morris <rgm@gnu.org>
1419
1420 * emacs-lisp/authors.el (authors-ignored-files)
1421 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1422
1423 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1424
1425 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1426 (report-emacs-bug-parse-query-results)
1427 (report-emacs-bug-create-existing-bugs-buffer): Pass through
1428 keywords used for querying the bug database to show them in the
1429 existing bugs buffer.
1430
1431 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1432
1433 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1434
1435 * info.el (info-tool-bar-map): Add some :vert-only keywords.
1436
1437 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1438
1439 * international/characters.el (glyphless-char-display-control):
1440 Make it a defcustom, with update-glyphless-char-display as its
1441 :set attribute.
1442 (top level): Don't call update-glyphless-char-display.
1443
1444 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
1445
1446 Sync with Tramp 2.2.0.
1447
1448 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1449 `file-remote-p' (due to compatibility).
1450
1451 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1452 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1453
1454 * net/trampver.el: Update release number.
1455
1456 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1457
1458 * faces.el (glyphless-char): Define value for `pc'.
1459
1460 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1461
1462 Implemented a bug querying mechanism.
1463 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1464 (report-emacs-bug-create-existing-bugs-buffer)
1465 (report-emacs-bug-parse-query-results)
1466 (report-emacs-bug-query-existing-bugs): New functions.
1467
1468 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
1469
1470 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1471 a \ref{} or \pageref{} macro, then use its value as initial input.
1472
1473 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1474
1475 * calc/calc-units.el (math-build-units-table-buffer):
1476 calc/README: Mention that the TeX specific units won't use the
1477 `tex' prefix in TeX mode.
1478 calc/calc-lang.el (math-variable-table): Don't use the `tex'
1479 prefix for units in TeX mode.
1480
1481 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * simple.el (kill-new, kill-append, kill-region):
1484 * comint.el (comint-kill-region): Make the yank-handler argument
1485 obsolete.
1486
1487 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1490 that are both openers (resp. closers) and something else.
1491 (smie-grammar): Loosen definition of valid values.
1492 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1493 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1494 (smie-indent-after-keyword): Adjust users.
1495 (smie-indent-keyword): Don't indent empty lines.
1496
1497 * vc-hg.el (vc-hg-program): New var.
1498 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1499 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1500
1501 2010-11-18 Glenn Morris <rgm@gnu.org>
1502
1503 * emacs-lisp/autoload.el (autoload-find-destination): The function
1504 coding-system-eol-type may return non-numeric values. (Bug#7414)
1505
1506 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
1507
1508 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1509
1510 2010-11-18 Eli Zaretskii <eliz@gnu.org>
1511
1512 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1513
1514 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * textmodes/picture.el (picture-mouse-set-point): Don't use
1517 posn-col-row; explicitly compute the motion based on the posn at
1518 the window-start (Bug#7390).
1519
1520 2010-11-18 Glenn Morris <rgm@gnu.org>
1521
1522 * novice.el (disabled-command-function):
1523 Fix 2009-11-15 change. (Bug#7384)
1524
1525 2010-11-18 Glenn Morris <rgm@gnu.org>
1526
1527 * calendar/calendar.el (diary-iso-date-forms): Make elements
1528 mutually exclusive. (Bug#7377)
1529
1530 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1533 when filling the remaining "unconstrained" values.
1534
1535 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1538 safety predicate.
1539
1540 * files.el (safe-local-variable-p): Gracefully handle errors.
1541
1542 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1543 Use smie-indent-virtual when indenting relative to an opener.
1544 (smie-rule-separator): Use smie-rule-parent.
1545 (smie-indent-keyword): Consult rules, even for openers at bol.
1546 (smie-indent-comment-close): Try to align closer's content.
1547
1548 2010-11-18 Glenn Morris <rgm@gnu.org>
1549
1550 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1551
1552 2010-11-18 Glenn Morris <rgm@gnu.org>
1553
1554 * printing.el (pr-menu-bind): Doc fix.
1555
1556 * speedbar.el (speedbar-toggle-images): Doc fix.
1557
1558 * progmodes/python.el (python-shell): Doc fix.
1559
1560 * wid-edit.el (widget-field-use-before-change)
1561 (widget-use-overlay-change): Doc fixes.
1562
1563 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 Minor cleanup to improve style.
1566 * textmodes/rst.el (rst-update-section): Use point-marker.
1567 (rst-get-decoration): Eliminate unneeded assignment.
1568 (rst-promote-region, rst-straighten-decorations)
1569 (rst-section-tree, rst-adjust): Use point-marker.
1570 (rst-toc-mode-mouse-goto): Avoid setq.
1571 (rst-shift-region-guts, rst-shift-region-left)
1572 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1573 (rst-convert-bullets-to-enumeration): Use copy-marker.
1574
1575 * minibuffer.el (completion-fail-discreetly): New var.
1576 (completion--do-completion): Use it.
1577
1578 * electric.el (electric-pair-pairs): New var.
1579 (electric-pair-post-self-insert-function): Use it.
1580 (electric-layout-post-self-insert-function): Don't insert a before
1581 newline unless it's actually needed.
1582
1583 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * progmodes/python.el (run-python): Explain why we remove the current
1586 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1587
1588 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1589
1590 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1593 (octave-mode-map): Don't bind ;, SPC, and LF.
1594 (octave-auto-indent, octave-auto-newline): Remove.
1595 (electric-layout-rules): Declare.
1596 (octave-mode): Set electric-layout-rules.
1597 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1598 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1599 (octave-electric-space): Remove.
1600
1601 * electric.el (electric-layout-mode): New minor mode.
1602 (electric--after-char-pos): New function.
1603 (electric-indent-post-self-insert-function): Use it.
1604 (electric-layout-rules): New var.
1605 (electric-layout-post-self-insert-function): New function.
1606 (electric-indent-mode): Make them interact better.
1607
1608 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1611 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1612 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1613
1614 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1615
1616 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1617 Make sure to check inside the word (Bug#6761).
1618
1619 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * startup.el (command-line): If the cursorColor resource is set,
1622 change the cursor face-spec (Bug#7392).
1623
1624 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1625
1626 The main features of the following allout.el changes are:
1627 - implement user customization for the allout key bindings
1628 - add a customization control by which the user can inhibit use of
1629 a trailing Ctrl-H, so by default it's reserved for use with
1630 describe-prefix-bindings
1631 - adapt to new version of called-interactively-p, while
1632 maintaining backwards compatibility with old version
1633 - fix hotspot navigation so i works properly with meta-modified keys
1634
1635 * allout.el (allout-keybindings, allout-bind-keys)
1636 (allout-keybindings-binding, allout-prefixed-keybindings)
1637 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1638 (allout-keybindings-list, allout-mode-map-adjustments)
1639 (allout-setup-mode-map): Establish allout-mode keymaps as user
1640 customizable settings, and also establish a customizable setting which
1641 regulates whether or not a trailing control-h is reserved for use with
1642 describe-prefix-bindings - and inhibit it by default, so that control-h
1643 *is* reserved for describe-prefix-bindings unless the user changes it.
1644
1645 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1646 and accurately between modified and unmodified events, and handle
1647 modified events more comprehensively.
1648
1649 * allout.el (allout-substring-no-properties):
1650 Alias to use or provide version of `substring-no-properties'.
1651 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1652
1653 * allout.el (allout-next-single-char-property-change):
1654 Alias to use or provide version of `next-single-char-property-change'.
1655 (allout-annotate-hidden, allout-hide-by-annotation):
1656 Use `allout-next-single-char-property-change'.
1657
1658 * allout.el (allout-select-safe-coding-system):
1659 Alias to use or provide version of `select-safe-coding-system'.
1660 (allout-toggle-subtree-encryption):
1661 Use `allout-select-safe-coding-system'.
1662
1663 * allout.el (allout-set-buffer-multibyte):
1664 Alias to use or provide version of `set-buffer-multibyte'.
1665 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1666
1667 * allout.el (allout-called-interactively-p): Macro for using the
1668 different versions of called-interactively-p identically, depending on
1669 the subroutine's argument signature.
1670 (allout-back-to-current-heading, allout-beginning-of-current-entry):
1671 Use `(interactive "p")' instead of `(called-interactively-p)'.
1672
1673 * allout.el (allout-init, allout-ascend, allout-end-of-level)
1674 (allout-previous-visible-heading, allout-forward-current-level)
1675 (allout-backward-current-level, allout-show-children):
1676 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1677
1678 * allout.el (allout-before-change-handler):
1679 Exempt edits to the (overlaid) character after the allout outline
1680 bullet from edit confirmation prompt.
1681
1682 * allout.el (allout-add-resumptions):
1683 Ensure that it respects correct buffer for keybindings.
1684
1685 * allout.el (allout-beginning-of-line):
1686 Use `allout-previous-single-char-property-change' alias for the sake of
1687 diverse compatibility.
1688
1689 * allout.el (allout-end-of-line):
1690 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1691
1692 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * frame.el (frame-notice-user-settings): Don't clobber other
1695 user-set parameters when calling face-set-after-frame-default in
1696 response to background-color parameter (Bug#7373).
1697
1698 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1699
1700 * international/characters.el (glyphless-char-display-control):
1701 Rename from glyphless-char-control; all users changed. Doc fix.
1702 Signal an error if display method is not one of the recognized
1703 symbols.
1704
1705 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
1706
1707 * net/tramp-compat.el (tramp-compat-line-beginning-position)
1708 (tramp-compat-line-end-position): Remove them.
1709
1710 * net/tramp.el (tramp-parse-rhosts-group)
1711 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1712 (tramp-parse-hosts-group, tramp-parse-passwd-group)
1713 (tramp-parse-netrc-group, tramp-parse-putty-group)
1714 * net/tramp-cmds.el (tramp-append-tramp-buffers)
1715 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1716 (tramp-sh-handle-file-selinux-context)
1717 (tramp-sh-handle-file-name-all-completions)
1718 (tramp-sh-handle-insert-directory)
1719 (tramp-sh-handle-expand-file-name, tramp-find-executable)
1720 (tramp-wait-for-output, tramp-send-command-and-read)
1721 * net/tramp-smb.el (tramp-smb-read-file-entry)
1722 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1723
1724 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1725 `point-at-bol'.
1726 (tramp-remote-coding-commands): Add an alternative using "base64
1727 -d -i". This is needed for older base64 versions from GNU
1728 coreutils. Reported by Klaus Reichl
1729 <Klaus.Reichl@thalesgroup.com>.
1730
1731 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
1732
1733 * simple.el (count-words-region): New function.
1734
1735 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * shell.el (shell-dir-cookie-re): New custom variable.
1738 (shell-dir-cookie-watcher): New function.
1739
1740 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1741 and compilation-mode (bug#7350).
1742
1743 * vc/smerge-mode.el (smerge-refine): Choose better default part to
1744 highlight when one of them is empty.
1745
1746 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1747 trailing space.
1748 (skeleton-newline): New function.
1749 (skeleton-internal-1): Use it.
1750
1751 * simple.el (open-line): `newline' may strip trailing space.
1752
1753 2010-11-12 Kevin Ryde <user42@zip.com.au>
1754
1755 * international/mule-cmds.el (princ-list): Use mapc.
1756
1757 2010-11-12 Glenn Morris <rgm@gnu.org>
1758
1759 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1760 Use it to replace all instances of "*Compile-Log*"
1761
1762 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1765 indentation specs.
1766
1767 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * progmodes/modula2.el: Use SMIE and skeleton.
1770 (m2-mode-syntax-table): (*..*) can be nested.
1771 Add //...\n. Fix paren syntax.
1772 (m2-mode-map): Remove LF and TAB bindings.
1773 (m2-indent): Add safety property.
1774 (m2-smie-grammar): New var.
1775 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1776 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1777 (m2-mode): Use define-derived-mode.
1778 (m2-newline, m2-tab): Remove.
1779 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1780 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1781 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1782 (m2-import): Use define-skeleton.
1783
1784 2010-11-11 Glenn Morris <rgm@gnu.org>
1785
1786 * obsolete/lucid.el: Don't warn about any CL functions in this file.
1787
1788 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1789 (ls-lisp-verbosity): Add custom :set-after property.
1790 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1791 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1792 (ls-lisp-insert-directory): Update caller.
1793 (ls-lisp-set-options): New function.
1794 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1795 Doc fix.
1796
1797 * play/landmark.el (lm-prompt-for-move):
1798 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1799
1800 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1801
1802 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1803 (idlwave-study-twins): Prefix dynamic local variable `name'.
1804 (idlwave-routine-twin-compare): Update for above change.
1805
1806 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1807 Prefix dynamic local variables `name', `kwd', and `link'.
1808 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1809 * progmodes/idlw-complete-structtag.el
1810 (idlwave-complete-structure-tag-help):
1811 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1812 (idlwave-complete-sysvar-tag-help)
1813 (idlwave-complete-class-structure-tag-help):
1814 Update for above name changes.
1815
1816 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1817
1818 * net/browse-url.el (browse-url-browser-function): Change the
1819 default to use `browse-url-mail' on mailto: URLs.
1820
1821 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * emacs-lisp/package.el (package-read-all-archive-contents):
1824 Reset package-archive-contents to nil before re-reading.
1825
1826 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
1827
1828 * textmodes/flyspell.el (flyspell-word): Do not re-check words
1829 already found as misspellings by (flyspell-large-region), just
1830 do highlighting (bug#7322).
1831
1832 2010-11-10 Glenn Morris <rgm@gnu.org>
1833
1834 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1835
1836 * emulation/edt.el (edt-with-position): New macro.
1837 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1838 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1839 (edt-paragraph-forward, edt-paragraph-backward): Use it.
1840
1841 * emulation/tpu-extras.el (tpu-with-position): New macro.
1842 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1843
1844 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1845
1846 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1847 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1848 (texinfo-master-menu, texinfo-insert-node-lines)
1849 (texinfo-multiple-files-update):
1850 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1851 Use line-beginning-position.
1852
1853 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1854 No recent Emacs supports system-type `emx'.
1855
1856 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1857 (ada-command-separator, ada-default-prj-properties)
1858 (ada-find-any-references): Update for above name change.
1859
1860 * dirtrack.el (dirtrack-directory-function)
1861 (dirtrack-canonicalize-function):
1862 * filecache.el (file-cache-completion-ignore-case)
1863 (file-cache-case-fold-search, file-cache-ignore-case):
1864 * term.el (serial-port-is-file-p): Cosmetic change.
1865
1866 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1867 Remove non-existent `windows-95' system-type.
1868 * dired.el (dired-chown-program): Remove non-existent `linux'
1869 system-type.
1870
1871 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1872 (ping-program-options): Remove non-existent `linux' system-type.
1873
1874 * startup.el (package-initialize): Update declaration.
1875
1876 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1877 (ls-lisp-handle-switches): Use time-less-p.
1878 (ls-lisp-format-time): Use float-time.
1879
1880 * textmodes/remember.el (remember-time-to-seconds): Remove.
1881 (remember-store-in-mailbox): Use float-time.
1882
1883 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1884
1885 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1886 never a real function.
1887 (with-no-warnings): Remove compat stub, now unused.
1888 (time-less-p): Doc fix.
1889 (time-to-number-of-days): Simplify.
1890
1891 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1892 Remove.
1893 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1894 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1895 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1896 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1897 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1898
1899 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1900 (eshell-shuffle-files, eshell-shorthand-tar-command)
1901 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1902 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1903 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1904 Prefix dynamic local variable `matches'.
1905
1906 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1907 Prefix dynamic local variable `skeleton'.
1908
1909 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1910
1911 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1912 in mail buffer; make yank-action always a command that yanks original
1913 buffer.
1914
1915 2010-11-09 Glenn Morris <rgm@gnu.org>
1916
1917 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1918
1919 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * minibuffer.el (minibuffer-completion-help): Specify the end of the
1922 completion field (bug#7211).
1923
1924 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1925 Fix handling of backslash escapes.
1926 (python-quote-syntax): Adjust accordingly.
1927
1928 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
1929
1930 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1931 (vc-mtn-workfile-branch): Adjust to new output format.
1932
1933 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * international/mule-cmds.el (princ-list): Mark as obsolete.
1936
1937 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * emacs-lisp/smie.el: New package.
1940
1941 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
1942
1943 * files.el (backup-by-copying-when-mismatch):
1944 Set `permanent-local' property.
1945
1946 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1947 `permanent-local' property for `backup-by-copying-when-mismatch'.
1948
1949 2010-11-09 Eli Zaretskii <eliz@gnu.org>
1950
1951 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
1952
1953 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
1954
1955 * progmodes/verilog-mode.el (verilog-insert-one-definition)
1956 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1957 AUTOINOUT for SV style multidimensional arrays, bug294.
1958 Reported by Eric Mastromarchi.
1959 (verilog-preprocess): Use with-current-buffer and
1960 font-lock-fontify-buffer to cleanup style issues.
1961
1962 2010-11-09 Glenn Morris <rgm@gnu.org>
1963
1964 * locate.el (locate, locate-mode): Doc fixes.
1965
1966 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1969 user for confirmation.
1970 (server-force-stop): Use it.
1971 (server-start): Use server-force-stop for kill-emacs-hook, to
1972 avoid user interaction while killing Emacs.
1973
1974 2010-11-09 Glenn Morris <rgm@gnu.org>
1975
1976 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
1977 (meta-indent-line): Simplify.
1978
1979 * vc/emerge.el (emerge-line-number-in-buf):
1980 * textmodes/ispell.el (ispell-region):
1981 * textmodes/fill.el (current-fill-column):
1982 * progmodes/xscheme.el (xscheme-send-current-line):
1983 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
1984 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
1985 * progmodes/sh-script.el (sh-handle-prev-do):
1986 * progmodes/meta-mode.el (meta-indent-line):
1987 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
1988 (idlwave-in-quote):
1989 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
1990 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
1991 * progmodes/fortran.el (fortran-looking-at-if-then):
1992 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
1993 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
1994 (cperl-find-pods-heres):
1995 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
1996 * net/quickurl.el (quickurl-list-insert):
1997 * net/ldap.el (ldap-search-internal):
1998 * net/eudc.el (eudc-expand-inline):
1999 * mail/sendmail.el (sendmail-send-it):
2000 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2001 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2002 (viper-brac-function):
2003 * calc/calc-yank.el (calc-do-grab-region):
2004 * calc/calc-keypd.el (calc-keypad-press):
2005 * term.el (term-move-columns, term-insert-spaces):
2006 * speedbar.el (speedbar-highlight-one-tag-line):
2007 * simple.el (current-word):
2008 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2009 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2010 (Info-scroll-down):
2011 * hippie-exp.el (he-line-beg):
2012 * epa.el (epa--marked-keys):
2013 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2014 (dired-update-file-line, dired-add-entry, dired-remove-entry)
2015 (dired-relist-entry):
2016 * buff-menu.el (Buffer-menu-buffer):
2017 * array.el (current-line):
2018 * allout.el (allout-resolve-xref)
2019 (allout-latex-verbatim-quote-curr-line):
2020 Replace yet more uses of end-of-line etc with line-end-position, etc.
2021
2022 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2025 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2026 (checkdoc-syntax-table): Initialize in the declaration.
2027 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2028 the mode on unconditionally.
2029
2030 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2031 (extent-end-position, extent-start-position): Remove setf method for
2032 non-existing functions (bug#7319).
2033
2034 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2037 (smie-precs->prec2): Rename from smie-precs-precedence-table.
2038 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2039 (smie-prec2->grammar): Rename from smie-prec2-levels.
2040 (smie-grammar): Rename from smie-op-levels.
2041 (smie-indent--hanging-p): Rename from smie-hanging-p.
2042 (smie-rule-hanging-p): New alias.
2043 (smie-indent--bolp): Rename from smie-bolp.
2044 (smie-indent--hanging-p): New alias.
2045 (smie--token): New dynamically bound variable.
2046 (smie-indent--parent): New function.
2047 (smie-rule-parent-p): Use it; rename from smie-parent-p.
2048 (smie-rule-next-p): Rename from smie-next-p.
2049 (smie-rule-prev-p): Rename from smie-prev-p.
2050 (smie-rule-sibling-p, smie-rule-parent)
2051 (smie-indent--separator-outdent, smie-rule-separator): New functions.
2052 (smie-rule-separator-outdent): New var.
2053 (smie-indent--rule): Merge with smie-indent--column.
2054 (smie-indent-forward-token, smie-indent-backward-token):
2055 Also recognize close parens.
2056 (smie-indent-keyword): Don't use smie-indent--column any more.
2057 (smie-indent-after-keyword): Ignore closers by default.
2058 (smie-indent-line): Use with-demoted-errors.
2059 * progmodes/octave-mod.el (octave-smie-grammar):
2060 Rename from octave-smie-op-levels.
2061 (octave-smie-rules): Adjust to new behavior.
2062 * progmodes/prolog.el (prolog-smie-grammar):
2063 Rename from prolog-smie-op-levels.
2064
2065 2010-11-07 Glenn Morris <rgm@gnu.org>
2066
2067 * eshell/esh-util.el (subst-char-in-string)
2068 (directory-files-and-attributes): These compatibility definitions are
2069 not needed on any version of Emacs since at least 21.4.
2070
2071 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2072 (verilog-get-end-of-line): Remove.
2073 (verilog-within-string, verilog-re-search-forward-substr)
2074 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2075 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2076 Use point-at-bol, point-at-eol.
2077 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2078 Remove.
2079 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2080 (electric-pascal-terminate-line, pascal-set-auto-comments)
2081 (pascal-indent-paramlist, pascal-indent-declaration)
2082 (pascal-get-lineup-indent, pascal-func-completion)
2083 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2084 Use point-at-bol, point-at-eol.
2085 * progmodes/flymake.el (flymake-line-beginning-position)
2086 (flymake-line-end-position): Remove.
2087 (flymake-highlight-line): Use point-at-bol, point-at-eol.
2088 * eshell/esh-util.el (line-end-position, line-beginning-position):
2089 Remove compat definitions.
2090
2091 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2092 Use end-of-line N.
2093 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2094 Use line-end-position.
2095
2096 * emacs-lisp/chart.el (chart-zap-chars):
2097 * play/decipher.el (decipher-set-map):
2098 * progmodes/ada-mode.el (ada-get-current-indent)
2099 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2100 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2101 * progmodes/ada-xref.el (ada-initialize-runtime-library)
2102 (ada-get-all-references):
2103 * progmodes/cperl-mode.el (cperl-electric-paren)
2104 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2105 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2106 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2107 (cperl-word-at-point-hard):
2108 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2109 (idlwave-shell-filename-string, idlwave-shell-batch-command)
2110 (idlwave-shell-display-line):
2111 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2112 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2113 * progmodes/js.el (js--re-search-forward-inner)
2114 (js--re-search-backward-inner):
2115 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2116 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2117 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2118 * textmodes/flyspell.el (flyspell-process-localwords):
2119 * textmodes/ispell.el (ispell-buffer-local-parsing)
2120 (ispell-buffer-local-dict, ispell-buffer-local-words):
2121 Use point-at-bol and point-at-eol.
2122
2123 * speedbar.el (speedbar-generic-item-info)
2124 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2125 (speedbar-add-indicator, speedbar-check-vc-this-line)
2126 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2127 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2128 Replace more uses of end-of-line etc with line-end-position.
2129
2130 2010-11-06 Glenn Morris <rgm@gnu.org>
2131
2132 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2133 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2134 (texinfo-delete-existing-pointers, texinfo-find-pointer)
2135 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2136 (texinfo-multiple-files-update):
2137 * textmodes/table.el (table--probe-cell-left-up)
2138 (table--probe-cell-right-bottom):
2139 * textmodes/picture.el (picture-tab-search):
2140 * textmodes/page-ext.el (pages-copy-header-and-position)
2141 (pages-directory-for-addresses):
2142 * progmodes/vera-mode.el (vera-get-offset):
2143 * progmodes/simula.el (simula-calculate-indent):
2144 * progmodes/python.el (python-pdbtrack-overlay-arrow):
2145 * progmodes/prolog.el (end-of-prolog-clause):
2146 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2147 * progmodes/icon.el (indent-icon-exp):
2148 * progmodes/etags.el (tag-re-match-p):
2149 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2150 * progmodes/ebnf2ps.el (ebnf-begin-file):
2151 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2152 (dcl-save-local-variable):
2153 * play/life.el (life-setup):
2154 * play/gametree.el (gametree-looking-at-ply):
2155 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2156 * mail/sendmail.el (mail-mode-auto-fill):
2157 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2158 * emacs-lisp/edebug.el (edebug-overlay-arrow):
2159 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2160 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2161 (woman-tab-to-tab-stop, WoMan-warn-ignored):
2162 * type-break.el (type-break-file-keystroke-count):
2163 * term.el (term-replace-by-expanded-history-before-point)
2164 (term-skip-prompt, term-extract-string):
2165 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2166 (speedbar-contract-line, speedbar-toggle-line-expansion)
2167 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2168 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2169 * sort.el (sort-skip-fields):
2170 * skeleton.el (skeleton-internal-list):
2171 * simple.el (line-move-finish, line-move-to-column):
2172 * shell.el (shell-forward-command):
2173 * misc.el (copy-from-above-command):
2174 * makesum.el (double-column):
2175 * ebuff-menu.el (electric-buffer-update-highlight):
2176 * dired.el (dired-move-to-end-of-filename):
2177 * dframe.el (dframe-popup-kludge):
2178 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2179 * arc-mode.el (archive-get-lineno):
2180 Use line-end-position and line-beginning-position.
2181
2182 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2183 (idlwave-study-twins): Prefix dynamic local `class'.
2184 (idlwave-routine-twin-compare): Update for above name change.
2185
2186 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2187 Use boundp tests to silence compiler. Update for changed name of
2188 bytecomp-filename variable.
2189
2190 * emulation/viper-cmd.el (viper-read-string-with-history):
2191 Prefix dynamic local `initial'.
2192 (viper-minibuffer-standard-hook): Update for above name change.
2193
2194 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2195 (elint-init-form): Update for above name change.
2196
2197 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2198 local variables `cbeg' and `cend' a prefix.
2199 (mail-extr-voodoo): Update for above name change.
2200
2201 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2202 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2203 (reftex-toc-promote-action): Doc fix.
2204
2205 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2206 `prompt', `data' a prefix.
2207 (reftex-select-post-command-hook, reftex-select-callback)
2208 (reftex-select-mouse-accept, reftex-select-read-cite):
2209 Update for above name changes.
2210
2211 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2212 `refstyle' to reftex-refstyle.
2213 (reftex-offer-label-menu): Update for above name change.
2214 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2215 `refstyle' name change.
2216
2217 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2218 with with-current-buffer.
2219 (diff, template): Give dynamic local variables a prefix.
2220 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2221 (emerge-line-number-in-buf): Update for above name change.
2222 (emerge-combine-versions-internal): Rename local `template' to
2223 emerge-combine-template.
2224 (emerge-combine-versions-edit): Update for above name change.
2225
2226 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
2227
2228 * textmodes/reftex-cite.el
2229 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2230 entries with whitespace after \bibitem.
2231 (reftex-create-bibtex-file): Match entries containing numbers and
2232 symbol constituents. Make sure that entries with whitespace at
2233 various places are found.
2234
2235 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
2236
2237 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2238
2239 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
2240
2241 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2242
2243 2010-11-05 Glenn Morris <rgm@gnu.org>
2244
2245 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2246 (woman2-roff-buffer): Give local variable `request' a prefix.
2247 (woman0-macro): Rename argument `request' in the same way.
2248 (woman-request): New name for `request' dynamic variable.
2249 (woman-unquote, woman-forward-arg): Update for above name change.
2250 (woman1-roff-buffer): Give local variable `unquote' a prefix.
2251 (woman1-unquote): New name for `unquote' dynamic variable.
2252 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2253 (woman-translations): Rename from `translations'. No longer global.
2254 (woman2-tr, woman-translate): Update for above name change.
2255 (woman-translate): Check for bound variable.
2256 (woman2-roff-buffer): Give local variable `translations' a prefix.
2257
2258 * play/doctor.el: Give all local variables a prefix. Update callers.
2259 (doc$, doctor-put-meaning): Use backquote.
2260
2261 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2262 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2263
2264 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2265 variables bytes, ptr, op a prefix.
2266 (disassemble-offset): Update for above change.
2267
2268 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * emacs-lisp/package.el (package-unpack): Remove no-op.
2271 (package--builtins, package--dir): Doc fix.
2272 (package-activate-1, package-activate, package-install)
2273 (package-compute-transaction): Fix error message.
2274 (package-delete): Use delete-directory. Omit system packages.
2275 (package-initialize): Set package-alist to nil first.
2276 (package-menu-mark-delete, package-menu-mark-install): Don't add
2277 symbols that are inconsistent with the package state.
2278 (package-menu-execute): Perform deletions and installations as
2279 single batch operations.
2280
2281 2010-11-03 Glenn Morris <rgm@gnu.org>
2282
2283 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2284 (props): Remove unnecessary declaration.
2285
2286 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2287 set-process-query-on-exit-flag.
2288
2289 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
2290 (reftex-toc-do-promote): Remove unused local `mpos'.
2291 (reftex-toc-restore-region): Make `mpos' local to this function.
2292
2293 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2294
2295 * play/landmark.el (lm-losing-threshold): Correct spelling.
2296 (lm-human-plays): Use new name.
2297
2298 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2299 (gomoku-human-plays): Use new name.
2300
2301 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2302 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2303 (gomoku-score-trans-table, gomoku-winning-threshold)
2304 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2305
2306 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * emacs-lisp/package.el: Don't put built-in packages in
2309 package-alist, to avoid loading inefficiencies.
2310 (package-built-in-p): Make VERSION optional, and treat it as a
2311 minimum acceptable version.
2312 (package-activate): Search separately for built-in packages.
2313 Emit a warning if a dependency fails.
2314 (define-package): Handle most common case, where there is no
2315 obsolete package, first.
2316 (package-compute-transaction): Print required version in error.
2317 (package--initialized): New variable.
2318 (list-packages): Use it.
2319 (package-initialize): Optional arg NO-ACTIVATE. Don't put
2320 built-in packages in packages-alist; keep it separate.
2321 Set package--initialized.
2322 (describe-package): Avoid activating packages as a side-effect.
2323 Search separately for built-in packages.
2324 (describe-package-1): Handle the case where an elpa package is
2325 simultaneously built-in and available/installed.
2326 (package-installed-p, package--generate-package-list):
2327 Search separately for built-in packages.
2328 (package-load-descriptor): Doc fix.
2329
2330 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2333 Handle __DATA__ and __END__.
2334
2335 2010-11-02 Noah Friedman <friedman@splode.com>
2336
2337 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2338 nil, do not ask to recompile files that are not already compiled,
2339 and do not recompile them.
2340
2341 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * emacs-lisp/package.el (package-initialize): Ensure that
2344 obsoleted built-in packages are not in package-activated-list
2345 during activation.
2346 (describe-package-1): Make the "installed" status override
2347 "built-in".
2348
2349 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2350
2351 * subr.el (version-separator, version-regexp-alist): Remove '*'
2352 from docstring.
2353 (version-list-<=, version<=, version=): Doc fix.
2354
2355 2010-11-01 Kenichi Handa <handa@m17n.org>
2356
2357 * faces.el (glyphless-char): Inherit underline for tty.
2358
2359 2010-11-01 Kenichi Handa <handa@m17n.org>
2360
2361 Implement various display methods for glyphless characters.
2362
2363 * international/characters.el (char-acronym-table): New variable.
2364 (glyphless-char-control): New variable.
2365 (update-glyphless-char-display): New funciton.
2366
2367 * faces.el (glyphless-char): New face.
2368
2369 2010-11-01 Glenn Morris <rgm@gnu.org>
2370
2371 * calendar/holidays.el (general-holidays, oriental-holidays)
2372 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2373 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2374 the definitions of their targets.
2375
2376 * emacs-lisp/smie.el (smie): New custom group.
2377 (smie-blink-matching-inners, smie-indent-basic): Add :group.
2378
2379 * faces.el (xw-defined-colors, x-setup-function-keys):
2380 * mouse-sel.el (x-select-text):
2381 * term/w32console.el (x-setup-function-keys): Update declarations.
2382
2383 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2384
2385 * textmodes/ispell.el (comment-add): Declare.
2386
2387 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2388 Declare.
2389
2390 * info.el (finder-keywords-hash, package-alist): Declare.
2391
2392 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * finder.el (finder-compile-keywords): Don't use intern-soft,
2395 since package names may not yet exist in the obarray.
2396
2397 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * vc/vc-arch.el (vc-arch-checkin):
2400 * vc/vc-cvs.el (vc-cvs-checkin):
2401 * vc/vc-mtn.el (vc-mtn-checkin):
2402 * vc/vc-rcs.el (vc-rcs-checkin):
2403 * vc/vc-sccs.el (vc-sccs-checkin):
2404 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2405 since 2010-04-21 commit by Stefan Monnier.
2406
2407 2010-11-01 Glenn Morris <rgm@gnu.org>
2408
2409 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2410
2411 * startup.el (package-enable-at-startup, package-initialize):
2412 Silence compiler.
2413
2414 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2415 Silence compiler.
2416
2417 2010-10-31 Julien Danjou <julien@danjou.info>
2418
2419 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2420 (byte-recompile-directory):
2421 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2422 Use `byte-recompile-file'.
2423
2424 2010-10-31 Glenn Morris <rgm@gnu.org>
2425
2426 * cus-start.el: Handle standard values via a keyword.
2427 Only set version property if specified.
2428 (cursor-in-non-selected-windows, menu-bar-mode)
2429 (tool-bar-mode, show-trailing-whitespace):
2430 Do not specify standard values.
2431 (transient-mark-mode, temporary-file-directory): Use :standard.
2432
2433 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2434
2435 * term/x-win.el (x-get-selection-value): New function that gets
2436 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2437
2438 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
2439
2440 * net/tramp.el (tramp-handle-insert-file-contents): For root,
2441 preserve owner and group when editing files. (Bug#7289)
2442
2443 2010-10-31 Glenn Morris <rgm@gnu.org>
2444
2445 * speedbar.el (speedbar-mode):
2446 * play/fortune.el (fortune-in-buffer, fortune):
2447 * play/gomoku.el (gomoku-mode):
2448 * play/landmark.el (lm-mode):
2449 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2450 Replace inappropriate uses of toggle-read-only. (Bug#7292)
2451
2452 * select.el (x-selection): Mark it as an obsolete alias.
2453
2454 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2455
2456 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2457 major-mode (bug#7284).
2458
2459 2010-10-31 Glenn Morris <rgm@gnu.org>
2460
2461 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2462 rather than just an unused variable that inherits from the real one.
2463
2464 2010-10-31 Alan Mackenzie <acm@muc.de>
2465
2466 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2467 This fixes bug #7185.
2468
2469 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * startup.el (command-line): Search for package directories, and
2472 don't load package.el if none are found.
2473
2474 * emacs-lisp/package.el (describe-package, list-packages):
2475 Call package-initialize if it has not been called yet.
2476
2477 2010-10-30 Alan Mackenzie <acm@muc.de>
2478
2479 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2480 which fontifies the tail of an enum.
2481 (c-basic-matchers-after): Insert a call to the above new function.
2482 This fixes bug #7264.
2483
2484 2010-10-30 Glenn Morris <rgm@gnu.org>
2485
2486 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2487 tool-bar-mode, transient-mark-mode. (Bug#7306)
2488 Include the :set property in the dumped Emacs.
2489
2490 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 SMIE: change indent rules format, improve smie-setup.
2493 * emacs-lisp/smie.el (smie-precs-precedence-table)
2494 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2495 Mark them pure so the tables gets built at compile time.
2496 (smie-bnf-precedence-table): Store the closer-alist in the table.
2497 (smie-prec2-levels): Preserve the closer-alist.
2498 (smie-blink-matching-open): Be more forgiving in case of indentation.
2499 (smie-hanging-p): Rename from smie-indent--hanging-p.
2500 (smie-bolp): Rename from smie-indent--bolp.
2501 (smie--parent, smie--after): New dynamic vars.
2502 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2503 (smie-indent-rules): Remove.
2504 (smie-indent--offset-rule): Remove fun.
2505 (smie-rules-function): New var.
2506 (smie-indent--rule): New fun.
2507 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2508 (smie-indent-exps): Use it.
2509 (smie-setup): Setup paren blinking; add keyword args for token
2510 functions; extract closer-alist from op-levels.
2511 (smie-indent-debug-log): Remove var.
2512 (smie-indent-debug): Remove fun.
2513 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2514 (prolog-smie-rules): New fun to replace it.
2515 (prolog-mode-variables): Simplify.
2516 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2517 it's setup automatically.
2518 (octave-smie-indent-rules): Remove.
2519 (octave-smie-rules): New fun to replace it.
2520 (octave-mode): Simplify.
2521
2522 2010-10-29 Glenn Morris <rgm@gnu.org>
2523
2524 * files.el (temporary-file-directory): Remove (already defined in C).
2525 * cus-start.el: Add temporary-file-directory.
2526
2527 * abbrev.el (abbrev-mode):
2528 * composite.el (auto-composition-mode):
2529 * menu-bar.el (menu-bar-mode):
2530 * simple.el (transient-mark-mode):
2531 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2532 that they do not define the associated variables twice.
2533 * simple.el (transient-mark-mode): Remove defvar.
2534 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2535 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2536 Handle multiple groups, and also custom-delayed-init-variables.
2537 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2538
2539 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2542 (pcase-if): Add one minor optimization.
2543 (pcase-split-equal): Rename from pcase-split-eq.
2544 (pcase-split-member): Rename from pcase-split-memq.
2545 (pcase-u1): Add strings to the member optimization.
2546 Add `guard' variant of predicates.
2547 (pcase-q1): Add string patterns.
2548
2549 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2550
2551 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2552
2553 2010-10-28 Glenn Morris <rgm@gnu.org>
2554
2555 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2556 Move menu-bar related settings to ../menu-bar.el.
2557 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2558 Move ns-specific settings here from term/ns-win.el.
2559
2560 * simple.el (x-selection-owner-p): Remove unused declaration.
2561
2562 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * minibuffer.el (completion-cycling): New var (bug#7266).
2565 (minibuffer-complete, completion--do-completion):
2566 Use completion--flush-all-sorted-completions.
2567 (minibuffer-complete): Only cycle if completion-cycling is set.
2568 (completion--flush-all-sorted-completions): Unset completion-cycling.
2569 (minibuffer-force-complete): Set completion-cycling.
2570 (completion-all-sorted-completions): Move declaration before first use.
2571
2572 2010-10-28 Leo <sdl.web@gmail.com>
2573
2574 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2575 which changes the order of matches seen by users (bug#7231).
2576
2577 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
2578
2579 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2580 Don't confuse -omega as "-o mega".
2581
2582 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2585 (log-edit-author): New dynamic var.
2586 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2587 to return the author if different from committer.
2588 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2589
2590 * play/landmark.el: Adjust commenting convention.
2591 (lm-nil-score): Rename from nil-score.
2592 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2593 (OOOOscore): Move into a let in lm-score-trans-table.
2594 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2595
2596 * electric.el (electric-indent-chars): Autoload.
2597 * progmodes/octave-mod.el (octave-mode):
2598 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2599 (ruby-mode-abbrev-table): Merge initialization and declaration.
2600
2601 2010-10-27 Glenn Morris <rgm@gnu.org>
2602
2603 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2604 variable.
2605
2606 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2607
2608 * term/ns-win.el: Restore require of cl when compiling.
2609 (menu-bar-final-items): Remove non-existent `windows' menu.
2610 (ns-handle-nxopen): Optionally handle the temp-case.
2611 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2612 (ns-insert-file, ns-find-file): Use `pop'.
2613
2614 2010-10-26 Glenn Morris <rgm@gnu.org>
2615
2616 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2617
2618 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2619
2620 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2621 global map.
2622 * term/common-win.el (x-setup-function-keys): Remove most of the
2623 keymappings. Comment on the remaining ones.
2624
2625 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
2626
2627 * server.el (server-port): New option. (Bug#854)
2628 (server-start): Use server-port.
2629
2630 2010-10-26 Glenn Morris <rgm@gnu.org>
2631
2632 * term/ns-win.el (ns-version-string): Remove unused declaration.
2633 (ns-invocation-args): Change to x-invocation-args.
2634 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2635 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2636 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2637 Use x-invocation-args instead of ns-invocation-args.
2638 (ns-initialize-window-system, handle-args-function-alist):
2639 Use x-handle-args instead of ns-handle-args.
2640 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2641 * startup.el (command-line-ns-option-alist): Replace
2642 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2643 ns-handle-iconic with the x- equivalents.
2644
2645 * term/common-win.el (x-select-enable-clipboard):
2646 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2647
2648 * term/ns-win.el: No need to require cl when compiling.
2649 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2650 (xw-defined-colors): Use the common-win definitions.
2651 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2652 (ns-handle-iconic): Make it an alias for x-handle-iconic.
2653 * term/common-win.el (x-select-text, x-alternatives-map)
2654 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2655 * loadup.el [ns]: Load common-win.
2656
2657 2010-10-26 Daiki Ueno <ueno@unixuser.org>
2658
2659 * epa-mail.el (epa-mail-encrypt): Handle local-part only
2660 recipients; expand mail aliases (Bug#7280).
2661
2662 2010-10-25 Glenn Morris <rgm@gnu.org>
2663
2664 * term/common-win.el (x-handle-switch): Simplify with pop.
2665 Optionally handle numeric switches.
2666 (x-handle-numeric-switch): Just call x-handle-switch.
2667 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2668 (x-handle-name-switch, x-handle-display, x-handle-args):
2669 Simplify with pop.
2670
2671 * term/ns-win.el: Do not require easymenu.
2672 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2673 <spell>: Move adjustments to menu-bar.el.
2674 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2675 <separator-undo, spell>: Move ns-win's adjustments here.
2676 * loadup.el [ns]: Do not load easymenu.
2677
2678 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * image.el (image-checkbox-checked, image-checkbox-unchecked):
2681 Delete (Bug#7222).
2682
2683 * startup.el (fancy-startup-tail): Instead of using inline images,
2684 refer to image files from etc/.
2685
2686 * wid-edit.el (checkbox): Likewise.
2687 (widget-image-find): Center image specs.
2688
2689 2010-10-24 Glenn Morris <rgm@gnu.org>
2690
2691 * term/ns-win.el (x-select-text): Doc fix.
2692 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2693 (x-select-text): Move to term/common-win.
2694 * term/w32-win.el (xw-defined-colors): Move to common-win.
2695 * term/x-win.el (xw-defined-colors, x-alternatives-map)
2696 (x-setup-function-keys, x-select-text): Move to common-win.
2697 * term/common-win.el (x-select-text, x-alternatives-map)
2698 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2699 definitions here.
2700
2701 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
2702
2703 * net/mairix.el (mairix-searches-mode-map):
2704 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2705
2706 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
2707
2708 * verilog-mode.el (verilog-directive-re): Make this variable
2709 auto-built for efficiency of execution and updating.
2710 (verilog-extended-complete-re): Support 'pure' fucntion & task
2711 declarations (these have no bodies).
2712 (verilog-beg-of-statement): General cleanup to enable support of
2713 'pure' fucntion & task declarations (these have no bodies).
2714 These efforts together fix Verilog bug210 from veripool; which was also
2715 noticed by Steve Pearlmutter.
2716 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
2717 (verilog-directive-nest-re, verilog-set-auto-endcomments):
2718 Support `elsif. Reported by Shankar Giri.
2719 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2720 attribute handling for lining up declarations and assignments.
2721 (verilog-beg-of-statement-1): Fix issue where continued declaration
2722 is indented differently if it is after a begin..end clock.
2723 (verilog-in-attribute-p, verilog-skip-backward-comments)
2724 (verilog-skip-forward-comment-p): Support proper treatment of
2725 attributes by indent code. Reported by Jeff Steele.
2726 (verilog-in-directive-p): Fix comment to correctly describe function.
2727 (verilog-backward-up-list, verilog-in-struct-region-p)
2728 (verilog-backward-token, verilog-in-struct-p)
2729 (verilog-in-coverage-p, verilog-do-indent)
2730 (verilog-pretty-declarations): Use verilog-backward-up-list as
2731 wrapper around backward-up-list inorder to properly skip comments.
2732 Reported by David Rogoff.
2733 (verilog-property-re, verilog-endcomment-reason-re)
2734 (verilog-beg-of-statement, verilog-set-auto-endcomments)
2735 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2736 of if). Reported by Max Bjurling and
2737 (verilog-calc-1): Fix for clocking block in modport
2738 declaration. Reported by Brian Hunter.
2739
2740 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
2741
2742 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2743 (verilog-gate-keywords, verilog-read-sub-decls)
2744 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2745 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2746 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
2747 (verilog-read-decls): Fix spaces in V2K module parameters causing
2748 mis-identification as interfaces, bug287.
2749 (verilog-read-decls): Fix not treating "parameter string" as a
2750 parameter in AUTOINSTPARAM.
2751 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2752 treating `elsif similar to `endif inside AUTOSENSE.
2753 (verilog-do-indent): Implement correct automatic or static task or
2754 function end comment highlight. Reported by Steve Pearlmutter.
2755 (verilog-font-lock-keywords-2): Fix highlighting of single
2756 character pins, bug264. Reported by Michael Laajanen.
2757 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2758 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
2759 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2760 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
2761 (verilog-pretty-expr): Fix interactive arguments, bug272.
2762 Reported by Mark Johnson.
2763 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2764 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
2765 bug269. Suggested by Gary Delp.
2766 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
2767 (verilog-preprocessor, verilog-set-compile-command):
2768 Create verilog-preprocess and verilog-preprocessor to show
2769 preprocessed output.
2770 (verilog-get-beg-of-line, verilog-get-end-of-line)
2771 (verilog-modi-file-or-buffer, verilog-modi-name)
2772 (verilog-modi-point, verilog-within-string): Move defmacro's
2773 before first use to avoid warning. Reported by Steve Pearlmutter.
2774 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2775 (verilog-colorize-region, verilog-highlight-buffer)
2776 (verilog-highlight-includes, verilog-highlight-modules)
2777 (verilog-highlight-region, verilog-mode): Rename colorize to
2778 highlight to match other packages. Disable module highlighting,
2779 as received speed complaints, reenable for experimentation only
2780 using new verilog-highlight-modules.
2781 (verilog-read-decls): Fix regexp stack overflow in very large
2782 AUTO_TEMPLATEs, bug250.
2783 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2784 (verilog-scan): Create verilog-save-buffer-state to standardize
2785 making insignificant changes that shouldn't call hooks.
2786 (verilog-save-no-change-functions, verilog-save-scan-cache)
2787 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2788 Create verilog-save-no-change-functions to wrap verilog-scan
2789 preservation, and fix to work with nested preserved calls.
2790 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2791 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2792 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
2793 (verilog-submit-bug-report): Update variable list to be complete.
2794 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2795 breaking on-the-fly font-locking.
2796 (verilog-colorize-buffer, verilog-colorize-include-files)
2797 (verilog-colorize-include-files-buffer, verilog-colorize-region)
2798 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2799 (verilog-mode, verilog-read-inst-module-matcher): With point on a
2800 AUTOINST cell instance name, middle mouse button now finds-file on
2801 it. Suggested by Brad Dobbie.
2802 (verilog-alw-get-temps, verilog-auto-reset)
2803 (verilog-auto-sense-sigs, verilog-read-always-signals)
2804 (verilog-read-always-signals-recurse): Fix loop indexes being
2805 AUTORESET. AUTORESET now assumes any variables in the
2806 initialization section of a for() should be ignored.
2807 Reported by Dan Dever.
2808 (verilog-error-font-lock-keywords)
2809 (verilog-error-regexp-emacs-alist)
2810 (verilog-error-regexp-xemacs-alist): Fix error detection of
2811 Cadence HAL, reported by David Asher. Repair drift between the
2812 three similar error variables.
2813 (verilog-modi-lookup, verilog-modi-lookup-cache)
2814 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2815 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2816 Fix slow verilog-auto expansion on very large files.
2817 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2818 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
2819 "{1*2{...". Broke in last revision.
2820 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2821 submodule connections with replications "{#{a},#{b}}".
2822
2823 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2826 Fix typo in docstring.
2827
2828 2010-10-24 Kenichi Handa <handa@m17n.org>
2829
2830 * face-remap.el (text-scale-adjust): Call read-event with a proper
2831 prompt.
2832
2833 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2834
2835 * emacs-lisp/unsafep.el: Don't mark functions that display
2836 messages as safe. Suggested by Johan Bockgård.
2837
2838 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2841 Turn comments into docstrings.
2842
2843 * minibuffer.el (completion--replace): Move point where it belongs
2844 when there's a common suffix (bug#7215).
2845
2846 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2847
2848 Merge read-color and facemenu-read-color (Bug#7242).
2849
2850 * faces.el (read-color): Use the completion code from
2851 facemenu-read-color. Require match in completion. Doc fix.
2852
2853 * facemenu.el (facemenu-read-color): Alias for read-color.
2854 (facemenu-set-foreground, facemenu-set-background):
2855 Use read-color.
2856
2857 * frame.el (set-background-color, set-foreground-color)
2858 (set-cursor-color, set-mouse-color, set-border-color):
2859 Use read-color.
2860
2861 2010-10-24 Leo <sdl.web@gmail.com>
2862
2863 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2864 argument of delete-file and delete-directory (Bug#7011).
2865
2866 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2869 button-buffer-map.
2870
2871 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
2872
2873 * emacs-lisp/package.el (package--generate-package-list): Make the
2874 *Packages* buffer read-only.
2875
2876 2010-10-24 Alan Mackenzie <acm@muc.de>
2877
2878 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2879 result of `c-beginning-of-decl-1' between invocations of a lambda
2880 function (Bug #7265).
2881
2882 2010-10-24 Daiki Ueno <ueno@unixuser.org>
2883
2884 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2885 executable is not available on the system (Bug#7268).
2886
2887 2010-10-24 Glenn Morris <rgm@gnu.org>
2888
2889 * select.el (selection-coding-system, next-selection-coding-system):
2890 Sync doc with C versions.
2891
2892 * w32-vars.el (x-select-enable-clipboard):
2893 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2894 * term/common-win.el (x-select-enable-clipboard): Move here.
2895
2896 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2897 definition of C variable.
2898
2899 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2900 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2901 Don't redefine things that are defined in C.
2902 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2903 (show-trailing-whitespace, auto-hscroll-mode)
2904 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2905 Set up the appropriate custom properties.
2906
2907 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2908
2909 Bind "C-c ]" to ...
2910 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2911 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2912 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2913 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2914
2915 2010-10-23 Glenn Morris <rgm@gnu.org>
2916
2917 * textmodes/flyspell.el (flyspell-mode): If there was an error,
2918 say what it was.
2919
2920 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2921 Sync docs with C version.
2922
2923 * term/ns-win.el (xw-defined-colors):
2924 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2925
2926 * term/pc-win.el (x-select-enable-clipboard):
2927 * term/x-win.el (x-select-enable-clipboard):
2928 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2929
2930 * comint.el (comint-password-prompt-regexp): Make it less vague.
2931 Bump version.
2932
2933 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2934
2935 * help.el (finder-by-keyword): Remove unnecessary autoload.
2936
2937 2010-10-22 Glenn Morris <rgm@gnu.org>
2938
2939 * loadup.el: Unconditionally load float-sup.
2940 * paren.el (show-paren-delay):
2941 * emacs-lisp/float-sup.el:
2942 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2943 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2944 (lazy-lock-stealth-verbose): Assume float support.
2945 * ps-print.el: Assume float support on Emacs.
2946 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2947 Remove non-float branch.
2948
2949 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
2950 src/Makefile no longer being pre-processed.
2951
2952 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2953
2954 * emacs-lisp/find-func.el (find-library): Use test-completion.
2955
2956 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2957
2958 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
2959
2960 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
2963 space in stat format string.
2964 (tramp-send-command): Unset $PS1 when using here documents, in
2965 order not to get several prompts.
2966 (tramp-get-inline-coding): Return `nil' in case of errors.
2967
2968 2010-10-21 Daiki Ueno <ueno@unixuser.org>
2969
2970 * hexl.el (hexl-mode, hexl-mode-exit):
2971 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
2972 (hexl-revert-buffer-function): New function.
2973 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
2974
2975 2010-10-19 Alan Mackenzie <acm@muc.de>
2976
2977 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
2978 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
2979 that these keywords aren't wrongly matched as identifiers.
2980
2981 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
2982 setting of c-new-BEG and c-new-END from c-before-change to
2983 c-after-change. (Bug#7181)
2984
2985 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
2986
2987 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
2988 Don't mark as safe.
2989
2990 * custom.el (custom-theme-set-variables): Likewise.
2991 (load-theme): Add custom-theme-set-faces and
2992 custom-theme-set-variables to safe-functions while loading.
2993 (custom-enabled-themes): Mark as risky.
2994
2995 2010-10-18 Julien Danjou <julien@danjou.info>
2996
2997 * bindings.el: Remove end dashes in default mode-line-format.
2998
2999 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * bindings.el (global-map): Bind C-d to delete-char and deletechar
3002 to delete-forward-char.
3003
3004 * simple.el (normal-erase-is-backspace-mode): Remap delete to
3005 deletechar, and hence delete-forward-char.
3006
3007 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * repeat.el (repeat): Use read-key (bug#6256).
3010
3011 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * emacs-lisp/unsafep.el: Don't mark functions that display
3014 messages as safe. Suggested by Johan Bockgård.
3015
3016 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * minibuffer.el (completion--replace): Move point where it belongs
3019 when there's a common suffix (bug#7215).
3020
3021 2010-10-19 Kenichi Handa <handa@m17n.org>
3022
3023 * international/characters.el: Add category '|' (word breakable)
3024 to fullwidth characters.
3025
3026 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
3027
3028 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3029 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3030 order to make stat results a float. Patch by Andreas Schwab
3031 <schwab@linux-m68k.org>.
3032
3033 2010-10-18 Julien Danjou <julien@danjou.info>
3034
3035 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3036 hidden by `make-pointer-invisible'.
3037
3038 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * files.el (locate-file-completion-table): Strip non-matching elements
3041 before checking length of list (bug#7238).
3042
3043 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
3044
3045 * custom.el (custom-theme-set-variables): Mark as a safe function.
3046 (load-theme): Check forms using unsafep.
3047
3048 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3049
3050 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
3051
3052 * textmodes/ispell.el (ispell-aspell-find-dictionary):
3053 Fix aspell data file searching (bug#7230).
3054
3055 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * cus-theme.el (custom-theme--migrate-settings): New var.
3058 (customize-create-theme): Allow editing the `user' theme.
3059 (custom-theme-add-variable, custom-theme-add-var-1)
3060 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3061 to the front of each variable or face widget.
3062 (custom-theme-write): Save theme settings in the correct order.
3063 Optionally, remove saved settings from user customizations.
3064 (custom-theme-write-variables, custom-theme-write-faces):
3065 Save only the checked widgets.
3066 (customize-themes): Add a link for migrating custom settings.
3067
3068 * custom.el (custom-declare-theme, provide-theme):
3069 Use custom-theme-name-valid-p.
3070 (custom-theme-name-valid-p): Remove checks that are now
3071 unnecessary since themes no longer obey load-path.
3072
3073 * cus-edit.el (custom-variable-value-create): For the simple
3074 style, hide documentation string when hidden.
3075
3076 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3077
3078 * cus-edit.el (custom-variable, custom-face): Combine the
3079 :inhibit-magic and :display-style properties into a single
3080 :custom-style property.
3081 (custom-toggle-hide-variable, custom-toggle-hide-face):
3082 New functions. If hiding an edited value, save it to :shown-value.
3083 (custom-variable-value-create, custom-face-value-create): Use them.
3084 (custom-magic-reset): Allow magic property to be unset.
3085
3086 * custom.el: Custom themes no longer use load-path.
3087 (custom-theme-load-path): New option. Change built-in theme
3088 directory to etc/.
3089 (custom-enabled-themes): Add custom-theme-load-path dependency.
3090 (custom-theme--load-path): New function.
3091 (load-theme, custom-available-themes): Use it.
3092
3093 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3094 (customize-themes): Link to custom-theme-load-path variable.
3095 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3096 :custom-style property.
3097
3098 * themes/*.el: Moved to etc/.
3099
3100 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
3101
3102 * textmodes/reftex-cite.el
3103 (reftex-extract-bib-entries-from-thebibliography): Do not move
3104 point when searching for \bibitem entries. Match entries with
3105 spaces or tabs in front of arguments.
3106
3107 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * cus-theme.el (customize-create-theme): Delete overlays after
3110 erasing. If given a THEME arg, display only the faces of that arg
3111 instead of custom-theme--listed-faces.
3112 (custom-theme-variable-menu, custom-theme-variable-action)
3113 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
3114 (custom-theme-add-variable, custom-theme-add-face): Apply value
3115 from the theme settings, instead of the current value.
3116 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3117 (custom-theme-visit-theme): Allow calling outside theme buffers.
3118 (custom-theme-merge-theme): Don't enable the theme when merging.
3119 (custom-theme-write-variables, custom-theme-write-faces): Use the
3120 :shown-value properties to save buffer values, not global ones.
3121 (customize-themes): Display a warning about user customizations.
3122
3123 * cus-edit.el (custom-variable-value-create)
3124 (custom-face-value-create): Obey new special properties
3125 :shown-value and :inhibit-magic.
3126
3127 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
3128
3129 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3130 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
3131 <dale@codefu.org>.
3132
3133 2010-10-14 Kenichi Handa <handa@m17n.org>
3134
3135 * mail/rmail.el (rmail-show-message-1): Catch an error of
3136 base64-decode-region and just show an error message (bug#7165).
3137
3138 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
3139 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3140 a font-spec (bug#7197).
3141
3142 2010-10-14 Glenn Morris <rgm@gnu.org>
3143
3144 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3145
3146 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * international/mule.el (define-coding-system):
3149 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3150 * composite.el (compose-region): Fix typo in docstring.
3151
3152 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3155 only after checking the theme-face property.
3156
3157 * faces.el (face-spec-reset-face): Reset all attributes in one
3158 single call to set-face-attribute.
3159 (face-spec-match-p): Make it a defsubst.
3160 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3161 (x-create-frame-with-faces, tty-create-frame-with-faces)
3162 (tty-set-up-initial-frame-faces): Don't recompute face specs in
3163 frame-set-background-mode, since they are recomputed immediately
3164 afterwards in face-set-after-frame-default.
3165 (face-set-after-frame-default): Minor optimization.
3166 (cursor): Provide non-trivial defface spec.
3167
3168 * custom.el (custom-theme-recalc-face): Simplify.
3169
3170 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
3171
3172 * calc/calc-alg.el (math-var): Rename from `var'.
3173 (math-is-polynomial, math-is-poly-rec): Replace `var'
3174 with `math-var'.
3175
3176 * calc/calcalg2.el (math-var): Rename from `var'.
3177 (calcFunc-table, math-scan-for-limits): Replace `var'
3178 with `math-var'.
3179
3180 2010-10-13 Glenn Morris <rgm@gnu.org>
3181
3182 * subr.el (last): Deal with dotted lists (reported in bug#7174).
3183
3184 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
3185
3186 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3187
3188 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3189
3190 * net/tls.el (tls-program): Remove spurious %s from openssl.
3191 (tls-starttls-switches): Remove starttls hack.
3192 (open-tls-stream): Ditto.
3193 (tls-find-starttls-argument): Ditto.
3194
3195 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
3196
3197 * image.el (image-library-alist): Declare as obsolete alias.
3198 (image-type-available-p): Use `dynamic-library-alist'.
3199
3200 * term/w32-win.el (dynamic-library-alist):
3201 Use instead of `image-library-alist'.
3202
3203 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
3204
3205 * subr.el (last): Make it faster. (Bug#7174)
3206
3207 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3208
3209 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
3210
3211 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3214 (describe-theme-1): Extract doc from unloaded themes.
3215
3216 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3217
3218 * themes/tango-theme.el:
3219 * themes/tango-dark-theme.el:
3220 * themes/wheatgrass-theme.el: New files.
3221
3222 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * cus-theme.el (describe-theme, customize-themes)
3225 (custom-theme-save): New commands.
3226 (custom-new-theme-mode-map): Bind C-x C-s.
3227 (custom-new-theme-mode): Use custom--initialize-widget-variables.
3228 (customize-create-theme): New optional arg THEME.
3229 (custom-theme-revert): Use it.
3230 (custom-theme-visit-theme): Remove dead code.
3231 (custom-theme-merge-theme): Use custom-available-themes.
3232 (custom-theme-write): Make interactive.
3233 (custom-theme-write): Use custom-theme-name-valid-p.
3234 (describe-theme-1, custom-theme-choose-revert)
3235 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3236 New funs.
3237 (custom-theme-allow-multiple-selections): New option.
3238 (custom-theme-choose-mode): New major mode.
3239
3240 * custom.el (custom-theme-set-variables): Remove dead code.
3241 Obey custom--inhibit-theme-enable.
3242 (custom--inhibit-theme-enable): New var.
3243 (provide-theme): Obey it.
3244 (load-theme): Replace load with manual read/eval, in order to
3245 check for correctness. Use custom-theme-name-valid-p.
3246 (custom-theme-name-valid-p): New function.
3247 (custom-available-themes): Use it.
3248
3249 * cus-edit.el (custom--initialize-widget-variables): New function.
3250 (Custom-mode): Use it.
3251
3252 * cus-face.el (custom-theme-set-faces): Remove dead code.
3253 Obey custom--inhibit-theme-enable.
3254
3255 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3256
3257 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
3258
3259 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
3260
3261 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
3262
3263 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3264 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3265 (mac-right-option-modifier): New alias for ns-right-option-modifier.
3266
3267 * cus-start.el (all): ns-right-alternate-modifier is new.
3268
3269 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3270
3271 * emacs-lisp/lisp.el (lisp-completion-at-point):
3272 Use emacs-lisp-mode-syntax-table for the whole function.
3273
3274 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
3275
3276 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
3277 instead of font-lock-mode before adding keywords.
3278 Remove hi-lock-mode off code. Remove inhibit hack.
3279 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3280 non-nil; removed hook inhibit hack.
3281
3282 2010-10-12 Glenn Morris <rgm@gnu.org>
3283
3284 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3285 (load-path-shadows-find): ... to this.
3286 (list-load-path-shadows): Update for above change.
3287
3288 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3289
3290 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3291
3292 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3293 Fix comment for declare-function.
3294
3295 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * custom.el (custom-fix-face-spec): New function; code moved from
3298 custom-face-edit-fix-value.
3299 (custom-push-theme): Use it when checking if a face has been
3300 changed outside customize.
3301 (custom-available-themes): New function.
3302 (load-theme): Use it.
3303
3304 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
3305
3306 * custom.el (custom-push-theme): Cleanup (use cond).
3307 (disable-theme): Recompute the saved-face property.
3308 (custom-theme-recalc-face): Follow face alias before setting prop.
3309
3310 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3311 New variables, containing checkbox images.
3312
3313 * startup.el (fancy-startup-tail):
3314 * wid-edit.el (checkbox): Use them.
3315
3316 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3317
3318 * shell.el (shell-mode-map):
3319 * progmodes/modula2.el (m2-mode-map):
3320 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3321 * play/mpuz.el (mpuz-mode-map):
3322 * play/landmark.el (lm-mode-map):
3323 * play/decipher.el (decipher-mode-map):
3324 * play/5x5.el (5x5-mode-map):
3325 * net/telnet.el (telnet-mode-map):
3326 * net/quickurl.el (quickurl-list-mode-map):
3327 * net/mairix.el (mairix-searches-mode-map):
3328 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3329 * net/dig.el (dig-mode-map):
3330 * mail/mspools.el (mspools-mode-map):
3331 * hexl.el (hexl-mode-map):
3332 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3333 (wordstar-C-o-map, wordstar-C-q-map):
3334 * emacs-lisp/edebug.el (edebug-eval-mode-map):
3335 * emacs-lisp/chart.el (chart-map):
3336 * edmacro.el (edmacro-mode-map):
3337 * erc/erc-list.el (erc-list-menu-mode-map):
3338 * array.el (array-mode-map): Declare and define in one step.
3339
3340 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3341
3342 2010-10-10 Daiki Ueno <ueno@unixuser.org>
3343
3344 * epa.el (epa-passphrase-callback-function): Display filename
3345 passed as the 3rd arg.
3346 * epa-file.el (epa-file-passphrase-callback-function):
3347 Pass filename to epa-passphrase-callback-function.
3348
3349 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * cus-edit.el (custom-face-widget-to-spec)
3352 (custom-face-get-current-spec, custom-face-state): New functions.
3353 (custom-face-set, custom-face-mark-to-save)
3354 (custom-face-value-create, custom-face-state-set): Use them.
3355
3356 * cus-theme.el (custom-theme--listed-faces): New var.
3357 (customize-create-theme): Use *Custom Theme* as the buffer name.
3358 Set revert-buffer-function. Optional arg BUFFER. Insert all
3359 faces listed in custom-theme--listed-faces.
3360 (custom-theme-revert): New function.
3361 (custom-theme-add-variable, custom-theme-add-face): Insert at the
3362 bottom of the list.
3363 (custom-theme-write): Prompt for theme name if empty.
3364 (custom-theme-write-variables): Use dolist.
3365 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3366
3367 2010-10-09 Alan Mackenzie <acm@muc.de>
3368
3369 Enhance fontification of declarators to take account of the
3370 presence/absence of "typedef".
3371
3372 * cc-engine.el (c-forward-type): New &optional param
3373 "brace-block-too".
3374 (c-forward-decl-or-cast-1): cdr of return value now indicates the
3375 presence of either or both of a "struct"-like keyword and "typedef".
3376
3377 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3378 fontification of declarators which follow a "}".
3379 (c-font-lock-declarations): Fontify declarators according to the
3380 presence/absence of "typedef".
3381
3382 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3383 for "typedef".
3384 (c-typedef-decl-key): New lang variable built from
3385 c-typedef-decl-kwds.
3386
3387 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
3389 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3390 since that's too annoying. Move the filter groups commands to
3391 TAB/backtab.
3392
3393 * epa.el (epa-passphrase-callback-function): Say what we're
3394 querying the password for.
3395
3396 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
3397 behaviour, don't bury the ibuffer buffer when visiting other buffers.
3398
3399 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3400
3401 * cus-edit.el (custom-commands, custom-buffer-create-internal)
3402 (custom-magic-value-create): Pad button tags with spaces.
3403 (custom-face-edit): New variable.
3404 (custom-face-value-create): Determine whether to use the usual
3405 face editor here, instead of using custom-face-selected.
3406 Pass face defaults to custom-face-edit widget.
3407 (custom-face-selected, custom-display-unselected): Delete widgets.
3408 (custom-display-unselected-match): Function removed.
3409 (custom-face-set, custom-face-mark-to-save):
3410 Accept custom-face-edit widgets as the direct widget child.
3411
3412 * wid-edit.el (widget--completing-widget): New var.
3413 (widget-default-complete): Bind it when doing completion.
3414 (widget-string-complete, widget-file-complete): Use it.
3415
3416 2010-10-09 Glenn Morris <rgm@gnu.org>
3417
3418 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3419 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3420 (holiday-hebrew-misc): Small simplifications.
3421
3422 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3423
3424 * net/browse-url.el: Don't require thingatpt, term, dired,
3425 executable, or w3-auto when compiling.
3426 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3427 Declare.
3428 (browse-url-text-emacs): Require term.
3429
3430 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
3431
3432 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3433
3434 2010-10-08 Glenn Morris <rgm@gnu.org>
3435
3436 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3437
3438 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3439 (shadows-compare-text-p): Make it an obsolete alias for...
3440 (load-path-shadows-compare-text): ... new name.
3441 (find-emacs-lisp-shadows): Update for above name change.
3442 (load-path-shadows-same-file-or-nonexistent): New name for the old
3443 shadow-same-file-or-nonexistent.
3444
3445 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3446
3447 * minibuffer.el (completion--some, completion--do-completion)
3448 (minibuffer-complete-and-exit, minibuffer-completion-help)
3449 (completion-basic-try-completion)
3450 (completion-basic-all-completions)
3451 (completion-pcm--find-all-completions): Use lexical-let to
3452 avoid some false matches in variable completion (Bug#7056)
3453
3454 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
3455
3456 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
3457
3458 2010-10-08 Leo <sdl.web@gmail.com>
3459
3460 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3461 return non-nil if the file exists (Bug#7090).
3462
3463 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * minibuffer.el (completion--replace):
3466 Better preserve markers (bug#7138).
3467
3468 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
3469
3470 * server.el (server-process-filter): Doc fix.
3471
3472 2010-10-08 Drew Adams <drew.adams@oracle.com>
3473
3474 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
3475
3476 2010-10-08 Glenn Morris <rgm@gnu.org>
3477
3478 * vc/ediff-wind.el (ediff-setup-control-frame):
3479 * vc/ediff-ptch.el (ediff-default-backup-extension):
3480 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3481 (ediff-exec-process): Remove system-types emx, windows-95.
3482
3483 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
3484
3485 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * cus-edit.el (custom-variable, custom-face): Doc fix.
3488 (custom-face-edit): Add value-create attribute.
3489 (custom-face-edit-value-create)
3490 (custom-face-edit-value-visibility-action): New functions.
3491 Hide unused face attributes by default, and add a visibility toggle.
3492 (custom-face-edit-deactivate): Show empty values with shadow face.
3493 (custom-face-selected): Only use this for face specs with default
3494 attributes.
3495 (custom-face-value-create): Cleanup.
3496
3497 * wid-edit.el (widget-checklist-value-create): Use dolist.
3498 (widget-checklist-match-find): Make second arg optional.
3499
3500 2010-10-07 Glenn Morris <rgm@gnu.org>
3501
3502 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3503 Prefix things.
3504
3505 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3506 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3507 load-path-shadows-mode, update references.
3508 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3509 Rename variable and button.
3510 (list-load-path-shadows): Update button caller.
3511
3512 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * emacs-lisp/smie.el (smie-bnf-classify): New function.
3515 (smie-bnf-precedence-table): Use it to remember the closers/openers.
3516 (smie-merge-prec2s): Handle those new entries.
3517 (smie-prec2-levels): Only set precedence to nil for actual
3518 openers/closers.
3519 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3520 that is now unnecessary.
3521
3522 2010-10-07 Miles Bader <miles@gnu.org>
3523
3524 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3525
3526 2010-10-07 Glenn Morris <rgm@gnu.org>
3527
3528 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3529 (mail-position-on-field): Remove declarations.
3530 (mail-position-on-field): Autoload it.
3531 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3532 and mail-header-end. Don't require sendmail.
3533
3534 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3535 (shadow-mode): New mode.
3536 (shadow-find-file): New button.
3537 (list-load-path-shadows): Use shadow-mode and buttons.
3538
3539 * iimage.el (iimage-version): Remove.
3540 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3541 Turn into defcustoms.
3542 (iimage-mode-map): Give it a doc string.
3543
3544 * calendar/appt.el (appt-activate): Give a warning rather than an error
3545 if there is no diary-file.
3546
3547 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
3548
3549 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3550 Use `tramp-handle-find-backup-file-name'.
3551
3552 2010-10-06 Glenn Morris <rgm@gnu.org>
3553
3554 * font-core.el (font-lock-defaults-alist): Remove variable.
3555 (font-lock-mode): Doc fix.
3556 (font-lock-default-function): Do not consult font-lock-defaults-alist.
3557 * font-lock.el (font-lock-refresh-defaults): Doc fix.
3558 (font-lock-set-defaults): Doc fix.
3559 Do not consult font-lock-defaults-alist.
3560
3561 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3562
3563 * emacs-lisp/cl.el: No longer provide cl-19.
3564
3565 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
3566
3567 * net/tramp.el (tramp-handle-directory-files-and-attributes)
3568 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3569 New defuns, taken from tramp-smb.el.
3570 (tramp-coding-system-change-eol-conversion)
3571 (tramp-set-process-query-on-exit-flag): Remove.
3572
3573 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
3574 (tramp-compat-coding-system-change-eol-conversion)
3575 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3576 from tramp.el.
3577
3578 * net/tramp-gvfs.el:
3579 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3580 by `tramp-compat-set-process-query-on-exit-flag'.
3581
3582 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3583 Use `tramp-handle-directory-files-and-attributes',
3584 `tramp-handle-file-exists-p' and
3585 `tramp-handle-file-newer-than-file-p'.
3586 (tramp-imap-handle-file-exists-p)
3587 (tramp-imap-handle-file-executable-p)
3588 (tramp-imap-handle-file-readable-p)
3589 (tramp-imap-handle-directory-files-and-attributes)
3590 (tramp-imap-handle-file-newer-than-file-p): Remove.
3591
3592 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3593 by `tramp-compat-set-process-query-on-exit-flag' and
3594 `tramp-coding-system-change-eol-conversion' by
3595 `tramp-compat-coding-system-change-eol-conversion'.
3596
3597 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3598 Use `tramp-handle-directory-files-and-attributes',
3599 `tramp-handle-file-exists-p' and
3600 `tramp-handle-file-newer-than-file-p'.
3601 (tramp-smb-handle-directory-files-and-attributes)
3602 (tramp-smb-handle-file-exists-p)
3603 (tramp-smb-handle-file-newer-than-file-p): Remove.
3604 (tramp-smb-maybe-open-connection):
3605 Replace `tramp-set-process-query-on-exit-flag' by
3606 `tramp-compat-set-process-query-on-exit-flag'.
3607
3608 2010-10-05 Glenn Morris <rgm@gnu.org>
3609
3610 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3611
3612 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
3613
3614 Continue reorganization of load dependencies. (Bug#7156)
3615
3616 * net/tramp.el (tramp-handle-file-local-copy-hook)
3617 (tramp-delete-temp-file-function): Move down.
3618 (tramp-exists-file-name-handler): Move up.
3619 (tramp-register-file-name-handlers): Simplify autoload.
3620 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3621 (tramp-handle-directory-files, tramp-handle-dired-uncache)
3622 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3623 (tramp-handle-file-name-completion)
3624 (tramp-handle-file-name-directory)
3625 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3626 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3627 (tramp-handle-find-backup-file-name)
3628 (tramp-handle-insert-file-contents, tramp-handle-load)
3629 (tramp-handle-substitute-in-file-name)
3630 (tramp-handle-unhandled-file-name-directory)
3631 (tramp-mode-string-to-int, tramp-local-host-p)
3632 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
3633
3634 * net/tramp-gvfs.el (top):
3635 * net/tramp-smb.el (top): Do not require 'tramp-sh.
3636
3637 * net/tramp-sh.el (all): Move several objects to tramp.el, see
3638 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3639
3640 2010-10-04 Glenn Morris <rgm@gnu.org>
3641
3642 * calendar/appt.el (appt-add): Ensure reminders are enabled.
3643 (appt-activate): Give status messages.
3644
3645 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3646
3647 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
3648 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
3649 `gnutls-negotiate' (formerly `starttls-negotiate').
3650 Remove trivial wrapper `starttls-open-stream'.
3651
3652 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3653
3654 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3655 log-outgoing commands.
3656 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3657 to create a buffer local revert-buffer-function variable.
3658 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3659 revert-buffer-function lambda.
3660
3661 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3662
3663 * net/gnutls.el (starttls-negotiate): Use the plist interface to
3664 `gnutls-boot'. Make TYPE the only required parameter.
3665 Allow TRUSTFILES and KEYFILES to be lists.
3666 (open-ssl-stream): Use it.
3667
3668 2010-10-03 Glenn Morris <rgm@gnu.org>
3669
3670 * subr.el (directory-sep-char): Remove obsolete variable.
3671 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3672 it is "necessary".
3673
3674 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3675 * vc/vc.el (vc-static-header-alist): Doc fix.
3676 * vc/vc-cvs.el (vc-cvs-header):
3677 * vc/vc-rcs.el (vc-rcs-header):
3678 * vc/vc-sccs.el (vc-sccs-header):
3679 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3680 * obsolete/vc-mcvs.el (vc-mcvs-header):
3681 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3682 on XEmacs.
3683
3684 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3687 Remove obsolete use of binary-overwrite-mode (Bug#7001).
3688
3689 2010-10-03 Glenn Morris <rgm@gnu.org>
3690
3691 * obsolete/x-menu.el: Remove file, obsolete since 21.1
3692
3693 * textmodes/rst.el (rst-font-lock-keywords-function):
3694 Drop Emacs 20 code.
3695
3696 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3697
3698 * printing.el: Drop Emacs 20 code.
3699
3700 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3701 without having used appt.el already).
3702
3703 * subr.el (make-local-hook): Remove function obsolete since 21.1.
3704 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3705 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3706 XEmacs.
3707 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3708 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3709
3710 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3711 (charset-width, find-charset-region, chars-in-region, forward-point)
3712 (encode-coding-string, coding-system-p, ccl-execute-on-string)
3713 (define-ccl-program, multibyte-string-p, string-make-multibyte):
3714 Remove compatibility cruft (none of these are used by ps*.el).
3715
3716 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3717
3718 * subr.el (booleanp): Return t instead of a list (Bug#7086).
3719
3720 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * server.el (server-process-filter, server-return-error):
3723 Give emacsclient time to shut down after receiving an error string.
3724
3725 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
3726
3727 * files.el (remote-file-name-inhibit-cache): New defcustom.
3728
3729 * time.el (display-time-file-nonempty-p):
3730 Use `remote-file-name-inhibit-cache'.
3731
3732 * net/tramp.el (tramp-completion-reread-directory-timeout):
3733 Fix docstring.
3734
3735 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3736 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3737 `remote-file-name-inhibit-cache'. Check also for an integer
3738 value. Add/increase counter when `tramp-verbose' >= 10.
3739 (tramp-set-file-property): Add/increase counter when
3740 `tramp-verbose' >= 10.
3741
3742 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3743 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3744 (tramp-bug): Set tramp-autoload cookie. Report all interned
3745 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
3746 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
3747 characters only in strings.
3748
3749 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3750 to backward compatibility.
3751
3752 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3753 (tramp-handle-file-name-all-completions)
3754 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3755 (tramp-open-connection-setup-interactive-shell):
3756 Call `tramp-cleanup-connection' directly.
3757
3758 2010-10-02 Glenn Morris <rgm@gnu.org>
3759
3760 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3761
3762 * subr.el (char-bytes): Remove obsolete function.
3763
3764 * isearch.el (isearch-return-char): Remove obsolete function.
3765
3766 * mouse.el: No longer provide mldrag.
3767 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3768 Remove obsolete aliases.
3769
3770 * comint.el (comint-kill-output): Remove obsolete alias.
3771
3772 * composite.el (decompose-composite-char): Remove obsolete function.
3773 * ps-def.el (decompose-composite-char): Remove unused function.
3774
3775 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3776
3777 * outline.el (outline-visible): Remove obsolete function.
3778
3779 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3780 * faces.el (internal-find-face, internal-get-face)
3781 (frame-update-faces, frame-update-face-colors)
3782 (x-frob-font-weight, x-frob-font-slant)
3783 (internal-frob-font-weight, internal-frob-font-slant)
3784 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3785 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3786 (x-make-font-bold-italic): Remove functions and aliases, obsolete
3787 since Emacs 21.1.
3788 * emulation/viper-util.el (viper-get-face):
3789 * obsolete/lucid.el (find-face, get-face): Use facep.
3790 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3791 Remove unused functions.
3792 * vc/ediff-util.el (ediff-submit-report): Doc fix.
3793
3794 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3795 delete tempfile if interrupted during compilation.
3796
3797 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3798
3799 * net/tls.el (tls-starttls-switches): Give up on using starttls with
3800 gnutls-cli.
3801 (tls-program): Add --insecure to be consistent with the defaults from
3802 openssl s_client. Now all three commands are insecure.
3803
3804 2010-10-01 Eli Zaretskii <eliz@gnu.org>
3805
3806 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3807 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3808 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3809
3810 2010-10-01 Glenn Morris <rgm@gnu.org>
3811
3812 * obsolete/sc.el: Remove file.
3813
3814 * files.el (temporary-file-directory): On darwin, also try
3815 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3816
3817 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
3818
3819 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3820 Let's not break compatibility gratuitously, shall we?
3821
3822 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3823
3824 * net/tls.el (tls-starttls-switches): New variable.
3825 (tls-find-starttls-argument): Use it.
3826 (open-tls-stream): Ditto.
3827
3828 * net/netrc.el (netrc-credentials): Return the value of the "default"
3829 entry.
3830 (netrc-machine): Ditto.
3831
3832 2010-09-30 Eli Zaretskii <eliz@gnu.org>
3833
3834 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3835
3836 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * server.el (server-start): Don't write pid to the authentication file.
3839 (server-create-tty-frame): Don't send pid.
3840 (server-process-filter): Send pid at the start of every connection.
3841
3842 2010-09-30 Glenn Morris <rgm@gnu.org>
3843
3844 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3845 (show-all-diary-entries): Remove obsolete function aliases.
3846
3847 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3848 Remove options, obsolete since 22.1.
3849 (appt-display-format, appt-display-message):
3850 Remove backwards-compatibility code.
3851 (appt-check): No longer check appt-issue-message.
3852 (appt-make-list): No longer autoload it. Doc fix. No longer
3853 activate the package.
3854
3855 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3856
3857 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
3858 (starttls-negotiate): Just call boot, and let the handshake be
3859 triggered from the read loop.
3860
3861 2010-09-29 Glenn Morris <rgm@gnu.org>
3862
3863 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3864 not displaying the diary.
3865 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3866 * calendar/appt.el (appt-check): No longer need to kill diary.
3867
3868 * calendar/diary-lib.el (diary-list-entries): Move the
3869 "Preparing..." message entirely here.
3870 (diary-simple-display, diary-fancy-display): Move "Preparing..."
3871 messages to diary-list-entries.
3872 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3873 diary-display-function.
3874
3875 * calendar/diary-lib.el (diary-include-other-diary-files):
3876 Trap some recursive includes.
3877
3878 * calendar/appt.el (appt-activate): Check diary file.
3879
3880 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3881
3882 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3883 construction.
3884
3885 * calendar/time-date.el: No need to require cl for Emacs 21.
3886
3887 2010-09-28 Glenn Morris <rgm@gnu.org>
3888
3889 * calendar/appt.el (appt-check): Minor simplification.
3890
3891 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3892
3893 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3894 citation prefix.
3895
3896 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
3897
3898 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3899 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
3900
3901 2010-09-27 Kenichi Handa <handa@m17n.org>
3902
3903 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3904 "ustar" format.
3905
3906 2010-09-27 Kenichi Handa <handa@m17n.org>
3907
3908 * international/mule.el (define-coding-system): Docstring fixed.
3909
3910 * international/mule-diag.el (describe-character-set): Use princ
3911 with proper print-length and print-level instead of insert.
3912
3913 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
3914
3915 * window.el (walk-windows): Doc fix (bug#7105).
3916
3917 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * emacs-lisp/float-sup.el (e): Remove.
3920
3921 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3922
3923 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3924 variable.
3925 (starttls-negotiate): Use it.
3926
3927 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3928
3929 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3930 back.
3931
3932 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3935
3936 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3937
3938 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3939
3940 * net/netrc.el (netrc-store-data): New function.
3941
3942 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3943
3944 * net/gnutls.el: GnuTLS glue code to set up a connection.
3945
3946 2010-09-25 Julien Danjou <julien@danjou.info>
3947
3948 * notifications.el: Call dbus-register-signal only if it is bound.
3949
3950 2010-09-25 Glenn Morris <rgm@gnu.org>
3951
3952 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3953 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3954 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3955 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3956 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3957 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3958 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
3959 * eshell/esh-util.el, eshell/esh-var.el:
3960 Remove leading `*' from docs of faces and defcustoms.
3961
3962 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
3963
3964 * eshell/em-ls.el (eshell-ls-archive-regexp):
3965 * eshell/esh-util.el (eshell-tar-regexp):
3966 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3967 * info.el (Info-suffix-list):
3968 * international/mule.el (auto-coding-alist):
3969 * woman.el (woman-file-regexp, woman-file-compression-regexp):
3970 * progmodes/etags.el (tags-compression-info-list):
3971 Support xz compression.
3972
3973 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
3974
3975 * files.el (get-free-disk-space): Don't assume the "df" output
3976 columns line up (Bug#6995).
3977
3978 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
3979
3980 * finder.el (finder-unknown-keywords):
3981 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
3982 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
3983
3984 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
3985
3986 * server.el (server-start): Revert part of 2010-08-08 change. Using
3987 address 127.0.0.1 for local host is now done in Fmake_network_process.
3988
3989 2010-09-24 Glenn Morris <rgm@gnu.org>
3990
3991 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
3992 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
3993 * textmodes/css-mode.el, textmodes/dns-mode.el:
3994 Move autoloaded auto-mode-alist entries to files.el.
3995 * files.el (auto-mode-alist): Move entries here.
3996
3997 2010-09-23 Glenn Morris <rgm@gnu.org>
3998
3999 * isearch.el (isearch-lazy-highlight-cleanup)
4000 (isearch-lazy-highlight-initial-delay)
4001 (isearch-lazy-highlight-interval)
4002 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4003 * net/net-utils.el (ipconfig-program-options):
4004 Move aliases to options before the associated definitions.
4005
4006 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * newcomment.el (comment-normalize-vars): Better test validity of
4009 comment-end-skip.
4010
4011 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4014 (float-e): New name for `e'.
4015 (degrees-to-radians, radians-to-degrees):
4016 * calendar/solar.el (solar-longitude):
4017 * calculator.el (calculator-registers, calculator-funcall):
4018 * textmodes/artist.el (artist-spray-random-points):
4019 * play/bubbles.el (bubbles--initialize-images): Use new names.
4020
4021 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
4022
4023 Update to CEDET 1.0's version of EIEIO.
4024
4025 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4026 New function.
4027 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4028 (eieio-default-eval-maybe): Eval val instead of unquoting only.
4029 (class-precedence-list): If class is nil, return nil.
4030 (eieio-generic-call): If class of first input arg is nil, don't
4031 look up static methods, and do check for primary methods.
4032 (initialize-instance): See if the default needs to be evaluated
4033 during the constructor.
4034 (eieio-perform-slot-validation-for-default): Don't do the check
4035 for values that will eventually be evaluated.
4036 (eieio-eval-default-p): New function.
4037 (eieio-default-eval-maybe): Use it.
4038
4039 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
4040
4041 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4042 method-invocation-order.
4043 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4044 (eieio-class-precedence-dfs): Compute class precedence list using
4045 dfs algorithm.
4046 (eieio-class-precedence-bfs): Compute class precedence list using
4047 bfs algorithm.
4048 (eieio-class-precedence-c3): Compute class precedence list using
4049 c3 algorithm.
4050 (class-precedence-list): New function.
4051 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4052 (inconsistent-class-hierarchy): New error symbol.
4053 (call-next-method): Stow the replacement argument list for future
4054 call-next-method invocations.
4055
4056 2010-09-23 Glenn Morris <rgm@gnu.org>
4057
4058 * calendar/appt.el (appt-check): If not displaying the diary,
4059 use (diary 1) to only get the entries we need.
4060 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4061 that it is in day order. (Bug#7019)
4062
4063 * calendar/appt.el (appt-check): Rather than showing the diary,
4064 just turn off invisible display, and only if needed.
4065
4066 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
4067
4068 2010-09-23 Glenn Morris <rgm@gnu.org>
4069
4070 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4071 (byte-compile-defvar, byte-compile-cl-warn):
4072 Start warnings with lower-case, like the majority.
4073
4074 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4075
4076 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
4077
4078 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4079 * files.el (auto-mode-alist): Move ld-script entries here, further down
4080 the list.
4081
4082 * vc/add-log.el: Don't require timezone when compiling.
4083 (timezone-make-date-sortable): Autoload it.
4084 (change-log-sortable-date-at): Don't require timezone.
4085 Use `ignore-errors'.
4086
4087 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4088 Move alias before definition, so it does not need autoloading.
4089
4090 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4091 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4092 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4093 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4094 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4095 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4096 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4097 * textmodes/tex-mode.el, textmodes/two-column.el:
4098 Remove leading `*' from docs of defcustoms etc.
4099
4100 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4101
4102 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4103
4104 2010-09-22 Dan Christensen <jdc@uwo.ca>
4105
4106 * calendar/time-date.el (date-to-time): Try using parse-time-string
4107 first before using the slower timezone-make-date-arpa-standard.
4108
4109 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4110
4111 * calendar/time-date.el (format-seconds): Comment fix.
4112
4113 2010-09-22 Glenn Morris <rgm@gnu.org>
4114
4115 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4116 is not automatically buffer-local.
4117
4118 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4121 (smie-indent-comment): Be more careful with comment-start-skip.
4122 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4123 (smie-indent-functions): Use them.
4124
4125 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
4126
4127 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4128
4129 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
4130
4131 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4132 tool-bar-position. Don't modify frame parameters here.
4133 (menu-bar-options-save): Add tool-bar-position.
4134
4135 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4136
4137 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * textmodes/reftex-parse.el (reftex-what-macro)
4140 (reftex-context-substring): Let-bind forward-sexp-function to nil
4141 since we don't need/want to treat \begin...\end as a block (bug#7053).
4142
4143 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4144
4145 * simple.el (blink-matching-open): Use syntax-class.
4146
4147 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4148 Set invisibility spec for pascal's outline mode.
4149 (pascal-outline-change): Clean up calling convention.
4150 (pascal-show-all, pascal-hide-other-defuns): Update callers.
4151
4152 * progmodes/prolog.el (prolog-smie-forward-token)
4153 (prolog-smie-backward-token): New functions.
4154 (prolog-mode-variables): Use them to parse "!," correctly.
4155 Set up smie-blink-matching for ".".
4156
4157 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4158 and `end'.
4159 (ispell-region, ispell-process-line): Update users.
4160
4161 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4162 point-min==1.
4163
4164 * textmodes/ispell.el: Fix commenting convention.
4165 (ispell-parse-output): Simplify, use push.
4166 (ispell-region): Use match-string-no-properties.
4167 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4168 (ispell-minor-mode): Use define-minor-mode.
4169 (ispell-message): Remove unused var `skip-regexp'.
4170 (ispell-add-per-file-word-list): Use dynamic let-binding.
4171 Try and use the proper comment marker.
4172
4173 * mail/sendmail.el: Fix commenting convention.
4174 (sendmail-send-it): Use line-beginning-position.
4175
4176 * help-fns.el (describe-variable): Add original value, if applicable.
4177
4178 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4181
4182 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4183
4184 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4187 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4188 (smie-prec2-levels): Use them to better diagnose precedence cycles.
4189 (smie-blink-matching-check): Don't signal a mismatch if car is t.
4190 (smie-blink-matching-open): Rewrite to remove assumptions, so that
4191 something like "." can also be a closer.
4192 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4193 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4194 Rename internal functions to use "--". Update callers.
4195
4196 * frame.el (make-frame-names-alist): Don't list frames on other displays.
4197
4198 * fringe.el (fringe-styles): New var.
4199 (fringe-mode, fringe-query-style): Use it.
4200
4201 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
4202
4203 * progmodes/sql.el: Version 2.8
4204 (sql-login-params): Update widget structure; changes still needed.
4205 (sql-product-alist): Add :list-all and :list-table features for
4206 SQLite, Postgres and MySQL products.
4207 (sql-redirect): Handle default value.
4208 (sql-execute, sql-execute-feature): New functions.
4209 (sql-read-table-name): New function.
4210 (sql-list-all, sql-list-table): New functions. User API.
4211 (sql-mode-map, sql-interactive-mode-map): Add key definitions
4212 for above functions.
4213 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4214 for above functions.
4215 (sql-postgres-login-params): Add user and database defaults.
4216 (sql-buffer-live-p): Bug fix.
4217 (sql-product-history): New variable.
4218 (sql-read-product): New function. Use it.
4219 (sql-set-product, sql-product-interactive): Use it.
4220 (sql-connection-history): New variable.
4221 (sql-read-connection): New function. Use it.
4222 (sql-connect): New function.
4223 (sql-for-each-login): Redesign function interface.
4224 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
4225 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
4226 (sql-comint): Check for program. Existing live buffer.
4227 (sql-comint-postgres): Add port parameter.
4228
4229 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * emacs-lisp/warnings.el: Fix commenting convention.
4232 (display-warning): Use special mode and make the buffer read-only.
4233
4234 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
4235
4236 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4237 empty string when it follows a repeated or optional pattern.
4238
4239 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * indent.el (indent-according-to-mode): Apply syntax-propertize.
4242 (indent-region): Use indent-according-to-mode.
4243
4244 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4245
4246 * fringe.el (fringe-mode): Doc fix.
4247
4248 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4249
4250 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4251 refreshing the preview buffer.
4252
4253 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4256 (latex-syntax-propertize-rules): New consts; replace
4257 tex-font-lock-syntactic-keywords.
4258 (tex-env-mark, latex-env-before-change): New functions.
4259 (latex-electric-env-pair-mode): New minor mode.
4260 (tex-font-lock-verb): Change arguments; do move point.
4261 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4262 representation as a form of comment.
4263 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4264 (doctex-syntax-propertize-rules): New const; replaces
4265 doctex-font-lock-syntactic-keywords.
4266 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4267
4268 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4269 (fortran-make-syntax-propertize-function): New function; replaces
4270 fortran-font-lock-syntactic-keywords.
4271 (fortran-mode): Use it.
4272 (fortran-line-length): Use it. Improve interactive spec.
4273
4274 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4275 (syntax-propertize-rules): Add var-ref case. Fix offset computation
4276 when adding surrounding \(..\).
4277
4278 * progmodes/js.el (js-mode): Fix last change (bug#7054).
4279
4280 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4283 Use with-current-buffer.
4284
4285 * isearch.el (isearch-face): Rename from `isearch'.
4286 (isearch-highlight): Use new name.
4287
4288 2010-09-17 Eli Zaretskii <eliz@gnu.org>
4289
4290 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4291 5, for `half' width fringes. (Bug#6933)
4292
4293 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4296 (byte-compile-defvar): "foo/bar" does not lack a prefix.
4297
4298 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4299
4300 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
4301
4302 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4303 in calculating new frame position. Add more space between new and
4304 parent on the left (Bug#7048).
4305
4306 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
4307
4308 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4309 defmacro.
4310
4311 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
4314
4315 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4316 obsolete alias for x-selection-value.
4317
4318 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4319
4320 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4323 cookie.
4324
4325 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
4326
4327 * net/tramp-compat.el (tramp-compat-with-temp-message)
4328 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4329 (tramp-compat-process-put): New defuns.
4330
4331 * net/tramp.el (top):
4332 * net/tramp-gvfs.el (top):
4333 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4334
4335 * net/tramp.el (tramp-progress-reporter-update):
4336 Use `tramp-compat-funcall'.
4337
4338 * net/tramp.el (tramp-process-actions):
4339 * net/tramp-gvfs.el (tramp-handle-vc-registered):
4340 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
4341 (tramp-get-remote-stat, tramp-get-remote-readlink):
4342 Use `tramp-compat-with-temp-message'.
4343
4344 * net/tramp-sh.el (top): Require 'cl.
4345 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4346 (tramp-open-connection-setup-interactive-shell):
4347 Use `tramp-compat-process-put'.
4348
4349 2010-09-15 Alan Mackenzie <acm@muc.de>
4350
4351 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4352 indentation.
4353 (c-forward-<>-arglist-recur): Fix an infinite recursion.
4354
4355 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4358 `lexical' for warnings related to lexical scoping.
4359 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4360 global vars which don't have a prefix and could hence affect lexical
4361 scoping in unrelated files.
4362
4363 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4364
4365 * net/imap.el: Revert back to version
4366 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4367 seem problematic.
4368
4369 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * obsolete/old-whitespace.el (whitespace-unload-function):
4372 Explicitly pass `obarray' to `unintern' to avoid a warning.
4373
4374 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4377 Add `when' argument. Update callers.
4378
4379 * subr.el (unintern): Declare the obarray arg mandatory.
4380
4381 2010-09-14 Glenn Morris <rgm@gnu.org>
4382
4383 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4384 Doc fixes.
4385
4386 * calendar/diary-lib.el (diary-included-files): New variable.
4387 (diary-list-entries): Maybe initialize diary-included-files.
4388 (diary-include-other-diary-files): Append to diary-included-files.
4389 * calendar/appt.el (appt-update-list): Also check the members of
4390 diary-included-files. (Bug#6999)
4391 (appt-check): Doc fix.
4392
4393 2010-09-14 David Reitter <david.reitter@gmail.com>
4394
4395 * simple.el (line-move-visual): Do not truncate goal column to
4396 integer size. (Bug#7020)
4397
4398 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * repeat.el (repeat): Allow repeating when the last event is a click.
4401 Suggested by Drew Adams (bug#6256).
4402
4403 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
4404
4405 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4406 Replace setting HGRCPATH to "" by some less invasive --config options.
4407
4408 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * font-lock.el (font-lock-beginning-of-syntax-function):
4411 Mark as obsolete.
4412
4413 2010-09-14 Glenn Morris <rgm@gnu.org>
4414
4415 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4416 and tool-bar modes. (Bug#6211)
4417 (menu-bar-mode): Move setting of standard-value after the
4418 minor-mode definition, otherwise it seems to have no effect.
4419
4420 2010-09-14 Masatake YAMATO <yamato@redhat.com>
4421
4422 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4423 Fix typo. (Bug#6976)
4424
4425 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4426
4427 * whitespace.el: Allow cleaning up blanks without blank
4428 visualization (Bug#6651). Adjust help window for
4429 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4430 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
4431 (whitespace-style): Add new value 'face. Adjust docstring.
4432 (whitespace-space, whitespace-hspace, whitespace-tab):
4433 Adjust foreground property face.
4434 (whitespace-line-column): Adjust docstring and type declaration.
4435 (whitespace-style-value-list, whitespace-toggle-option-alist)
4436 (whitespace-help-text): Adjust const initialization.
4437 (whitespace-toggle-options, global-whitespace-toggle-options):
4438 Adjust docstring.
4439 (whitespace-display-window, whitespace-interactive-char)
4440 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4441 (whitespace-help-scroll): New fun.
4442
4443 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4444
4445 * calendar/time-date.el (format-seconds): Comment fix.
4446
4447 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
4448
4449 * progmodes/sql.el: Version 2.7.
4450 (sql-buffer-live-p): Improve detection.
4451 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4452 (sql-set-sqli-buffer): Use it.
4453 (sql-product-interactive): Run `sql-set-sqli-hook'.
4454 (sql-rename-buffer): Code cleanup.
4455 (sql-redirect, sql-redirect-value): New functions. More to come.
4456
4457 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
4458
4459 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.
4460 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4461 (TRAMP_SRC): New macro.
4462 ($(lisp)/net/tramp-loaddefs.el): New target.
4463
4464 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4465
4466 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
4467
4468 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
4469
4470 * net/tramp.el (top): Don't show loading message. Require just
4471 'tramp-compat, everything else is required there.
4472 Use `ignore-errors' where appropriate.
4473 (tramp-inline-compress-start-size, tramp-copy-size-limit)
4474 (tramp-terminal-type, tramp-end-of-output)
4475 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4476 (tramp-completion-function-alist-ssh)
4477 (tramp-completion-function-alist-telnet)
4478 (tramp-completion-function-alist-su)
4479 (tramp-completion-function-alist-putty, tramp-remote-path)
4480 (tramp-remote-process-environment, tramp-sh-extra-args)
4481 (tramp-actions-before-shell, tramp-uudecode)
4482 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4483 (tramp-perl-file-attributes)
4484 (tramp-perl-directory-files-and-attributes)
4485 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4486 (tramp-perl-encode, tramp-perl-decode)
4487 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4488 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4489 (tramp-handle-make-symbolic-link, tramp-handle-load)
4490 (tramp-handle-file-name-as-directory)
4491 (tramp-handle-file-name-directory)
4492 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4493 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4494 (tramp-do-file-attributes-with-ls)
4495 (tramp-do-file-attributes-with-perl)
4496 (tramp-do-file-attributes-with-stat)
4497 (tramp-handle-set-visited-file-modtime)
4498 (tramp-handle-verify-visited-file-modtime)
4499 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4500 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4501 (tramp-handle-file-selinux-context)
4502 (tramp-handle-set-file-selinux-context)
4503 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4504 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4505 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4506 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4507 (tramp-handle-file-ownership-preserved-p)
4508 (tramp-handle-directory-file-name, tramp-handle-directory-files)
4509 (tramp-handle-directory-files-and-attributes)
4510 (tramp-do-directory-files-and-attributes-with-perl)
4511 (tramp-do-directory-files-and-attributes-with-stat)
4512 (tramp-handle-file-name-all-completions)
4513 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4514 (tramp-handle-copy-file, tramp-handle-copy-directory)
4515 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4516 (tramp-do-copy-or-rename-file-via-buffer)
4517 (tramp-do-copy-or-rename-file-directly)
4518 (tramp-do-copy-or-rename-file-out-of-band)
4519 (tramp-handle-make-directory, tramp-handle-delete-directory)
4520 (tramp-handle-delete-file)
4521 (tramp-handle-dired-recursive-delete-directory)
4522 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4523 (tramp-handle-insert-directory)
4524 (tramp-handle-unhandled-file-name-directory)
4525 (tramp-handle-expand-file-name)
4526 (tramp-handle-substitute-in-file-name)
4527 (tramp-handle-executable-find, tramp-process-sentinel)
4528 (tramp-handle-start-file-process, tramp-handle-process-file)
4529 (tramp-handle-call-process-region, tramp-handle-shell-command)
4530 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4531 (tramp-handle-insert-file-contents)
4532 (tramp-handle-insert-file-contents-literally)
4533 (tramp-handle-find-backup-file-name)
4534 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4535 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4536 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4537 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4538 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4539 (tramp-find-file-exists-command, tramp-open-shell)
4540 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4541 (tramp-open-connection-setup-interactive-shell)
4542 (tramp-local-coding-commands, tramp-remote-coding-commands)
4543 (tramp-find-inline-encoding, tramp-call-local-coding-command)
4544 (tramp-inline-compress-commands, tramp-find-inline-compress)
4545 (tramp-compute-multi-hops, tramp-maybe-open-connection)
4546 (tramp-send-command, tramp-wait-for-output)
4547 (tramp-send-command-and-check, tramp-barf-unless-okay)
4548 (tramp-send-command-and-read, tramp-mode-string-to-int)
4549 (tramp-convert-file-attributes, tramp-check-cached-permissions)
4550 (tramp-file-mode-from-int, tramp-file-mode-permissions)
4551 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4552 (tramp-method-out-of-band-p, tramp-local-host-p)
4553 (tramp-get-remote-path, tramp-get-remote-tmpdir)
4554 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4555 (tramp-get-test-command, tramp-get-test-nt-command)
4556 (tramp-get-file-exists-command, tramp-get-remote-ln)
4557 (tramp-get-remote-perl, tramp-get-remote-stat)
4558 (tramp-get-remote-readlink, tramp-get-remote-trash)
4559 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4560 (tramp-get-local-uid, tramp-get-local-gid)
4561 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
4562 tramp-sh.el.
4563 (tramp-methods, tramp-default-method-alist)
4564 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4565 Move initialization to tramp-sh.el.
4566 (tramp-temp-name-prefix): Make it a defconst.
4567 (tramp-dissect-file-name): Don't check anymore for multi-hop
4568 methods.
4569 (tramp-debug-outline-regexp): Add a docstring.
4570 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
4571 (tramp-get-debug-buffer): Use it.
4572
4573 * net/tramp-cache.el (top): Set tramp-autoload cookie for
4574 initialization forms.
4575 (tramp-set-connection-property): Don't protect `tramp-message'
4576 call, it isn't necessary any longer.
4577 (tramp-dump-connection-properties): Use `ignore-errors'.
4578
4579 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4580 'password-cache and 'auth-source.
4581
4582 * net/tramp-gvfs.el (top):
4583 * net/tramp-smb.el (top): Require 'tramp-sh.
4584
4585 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4586
4587 * net/tramp-sh.el: New file, derived from tramp.el.
4588 (top): Initialize `tramp-methods', `tramp-default-method-alist',
4589 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
4590 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4591 Use `ignore-errors' where appropriate.
4592 (tramp-sh-file-name-handler-alist): Rename from
4593 `tramp-file-name-handler-alist'.
4594 (tramp-send-command-and-check): Return t or nil. Remove all
4595 `zerop' checks, where called.
4596 (tramp-handle-set-file-modes)
4597 (tramp-do-copy-or-rename-file-directly)
4598 (tramp-handle-delete-directory, tramp-handle-delete-file)
4599 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
4600 (tramp-sh-file-name-handler, tramp-send-command-and-check)
4601 (tramp-get-remote-ln): Set tramp-autoload cookie.
4602
4603 * net/tramp-fish.el: Remove file.
4604
4605 2010-09-13 Daiki Ueno <ueno@unixuser.org>
4606
4607 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4608 buffer-file-name to avoid file-locking. (Bug#7026)
4609
4610 2010-09-13 Julien Danjou <julien@danjou.info>
4611
4612 * notifications.el (notifications-notify): Add support for
4613 image-path and sound-name.
4614 (notifications-specification-version): Add this variable.
4615
4616 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
4619
4620 2010-09-12 Leo <sdl.web@gmail.com>
4621
4622 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4623 (rcirc-completion-start): New variables.
4624 (rcirc-nick-completions): Rename to rcirc-completions.
4625 (rcirc-nick-completion-start-offset): Delete.
4626 (rcirc-completion-at-point): New function for constructing
4627 completion data for both nicks and irc commands. Add to
4628 completion-at-point-functions in rcirc mode.
4629 (rcirc-complete): Rename from rcirc-nick-complete; use
4630 rcirc-completion-at-point.
4631 (defun-rcirc-command): Update rcirc-client-commands.
4632
4633 2010-09-11 Glenn Morris <rgm@gnu.org>
4634
4635 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4636 atomically, to avoid parallel build errors. (Bug#4196)
4637
4638 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
4639
4640 * progmodes/sql.el: Version 2.6
4641 (sql-dialect): Synonym for "sql-product".
4642 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4643 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4644 Set "sql-buffer" to buffer name not buffer object so multiple sql
4645 interactive buffers work properly. Reverts misguided changes in
4646 earlier work.
4647 (sql-comint): Make sure different buffer name is used if "*SQL*"
4648 buffer is for a different product.
4649 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4650 login param.
4651 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4652 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4653 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4654 Accept new buffer name or prompt for one.
4655 (sql-port): Default to zero.
4656 (sql-comint-mysql): Handle "sql-port" as a numeric.
4657 (sql-port-history): Delete unused variable.
4658 (sql-get-login): Default "sql-port" to a number.
4659 (sql-product-alist): Correct Postgres prompt and terminator regexp.
4660 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4661 "sqlite3" executables.
4662 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
4663 (sql-buffer-live-p): New function.
4664 (sql-mode-menu, sql-send-string): Use it.
4665 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4666 syntax pattern.
4667 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4668 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4669
4670 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4671
4672 * net/netrc.el (netrc-credentials): New convenience function.
4673
4674 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4677 to replace texinfo-font-lock-syntactic-keywords.
4678 (texinfo-mode): Use it.
4679
4680 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4681 Use syntax-propertize-function.
4682
4683 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4684 replace sgml-font-lock-syntactic-keywords.
4685 (sgml-mode): Use it.
4686
4687 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4688 since we don't use it.
4689
4690 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4691
4692 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4693 if available.
4694 (vhdl-fontify-buffer): Adjust.
4695
4696 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4697 replace tcl-font-lock-syntactic-keywords.
4698 (tcl-mode): Use it.
4699
4700 * progmodes/simula.el (simula-syntax-propertize-function): New var to
4701 replace simula-font-lock-syntactic-keywords.
4702 (simula-mode): Use it.
4703
4704 * progmodes/sh-script.el (sh-st-symbol): Remove.
4705 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4706 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4707 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4708 (sh-font-lock-paren): Set syntax-multiline.
4709 (sh-font-lock-syntactic-keywords): Remove.
4710 (sh-syntax-propertize-function): New function to replace it.
4711 (sh-mode): Use it.
4712
4713 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4714 Define while compiling.
4715 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4716 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4717 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4718 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4719 (ruby-here-doc-end-syntax): Only define when
4720 syntax-propertize is not available.
4721 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4722 New functions.
4723 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4724 (electric-indent-chars): Silence bytecompiler.
4725 (ruby-mode): Use prog-mode, syntax-propertize-function, and
4726 electric-indent-chars.
4727
4728 * progmodes/python.el (python-syntax-propertize-function): New var to
4729 replace python-font-lock-syntactic-keywords.
4730 (python-mode): Use it.
4731 (python-quote-syntax): Simplify and adjust to new use.
4732
4733 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4734 replace perl-font-lock-syntactic-keywords.
4735 (perl-syntax-propertize-special-constructs): New fun to replace
4736 perl-font-lock-special-syntactic-constructs.
4737 (perl-font-lock-syntactic-face-function): New fun.
4738 (perl-mode): Use it.
4739
4740 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4741 to replace octave-font-lock-close-quotes.
4742 (octave-syntax-propertize-function): New function to replace
4743 octave-font-lock-syntactic-keywords.
4744 (octave-mode): Use it.
4745
4746 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4747 replaces mixal-font-lock-syntactic-keywords.
4748 (mixal-mode): Use it.
4749
4750 * progmodes/make-mode.el (makefile-syntax-propertize-function):
4751 New var; replaces makefile-font-lock-syntactic-keywords.
4752 (makefile-mode): Use it.
4753 (makefile-imake-mode): Adjust.
4754
4755 * progmodes/js.el (js--regexp-literal): Define while compiling.
4756 (js-syntax-propertize-function): New var; replaces
4757 js-font-lock-syntactic-keywords.
4758 (js-mode): Use it.
4759
4760 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4761 replaces gdb-script-font-lock-syntactic-keywords.
4762 (gdb-script-mode): Use it.
4763
4764 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4765 (fortran--font-lock-syntactic-keywords): New var.
4766 (fortran-line-length): Update syntax-propertize-function and
4767 fortran--font-lock-syntactic-keywords.
4768
4769 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4770
4771 * progmodes/cfengine.el (cfengine-mode):
4772 Use syntax-propertize-function.
4773 (cfengine-font-lock-syntactic-keywords): Remove.
4774
4775 * progmodes/autoconf.el (autoconf-mode):
4776 Use syntax-propertize-function.
4777 (autoconf-font-lock-syntactic-keywords): Remove.
4778
4779 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4780 (ada-after-change-function, ada-initialize-syntax-table-properties)
4781 (ada-handle-syntax-table-properties): Only define when
4782 syntax-propertize is not available.
4783 (ada-mode): Use syntax-propertize-function.
4784
4785 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4786 (font-lock-fontify-syntactic-keywords-region): Move handling of
4787 font-lock-syntactically-fontified to...
4788 (font-lock-default-fontify-region): ...here.
4789 Let syntax-propertize-function take precedence.
4790 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4791
4792 * emacs-lisp/syntax.el (syntax-propertize-function)
4793 (syntax-propertize-chunk-size, syntax-propertize--done)
4794 (syntax-propertize-extend-region-functions): New vars.
4795 (syntax-propertize-wholelines, syntax-propertize-multiline)
4796 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4797 (syntax-propertize): New functions.
4798 (syntax-propertize-rules): New macro.
4799 (syntax-ppss-flush-cache): Set syntax-propertize--done.
4800 (syntax-ppss): Call syntax-propertize.
4801
4802 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4803
4804 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
4805
4806 * textmodes/ispell.el (ispell-init-process): Improve comments.
4807 XEmacs compatibility changes regarding (add-hook) 'local option
4808 and (set-process-query-on-exit-flag).
4809
4810 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4811
4812 * net/tramp-cache.el (tramp-parse-connection-properties):
4813 Set tramp-autoload cookie.
4814
4815 2010-09-09 Glenn Morris <rgm@gnu.org>
4816
4817 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4818 (imagemagick-register-types): Doc fix.
4819
4820 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4823
4824 * progmodes/js.el (require): Require is already "eval-and-compile".
4825 (js--re-search-forward): Avoid `eval'. Preserve the error data.
4826 (js--re-search-backward): Use js--re-search-forward.
4827
4828 * progmodes/fortran.el (fortran-line-length): Don't recompute
4829 syntactic keywords redundantly a second time.
4830
4831 * progmodes/ada-mode.el: Replace "(set '" with setq.
4832 (ada-mode): Simplify.
4833 (ada-create-case-exception, ada-adjust-case-interactive)
4834 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4835 (ada-search-ignore-string-comment, ada-move-to-start)
4836 (ada-move-to-end): Use with-syntax-table.
4837
4838 * font-lock.el (save-buffer-state): Remove `varlist' arg.
4839 (font-lock-unfontify-region, font-lock-default-fontify-region):
4840 Update usage correspondingly.
4841 (font-lock-fontify-syntactic-keywords-region):
4842 Set parse-sexp-lookup-properties buffer-locally here.
4843 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4844
4845 * simple.el (blink-matching-open): Don't burp if we can't find a match.
4846
4847 2010-09-08 Glenn Morris <rgm@gnu.org>
4848
4849 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4850 Error if not compiled with -DBYTE_CODE_METER.
4851
4852 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4853 Ignore dir-locals-file.
4854
4855 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4858 Not a const.
4859 (compilation-error-regexp-alist-alist): Rule out ": " in file names
4860 for the `gnu' messages.
4861 (compilation-set-skip-threshold): New command.
4862 (compilation-start): Use \' rather than $.
4863 (compilation-forget-errors): Use clrhash.
4864
4865 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
4866
4867 * textmodes/ispell.el (ispell-valid-dictionary-list):
4868 Simplify logic.
4869
4870 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
4871
4872 Migrate to Tramp 2.2. Rearrange load dependencies.
4873 (Bug#1529, Bug#5448, Bug#5705)
4874
4875 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4876 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4877 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4878
4879 * net/tramp.el (top): Remove all other tramp-* loads except
4880 tramp-compat.el. Remove all changes to tramp-unload-hook for
4881 other tramp-* packages. Rearrange defun order. Change calls of
4882 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4883 `tramp-compat-octal-to-decimal' to new function names.
4884 (tramp-terminal-type, tramp-initial-end-of-output)
4885 (tramp-methods, tramp-foreign-file-name-handler-alist)
4886 (tramp-tramp-file-p, tramp-completion-mode-p)
4887 (tramp-send-command-and-check, tramp-get-remote-path)
4888 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4889 (tramp-shell-quote-argument): Set tramp-autoload cookie.
4890 (with-file-property, with-connection-property): Move to
4891 tramp-cache.el.
4892 (tramp-local-call-process, tramp-decimal-to-octal)
4893 (tramp-octal-to-decimal): Move to tramp-compat.el.
4894 (tramp-handle-shell-command): Do not require 'shell.
4895 (tramp-compute-multi-hops): No special handling for tramp-gw-*
4896 symbols.
4897 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4898
4899 * net/tramp-cache.el (top): Require 'tramp. Add to
4900 `tramp-unload-hook'.
4901 (tramp-cache-data, tramp-get-file-property)
4902 (tramp-set-file-property, tramp-flush-file-property)
4903 (tramp-flush-directory-property, tramp-get-connection-property)
4904 (tramp-set-connection-property, tramp-flush-connection-property)
4905 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4906 cookie.
4907 (with-file-property, with-connection-property): New defuns, moved
4908 from tramp.el.
4909 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4910 macro.
4911
4912 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4913 (tramp-version): Set tramp-autoload cookie.
4914
4915 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
4916 changes to tramp-unload-hook for other tramp-* packages. Add to
4917 `tramp-unload-hook'.
4918 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4919 (tramp-compat-call-process): New defuns, moved from tramp.el.
4920
4921 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
4922 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4923 Add to `tramp-unload-hook'. Change call of
4924 `tramp-compat-decimal-to-octal' to new function name.
4925 (tramp-fish-method): Make it a defconst.
4926 (tramp-fish-file-name-p): Make it a defsubst.
4927 (tramp-fish-method, tramp-fish-file-name-handler)
4928 (tramp-fish-file-name-p): Set tramp-autoload cookie.
4929
4930 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4931 `tramp-foreign-file-name-handler-alist'. Add to
4932 `tramp-unload-hook'.
4933 (tramp-ftp-method): Make it a defconst.
4934 (tramp-ftp-file-name-p): Make it a defsubst.
4935 (tramp-ftp-method, tramp-ftp-file-name-handler)
4936 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4937
4938 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4939 `tramp-foreign-file-name-handler-alist'. Add to
4940 `tramp-unload-hook'. Change checks, whether package can be
4941 loaded.
4942 (tramp-gvfs-file-name-p): Make it a defsubst.
4943 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4944 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4945 (tramp-gvfs-handle-file-directory-p): New defun.
4946 (tramp-gvfs-file-name-handler-alist): Use it.
4947
4948 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
4949 `tramp-foreign-file-name-handler-alist'. Add to
4950 `tramp-unload-hook'.
4951 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
4952 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
4953 defconst.
4954 (tramp-gw-tunnel-method, tramp-gw-socks-method)
4955 (tramp-gw-open-connection): Set tramp-autoload cookie.
4956
4957 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
4958 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4959 Add to `tramp-unload-hook'. Change checks, whether package can be
4960 loaded.
4961 (tramp-imap-file-name-p): Make it a defsubst.
4962 (tramp-imap-method, tramp-imaps-method)
4963 (tramp-imap-file-name-handler)
4964 (tramp-imap-file-name-p): Set tramp-autoload cookie.
4965
4966 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
4967 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4968 Add to `tramp-unload-hook'. Change checks, whether package can be
4969 loaded. Change call of `tramp-compat-decimal-to-octal' to new
4970 function name.
4971 (tramp-smb-tunnel-method): Make it a defconst.
4972 (tramp-smb-file-name-p): Make it a defsubst.
4973 (tramp-smb-method, tramp-smb-file-name-handler)
4974 (tramp-smb-file-name-p): Set tramp-autoload cookie.
4975
4976 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
4977 (tramp-uuencode-region): Set tramp-autoload cookie.
4978
4979 * net/trampver.el (top) Add to `tramp-unload-hook'.
4980 (tramp-version, tramp-bug-report-address): Set tramp-autoload
4981 cookie. Update release number.
4982
4983 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
4984
4985 * textmodes/ispell.el (ispell-start-process): Make sure original
4986 arg list is properly initialized (Bug#6993, Bug#6994).
4987
4988 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4989
4990 * files.el (directory-abbrev-alist): Use \` as default regexp.
4991
4992 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4993 chars like - or ] (bug#6984).
4994 (rx-any-condense-range): Explode 2-char ranges.
4995
4996 2010-09-06 Glenn Morris <rgm@gnu.org>
4997
4998 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
4999
5000 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * textmodes/bibtex.el:
5003 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5004
5005 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5006
5007 * net/imap.el (imap-message-map): Remove optional buffer parameter,
5008 since no callers use it.
5009 (imap-message-get): Ditto.
5010 (imap-message-put): Ditto.
5011 (imap-mailbox-map): Ditto.
5012 (imap-mailbox-put): Ditto.
5013 (imap-mailbox-get): Ditto.
5014 (imap-mailbox-get): Revert last change for this function.
5015
5016 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5017
5018 * net/imap.el (imap-fetch-safe): Remove function, and alter all
5019 callers to use `imap-fetch' instead. According to the comments, this
5020 should be safe, since all other IMAP clients use the 1:* syntax.
5021 (imap-enable-exchange-bug-workaround): Remove.
5022 (imap-debug): Remove -- doesn't seem very useful.
5023
5024 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5025
5026 * net/imap.el (imap-log): New convenience function used throughout
5027 instead of repeating the same code all over the place.
5028
5029 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
5030
5031 * mouse.el (mouse-save-then-kill): Save region to kill-ring
5032 when mouse-drag-copy-region is non-nil (Bug#6956).
5033
5034 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
5035
5036 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5037 Improve regexps (Bug#6987).
5038 (dired-sort-toggle): Search more robustly for -t flag.
5039
5040 * files.el (get-free-disk-space): Search more robustly for
5041 "available" column. Suggested by Ehud Karni
5042 <ehud@unix.mvs.co.il>.
5043
5044 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * international/uni-bidi.el:
5047 * international/uni-category.el:
5048 * international/uni-combining.el:
5049 * international/uni-decimal.el:
5050 * international/uni-mirrored.el:
5051 * international/uni-name.el: Regenerate.
5052
5053 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * electric.el (electric-indent-post-self-insert-function):
5056 Don't reindent with a sloppy indentation function.
5057
5058 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5059 border case in change-log-mode.
5060
5061 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
5062
5063 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5064 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5065 Recognize leading tab in gcc-include regexp. Ignore names with
5066 leading "from" or "in" in gnu regexp (Bug#6937).
5067
5068 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5071 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5072 (ispell-start-process): Avoid setq and simplify logic.
5073 (ispell-init-process): Setup kill-buffer-hook locally when needed.
5074 (kill-buffer-hook): Don't use it globally with code that uses
5075 expand-file-name since that may call kill-buffer via
5076 code_conversion_restore.
5077
5078 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
5079
5080 * emacs-lisp/package.el (package-directory-list): Only call
5081 file-name-nondirectory on a string.
5082
5083 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * emacs-lisp/package.el (package--download-one-archive):
5086 Ensure that archive-contents is valid before saving it.
5087 (package-activate-1, package-mark-obsolete, define-package)
5088 (package-compute-transaction, package-list-maybe-add): Use push.
5089
5090 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 Use SMIE's blink-paren for octave-mode.
5093 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5094 Backslashes do not escape single-quotes, single-quotes do.
5095 (octave-block-else-regexp, octave-block-end-regexp)
5096 (octave-block-match-alist): Remove.
5097 (octave-smie-bnf-table): New var, with old content.
5098 (octave-smie-op-levels): Use it.
5099 (octave-smie-closer-alist): New var.
5100 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
5101 (octave-blink-matching-block-open): Remove.
5102 (octave-reindent-then-newline-and-indent, octave-electric-semi)
5103 (octave-electric-space): Let self-insert-command run expand-abbrev and
5104 blink parens.
5105
5106 * electric.el (electricity): New group.
5107 (electric-indent-chars): New var.
5108 (electric-indent-post-self-insert-function): New fun.
5109 (electric-indent-mode): New minor mode.
5110 (electric-pair-skip-self): New custom.
5111 (electric-pair-post-self-insert-function): New function.
5112 (electric-pair-mode): New minor mode.
5113
5114 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5115 calcAlg-blink-matching-open.
5116 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5117 (calc-do-alg-entry): Only touch the part of the keymap that varies.
5118 Use the new blink-matching-check-function.
5119
5120 Provide blink-matching support to SMIE.
5121 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5122 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5123 (smie-blink-matching-check, smie-blink-matching-open): New functions.
5124
5125 * simple.el (newline): Fix last change to properly remove itself from
5126 the hook.
5127
5128 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * simple.el (newline): Eliminate optimization.
5131 Use post-self-insert-hook to set hard-newline and things before
5132 running post-self-insert-hook.
5133 (blink-matching-check-mismatch): New function.
5134 (blink-matching-check-function): New variable.
5135 (blink-matching-open): Use them.
5136 Skip back forward over prefix chars skipped by forward-sexp.
5137 Don't check if the parens are backslash escaped.
5138 (blink-paren-post-self-insert-function): Check backslash escaping here.
5139
5140 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * emacs-lisp/package.el (package-menu-mode-map):
5143 Change package-menu-revert bindings to revert-buffer.
5144 (package-menu-mode): Set revert-buffer-function.
5145 (package-menu-revert): Doc fix.
5146
5147 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
5148
5149 * textmodes/ispell.el (ispell-init-process): Use "~/" as
5150 `default-directory' unless using Ispell per-directory personal
5151 dictionaries and not in a mini-buffer under XEmacs.
5152 (kill-buffer-hook): Do not kill ispell process on exit when
5153 `ispell-process-directory' is "~/". (Bug#6143)
5154
5155 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5156
5157 * simple.el (kill-new): Call interprogram-cut-function with only
5158 one argument.
5159
5160 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5161 Remove cut buffer from error message.
5162
5163 * term/x-win.el (x-select-text):
5164 * term/pc-win.el (x-selection-value):
5165 * term/ns-win.el (x-selection-value):
5166 * eshell/em-term.el:
5167 * w32-fns.el (x-get-selection-value):
5168 * mouse-sel.el (mouse-sel-set-selection-function):
5169 * frame.el (display-selections-p): Remove cut-buffer in documentation.
5170
5171 * term/x-win.el: Update documentation for x-last-selected-text-*.
5172 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5173 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
5174 (x-select-text): Remove argument PUSH, update documentation.
5175 Remove cut-buffer code.
5176 (x-selection-value-internal): Was previously x-selection-value.
5177 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5178 Update documentation, remove cut-buffer code.
5179 Call x-selection-value-internal.
5180 (x-clipboard-yank): Call x-selection-value-internal.
5181 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5182
5183 * term/pc-win.el (x-last-selected-text):
5184 x-cut-buffer-or-selection-value renamed to x-selection-value
5185 (x-select-text): Remove argument PUSH, update documentation.
5186
5187 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5188 x-cut-buffer-or-selection-value renamed to x-selection-value
5189 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5190 (x-select-text): Remove argument PUSH, update documentation.
5191
5192 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5193
5194 * w32-fns.el (x-last-selected-text):
5195 x-cut-buffer-or-selection-value renamed to x-selection-value.
5196 (x-cut-buffer-max): Remove.
5197 (x-select-text): Remove argument PUSH, update documentation.
5198
5199 * simple.el (interprogram-cut-function): Remove mention of PUSH.
5200
5201 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5202
5203 * mouse-sel.el (mouse-sel-get-selection-function):
5204 x-cut-buffer-or-selection-value renamed to x-selection-value.
5205 (x-select-text): Remove optional push.
5206
5207 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * simple.el (blink-paren-function): Move from C to here.
5210 (blink-paren-post-self-insert-function): New function.
5211 (post-self-insert-hook): Use it.
5212
5213 * emacs-lisp/pcase.el (pcase-split-memq):
5214 Fix overenthusiastic optimisation.
5215 (pcase-u1): Handle the case of a lambda pred.
5216
5217 2010-08-31 Kenichi Handa <handa@m17n.org>
5218
5219 * international/mule-cmds.el (standard-display-european-internal):
5220 Setup standard-display-table for 8-bit characters by storing 8-bit
5221 characters in the element vector.
5222
5223 * disp-table.el (standard-display-8bit):
5224 Setup standard-display-table for 8-bit characters by storing 8-bit
5225 characters in the element vector.
5226 (standard-display-european): Likewise.
5227
5228 2010-08-31 Masatake YAMATO <yamato@redhat.com>
5229
5230 * textmodes/nroff-mode.el (nroff-view): New command.
5231 (nroff-mode-map): Bind it to C-c C-c.
5232
5233 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * emacs-lisp/smie.el (smie-down-list): New command.
5236
5237 Remove old indentation and navigation code on octave-mode.
5238 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5239 smie-down-list rather than add a binding for octave-down-block.
5240 (octave-mark-block, octave-blink-matching-block-open):
5241 Rely on forward-sexp-function.
5242 (octave-fill-paragraph): Don't narrow, so you can use
5243 indent-according-to-mode.
5244 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5245 (octave-in-block-p, octave-re-search-forward-kw)
5246 (octave-re-search-backward-kw, octave-indent-calculate)
5247 (octave-end-as-array-index-p, octave-block-end-offset)
5248 (octave-scan-blocks, octave-forward-block, octave-backward-block)
5249 (octave-down-block, octave-backward-up-block, octave-up-block)
5250 (octave-before-magic-comment-p, octave-indent-line): Remove.
5251
5252 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * emacs-lisp/package.el (package--read-archive-file): Just use
5255 `read', to avoid copying an additional string.
5256 (package-menu-mode): Set header-line-format here.
5257 (package-menu-refresh, package-menu-revert): Signal an error if
5258 not in the Package Menu.
5259 (package-menu-package-list): New var.
5260 (package--generate-package-list): Operate on the current buffer;
5261 don't assume that it is *Packages*, since the user may rename it.
5262 Allow persistent package listings and sort keys using
5263 package-menu-package-list and package-menu-package-sort-key.
5264 (package-menu--version-predicate): Fix version calculation.
5265 (package-menu-sort-by-column): Don't select the window.
5266 (package--list-packages): Create the *Packages* buffer.
5267 Set package-menu-package-list-key.
5268 (list-packages): Sorting by status is now the default.
5269 (package-buffer-info): Use match-string-no-properties.
5270 (define-package): Add a &rest argument for future proofing, but
5271 don't use it yet.
5272 (package-install-from-buffer, package-install-buffer-internal):
5273 Merge into a single function, package-install-from-buffer.
5274 (package-install-file): Change caller.
5275
5276 * finder.el: Load finder-inf using `require'.
5277 (finder-list-matches): Sorting by status is now the default.
5278 (finder-compile-keywords): Simpify printing.
5279
5280 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5283 (octave-mode-map): Remove special bindings for forward/backward-block
5284 and octave-backward-up-block. Use smie-close-block.
5285 (octave-continuation-marker-regexp): New var.
5286 (octave-continuation-regexp): Use it.
5287 (octave-operator-table, octave-smie-op-levels)
5288 (octave-operator-regexp, octave-smie-indent-rules): New vars.
5289 (octave-smie-backward-token, octave-smie-forward-token): New funs.
5290 (octave-mode): Use SMIE.
5291 (octave-close-block): Delete.
5292
5293 2010-08-30 Eli Zaretskii <eliz@gnu.org>
5294
5295 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5296 CLIPBOARD, not in PRIMARY. (Bug#6944)
5297
5298 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5299
5300 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5301 a list of parents.
5302 (smie-indent-column): Allow indirection through variables.
5303
5304 * composite.el (save-buffer-state): Delete, unused.
5305 * font-lock.el (save-buffer-state): Use with-silent-modifications.
5306 (font-lock-default-fontify-region): Use with-syntax-table.
5307 * jit-lock.el (with-buffer-unmodified): Remove.
5308 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5309
5310 Use `declare' in defmacros.
5311 * window.el (save-selected-window):
5312 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5313 * progmodes/python.el (def-python-skeleton):
5314 * net/dbus.el (dbus-ignore-errors):
5315 * jka-cmpr-hook.el (with-auto-compression-mode):
5316 * international/mule.el (with-category-table):
5317 * emacs-lisp/timer.el (with-timeout):
5318 * emacs-lisp/lisp-mnt.el (lm-with-file):
5319 * emacs-lisp/eieio.el (with-slots):
5320 * emacs-lisp/easymenu.el (easy-menu-define):
5321 * emacs-lisp/debug.el (debugger-env-macro):
5322 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5323 (Multiple-value-call, Multiple-value-prog1):
5324 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5325 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5326 edebug rule to definition.
5327 * emacs-lisp/lisp-mode.el (save-selected-window)
5328 (with-current-buffer, combine-after-change-calls)
5329 (with-output-to-string, with-temp-file, with-temp-buffer)
5330 (with-temp-message, with-syntax-table, read-if, eval-after-load)
5331 (dolist, dotimes, when, unless):
5332 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5333
5334 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * finder.el: Require `package'.
5337 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5338 (finder-package-info): Var deleted.
5339 (finder-keywords-hash, finder--builtins-alist): New vars.
5340 (finder-compile-keywords): Compute package--builtins and
5341 finder-keywords-hash instead of finder-keywords-hash, respecting
5342 the "Package" header.
5343 (finder-unknown-keywords, finder-list-matches):
5344 Use finder-keywords-hash and package--list-packages.
5345 (finder-mode): Don't set font-lock-defaults.
5346 (finder-exit): We don't use "*Finder-package*" and "*Finder
5347 Category*" buffers anymore.
5348
5349 * emacs-lisp/package.el (package--builtins-base): Var deleted.
5350 (package--builtins): Set default value to nil.
5351 (package-initialize): Load precomputed value of package--builtins
5352 from finder-inf.el.
5353 (package-alist, package-compute-transaction)
5354 (package-download-transaction): Improve docstring.
5355 (package-read-all-archive-contents): Do not change
5356 package--builtins here.
5357 (list-packages): Make package-list-packages an alias for this.
5358 Sort by status by default.
5359 (package--list-packages): Add optional PACKAGES arg.
5360 (describe-package-1): Use font-lock-face property. For built-in
5361 packages, insert file commentary.
5362 (package--generate-package-list): Rename from
5363 package-list-packages-internal; all callers changed. Add optional
5364 PACKAGES arg. Add alphabetical sort fallbacks.
5365 (package-menu--version-predicate, package-menu--status-predicate)
5366 (package-menu--description-predicate)
5367 (package-menu--name-predicate): New functions.
5368
5369 * info.el (Info-finder-find-node): Search package-alist instead of
5370 finder-package-info.
5371
5372 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * subr.el (version-regexp-alist): Don't use "a" and "b" for
5375 "alpha" and "beta".
5376 (version-to-list): Handle versions like "10.3d".
5377
5378 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5381 (macroexp-accumulate): Use `declare'.
5382
5383 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5384
5385 * whitespace.el (whitespace-style): Adjust type declaration.
5386
5387 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
5388
5389 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5390 empty argument to gvfs-copy.
5391
5392 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5395 handle new TRASH arg of `delete-file'.
5396
5397 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5398
5399 * net/tramp.el (tramp-handle-insert-directory): Don't use
5400 `forward-word', its default syntax could be changed.
5401
5402 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5403 Michael Albinus <michael.albinus@gmx.de>
5404
5405 Implement compression for inline methods.
5406
5407 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5408 (tramp-copy-size-limit): Allow also nil.
5409 (tramp-inline-compress-commands): New defconst.
5410 (tramp-find-inline-compress, tramp-get-inline-compress)
5411 (tramp-get-inline-coding): New defuns.
5412 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5413 replaced by `tramp-get-inline-coding'.
5414 (tramp-handle-file-local-copy, tramp-handle-write-region)
5415 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5416
5417 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
5418
5419 Detect ssh 'ControlMaster' argument automatically in some cases.
5420
5421 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5422 (tramp-default-method): Use it.
5423
5424 2010-08-26 Karel Klíč <kklic@redhat.com>
5425
5426 * net/tramp.el (tramp-file-name-for-operation):
5427 Add file-selinux-context.
5428
5429 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
5430
5431 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5432
5433 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5436 (Bug#6907).
5437
5438 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
5439
5440 * progmodes/js.el: Make indentation more customizable (Bug#6914).
5441 (js-paren-indent-offset, js-square-indent-offset)
5442 (js-curly-indent-offset): New options.
5443 (js--proper-indentation): Use them.
5444
5445 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
5446
5447 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5448 instead of inspecting font-lock properties (Bug#6916).
5449
5450 2010-08-26 David Reitter <david.reitter@gmail.com>
5451
5452 * server.el (server-visit-files): Run pre-command-hook and
5453 post-command-hook for each buffer while it is current (Bug#6910).
5454 (server-execute): Do not run hooks here.
5455
5456 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
5457
5458 Sync with Tramp 2.1.19.
5459
5460 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5461 (tramp-reporter-dump-variable, tramp-load-report-modules)
5462 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5463 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5464
5465 * net/tramp-compat.el (top): Do not autoload
5466 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5467 only when `start-file-process' is not bound.
5468 (byte-compile-not-obsolete-vars): Define if not bound.
5469 (tramp-compat-funcall): New defmacro.
5470 (tramp-compat-line-beginning-position)
5471 (tramp-compat-line-end-position)
5472 (tramp-compat-temporary-file-directory)
5473 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5474 (tramp-compat-copy-file, tramp-compat-copy-directory)
5475 (tramp-compat-delete-file, tramp-compat-delete-directory)
5476 (tramp-compat-number-sequence, tramp-compat-process-running-p):
5477 Use it.
5478 (tramp-advice-file-expand-wildcards): Do not use
5479 `tramp-handle-file-remote-p'.
5480 (tramp-compat-make-temp-file): Simplify fallback implementation.
5481 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5482 (tramp-compat-copy-tree): Remove function.
5483 (tramp-compat-delete-file): New defun.
5484 (tramp-compat-delete-directory): Provide implementation for older
5485 Emacsen.
5486 (tramp-compat-file-attributes): Handle only
5487 `wrong-number-of-arguments' error.
5488
5489 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5490 Add PRESERVE_SELINUX_CONTEXT.
5491 (tramp-fish-handle-delete-file): Add TRASH arg.
5492 (tramp-fish-handle-directory-files-and-attributes):
5493 Do not use `tramp-fish-handle-file-attributes.
5494 (tramp-fish-handle-file-local-copy)
5495 (tramp-fish-handle-insert-file-contents)
5496 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5497
5498 * net/tramp-gvfs.el (top): Require url-util.
5499 (tramp-gvfs-mount-point): Remove.
5500 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5501 and `set-file-selinux-context'.
5502 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5503 (tramp-gvfs-handle-file-selinux-context)
5504 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5505 (with-tramp-dbus-call-method): Format trace message.
5506 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5507 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5508 Implement backup call, when operation on local files fails.
5509 Use progress reporter. Flush properties of changed files.
5510 (tramp-gvfs-handle-delete-file): Add TRASH arg.
5511 Use `tramp-compat-delete-file'.
5512 (tramp-gvfs-handle-expand-file-name): Expand "~/".
5513 (tramp-gvfs-handle-make-directory): Make more traces.
5514 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5515 (tramp-gvfs-url-file-name): Hexify file name in url.
5516 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5517 into account for the resulting file name.
5518 (tramp-gvfs-handler-askquestion): Preserve current message, in
5519 order to let progress reporter continue afterwards. (Bug#6257)
5520 Return dummy mountpoint, when the answer is "no".
5521 See `tramp-gvfs-maybe-open-connection'.
5522 (tramp-gvfs-handler-mounted-unmounted)
5523 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5524 attribute "default_location". Set "prefix" property.
5525 Handle default-location.
5526 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5527 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5528 exists. Raise an error, if not (due to a corresponding answer
5529 "no" in interactive questions, for example).
5530 Use `tramp-compat-funcall'.
5531
5532 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5533 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5534 (tramp-imap-do-copy-or-rename-file)
5535 (tramp-imap-handle-insert-file-contents)
5536 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5537 (tramp-imap-handle-delete-file): Add TRASH arg.
5538
5539 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5540 Add PRESERVE-SELINUX-CONTEXT.
5541 (tramp-smb-handle-copy-file)
5542 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5543 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5544 Use `with-progress-reporter'.
5545 (tramp-smb-handle-delete-file): Add TRASH arg.
5546
5547 * net/tramp.el (tramp-methods): Move hostname to the end in all
5548 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
5549 appropriate.
5550 (tramp-verbose): Describe verbose level 9.
5551 (tramp-completion-function-alist)
5552 (tramp-file-name-regexp, tramp-chunksize)
5553 (tramp-local-coding-commands, tramp-remote-coding-commands)
5554 (with-connection-property, tramp-completion-mode-p)
5555 (tramp-action-process-alive, tramp-action-out-of-band)
5556 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5557 (tramp-exists-file-name-handler): Fix docstring.
5558 (tramp-remote-process-environment): Use `format' instead of
5559 `concat'. Protect version string by apostroph.
5560 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5561 XEmacs.
5562 (tramp-file-name-regexp-unified)
5563 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5564 not regard the volume letter as remote filename. (Bug#5447)
5565 (tramp-perl-file-attributes)
5566 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5567 (tramp-vc-registered-read-file-names): Read input as
5568 here-document, otherwise the command could exceed maximum length
5569 of command line.
5570 (tramp-file-name-handler-alist): Add `file-selinux-context' and
5571 `set-file-selinux-context'.
5572 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5573 backtrace functions.
5574 (tramp-error-with-buffer): Don't show the connection buffer when
5575 we are in completion mode.
5576 (tramp-progress-reporter-update, tramp-remote-selinux-p)
5577 (tramp-handle-file-selinux-context)
5578 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5579 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5580 New defuns.
5581 (with-progress-reporter): New defmacro.
5582 (tramp-debug-outline-regexp): New defconst.
5583 (top, tramp-rfn-eshadow-setup-minibuffer)
5584 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5585 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5586 (tramp-completion-mode-p, tramp-check-for-regexp)
5587 (tramp-open-connection-setup-interactive-shell)
5588 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5589 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5590 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5591 Use `tramp-compat-funcall'.
5592 (tramp-handle-make-symbolic-link): Flush file properties.
5593 (tramp-handle-load, tramp-handle-file-local-copy)
5594 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5595 (tramp-handle-vc-registered, tramp-maybe-send-script)
5596 (tramp-find-shell): Use `with-progress-reporter'.
5597 (tramp-do-file-attributes-with-stat): Add space in format string,
5598 in order to work around a bug in pdksh. Reported by Gilles Pion
5599 <gpion@lfdj.com>.
5600 (tramp-handle-verify-visited-file-modtime): Do not send a command
5601 when the connection is not established.
5602 (tramp-handle-set-file-times): Simplify the check for utc.
5603 (tramp-handle-directory-files-and-attributes)
5604 (tramp-get-remote-path): Use `copy-tree'.
5605 (tramp-completion-handle-file-name-all-completions): Ensure, that
5606 non remote files are still checked. Oops.
5607 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5608 Handle PRESERVE-SELINUX-CONTEXT.
5609 (tramp-do-copy-or-rename-file): Add progress reporter.
5610 (tramp-do-copy-or-rename-file-directly): Do not use
5611 `tramp-handle-file-remote-p'.
5612 (tramp-do-copy-or-rename-file-out-of-band):
5613 Use `tramp-compat-delete-directory'.
5614 (tramp-do-copy-or-rename-file-out-of-band)
5615 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5616 Use `format-spec-make'.
5617 (tramp-handle-delete-file): Add TRASH arg.
5618 (tramp-handle-dired-uncache): Flush directory cache, not only file
5619 cache.
5620 (tramp-handle-expand-file-name)
5621 (tramp-completion-handle-file-name-all-completions)
5622 (tramp-completion-handle-file-name-completion):
5623 Use `tramp-connectable-p'.
5624 (tramp-handle-start-file-process): Set connection property "vec".
5625 Use it, in order to invalidate file caches. Check only for
5626 `remote-tty' process property.
5627 Implement tty setting. (Bug#4604, Bug#6360)
5628 (tramp-file-name-for-operation): Add `call-process-region' and
5629 `set-file-selinux-context'.
5630 (tramp-find-foreign-file-name-handler)
5631 (tramp-advice-make-auto-save-file-name)
5632 (tramp-set-auto-save-file-modes): Remove superfluous check for
5633 `stringp'. This is done inside `tramp-tramp-file-p'.
5634 (tramp-file-name-handler): Trace 'quit. Catch the error for some
5635 operations when we are in completion mode. This gives the user
5636 the chance to correct the file name in the minibuffer.
5637 (tramp-completion-mode-p): Use `non-essential'.
5638 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5639 compatibility: Use `completion-ignore-case' if
5640 `read-file-name-completion-ignore-case' does not exist.
5641 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5642 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5643 `tramp-open-shell'.
5644 (tramp-action-password): Hide password prompt before next run.
5645 (tramp-process-actions): Widen connection buffer for the trace.
5646 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5647 process property. Trace stty settings if `tramp-verbose' >= 9.
5648 Apply workaround for IRIX64 bug. Move argument of last
5649 `tramp-send-command' where it belongs to.
5650 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5651 front of `login-args'.
5652 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5653 on "/dev/null" instead of "/".
5654 (tramp-get-ls-command-with-dired): Make test for "--dired"
5655 stronger.
5656 (tramp-set-auto-save-file-modes): Adapt version check.
5657 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5658 (tramp-handle-process-file): Call the program in a subshell, in
5659 order to preserve working directory.
5660 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5661 `tramp-remote-sh' from `tramp-methods'.
5662 (tramp-get-ls-command): Make test for "--color=never" stronger.
5663 (tramp-check-for-regexp): Use (forward-line 1).
5664
5665 * net/trampver.el: Update release number.
5666
5667 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * help.el (help-map): Bind `C-h P' to describe-package.
5670
5671 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5672
5673 * emacs-lisp/package.el (package-refresh-contents): Catch errors
5674 when downloading archives.
5675 (describe-package-1): Add package commentary.
5676 (package-install-button-action): New function.
5677 (package-menu-mode-map): Bind ? to package-menu-describe-package.
5678 (package-menu-view-commentary): Function removed.
5679 (package-list-packages-internal): Hide the `package' package too.
5680
5681 2010-08-25 Kenichi Handa <handa@m17n.org>
5682
5683 * language/misc-lang.el ("Arabic"): New language environment.
5684 Setup composition-function-table for Arabic characters.
5685
5686 * international/fontset.el (setup-default-fontset): Fix typo for
5687 arabic OTF spec (fini->fina).
5688
5689 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
5690
5691 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5692 on all frames.
5693
5694 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5695
5696 * whitespace.el: Allow cleaning up blanks without blank
5697 visualization (Bug#6651). Adjust help window for
5698 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5699 instead of whitespace-line-column (from EmacsWiki). New version
5700 13.1.
5701 (whitespace-style): Add new value 'face. Adjust docstring.
5702 (whitespace-space, whitespace-hspace, whitespace-tab):
5703 Adjust foreground property face.
5704 (whitespace-line-column): Adjust docstring and type declaration.
5705 (whitespace-style-value-list, whitespace-toggle-option-alist)
5706 (whitespace-help-text): Adjust const initialization.
5707 (whitespace-toggle-options, global-whitespace-toggle-options):
5708 Adjust docstring.
5709 (whitespace-display-window, whitespace-interactive-char)
5710 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5711 (whitespace-help-scroll): New fun.
5712
5713 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5714
5715 * emacs-lisp/package.el (list-packages): Alias for
5716 package-list-packages.
5717
5718 2010-08-24 Kevin Ryde <user42@zip.com.au>
5719
5720 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5721 (Bug#5651).
5722
5723 * progmodes/ruby-mode.el (ruby): Add defgroup.
5724
5725 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * progmodes/python.el: Add Ipython support (Bug#5390).
5728 (python-shell-prompt-alist)
5729 (python-shell-continuation-prompt-alist): New options.
5730 (python--set-prompt-regexp): New function.
5731 (inferior-python-mode, run-python, python-shell):
5732 Require ansi-color. Use python--set-prompt-regexp to set the comint
5733 prompt based on the Python interpreter.
5734 (python--prompt-regexp): New var.
5735 (python-check-comint-prompt)
5736 (python-comint-output-filter-function): Use it.
5737 (run-python): Use a pipe (Bug#5694).
5738
5739 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
5740
5741 * progmodes/python.el (python-send-region): Send a different
5742 Python command if Ipython is in use.
5743 (python-check-version): Use a Python command to find the version.
5744
5745 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * mouse.el (mouse-yank-primary): Avoid setting primary when
5748 deactivating the mark (Bug#6872).
5749
5750 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
5751
5752 * progmodes/python.el (python-block-pairs): Allow use of "finally"
5753 with "else" (Bug#3991).
5754
5755 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
5756
5757 * net/dbus.el: Accept UNIX domain sockets as bus address.
5758 (top): Don't initialize `dbus-registered-objects-table' anymore,
5759 this is done in dbusbind,c.
5760 (dbus-check-event): Adapt test for bus.
5761 (dbus-return-values-table, dbus-unregister-service)
5762 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5763 Adapt doc string.
5764
5765 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
5766
5767 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5768
5769 2010-08-22 Juri Linkov <juri@jurta.org>
5770
5771 * simple.el (read-extended-command): New function with the logic
5772 for `completing-read' moved to Elisp from `execute-extended-command'.
5773 Use `function-called-at-point' in `minibuffer-default-add-function'
5774 to get a command name for M-n (bug#5364, bug#5214).
5775
5776 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5777
5778 * startup.el (command-line-1): Issue warning for ignored arguments
5779 --unibyte, etc (Bug#6886).
5780
5781 2010-08-22 Leo <sdl.web@gmail.com>
5782
5783 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5784 (ignore, bright, dim, keyword): Split list of nicknames before
5785 passing to rcirc-add-or-remove (Bug#6894).
5786
5787 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5788
5789 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5790
5791 2010-08-22 Leo <sdl.web@gmail.com>
5792
5793 Fix buffer-list rename&refresh after killing a buffer in ido.
5794 * ido.el: Revert Óscar's.
5795 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5796 Remember the buffers at head, rather than their name.
5797 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
5798
5799 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
5800 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5803 extra backslash added to each line (bug#6890).
5804
5805 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * subr.el (read-key): Don't echo keystrokes (bug#6883).
5808
5809 2010-08-22 Glenn Morris <rgm@gnu.org>
5810
5811 * menu-bar.el (menu-bar-games-menu): Add landmark.
5812
5813 2010-08-22 Glenn Morris <rgm@gnu.org>
5814
5815 * align.el (align-regexp): Make group and spacing arguments
5816 use the interactive defaults when non-interactive. (Bug#6698)
5817
5818 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5819 expansion, so as not to need sendmail.
5820 (mail-text-start): Remove declaration.
5821 (rmail-retry-failure): Require sendmail.
5822
5823 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5824
5825 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5826
5827 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
5828
5829 * progmodes/flymake.el (flymake-start-syntax-check-process):
5830 Use `start-file-process' in order to let it run also on remote hosts.
5831
5832 2010-08-22 Kenichi Handa <handa@m17n.org>
5833
5834 * files.el: Add `word-wrap' as safe local variable.
5835
5836 2010-08-22 Glenn Morris <rgm@gnu.org>
5837
5838 * woman.el (woman-translate): Case matters. (Bug#6849)
5839
5840 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * simple.el (kill-region): Doc fix (Bug#6787).
5843
5844 2010-08-22 Glenn Morris <rgm@gnu.org>
5845
5846 * calendar/diary-lib.el (diary-header-line-format):
5847 Fit it to the window, not the frame.
5848
5849 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
5850
5851 * subr.el (ignore-errors): Add debug declaration.
5852
5853 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
5854
5855 * whitespace.el (whitespace-color-off): Remove post-command-hook
5856 locally.
5857
5858 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5861
5862 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
5863
5864 * cus-edit.el (custom-group-value-create): Add extra newline
5865 before end line (Bug#6876).
5866
5867 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
5868
5869 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5870 when extending it. Before killing on the second click, check if
5871 the buffer is the correct one. Doc fix.
5872 (mouse-secondary-save-then-kill): Allow usage without first
5873 calling mouse-start-secondary, by defaulting to point. Don't save
5874 an empty secondary selection. Doc fix.
5875
5876 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5877
5878 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
5879 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
5880 New version 13.0.
5881 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5882 Adjust initialization.
5883 (whitespace-bob-marker, whitespace-eob-marker)
5884 (whitespace-buffer-changed): New vars.
5885 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5886 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5887 (whitespace-post-command-hook, whitespace-display-char-on):
5888 Adjust code.
5889 (whitespace-looking-back, whitespace-buffer-changed): New funs.
5890 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
5891
5892 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * files.el (locate-file-completion-table): Only list the .el and .elc
5895 extensions if there's no other choice (bug#5955).
5896
5897 * facemenu.el (facemenu-self-insert-data): New var.
5898 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5899 New functions.
5900 (facemenu-add-face): Use them.
5901
5902 * simple.el (blink-matching-open): Obey forward-sexp-function.
5903
5904 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * simple.el (prog-mode-map): New var.
5907 (prog-indent-sexp): New command.
5908
5909 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5910
5911 * progmodes/prolog.el (smie): Require.
5912
5913 * emacs-lisp/smie.el (smie-default-backward-token)
5914 (smie-default-forward-token): Strip properties.
5915 (smie-next-sexp): Be more careful with associative operators.
5916 (smie-forward-sexp-command): Generalize.
5917 (smie-backward-sexp-command): Simplify.
5918 (smie-closer-alist): New var.
5919 (smie-close-block): New command.
5920 (smie-indent-debug-log): New var.
5921 (smie-indent-offset-rule): Add a few more cases.
5922 (smie-indent-column): New function.
5923 (smie-indent-after-keyword): Use it.
5924 (smie-indent-keyword): Use it.
5925 Fix up the opener code's point position.
5926 (smie-indent-comment): Only applies at BOL.
5927 (smie-indent-debug): New command.
5928
5929 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5930 declarations that are useful before running the macro.
5931
5932 2010-08-18 Joakim Verona <joakim@verona.se>
5933
5934 * image.el (imagemagick-types-inhibit): New variable.
5935 (imagemagick-register-types): New function.
5936 * image-mode.el (image-transform-properties): New function.
5937 (image-transform-set-scale, image-transform-fit-to-height)
5938 (image-transform-set-rotation, image-transform-set-resize)
5939 (image-transform-fit-to-width, image-transform-fit-to-height):
5940 New functions.
5941 (image-toggle-display-image): Support image transforms.
5942
5943 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5944
5945 * image.el (create-animated-image): Don't add heuristic mask to image
5946 (Bug#6839).
5947
5948 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
5949
5950 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
5951 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
5952
5953 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
5956
5957 Font-lock '...' strings, plus various simplifications and fixes.
5958 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5959 (octave-font-lock-close-quotes): New function.
5960 (octave-font-lock-syntactic-keywords): New var.
5961 (octave-mode): Use it. Set beginning-of-defun-function.
5962 (octave-mode-map): Don't override the <foo>-defun commands.
5963 (octave-mode-menu): Pass it directly to easy-menu-define;
5964 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
5965 (octave-block-match-alist): Fix up last change so that
5966 octave-close-block uses the more specific keyword.
5967 (info-lookup-mode): Silence byte-compiler.
5968 (octave-beginning-of-defun): Not interactive any more.
5969 Optimize slightly.
5970 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
5971 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
5972 (octave-completion-at-point-function): Make sure point is within
5973 beg..end.
5974 (octave-reindent-then-newline-and-indent):
5975 Use reindent-then-newline-and-indent.
5976 (octave-add-octave-menu): Remove.
5977
5978 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
5979
5980 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
5981 (report-emacs-bug-can-use-xdg-email): New functions.
5982 (report-emacs-bug): Set can-xdg-email to result of
5983 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
5984 \C-cm to report-emacs-bug-insert-to-mailer and add help text
5985 about it.
5986
5987 * net/browse-url.el (browse-url-default-browser): Add cond
5988 for browse-url-xdg-open.
5989 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
5990
5991 2010-08-17 Glenn Morris <rgm@gnu.org>
5992
5993 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
5994 (c-fontify-recorded-types-and-refs): Define for compiler.
5995 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
5996 before use.
5997
5998 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
5999 Fix format call.
6000
6001 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
6002
6003 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6004 properties.
6005 (tramp-handle-process-file): Call the program in a subshell, in
6006 order to preserve working directory.
6007 (tramp-action-password): Hide password prompt before next run.
6008 (tramp-process-actions): Widen connection buffer for the trace.
6009
6010 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6011
6012 * net/rcirc.el (rcirc-log-process-buffers): New option.
6013 (rcirc-print): Use it.
6014 (rcirc-generate-log-filename): New function.
6015 (rcirc-log-filename-function): Change default to
6016 rcirc-generate-log-filename (Bug#6828).
6017
6018 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
6019
6020 * simple.el (deactivate-mark): If select-active-regions is `only',
6021 only set selection for temporarily active regions.
6022
6023 * cus-start.el: Change defcustom for select-active-regions.
6024
6025 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * mouse.el (mouse--drag-set-mark-and-point): New function.
6028 (mouse-drag-track): Use LOCATION arg to push-mark.
6029 Use mouse--drag-set-mark-and-point to take click-count into
6030 consideration when updating point and mark (Bug#6840).
6031
6032 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6033
6034 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6035 Give the Ruby rule a lower priority than Gnu (Bug#6778).
6036
6037 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
6038
6039 * font-lock.el (lisp-font-lock-keywords-2):
6040 Add combine-after-change-calls, condition-case-no-debug,
6041 with-demoted-errors, and with-silent-modifications (Bug#6025).
6042
6043 2010-08-14 Kevin Ryde <user42@zip.com.au>
6044
6045 * emacs-lisp/copyright.el (copyright-update-year)
6046 (copyright-update): Temporary switch-to-buffer to ensure the
6047 buffer change being queried is visible (Bug#5394).
6048
6049 2010-08-14 Tom Tromey <tromey@redhat.com>
6050
6051 * progmodes/etags.el (tags-file-name): Mark safe if stringp
6052 (Bug#6733).
6053
6054 2010-08-14 Eli Zaretskii <eliz@gnu.org>
6055
6056 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6057 MS-DOS. (Bug#6689)
6058
6059 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
6060
6061 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6062 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6063 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6064 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6065 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6066 Call menu-bar-set-tool-bar-position.
6067
6068 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6071 comment style (bug#6834).
6072 * progmodes/scheme.el (scheme-mode-syntax-table):
6073 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6074 "b" flag in "' 14b" syntax.
6075
6076 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6077 for (un)commenting the region and performing completion.
6078 (octave-mode-menu): Use standard commands for help and completion.
6079 (octave-mode-syntax-table): Support %{..%} comments (sort of).
6080 (octave-mode): Use define-derived-mode.
6081 Set completion-at-point-functions and don't set columns.
6082 Don't disable adaptive-fill-regexp.
6083 (octave-describe-major-mode, octave-comment-region)
6084 (octave-uncomment-region, octave-comment-indent)
6085 (octave-indent-for-comment): Remove.
6086 (octave-indent-calculate): Rename from calculate-octave-indent.
6087 (octave-indent-line, octave-fill-paragraph): Update caller.
6088 (octave-initialize-completions): No need to make an alist.
6089 (octave-completion-at-point-function): New function.
6090 (octave-complete-symbol): Use it.
6091 (octave-insert-defun): Use define-skeleton.
6092
6093 * progmodes/octave-mod.el (octave-mode): Set comment-add.
6094 (octave-mode-map): Use comment-dwim (bug#6829).
6095
6096 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6097
6098 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6099 indentation of inserted comment.
6100
6101 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6102
6103 * faces.el (region): Add type gtk that uses gtk colors.
6104
6105 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6106 Handle theme-name change.
6107
6108 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
6109
6110 * progmodes/sql.el: Version 2.5
6111 (sql-product-alist): Add :prompt-cont-regexp property for several
6112 database products.
6113 (sql-prompt-cont-regexp): New variable.
6114 (sql-output-newline-count, sql-output-by-send):
6115 New variables. Record number of newlines in input text.
6116 (sql-send-string): Handle multiple filters and count newlines.
6117 (sql-send-magic-terminator): Count terminator newline.
6118 (sql-interactive-remove-continuation-prompt): Filters output to
6119 remove continuation prompts; one for each newline.
6120 (sql-interactive-mode): Set up new variables, prompt regexp and
6121 output filter.
6122 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
6123 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
6124
6125 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * emacs-lisp/pcase.el: New file.
6128
6129 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
6130
6131 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6132 as here-document, otherwise the command could exceed maximum
6133 length of command line.
6134 (tramp-handle-vc-registered): Call script accordingly.
6135 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
6136
6137 2010-08-10 Kenichi Handa <handa@m17n.org>
6138
6139 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6140 composable pattern.
6141
6142 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
6143
6144 * emacs-lisp/package.el (package-version-split)
6145 (package--version-first-nonzero, package-version-compare):
6146 Functions removed.
6147 (package-directory-list, package-load-all-descriptors)
6148 (package--built-in, package-activate, define-package)
6149 (package-installed-p, package-compute-transaction)
6150 (package-read-all-archive-contents)
6151 (package--add-to-archive-contents, package-buffer-info)
6152 (package-tar-file-info, package-list-packages-internal):
6153 Use version-to-list and version-list-*.
6154
6155 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6156 Use version-to-list.
6157 (package-upload-buffer-internal): Use version-list-<=.
6158
6159 2010-08-09 Kenichi Handa <handa@m17n.org>
6160
6161 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
6162 composable pattern.
6163
6164 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * tutorial.el (tutorial--default-keys): C-d is now bound to
6167 delete-forward-char (Bug#6826).
6168
6169 * mouse.el (mouse-drag-track): Remove accidentally-removed check
6170 for `double' value of mouse-1-click-follows-link (Bug#6807).
6171
6172 2010-08-08 Johan Bockgård <bojohan@gnu.org>
6173
6174 * replace.el (replace-highlight): Bind isearch-forward and
6175 isearch-error, ensuring that highlighting is updated if the user
6176 switches the search direction (Bug#6808).
6177
6178 * isearch.el (isearch-lazy-highlight-forward): New var.
6179 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6180 (isearch-lazy-highlight-update): Use it.
6181
6182 2010-08-08 Kenichi Handa <handa@m17n.org>
6183
6184 * international/mule.el (define-charset): Store NAME as :base property.
6185 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
6186 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6187 current priority. Force using the designation of the specific
6188 charset by adding `charset' text property. Improve the whole algorithm.
6189
6190 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * emulation/pc-select.el (pc-selection-mode-hook)
6193 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6194 (pc-selection-mode): Fix typos in docstrings.
6195
6196 2010-08-08 Kenichi Handa <handa@m17n.org>
6197
6198 * language/cyrillic.el: Don't add "microsoft-cp1251" to
6199 ctext-non-standard-encodings-alist here.
6200
6201 * international/mule.el (ctext-non-standard-encodings-alist):
6202 Add "koi8-r" and "microsoft-cp1251".
6203 (ctext-standard-encodings): New variable.
6204 (ctext-non-standard-encodings-table): List only elements for
6205 non-standard encodings.
6206 (ctext-pre-write-conversion): Adjust for the above change.
6207 Check ctext-standard-encodings.
6208
6209 * international/mule-conf.el (compound-text): Doc fix.
6210 (ctext-no-compositions): Doc fix.
6211 (compound-text-with-extensions): Doc fix.
6212
6213 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6216
6217 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6218
6219 * progmodes/which-func.el (which-func-format): Split help-echo text
6220 into lines, like other mode-line tooltips.
6221
6222 * server.el (server-start): When using TCP sockets, force IPv4
6223 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
6224
6225 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6228
6229 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6230
6231 * term.el (term-delimiter-argument-list): Reflow docstring.
6232 (term-read-input-ring, term-write-input-ring, term-send-input)
6233 (term-bol, term-erase-in-display, serial-supported-or-barf):
6234 Fix typos in docstrings.
6235
6236 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6237
6238 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6239
6240 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6243
6244 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
6245
6246 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6247 Fix typo in docstring (bug#6747).
6248
6249 2010-08-08 Leo <sdl.web@gmail.com>
6250
6251 * eshell/esh-io.el (eshell-get-target): Better detection of
6252 read-only file (Bug#6762).
6253
6254 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6255
6256 * align.el (align-default-spacing): Doc fix.
6257 (align-region-heuristic, align-regexp): Fix typos in docstrings.
6258
6259 2010-08-08 Stephen Peters <speters@itasoftware.com>
6260
6261 * calendar/icalendar.el
6262 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
6263 (icalendar--get-weekday-numbers): New.
6264 (icalendar--convert-recurring-to-diary): Handle multiple byday
6265 values in weekly rules. (Bug#6766)
6266
6267 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
6268
6269 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6270 (icalendar--create-uid, icalendar-export-region)
6271 (icalendar--parse-summary-and-rest): Code formatting.
6272
6273 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6274
6275 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6276 to italicize headers.
6277 (calc-highlight-selections-with-faces): New variable.
6278 (calc-selected-face, calc-nonselected-face): New faces.
6279
6280 * calc/calccomp.el (math-comp-highlight-string): Use
6281 `calc-highlight-selections-with-faces' to determine how to highlight
6282 sub-formulas.
6283
6284 * calc/calc-sel.el (calc-show-selections): Change message to when
6285 using faces to highlight selections.
6286
6287 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
6288
6289 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6290 Add SQLite 3 keywords, functions and datatypes.
6291 (sql-interactive-mode): Remove `comint-process-echoes' set to t
6292 (Bug#6686).
6293
6294 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * simple.el (select-active-regions): Move to keyboard.c.
6297 (deactivate-mark): Used saved-region-selection.
6298 (select-active-region): Function removed.
6299 (activate-mark, set-mark, push-mark-command)
6300 (handle-shift-selection): Don't call it.
6301 (keyboard-quit): Avoid adding the region to the window selection.
6302
6303 * mouse.el (mouse-drag-track): Remove hacks to deal with old
6304 select-active-regions implementation.
6305 (mouse-yank-at-click): Doc fix.
6306
6307 * cus-start.el: Add custom declaration for select-active-regions.
6308
6309 2010-08-07 Eli Zaretskii <eliz@gnu.org>
6310
6311 * simple.el (delete-forward-char): Doc fix.
6312
6313 * tutorial.el (help-with-tutorial): Hack safe file-local variables
6314 after reading the tutorial.
6315
6316 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
6317
6318 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6319 Fix for the case that a C style comment has its delimiters alone on
6320 their respective lines.
6321
6322 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
6323
6324 * net/tramp.el (tramp-handle-start-file-process): Set connection
6325 property "vec".
6326 (tramp-process-sentinel): Use it for flushing the cache.
6327 We cannot do it via the process buffer, the buffer could be deleted
6328 already when running the sentinel.
6329
6330 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6331
6332 * comint.el (comint-mode): Make directory tracking functions
6333 functional on remote files. (Bug#6764)
6334
6335 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6336
6337 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6338
6339 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6340
6341 * emacs-lisp/find-gc.el (find-gc-source-files):
6342 Rename unexec.c => unexcoff.c.
6343
6344 * emacs-lisp/authors.el (authors-fixed-entries):
6345 Rename unexec.c => unexcoff.c.
6346
6347 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6350 cache, not only file cache.
6351 (tramp-process-sentinel): New defun.
6352 (tramp-handle-start-file-process): Use it, in order to invalidate
6353 file caches.
6354
6355 2010-08-03 Leo <sdl.web@gmail.com>
6356
6357 * server.el (server-start): Simplify loop.
6358
6359 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * frame.el (screen-height, screen-width, set-screen-width)
6362 (set-screen-height): Remove ancient compatibility aliases.
6363
6364 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6365 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
6366
6367 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6368 that change current buffer.
6369
6370 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6371
6372 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6373 beginning of the string. Use `string-match-p'. (Bug#6765)
6374
6375 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
6376
6377 * cus-start.el (x-gtk-use-system-tooltips): New variable.
6378
6379 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
6382 (package--builtins): Tweak descriptions.
6383 (package-print-package): Upcase descriptions if necessary.
6384 Show all built-in packages in font-lock-builtin-face.
6385 (package-list-packages-internal): Omit "emacs" package.
6386 Show status of built-in packages as "built-in".
6387
6388 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
6391 before killing to preserve the primary selection (Bug#6701).
6392
6393 * term/x-win.el (x-select-text): Doc fix.
6394
6395 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
6396
6397 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6398 (objc-font-lock-extra-types):
6399 * progmodes/cc-mode.el (c-basic-common-init):
6400 * progmodes/cc-langs.el (c-make-mode-syntax-table)
6401 (c++-make-template-syntax-table)
6402 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6403 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6404 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6405 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
6406 * progmodes/cc-fonts.el (c-make-inverse-face)
6407 (c-basic-matchers-after):
6408 * progmodes/cc-engine.el (c-forward-keyword-clause)
6409 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6410 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6411 (c-guess-continued-construct, c-guess-basic-syntax):
6412 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6413 The above functions were modified or created.
6414
6415 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
6416
6417 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
6418
6419 2010-07-31 Eli Zaretskii <eliz@gnu.org>
6420
6421 * files.el (bidi-paragraph-direction): Define safe local values.
6422
6423 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6424 language-info-alist. Remove outdated FIXME in a comment.
6425
6426 2010-07-31 Alan Mackenzie <acm@muc.de>
6427
6428 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6429 Auto-fill broken in C/C++ modes.
6430
6431 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6432
6433 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6434 (menu-bar-showhide-tool-bar-menu-customize-disable)
6435 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6436 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6437 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
6438 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6439 make a menu for Options => toolbar that can move it.
6440
6441 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * emacs-lisp/package-x.el (package--make-rss-entry):
6444 (package-maint-add-news-item, package--update-news)
6445 (package-upload-buffer-internal): New arg ARCHIVE-URL.
6446
6447 * emacs-lisp/package.el (package-archive-url): Rename from
6448 package-archive-id.
6449 (package-install): Doc fix.
6450 (package-download-single, package-download-tar, package-install)
6451 (package-menu-view-commentary): Callers changed.
6452
6453 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
6454
6455 * net/tramp.el (tramp-handle-start-file-process): Check only for
6456 `remote-tty' process property.
6457 (tramp-open-shell): Don't check for tty.
6458 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6459 process property.
6460
6461 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6462 host.
6463
6464 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * emacs-lisp/package.el (package-load-list, package-archives)
6467 (package-archive-contents, package-user-dir)
6468 (package-directory-list, package--builtins, package-alist)
6469 (package-activated-list, package-obsolete-alist): Mark as risky.
6470
6471 2010-07-28 Phil Hagelberg <phil@evri.com>
6472
6473 Add support for non-default package repositories.
6474 * emacs-lisp/package.el (package-archive-base): Var deleted.
6475 (package-archives): New variable.
6476 (package-archive-contents): Doc fix.
6477 (package-load-descriptor): Do nothing if descriptor file is missing.
6478 (package--write-file-no-coding): New function.
6479 (package-unpack-single): Use it.
6480 (package-archive-id): New function.
6481 (package-download-single, package-download-tar)
6482 (package-menu-view-commentary): Use it.
6483 (package-installed-p): Make second argument optional.
6484 (package-read-all-archive-contents): New function.
6485 (package-initialize): Use it.
6486 (package-read-archive-contents): Add ARCHIVE argument.
6487 (package--add-to-archive-contents): New function.
6488 (package-install): Don't call package-read-archive-contents.
6489 (package--download-one-archive): Store archive file in a
6490 subdirectory of package-user-dir.
6491 (package-menu-execute): Remove spurious line movement.
6492
6493 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
6494
6495 * cus-start.el (tool-bar-style): Add text-image-horiz.
6496
6497 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
6498
6499 * progmodes/gud.el (gud-common-init): Check for remoteness of
6500 `file', and not of `default-directory'.
6501
6502 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
6503
6504 * net/tramp.el (tramp-methods): Move hostname to the end in all
6505 ssh `tramp-login-args'.
6506 (tramp-verbose): Describe verbose level 9.
6507 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6508 (tramp-open-connection-setup-interactive-shell): Trace stty
6509 settings if `tramp-verbose' >= 9.
6510 (tramp-handle-start-file-process): Implement tty setting.
6511 (Bug#4604, Bug#6360)
6512
6513 * net/tramp-cmds.el (tramp-bug): Recommend setting of
6514 `tramp-verbose' to 9.
6515
6516 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
6517
6518 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6519 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6520 Remove references to package `lisp-re' (bug#4369).
6521
6522 2010-07-27 Tom Tromey <tromey@redhat.com>
6523
6524 * progmodes/js.el (js-mode):
6525 * progmodes/make-mode.el (makefile-mode):
6526 * progmodes/simula.el (simula-mode):
6527 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6528
6529 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
6530
6531 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6532
6533 * time.el (display-time-day-and-date): Remove spurious * in docstring.
6534 (display-time-world-buffer-name, display-time-world-mode-map):
6535 Fix typos in docstrings.
6536
6537 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
6538
6539 * image-mode.el (image-display-size): New function.
6540 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6541 (image-mode-fit-frame): Use it (Bug#6639).
6542
6543 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * dired.el (dired-buffers-for-dir): Handle list values of
6546 dired-directory (Bug#6636).
6547
6548 2010-07-26 Sam Steingold <sds@gnu.org>
6549
6550 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6551 Do not call `x-get-selection' the second time, reuse the value.
6552
6553 2010-07-26 Daiki Ueno <ueno@unixuser.org>
6554
6555 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
6556 which consist of control chars only. Suggested by Richard Stallman.
6557
6558 2010-07-25 Daiki Ueno <ueno@unixuser.org>
6559
6560 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6561 exists before passing an error to find-file-not-found-functions
6562 (bug#6723).
6563
6564 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
6565
6566 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6567 Remove leading nil element, adjust values.
6568 (tetris-shapes, tetris-shape-scores):
6569 Change representation of shapes and remove some redundancy.
6570 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6571 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6572 Adjust for working with new representation of shapes.
6573 (tetris-shape-rotations): New function.
6574 (tetris-move-bottom, tetris-move-left, tetris-move-right)
6575 (tetris-rotate-prev, tetris-rotate-next):
6576 Adjust for working with the new version of tetris-test-shape.
6577
6578 2010-07-23 Markus Triska <markus.triska@gmx.at>
6579
6580 * progmodes/ps-mode.el: Use comint (bug#5954).
6581 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6582 (ps-mode-other-newline): Simplify.
6583 (ps-run-mode): Derive from comint-mode instead of
6584 fundamental-mode, yielding input history etc.
6585 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6586 (ps-run-send-string): Adapt for comint-mode.
6587 (ps-run-newline): Remove now unneeded function.
6588
6589 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6590
6591 * net/tramp.el (tramp-methods): Move hostname to the end in all
6592 plink `tramp-login-args'.
6593
6594 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6595
6596 * net/tramp.el (tramp-open-shell): New defun.
6597 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6598 Use it.
6599
6600 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6601
6602 * net/tramp.el (tramp-file-name-regexp-unified)
6603 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6604 not regard the volume letter as remote filename. (Bug#5447)
6605
6606 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
6607
6608 * custom.el (custom-declare-variable): Give a clearer error message
6609 when the docstring is missing (bug#6476).
6610
6611 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
6612
6613 * progmodes/sql.el: Version 2.4. Improved Login prompting.
6614 (sql-login-params): New widget definition.
6615 (sql-oracle-login-params, sql-mysql-login-params)
6616 (sql-solid-login-params, sql-sybase-login-params)
6617 (sql-informix-login-params, sql-ingres-login-params)
6618 (sql-ms-login-params, sql-postgres-login-params)
6619 (sql-interbase-login-params, sql-db2-login-params)
6620 (sql-linter-login-params): Use it.
6621 (sql-sqlite-login-params): Use it; Define "database" parameter as
6622 a file name.
6623 (sql-sqlite-program): Change to "sqlite3".
6624 (sql-comint-sqlite): Make sure database name is complete.
6625 (sql-for-each-login): New function.
6626 (sql-connect, sql-save-connection): Use it.
6627 (sql-get-login-ext): New function.
6628 (sql-get-login): Use it.
6629 (sql-make-alternate-buffer-name): Handle :file parameters.
6630
6631 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
6632
6633 * dired.el (dired-no-confirm): Document value t and fix defcustom to
6634 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
6635
6636 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6637
6638 * dired.el (dired-mode-map): Use command remapping (bug#6632).
6639
6640 2010-07-22 Lawrence Mitchell <wence@gmx.li>
6641
6642 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6643
6644 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
6645
6646 * net/tramp.el (tramp-get-ls-command)
6647 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6648 instead of "/".
6649
6650 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
6651
6652 * progmodes/sql.el: Version 2.3.
6653 (sql-connection-alist): Change keys from symbols to strings;
6654 enhanced the widget definition.
6655 (sql-mode-menu): Add submenu to select connections.
6656 (sql-interactive-mode-menu): Add "Save Connection" item.
6657 (sql-add-product): Fix menu item.
6658 (sql-get-product-feature): Improved error handling.
6659 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6660 (sql-make-alternate-buffer-name): Simplified.
6661 (sql-product-interactive): Handle missing product.
6662 (sql-connect): Support string keys, minor improvements.
6663 (sql-save-connection): New function.
6664 (sql-connection-menu-filter): New function.
6665
6666 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
6667
6668 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6669 (tramp-open-connection-setup-interactive-shell):
6670 Apply workaround for IRIX64 bug. Move argument of last
6671 `tramp-send-command' where it belongs to.
6672
6673 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
6674
6675 * net/tramp.el (tramp-perl-file-attributes)
6676 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6677 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6678 front of `login-args'.
6679
6680 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
6681
6682 * time.el (display-time-world-mode): Define with `define-derived-mode'.
6683 Set `show-trailing-whitespace' to nil.
6684 (display-time-world-display): Simplify.
6685
6686 2010-07-18 Alan Mackenzie <acm@muc.de>
6687
6688 Enhance `c-file-style' in file/directory local variables.
6689 * progmodes/cc-mode.el (c-count-cfss): New function.
6690 (c-before-hack-hook): Call `c-set-style' differently according to
6691 whether c-file-style was set in file or directory local
6692 variables.
6693
6694 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
6695
6696 * progmodes/sql.el: Version 2.2.
6697 (sql-product, sql-user, sql-database, sql-server, sql-port):
6698 Use defcustom :safe keyword rather than putting safe-local-variable
6699 property.
6700 (sql-password): Use defcustom :risky keyword rather than putting
6701 risky-local-variable property.
6702 (sql-oracle-login-params, sql-sqlite-login-params)
6703 (sql-solid-login-params, sql-sybase-login-params)
6704 (sql-informix-login-params, sql-ingres-login-params)
6705 (sql-ms-login-params, sql-postgres-login-params)
6706 (sql-interbase-login-params, sql-db2-login-params)
6707 (sql-linter-login-params): Add `port' option.
6708 (sql-get-product-feature): Add NO-INDIRECT parameter.
6709 (sql-comint-oracle, sql-comint-sybase)
6710 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6711 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6712 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
6713 (sql-comint-linter): Rename sql-connect-* functions to
6714 sql-comint-*.
6715 (sql-product-alist, sql-mode-menu): Rename as above and
6716 :sqli-connect-func to :sqli-comint-func.
6717 (sql-connection): New variable.
6718 (sql-interactive-mode): Set it.
6719 (sql-connection-alist): New variable.
6720 (sql-connect): New function.
6721 (sql--alt-buffer-part, sql--alt-if-not-empty)
6722 (sql-make-alternate-buffer-name): Improved alternative buffer name.
6723
6724 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6725
6726 * image-mode.el (image-bookmark-make-record): Do not set context
6727 in an image (Bug#6650).
6728
6729 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * simple.el (select-active-region): New function.
6732 (push-mark-command, set-mark, activate-mark)
6733 (handle-shift-selection): Use it.
6734 (deactivate-mark): Don't check for size of region.
6735
6736 * mouse.el (mouse-drag-track): Use select-active-region.
6737
6738 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
6739
6740 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6741 "--dired" stronger.
6742
6743 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
6744
6745 * term/x-win.el (x-select-enable-primary): Change default to nil.
6746 (x-select-enable-clipboard): Add :version keyword.
6747
6748 * mouse.el (mouse-drag-copy-region):
6749 * simple.el (select-active-regions): Likewise.
6750
6751 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
6752
6753 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
6754 (vc-coding-system-for-diff): Use it to decide whether to inherit
6755 from the file the EOL format for reading the diffs of that file.
6756 (Bug#4451)
6757
6758 2010-07-16 Eli Zaretskii <eliz@gnu.org>
6759
6760 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6761 unibyte, so compressed attachments are not compressed again.
6762
6763 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
6764
6765 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6766 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6767 (tramp-find-shell): Simplify setting connection property.
6768 (tramp-get-ls-command): Make test for "--color=never" stronger.
6769
6770 2010-07-15 Simon South <ssouth@member.fsf.org>
6771
6772 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6773 blocks within record declarations (i.e. variant parts) correctly.
6774
6775 2010-07-15 Simon South <ssouth@member.fsf.org>
6776
6777 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6778 over literal tokens when parsing so newlines aren't "absorbed" by
6779 single-line comments. Corrects the indentation of case blocks
6780 that have a comment on the first line.
6781
6782 2010-07-14 Karl Fogel <kfogel@red-bean.com>
6783
6784 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6785 by Drew Adams (Bug#5504).
6786
6787 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
6788
6789 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
6790 now that Unicode is used (Bug#6594).
6791
6792 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * term/x-win.el (x-select-enable-clipboard): Default to t.
6795 (x-initialize-window-system): Don't overwrite Paste menu item.
6796
6797 * simple.el (select-active-regions): Default to t.
6798 (push-mark-command): Don't overwrite primary with empty string.
6799
6800 * mouse.el: Bind mouse-2 to mouse-yank-primary.
6801 (mouse-drag-copy-region): Default to nil.
6802
6803 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6804 Cut/Copy/Paste menu bar items.
6805
6806 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6807
6808 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6809 Patch applied by Karl Fogel.
6810
6811 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6812 and `bookmark-current-buffer' if they have been already set in
6813 another buffer (e.g gnus-art).
6814
6815 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6816 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6817
6818 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6819
6820 * bookmark.el (bookmark-make-record-default): Allow unneeded
6821 information to be omitted from the record.
6822
6823 Adjust declarations and calls:
6824
6825 * info.el (bookmark-make-record-default): Adjust declaration.
6826 (Info-bookmark-make-record): Adjust call.
6827
6828 * woman.el (bookmark-make-record-default): Adjust declaration.
6829 (woman-bookmark-make-record): Adjust call.
6830
6831 * man.el (bookmark-make-record-default): Adjust declaration.
6832 (Man-bookmark-make-record): Adjust call.
6833
6834 * image-mode.el (bookmark-make-record-default): Adjust declaration.
6835
6836 * doc-view.el (bookmark-make-record-default): Adjust declaration.
6837
6838 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6839
6840 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6841 This is also from Thierry Volpiatto's patch in bug #6444. However,
6842 because it was extraneous to the functional change in that patch,
6843 and causes a re-indendation, I am committing it separately.
6844
6845 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6846
6847 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6848 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
6849 Patch applied by Karl Fogel (Bug#6444).
6850
6851 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
6852
6853 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6854
6855 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6856
6857 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6858 Dempsky; bug#5084). Remove incorrect binding for S-tab.
6859 (ns-alternatives-map): Change S-tab binding to backtab
6860 (bug#6616).
6861
6862 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6863 under ns.
6864
6865 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6866
6867 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6868 (Bug#5806)
6869
6870 * language/tv-util.el (tai-viet-re): Remove format.
6871
6872 2010-07-12 Kenichi Handa <handa@m17n.org>
6873
6874 * language/hebrew.el: Remove no-byte-compile declaration.
6875 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6876 composition-function-table for 3-character looking back.
6877 (hebrew-font-get-precomposed): New function.
6878 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6879
6880 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
6881
6882 * mouse.el (mouse-drag-track): Handle select-active-regions
6883 (Bug#6612).
6884
6885 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
6886
6887 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6888 empty argument to gvfs-copy.
6889
6890 2010-07-10 Glenn Morris <rgm@gnu.org>
6891
6892 * calendar/calendar.el (calendar-week-end-day): New function.
6893 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6894 Respect calendar-week-start-day. (Bug#6606)
6895 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6896 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6897 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6898 respect calendar-week-start-day.
6899
6900 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
6901
6902 * simple.el (use-region-p): Doc fix (Bug#6607).
6903
6904 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
6905
6906 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6907 Add regexps for cucumber and ruby.
6908
6909 2010-07-08 Daiki Ueno <ueno@unixuser.org>
6910
6911 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6912 (epa-file-insert-file-contents): Hack to prevent
6913 find-file from opening empty buffer when decryption failed
6914 (bug#6568).
6915
6916 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
6917
6918 * textmodes/ispell.el (ispell-alternate-dictionary):
6919 Use file-readable-p.
6920 Return nil if no word-list is found at default locations.
6921 (ispell-complete-word-dict): Default to nil.
6922 (ispell-command-loop): Use 'word-list' when using lookup-words.
6923 (lookup-words): Use ispell-complete-word-dict or
6924 ispell-alternate-dictionary. Check for word-list availability
6925 and handle errors if needed with better messages (Bug#6539).
6926 (ispell-complete-word): Use ispell-complete-word-dict or
6927 ispell-alternate-dictionary.
6928
6929 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
6930
6931 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6932 builtins (BufferError, BytesWarning, WindowsError; callables
6933 bin, bytearray, bytes, format, memoryview, next, print; __package__).
6934
6935 2010-07-07 Glenn Morris <rgm@gnu.org>
6936
6937 * play/zone.el (top-level): Do not require timer, tabify, or cl.
6938 (zone-shift-left): Ignore intangibility, and any errors from
6939 forward-char.
6940 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
6941 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6942 deleting, and copying text properties.
6943 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6944 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6945 to point-max is hard.
6946 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6947 (zone-fill-out-screen): Ignore intangibility.
6948
6949 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * menu-bar.el (menu-bar-mode):
6952 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
6953 if it has been set.
6954
6955 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
6956 word/line selection (Bug#6565).
6957
6958 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
6959
6960 * net/dbus.el (dbus-send-signal): Declare function.
6961
6962 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
6965 (dbus-register-property): New optional argument EMITS-SIGNAL.
6966 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
6967
6968 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
6969
6970 * mouse.el (mouse-drag-overlay): Variable deleted.
6971 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
6972 (mouse--remap-link-click-p): New function.
6973 (mouse-drag-track): Handle dragging by using temporary Transient
6974 Mark mode, instead of a special overlay.
6975 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
6976 mouse-show-mark.
6977
6978 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
6979 deleted.
6980
6981 2010-07-02 Juri Linkov <juri@jurta.org>
6982
6983 * autoinsert.el (auto-insert-alist): Fix readability
6984 by using dotted pair notation for lambda.
6985
6986 2010-07-02 Juri Linkov <juri@jurta.org>
6987
6988 * faces.el (read-face-name): Rename arg `string-describing-default'
6989 to `default'. Doc fix. Display the default value in quotes
6990 in the prompt. With empty input, return the `default' arg,
6991 unless the default value is a string (in which case return nil).
6992 (describe-face): Replace the string `default' arg of `read-face-name'
6993 with the symbol `default'.
6994
6995 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
6996
6997 * emulation/viper-cmd.el (viper-delete-backward-char)
6998 (viper-del-backward-char-in-insert)
6999 (viper-del-backward-char-in-replace, viper-change)
7000 (viper-backward-indent): Replace delete-backward-char with
7001 delete-char (Bug#6552).
7002
7003 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
7004
7005 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7006
7007 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7008
7009 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7010 argument passed to frame-creation-function (Bug#5378).
7011
7012 * faces.el (x-handle-named-frame-geometry)
7013 (x-handle-reverse-video, x-create-frame-with-faces)
7014 (face-set-after-frame-default, tty-create-frame-with-faces):
7015 Don't separately consult default-frame-alist. It is now passed as the
7016 PARAMETER argument.
7017
7018 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
7019
7020 * startup.el (command-line): Don't call tool-bar-setup in a
7021 tty-only build.
7022
7023 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * ruler-mode.el (ruler--save-header-line-format): New fun.
7026 (ruler-mode): Use it as a setter function, so as not to overwrite
7027 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7028
7029 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
7032 (vc-root-diff, vc-print-root-log, vc-log-incoming)
7033 (vc-log-outgoing): Use it.
7034 (vc-diff-internal): Set diff-vc-backend.
7035
7036 * vc/diff-mode.el (diff-vc-backend): New var.
7037
7038 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
7039
7040 * dynamic-setting.el (font-setting-change-default-font):
7041 Remove call to message.
7042
7043 2010-06-28 Kenichi Handa <handa@m17n.org>
7044
7045 * international/quail.el (quail-insert-kbd-layout): Fix the
7046 showing of untranslated characters.
7047
7048 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
7049
7050 * simple.el (delete-active-region): New option.
7051 (delete-backward-char): Implement in Lisp.
7052 (delete-forward-char): New command.
7053
7054 * mouse.el (mouse-region-delete-keys): Deleted.
7055 (mouse-show-mark): Simplify.
7056
7057 * bindings.el (global-map): Bind delete and DEL, the former to
7058 delete-forward-char.
7059
7060 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
7061
7062 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7063 (ruby-mode): Bind indent-line-function (Bug#5119).
7064
7065 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7066
7067 * startup.el (command-line): Recognize "0" X resource value.
7068
7069 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7070
7071 * startup.el (command-line): Use X resources to set the value of
7072 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7073
7074 * menu-bar.el (menu-bar-mode):
7075 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7076 Set init-value to t.
7077
7078 * frame.el (frame-notice-user-settings): Don't change
7079 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7080 vice versa (Bug#2249).
7081
7082 2010-06-26 Eli Zaretskii <eliz@gnu.org>
7083
7084 * w32-fns.el (w32-convert-standard-filename): Doc fix.
7085
7086 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7087
7088 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7089 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7090
7091 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7092 default directories are expanded (Bug#6143).
7093
7094 2010-06-24 Juri Linkov <juri@jurta.org>
7095
7096 * minibuffer.el (completions-format): Change default from nil to
7097 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
7098
7099 2010-06-24 Juri Linkov <juri@jurta.org>
7100
7101 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7102 buffer-locally to lambda that re-runs the vc diff command.
7103 (Bug#6447)
7104
7105 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7108 echo area is in use (Bug#3412).
7109
7110 2010-06-22 Glenn Morris <rgm@gnu.org>
7111
7112 * textmodes/texinfmt.el (texinfo-format-region)
7113 (texinfo-raise-lower-sections, texinfo-format-separate-node)
7114 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7115 (texinfo-format-option, texinfo-noindent):
7116 Use line-beginning-position and line-end-position.
7117
7118 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7119 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7120 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7121 utf-8 characters.
7122
7123 2010-06-21 Karl Fogel <kfogel@red-bean.com>
7124
7125 * play/zone.el (zone-fall-through-ws): Fix next-line ->
7126 forward-line fallout.
7127
7128 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
7129
7130 * mouse.el (mouse-appearance-menu): Add docstring.
7131
7132 * help.el (describe-key): Print up-event using key-description.
7133
7134 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
7135
7136 * net/zeroconf.el (zeroconf-resolve-service)
7137 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
7138 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7139
7140 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
7141
7142 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7143
7144 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
7145
7146 Avoid displaying files with a nil state in vc-dir.
7147 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
7148 cases that cause insertion.
7149 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7150 with a nil state.
7151
7152 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7153
7154 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7155
7156 2010-06-29 Leo <sdl.web@gmail.com>
7157
7158 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
7159
7160 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7161
7162 * generic-x.el (bat-generic-mode): Fix regexp for command line
7163 switches (Bug#5719).
7164
7165 2010-06-27 Masatake YAMATO <yamato@redhat.com>
7166
7167 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7168 of nconc to avoid pure storage error (Bug#6239).
7169
7170 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
7171
7172 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7173 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7174 bindings of bookmark-automatically-show-annotations (Bug#6515).
7175
7176 2010-06-25 Eli Zaretskii <eliz@gnu.org>
7177
7178 * arc-mode.el (archive-zip-extract): Don't quote the file name on
7179 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
7180
7181 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
7182
7183 * comint.el (make-comint, make-comint-in-buffer): Mention return
7184 value in the docstrings. (Bug#6498)
7185
7186 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
7187
7188 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7189 since it is not present when using some non-default switches.
7190
7191 2010-06-23 Karl Fogel <kfogel@red-bean.com>
7192
7193 * simple.el (compose-mail): Fix doc string to refer to
7194 `compose-mail-user-agent-warnings', instead of to the
7195 nonexistent `compose-mail-check-user-agent'.
7196
7197 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
7198
7199 Fix an indentation bug:
7200
7201 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7202 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7203 of existing values.
7204
7205 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7206 (c-clear->-pair-props-if-match-before): now return t when they've
7207 cleared properties, nil otherwise.
7208 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7209 by taking account of the existing value.
7210
7211 * progmodes/cc-defs.el
7212 (c-clear-char-property-with-value-function): Fix this to clear the
7213 property rather than overwriting it with nil.
7214
7215 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
7216
7217 * emacs-lisp/package.el (package-print-package): Add link to
7218 package description via describe-package.
7219 (describe-package-1): List package requirements. Add button to
7220 perform installation.
7221 (package-menu-describe-package): New command.
7222
7223 * help-mode.el (help-package): New button type.
7224
7225 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
7226
7227 * emacs-lisp/package.el: Move package-list-packages binding to
7228 menu-bar.el.
7229 (describe-package, describe-package-1, package--dir): New funs.
7230 (package-activate-1): Use package--dir.
7231
7232 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7233
7234 * help-mode.el (help-package-def): New button type.
7235
7236 * menu-bar.el: Move package-list-packages binding here from
7237 package.el.
7238
7239 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
7240
7241 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
7242
7243 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * emacs-lisp/edebug.el (edebug-read-list):
7246 Phase out old-style backquotes.
7247
7248 2010-06-17 Juri Linkov <juri@jurta.org>
7249
7250 * help-mode.el (help-mode): Set buffer-local variable
7251 revert-buffer-function to help-mode-revert-buffer.
7252 (help-mode-revert-buffer): New function.
7253
7254 * info.el (Info-revert-find-node): Check for major-mode Info-mode
7255 before popping to "*info*" (like in other Info functions).
7256 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
7257 old-history-forward. Pop to old-buffer-name or "*info*" to
7258 recreate the killed buffer. Set Info-history-forward from
7259 old-history-forward.
7260 (Info-breadcrumbs-depth): Add :group and :version.
7261
7262 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
7263
7264 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7265
7266 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
7267
7268 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7269 for languages like Portuguese with pt_{BR,PT} and no plain pt.
7270
7271 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
7272
7273 * emacs-lisp/package.el (package-menu-mode-map):
7274 Move initialization into declaration.
7275
7276 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7277
7278 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
7279
7280 * emacs-lisp/package.el (package-archive-base): Point to
7281 elpa.gnu.org.
7282 (package-enable, package-load-list): New defcustoms.
7283 (package-user-dir, package-directory-list): Turn into defcustoms.
7284 Don't include package-user-dir in package-directory-list.
7285 (package--builtins-base): Don't include Emacs as a "package".
7286 (package-subdirectory-regexp): New var.
7287 (package-load-all-descriptors, package-compute-transaction)
7288 (package-download-transaction): Obey package-load-list.
7289 (package-activate-1): Rename from package-do-activate.
7290 (package-list-packages-internal): Check package-load-list.
7291 (package-load-descriptor, package-generate-autoloads)
7292 (package-unpack, package-unpack-single)
7293 (package--read-archive-file, package-delete):
7294 Use expand-file-name.
7295
7296 * emacs-lisp/package-x.el: New file. Package uploading
7297 functionality split out from package.el.
7298
7299 * startup.el (command-line): Load packages after reading init file.
7300
7301 2010-06-17 Tom Tromey <tromey@redhat.com>
7302
7303 * emacs-lisp/package.el: New file.
7304
7305 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7306
7307 Fix vc-annotate for renamed files when using Git.
7308 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
7309 ls-files. Doe not pass the object as a file name to cat-file, it
7310 is not a file name.
7311 (vc-git-annotate-command): Pass the file name using -- to avoid
7312 ambiguity with the revision.
7313 (vc-git-previous-revision): Pass a relative file name.
7314
7315 2010-06-22 Glenn Morris <rgm@gnu.org>
7316
7317 * progmodes/js.el (js-mode-map): Use standard capitalization and
7318 ellipses for menu entries.
7319
7320 * wid-edit.el (widget-complete): Doc fix.
7321
7322 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
7323
7324 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7325
7326 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7327
7328 Fix annotating other revisions for renamed files in vc-annotate.
7329 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
7330 VC backend. Use it when non-nil.
7331 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
7332 (Bug#6487).
7333
7334 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
7335 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7336 Do not pass the file name to the 'previous-revision call when we
7337 don't want a file diff. (Bug#6489)
7338
7339 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7340
7341 Fix finding revisions for renamed files in vc-annotate.
7342 * vc/vc.el (vc-find-revision): Add an optional argument for
7343 the VC backend. Use it when non-nil.
7344 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
7345 backend to vc-find-revision. (Bug#6487)
7346
7347 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7348
7349 Fix reading file names in Git annotate buffers.
7350 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7351 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
7352
7353 2010-06-20 Alan Mackenzie <acm@muc.de>
7354
7355 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7356 in file local variables, set it first.
7357
7358 2010-06-19 Glenn Morris <rgm@gnu.org>
7359
7360 * descr-text.el (describe-char-unicode-data): Insert separating
7361 space when needed. (Bug#6422)
7362
7363 * progmodes/idlwave.el (idlwave-action-and-binding):
7364 Fix typo in 2009-12-03 change. (Bug#6450)
7365
7366 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7369 handling for `lambda' (misunderstanding).
7370
7371 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
7372
7373 * calc/calc-poly.el (math-accum-factors): Make sure that
7374 constants aren't distributed after they are factored out.
7375
7376 2010-06-16 Juri Linkov <juri@jurta.org>
7377
7378 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7379 `list-colors-print'. (Bug#6332)
7380
7381 * subr.el (read-quoted-char): Fix up last change (bug#6290).
7382
7383 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7384
7385 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7386 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
7387
7388 * font-lock.el (font-lock-major-mode): Rename from
7389 font-lock-mode-major-mode to distinguish it from
7390 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7391 (font-lock-set-defaults):
7392 * font-core.el (font-lock-default-function): Adjust users.
7393 (font-lock-mode): Don't set it at all.
7394
7395 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
7398
7399 2010-06-16 Glenn Morris <rgm@gnu.org>
7400
7401 * calendar/appt.el (appt-time-msg-list): Doc fix.
7402 (appt-check): Let-bind appt-warn-time.
7403 (appt-add): Make the 3rd argument optional.
7404 Simplify argument names. Doc fix. Check for integer WARNTIME.
7405 Only add WARNTIME to the output list if non-nil.
7406
7407 2010-06-16 Ivan Kanis <apple@kanis.eu>
7408
7409 * calendar/appt.el (appt-check): Let the 3rd element of
7410 appt-time-msg-list specify the warning time.
7411 (appt-add): Add new argument with the warning time. (Bug#5176)
7412
7413 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
7414
7415 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
7416 older than version 1.6. (Bug#6361)
7417
7418 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
7419
7420 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7421 used by cl-do-arglist. (Bug#6408)
7422
7423 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
7424
7425 * textmodes/ispell.el (ispell-dictionary-base-alist):
7426 Fix portuguese casechars/not-casechars for missing 'çÇ'.
7427 Suggested by Rolando Pereira (bug#6434).
7428
7429 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
7430
7431 * facemenu.el (list-colors-sort): Doc fix.
7432
7433 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
7434
7435 * progmodes/sql.el (sql-connect-mysql): Fix typo.
7436
7437 2010-06-14 Juri Linkov <juri@jurta.org>
7438
7439 Add sort option `list-colors-sort'. (Bug#6332)
7440 * facemenu.el (color-rgb-to-hsv): New function.
7441 (list-colors-sort): New defcustom.
7442 (list-colors-sort-key): New function.
7443 (list-colors-display): Doc fix. Sort list according to the option
7444 `list-colors-sort'.
7445 (list-colors-print): Add HSV values to `help-echo' property of
7446 RGB strings.
7447
7448 2010-06-14 Juri Linkov <juri@jurta.org>
7449
7450 * compare-w.el: Move to the "vc" subdirectory.
7451
7452 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * image-mode.el (image-mode-map): Remap left-char and right-char.
7455
7456 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7457
7458 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * term/common-win.el (x-colors): Add all the color names defined
7461 in rgb.txt (Bug#6332).
7462
7463 * facemenu.el (list-colors-print): Don't print extra names if it
7464 will overflow the window width.
7465
7466 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
7467 change (Bug#6343).
7468
7469 2010-06-12 Eli Zaretskii <eliz@gnu.org>
7470
7471 * files.el (make-directory): Doc fix (bug#6396).
7472
7473 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
7474
7475 * net/tramp.el (tramp-remote-process-environment): Protect version
7476 string by apostroph.
7477 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7478 XEmacs.
7479 (tramp-file-name-for-operation): Add `call-process-region'.
7480 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7481
7482 * net/tramp-compat.el (top): Do not autoload
7483 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7484 only when `start-file-process' is not bound.
7485 (tramp-advice-file-expand-wildcards): Do not use
7486 `tramp-handle-file-remote-p'.
7487 (tramp-compat-make-temp-file): Handle the case, that
7488 `make-temp-file' has no third argument EXTENSION.
7489
7490 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * makefile.w32-in (WINS_BASIC): Include new directory vc.
7493
7494 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7495
7496 2010-06-11 Juri Linkov <juri@jurta.org>
7497
7498 * finder.el (finder-known-keywords): Add keyword "vc"
7499 for version control.
7500
7501 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7502 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7503 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7504 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7505
7506 2010-06-11 Juri Linkov <juri@jurta.org>
7507
7508 Move version control related files to the "vc" subdirectory.
7509 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7510 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7511 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7512 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7513 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7514 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7515 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7516 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7517 Move files to the "vc" subdirectory.
7518
7519 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
7520
7521 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7522 (Bug#6367).
7523
7524 2010-06-11 Stephen Eglen <stephen@gnu.org>
7525
7526 * shell.el: Bind `shell-resync-dirs' to M-RET.
7527
7528 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
7529
7530 * notifications.el: Move file from lisp/net, because it is
7531 supposed to talk locally to the user.
7532
7533 2010-06-10 Julien Danjou <julien@danjou.info>
7534
7535 * net/notifications.el (notifications-on-action-signal)
7536 (notifications-on-closed-signal): Pass notification id as first
7537 argument to the callback functions. Add docstrings.
7538 (notifications-notify): Fix docstring.
7539
7540 2010-06-10 Glenn Morris <rgm@gnu.org>
7541
7542 * emacs-lisp/authors.el (authors-ignored-files)
7543 (authors-valid-file-names): Add some files.
7544
7545 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7548 merge conflict, giving preference to the emacs-23 version of the code.
7549
7550 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7551
7552 * emacs-lisp/advice.el (ad-compile-function):
7553 Define warning-suppress-types before we let-bind it (bug#6275).
7554
7555 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7556 declare it, make it buffer-local and permanent-local (bug#6324).
7557 (vc-resynch-window): Adjust name.
7558 * vc-hooks.el (vc-find-file-hook): Adjust name.
7559
7560 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
7561
7562 * net/notifications.el (notifications-notify): Fix docstring.
7563
7564 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
7565
7566 Update to Unicode 6.0.0 beta.
7567 * international/charprop.el: Update copyright.
7568 * international/mule-cmds.el (ucs-names): Update character ranges.
7569 * international/uni-bidi.el:
7570 * international/uni-category.el:
7571 * international/uni-combining.el:
7572 * international/uni-comment.el:
7573 * international/uni-decimal.el:
7574 * international/uni-decomposition.el:
7575 * international/uni-digit.el:
7576 * international/uni-lowercase.el:
7577 * international/uni-mirrored.el:
7578 * international/uni-name.el:
7579 * international/uni-numeric.el:
7580 * international/uni-old-name.el:
7581 * international/uni-titlecase.el:
7582 * international/uni-uppercase.el: Regenerate.
7583
7584 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
7585
7586 * emacs-lisp/smie.el (comment-string-strip): Declare function.
7587 (smie-precs-precedence-table): Fix typo in docstring.
7588
7589 * vc-mtn.el (log-edit-extract-headers): Declare function.
7590
7591 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7592
7593 * net/notifications.el (dbus-register-signal): Declare function.
7594 (notifications-notify): Fix typos and reflow docstring.
7595
7596 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7597
7598 Improve VC create/retrieve tag/branch.
7599 * vc.el (vc-create-tag): Do not read the directory name for VCs
7600 with repository revision granularity. Adjust the tag/branch
7601 prompt. Reset VC properties.
7602 (vc-retrieve-tag): Do not read the directory name for VCs
7603 with repository revision granularity. Reset VC properties.
7604
7605 2010-06-09 Julien Danjou <julien@danjou.info>
7606
7607 * net/notifications.el: New file.
7608
7609 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7610
7611 Add optional support for resetting VC properties.
7612 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7613 call vc-file-clearprops when true.
7614 (vc-resynch-buffer): Add new optional argument, pass it down.
7615 (vc-resynch-buffers-in-directory): Likewise.
7616
7617 Improve support for special markup in the VC commit message.
7618 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7619 * vc-hg.el (vc-hg-checkin): Add support for Date:.
7620 * vc-git.el (vc-git-checkin):
7621 * vc-bzr.el (vc-bzr-checkin): Likewise.
7622
7623 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7626 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7627
7628 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
7629
7630 * iimage.el: Remove images as soon as the underlying text is modified.
7631 (iimage-modification-hook): New function.
7632 (iimage-mode-buffer): Use it.
7633
7634 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7637 smie-indent-offset-after. Add :prev case. Make a bit more generic.
7638 (smie-indent-virtual): Remove `virtual' arg. Update callers.
7639 (smie-indent-keyword): Add handling of open-paren keywords.
7640 (smie-indent-comment-continue): Don't assume comment-continue.
7641
7642 2010-06-07 Martin Rudalics <rudalics@gmx.at>
7643
7644 * window.el (pop-to-buffer): Remove the conditional that
7645 compares new-window and old-window, so it will reselect
7646 the selected window unconditionally.
7647 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7648
7649 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * emacs-lisp/smie.el (smie-indent-offset-after)
7652 (smie-indent-forward-token, smie-indent-backward-token): New functions.
7653 (smie-indent-after-keyword): Use them.
7654 (smie-indent-fixindent): Only applies to the indentation of the BOL.
7655 (smie-indent-keyword): Tweak the black magic.
7656 (smie-indent-comment-continue): Strip comment-continue before use.
7657 (smie-indent-functions): Indent comments before keywords.
7658
7659 2010-06-06 Juri Linkov <juri@jurta.org>
7660
7661 * isearch.el (isearch-lazy-highlight-search): Fix looping
7662 by checking for empty match. This syncs this loop with the
7663 similar loop in `isearch-search'. (Bug#6362)
7664
7665 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * net/dbus.el (dbus-register-method): Declare function.
7668 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7669 (dbus-introspect): Doc fix.
7670 (dbus-event-bus-name, dbus-introspect-get-interface)
7671 (dbus-introspect-get-argument): Reflow docstrings.
7672
7673 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
7674
7675 vc-log-incoming/vc-log-outgoing fixes for Git.
7676 * vc-git.el (vc-git-log-view-mode): Fix font lock for
7677 incoming/outgoing logs.
7678 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7679 instead of vc-git-compute-remote.
7680 (vc-git-compute-remote): Remove.
7681
7682 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * term/common-win.el (x-colors): Add "dark green" and "dark
7685 turquoise" (Bug#6332).
7686
7687 2010-06-04 Juri Linkov <juri@jurta.org>
7688
7689 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7690 Instead of setting `replace' to t and replacing the same string
7691 with itself, don't do certain actions when
7692 kill-do-not-save-duplicates is non-nil and string is equal to car
7693 of kill-ring: don't call menu-bar-update-yank-menu, don't push
7694 interprogram-paste strings to kill-ring, and don't push the input
7695 argument `string' to kill-ring.
7696 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7697
7698 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
7699
7700 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7701
7702 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
7703
7704 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7705 (tramp-gvfs-handler-mounted-unmounted)
7706 (tramp-gvfs-connection-mounted-p): Handle default-location.
7707
7708 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7709 move files to trash.
7710
7711 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
7712
7713 * international/mule-cmds.el (nonascii-insert-offset)
7714 (nonascii-translation-table): Add obsolescence information.
7715
7716 * international/mule.el (make-translation-table-from-vector): Doc fix.
7717
7718 2010-06-03 Glenn Morris <rgm@gnu.org>
7719
7720 * desktop.el (desktop-clear-preserve-buffers):
7721 Add "*Warnings*" buffer. (Bug#6336)
7722
7723 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
7724
7725 vc-log-incoming/vc-log-outgoing improvements for Git.
7726 * vc-git.el (vc-git-log-outgoing): Use the same format as the
7727 short log.
7728 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
7729
7730 Add bindings for vc-log-incoming and vc-log-outgoing.
7731 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7732 and vc-log-outgoing.
7733 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7734 and vc-log-outgoing.
7735
7736 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
7737
7738 * net/rcirc.el (rcirc-sort-nicknames): Remove.
7739 (rcirc-handler-366): Always sort nicknames.
7740
7741 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
7742
7743 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7744
7745 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
7746
7747 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
7748
7749 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * net/rcirc.el (rcirc-sort-nicknames): Change default.
7752 (rcirc-sort-nicknames-join): Avoid setq.
7753
7754 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7755
7756 * net/rcirc.el (rcirc-sort-nicknames): New custom.
7757 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7758 (rcirc-handler-366): Use them.
7759
7760 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 Split smie-indent-calculate into more manageable chunks.
7763 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7764 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7765 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7766 (smie-indent-exps): Extract from smie-indent-calculate.
7767 (smie-indent-functions): New var.
7768 (smie-indent-functions): Use them.
7769
7770 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7773 (smie-indent-calculate): Simplify and cleanup.
7774
7775 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
7776
7777 * net/tramp-gvfs.el (top): Require url-util.
7778 (tramp-gvfs-mount-point): Remove.
7779 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7780 New defuns.
7781 (with-tramp-dbus-call-method): Format trace message.
7782 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
7783 Implement backup call, when operation on local files fails.
7784 Use progress reporter. Flush properties of changed files.
7785 (tramp-gvfs-handle-make-directory): Make more traces.
7786 (tramp-gvfs-url-file-name): Hexify file name in url.
7787 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7788 into account for the resulting file name.
7789 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7790 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
7791 (tramp-gvfs-handler-mounted-unmounted)
7792 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7793 attribute "default_location". Set "prefix" property.
7794 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7795 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7796 exists. Raise an error, if not (due to a corresponding answer
7797 "no" in interactive questions, for example).
7798
7799 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
7800
7801 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7802
7803 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
7804
7805 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7806 right-*. (Bug#6265)
7807
7808 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7809
7810 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7811 * vc-git.el (vc-git-compute-remote): New function.
7812 (vc-git-log-outgoing): Use it instead of hard coding a value.
7813 (vc-git-log-incoming): New function.
7814
7815 Improve state updating for VC tag commands.
7816 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7817 to update the state of all buffers in the directory.
7818
7819 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7820
7821 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7824 `file-directory-p' to the filename part rather than to the whole text.
7825
7826 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7829
7830 2010-05-31 Drew Adams <drew.adams@oracle.com>
7831
7832 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7833
7834 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
7835
7836 * subr.el (momentary-string-display): Just use read-event to read
7837 the exit event (Bug#6238).
7838
7839 2010-05-30 Eli Zaretskii <eliz@gnu.org>
7840
7841 * international/mule.el (define-coding-system): Doc fix (bug#6313).
7842
7843 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
7844
7845 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7846 Suggested by Eli Zaretskii <eliz@gnu.org>.
7847
7848 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * minibuffer.el (completion-file-name-table): Don't return a boundary
7851 past the end of `string' (bug#6299).
7852 (completion--file-name-table): Delegate to completion-file-name-table
7853 for the `boundaries' case.
7854
7855 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
7856
7857 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7858 movement commands.
7859
7860 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7861 `path-separator', but maintain compatibility with Emacs 20.2.
7862
7863 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
7864
7865 * server.el (server-process-filter): Receive parent-id argument
7866 from emacsclient.
7867 (server-create-window-system-frame): New arg. Pass parent-id as
7868 frame parameter.
7869
7870 2010-05-29 Eli Zaretskii <eliz@gnu.org>
7871
7872 Bidi-sensitive word movement with arrow keys.
7873 * subr.el (right-arrow-command, left-arrow-command): Move to
7874 bindings.el.
7875
7876 * bindings.el (right-char, left-char): Move from subr.el and
7877 rename from right-arrow-command and left-arrow-command.
7878 (right-word, left-word): New functions.
7879 (global-map) <right>: Bind to right-char.
7880 (global-map) <left>: Bind to left-char.
7881 (global-map) <C-right>: Bind to right-word.
7882 (global-map) <C-left>: Bind to left-word.
7883
7884 * ls-lisp.el (ls-lisp-classify-file): New function.
7885 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7886 (ls-lisp-classify): Call ls-lisp-classify-file.
7887 (insert-directory): Remove blanks from switches.
7888
7889 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
7890
7891 * ansi-color.el: Delete unused escape sequences (Bug#6085).
7892 (ansi-color-drop-regexp): New constant.
7893 (ansi-color-apply, ansi-color-filter-region)
7894 (ansi-color-apply-on-region): Delete unrecognized control sequences.
7895 (ansi-color-apply): Build string list before calling concat.
7896
7897 2010-05-28 Juri Linkov <juri@jurta.org>
7898
7899 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7900 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7901 (Bug#5270)
7902
7903 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
7904
7905 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7906 to ignored backtrace functions.
7907 (with-progress-reporter): Expand docstring.
7908 (tramp-handle-delete-file): Implement TRASH argument.
7909 (tramp-get-remote-trash): New defun.
7910
7911 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
7912
7913 * net/tramp-compat.el (tramp-compat-delete-file):
7914 Use `symbol-value' for backward compatibility.
7915
7916 * net/tramp.el (tramp-handle-make-symbolic-link)
7917 (tramp-handle-load)
7918 (tramp-do-copy-or-rename-file-via-buffer)
7919 (tramp-do-copy-or-rename-file-directly)
7920 (tramp-do-copy-or-rename-file-out-of-band)
7921 (tramp-handle-process-file, tramp-handle-call-process-region)
7922 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7923 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7924 (tramp-delete-temp-file-function): Use `delete-file' instead
7925 of `tramp-compat-delete-file'.
7926
7927 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7928 (tramp-fish-handle-make-symbolic-link)
7929 (tramp-fish-handle-process-file): Use `delete-file' instead
7930 of `tramp-compat-delete-file'.
7931
7932 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7933 Use `delete-file' instead of `tramp-compat-delete-file'.
7934
7935 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7936 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7937 `tramp-compat-delete-file'.
7938
7939 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7940 Use `delete-file' instead of `tramp-compat-delete-file'.
7941
7942 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7943 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7944 (tramp-smb-handle-write-region): Use `delete-file' instead of
7945 `tramp-compat-delete-file'.
7946 (tramp-smb-handle-delete-directory): Use 'trash as arg.
7947
7948 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
7949
7950 * dired.el (dired-delete-file): New arg TRASH.
7951 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
7952 (dired-do-flagged-delete, dired-do-delete): Use trash.
7953
7954 * speedbar.el (speedbar-item-delete): Allow trashing.
7955
7956 * files.el (delete-directory): New arg TRASH.
7957
7958 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
7959 (ange-ftp-rename-remote-to-remote)
7960 (ange-ftp-rename-local-to-remote)
7961 (ange-ftp-rename-remote-to-local, ange-ftp-load)
7962 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
7963 `delete-file'.
7964 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
7965 allow trashing.
7966
7967 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7968 handle new TRASH arg of `delete-file'.
7969
7970 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
7971 (tramp-handle-make-symbolic-link, tramp-handle-load)
7972 (tramp-do-copy-or-rename-file-via-buffer)
7973 (tramp-do-copy-or-rename-file-directly)
7974 (tramp-do-copy-or-rename-file-out-of-band)
7975 (tramp-handle-process-file, tramp-handle-call-process-region)
7976 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7977 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7978 (tramp-delete-temp-file-function): Use null TRASH arg in
7979 tramp-compat-delete-file call.
7980
7981 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7982 (tramp-fish-handle-delete-file)
7983 (tramp-fish-handle-make-symbolic-link)
7984 (tramp-fish-handle-process-file): Use null TRASH arg in
7985 `tramp-compat-delete-file' call.
7986
7987 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
7988 arg in `tramp-compat-delete-file' call.
7989
7990 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7991 (tramp-gvfs-handle-write-region): Use null TRASH arg in
7992 `tramp-compat-delete-file' call.
7993
7994 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
7995 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
7996 `tramp-compat-delete-file' call.
7997
7998 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7999 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8000 (tramp-smb-handle-write-region): Use null TRASH arg in
8001 tramp-compat-delete-file call.
8002 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8003 (tramp-smb-handle-delete-file): Rename arg.
8004
8005 * diff.el (diff-sentinel):
8006 * epg.el (epg--make-temp-file, epg-decrypt-string)
8007 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8008 * jka-compr.el (jka-compr-partial-uncompress)
8009 (jka-compr-call-process, jka-compr-write-region):
8010 * server.el (server-sentinel): Remove optional arg from
8011 delete-file, reverting 2010-05-03 change.
8012
8013 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8016 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8017
8018 2010-05-27 Kenichi Handa <handa@m17n.org>
8019
8020 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8021 element of GSTRING is nil.
8022
8023 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * emacs-lisp/smie.el (smie-forward-token-function)
8026 (smie-backward-token-function): New vars.
8027 (smie-backward-sexp, smie-forward-sexp)
8028 (smie-indent-hanging-p, smie-indent-calculate): Use them.
8029 (smie-default-backward-token): Rename from smie-backward-token and
8030 skip comments.
8031 (smie-default-forward-token): Rename from smie-forward-token and
8032 skip comments.
8033 (smie-next-sexp): Handle nil results from next-token.
8034 (smie-indent-calculate): Add a new case for special `fixindent' comments.
8035
8036 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8037
8038 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8039 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8040
8041 2010-05-27 Masatake YAMATO <yamato@redhat.com>
8042
8043 * htmlfontify.el (hfy-face-resolve-face): New function.
8044 (hfy-face-to-style): Use it (Bug#6279).
8045
8046 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8049 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8050
8051 2010-05-26 Glenn Morris <rgm@gnu.org>
8052
8053 * emulation/edt.el (edt-load-keys): Use locate-library.
8054
8055 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
8056
8057 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8058 (log-edit-changelog-entries): Doc fix.
8059 (log-edit-changelog-insert-entries): Args changed.
8060 Rename relative filenames in ChangeLog entries. Delete tabs.
8061 (log-edit-insert-changelog-entries): Reorganize return value of
8062 `log-edit-changelog-entries' to pass filenames to
8063 log-edit-changelog-insert-entries.
8064
8065 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8066
8067 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8068 `image-dired-dired-insert-marked-thumbs' to
8069 `image-dired-dired-toggle-marked-thumbs'.
8070
8071 * image-dired.el: Require cl when compiling.
8072 (image-dired-dired-toggle-marked-thumbs): Rename from
8073 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
8074 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
8075 to 'no-dir. Skip files whose names don't match
8076 `image-file-name-regexp'. When file has a thumbnail overlay,
8077 delete it. (Bug#5270)
8078
8079 2010-05-25 Juri Linkov <juri@jurta.org>
8080
8081 * image-mode.el (image-mode): Add image-after-revert-hook to
8082 after-revert-hook.
8083 (image-after-revert-hook): New function. (Bug#5669)
8084
8085 2010-05-25 Juri Linkov <juri@jurta.org>
8086
8087 * image.el (image-animated-p): When delay between animated images
8088 is 0, set it to 10 (0.1 sec). (Bug#6258)
8089
8090 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
8091
8092 * net/tramp.el (tramp-handle-insert-directory): Don't use
8093 `forward-word', its default syntax could be changed.
8094
8095 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
8096
8097 * net/tramp.el (tramp-progress-reporter-update): New defun.
8098 (with-progress-reporter): Use it.
8099 (tramp-process-actions):
8100 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8101 Preserve current message, in order to let progress reporter continue
8102 afterwards. (Bug#6257)
8103
8104 2010-05-25 Glenn Morris <rgm@gnu.org>
8105
8106 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8107 Add :version.
8108
8109 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8110
8111 * net/rcirc.el (rcirc-default-user-name): Change to "user".
8112 (rcirc-default-full-name): Change to "unknown".
8113 (rcirc-user-name-history): Add variable.
8114
8115 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8116 Jonathan Rockway <jon@jrock.us>
8117
8118 * net/rcirc.el (rcirc-server-alist): Add :pass.
8119 (rcirc): When prompting for connection parameters, also prompt for
8120 username and password.
8121 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
8122 value to server when connecting.
8123
8124 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8127 (smie-merge-prec2s): Pass the tables as separate args.
8128 (smie-bnf-precedence-table): Adjust call accordingly.
8129 (smie-prec2-levels): Set levels at the end.
8130
8131 Replace Lisp calls to delete-backward-char by delete-char.
8132 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
8133 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8134 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
8135 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
8136 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8137 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8138 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8139 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8140 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8141 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8142 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8143 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8144 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8145 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
8146 delete-backward-char by calls to delete-char.
8147
8148 2010-05-25 Kenichi Handa <handa@m17n.org>
8149
8150 * language/hebrew.el (hebrew-shape-gstring): New function.
8151 Register it in composition-function-table for all Hebrew combining
8152 characters.
8153
8154 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * epa.el (epa--select-keys): Don't explicitly delete the window since
8157 that can fail (e.g. sole window in frame). Use dedication instead.
8158
8159 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8160
8161 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8162
8163 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * image.el (image-refresh): Define as an alias for image-flush.
8166
8167 * image-mode.el (image-toggle-display-image): Caller changed.
8168
8169 2010-05-21 Juri Linkov <juri@jurta.org>
8170
8171 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8172 Remove "all" from grep-files-aliases. Split grep-files-aliases by
8173 whitespace, call wildcard-to-regexp on substrings and concat them
8174 with "\\|". (Bug#6114)
8175
8176 2010-05-21 Alan Mackenzie <acm@muc.de>
8177
8178 * progmodes/cc-engine.el (c-parse-state-get-strategy):
8179 Replace parameter `here' with `here-' and `here-plus', which sandwich
8180 any pertinent CPP construct.
8181 (c-remove-stale-state-cache-backwards): Fix a bug which happens
8182 when doing (c-parse-state) in a CPP construct: Exclude any "new"
8183 CPP construct from taking part in the scanning.
8184
8185 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
8186
8187 * net/tramp.el (tramp-do-copy-or-rename-file)
8188 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8189 Tune `with-progress-reporter' messages.
8190 (tramp-handle-vc-registered):
8191 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8192 (tramp-fish-handle-insert-file-contents)
8193 (tramp-fish-maybe-open-connection):
8194 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8195 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8196 (tramp-imap-handle-insert-file-contents)
8197 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8198
8199 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
8200
8201 * add-log.el (change-log-font-lock-keywords):
8202 Highlight all authors in multi-author entries.
8203
8204 * smerge-mode.el (smerge-refine-ignore-whitespace)
8205 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8206 Fix typos in docstrings.
8207 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8208
8209 2010-05-21 Glenn Morris <rgm@gnu.org>
8210
8211 * progmodes/fortran.el (fortran-mode):
8212 * progmodes/f90.el (f90-mode): Derive from prog-mode.
8213
8214 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8215 having a relative path in src/Makefile.in.
8216
8217 2010-05-20 Kevin Ryde <user42@zip.com.au>
8218
8219 * help-mode.el (help-make-xrefs): For Info node links turn
8220 newlines into spaces. Link node names with newlines are matched
8221 by help-xref-info-regexp and buttonized, this change ensures they
8222 can be followed successfully with RET. (Bug#6206)
8223
8224 2010-05-20 Juri Linkov <juri@jurta.org>
8225
8226 * locate.el (locate): Use pop-to-buffer instead of
8227 switch-to-buffer-other-window. (Bug#6204)
8228
8229 2010-05-20 Juri Linkov <juri@jurta.org>
8230
8231 * replace.el (replace-highlight): Fix lazy-highlighting
8232 for `M-s w str M-% str RET'.
8233
8234 2009-12-15 Masatake YAMATO <yamato@redhat.com>
8235
8236 * isearch.el (isearch-yank-word-or-char): Pull next subword
8237 when `subword-mode' is activated. (Bug#6220)
8238
8239 2010-05-20 Mark A. Hershberger <mah@everybody.org>
8240
8241 * isearch.el (isearch-update-post-hook): New hook.
8242 (isearch-update): Use the new hook. (Bug#6225)
8243
8244 2010-05-20 Juri Linkov <juri@jurta.org>
8245
8246 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8247 [f1], [help], and (char-to-string help-char) instead of "\C-h".
8248 (Bug#6222)
8249
8250 2010-05-20 Juri Linkov <juri@jurta.org>
8251
8252 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8253 (Bug#6223)
8254
8255 2010-05-20 Juri Linkov <juri@jurta.org>
8256
8257 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8258 FILE-NAME to read from the minibuffer when called interactively
8259 with prefix argument instead of using buffer-file-name.
8260 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8261
8262 * dired.el: Update autoloads.
8263
8264 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
8265
8266 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8267 nxml-finish-element, for consistency with SGML mode.
8268
8269 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8270 octave-close-block.
8271
8272 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * composite.el: Require cl when compiling.
8275 (reference-point-alist, compose-gstring-for-graphic)
8276 (compose-gstring-for-terminal): Fix typos in docstrings.
8277
8278 2010-05-19 Juri Linkov <juri@jurta.org>
8279
8280 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8281 set-window-parameter.
8282
8283 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
8284
8285 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8286 where appropriate.
8287 (tramp-maybe-open-connection): Use it.
8288
8289 2010-05-19 Eli Zaretskii <eliz@gnu.org>
8290
8291 * simple.el (move-end-of-line): Make sure we are at line beginning
8292 before backing up to end of previous line.
8293
8294 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
8295
8296 * password-cache.el (password-cache-remove): Fix docstring.
8297
8298 * net/secrets.el: Autoload the widget functions.
8299 (secrets-search-items, secrets-create-item)
8300 (secrets-get-attributes, secrets-expand-item): Attributes will be
8301 stored on the password database without leading ":", as all other
8302 clients do as well.
8303 (secrets-mode): Fix docstring.
8304 (secrets-show-secrets): Provide it as autoloaded command only when
8305 D-Bus support is available. Check existence of Secret Service API.
8306
8307 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * indent.el (indent-region): Deactivate region (bug#6200).
8310
8311 2010-05-19 Glenn Morris <rgm@gnu.org>
8312
8313 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
8314
8315 2010-05-19 Kenichi Handa <handa@m17n.org>
8316
8317 * composite.el: Register compose-gstring-for-graphic in
8318 composition-function-table only for combining characters (Mn, Mc, Me).
8319
8320 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8321
8322 * calc/calc-trail.el (calc-trail-isearch-forward)
8323 (calc-trail-isearch-backward): Ensure that the new window
8324 point is set correctly.
8325
8326 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * subr.el (read-quoted-char): Resolve modifiers after key
8329 remapping (bug#6212).
8330
8331 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
8332
8333 Add visualization code for secrets.
8334 * net/secrets.el (secrets-mode): New major mode.
8335 (secrets-show-secrets, secrets-show-collections)
8336 (secrets-expand-collection, secrets-expand-item)
8337 (secrets-tree-widget-after-toggle-function)
8338 (secrets-tree-widget-show-password): New defuns.
8339
8340 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8343 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8344 handled in smie-next-sexp.
8345 (smie-indent-calculate): Provide a starting indentation (so the
8346 recursion is well-founded ;-).
8347
8348 Fix handling of non-associative equal levels.
8349 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8350 when it's not needed.
8351 (smie-op-left, smie-op-right): New functions.
8352 (smie-next-sexp): New function, extracted from smie-backward-sexp.
8353 Better handle equal levels to distinguish the associative case from
8354 the "multi-keyword construct" case.
8355 (smie-backward-sexp, smie-forward-sexp): Use it.
8356
8357 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
8358
8359 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8360
8361 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8362 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8363
8364 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 Provide a simple generic indentation engine and use it for Prolog.
8367 * emacs-lisp/smie.el: New file.
8368 * progmodes/prolog.el (prolog-smie-op-levels)
8369 (prolog-smie-indent-rules): New var.
8370 (prolog-mode-variables): Use them to configure SMIE.
8371 (prolog-indent-line, prolog-indent-level): Remove.
8372
8373 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8374
8375 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
8376 order before computing the averages.
8377
8378 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
8379
8380 * calc/calc-vec.el (calc-histogram):
8381 (calcFunc-histogram): Allow vectors as inputs.
8382 (math-vector-avg): New function.
8383
8384 * calc/calc-ext.el (math-group-float): Have the number of digits
8385 being grouped depend on the radix (Bug#6189).
8386
8387 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
8388
8389 * version.el (emacs-copyright, emacs-version): Don't define here,
8390 now that emacs.c defines it.
8391
8392 2010-05-15 Eli Zaretskii <eliz@gnu.org>
8393
8394 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8395 "Describe Language Environment" menu item.
8396
8397 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8398
8399 Bidi-sensitive movement with arrow keys.
8400 * subr.el (right-arrow-command, left-arrow-command): New functions.
8401
8402 * bindings.el (global-map): Bind them to right and left arrow keys.
8403
8404 Don't override standard definition of convert-standard-filename.
8405 * files.el (convert-standard-filename):
8406 Call w32-convert-standard-filename and dos-convert-standard-filename on
8407 the corresponding systems.
8408
8409 * w32-fns.el (w32-convert-standard-filename): Rename from
8410 convert-standard-filename. Doc fix.
8411
8412 * dos-fns.el (dos-convert-standard-filename): Doc fix.
8413 (convert-standard-filename): Don't defalias.
8414 (register-name-alist, make-register, register-value)
8415 (set-register-value, intdos): Obsolete aliases for the
8416 corresponding dos-* functions and variables.
8417 (dos-intdos): Add a doc string.
8418
8419 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
8420
8421 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8422 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8423 (math-compose-tex-func):
8424 * calc/calccomp.el (math-compose-expr):
8425 * calc/calc-ext.el (math-format-flat-expr-fancy):
8426 * calc/calc-store.el (calc-read-var-name):
8427 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8428
8429 * calc/calc.el (var-π, var-φ, var-γ): New variables.
8430 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
8431 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
8432 (math-standard-units): Add units.
8433
8434 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * progmodes/asm-mode.el (asm-mode):
8437 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8438
8439 * pcomplete.el (pcomplete-completions-at-point): New function,
8440 extracted from pcomplete-std-complete.
8441 (pcomplete-std-complete): Use it.
8442
8443 2010-05-15 Glenn Morris <rgm@gnu.org>
8444
8445 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8446 Remove references to CVS, RCS and Old directories.
8447
8448 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
8449
8450 * calc/calc-bin.el (math-format-twos-complement): Group digits when
8451 appropriate.
8452
8453 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8456 (sh-mode-syntax-table): Give it a default value instead.
8457 (sh-header-marker): Make buffer-local.
8458 (sh-mode): Move make-local-variable to the corresponding setq.
8459 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8460 Use complete-with-action.
8461
8462 * simple.el (prog-mode): New (abstract) major mode.
8463 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8464 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8465
8466 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
8467
8468 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8469 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8470 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8471 (sql-make-alternate-buffer-name, sql-placeholders-filter)
8472 (sql-escape-newlines-filter, sql-input-sender)
8473 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8474
8475 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
8476
8477 Add TeX open-block and close-block keybindings to SGML, and vice versa.
8478
8479 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8480 latex-open-block and C-c / to latex-close-block.
8481
8482 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8483 and C-c C-e to sgml-close-tag.
8484
8485 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
8486
8487 * net/tramp.el (with-progress-reporter): Create reporter object
8488 only when the message would be displayed. Handle nested calls.
8489 (tramp-handle-load, tramp-handle-file-local-copy)
8490 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8491 (tramp-maybe-send-script, tramp-find-shell):
8492 Use `with-progress-reporter'.
8493 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8494 Fix message text.
8495
8496 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8497 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8498 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8499 Use `with-progress-reporter'.
8500
8501 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
8502
8503 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8504 process everytime when spellchecking from the minibuffer (bug#6143).
8505
8506 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8509
8510 * dos-fns.el: Add "dos-" prefix for namespace control.
8511 (convert-standard-filename): Define as alias for
8512 dos-convert-standard-filename but only if applicable.
8513
8514 2010-05-12 Alan Mackenzie <acm@muc.de>
8515
8516 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8517 Push the mark at the start of these functions when appropriate.
8518
8519 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * minibuffer.el (completion-cycle-threshold): New custom var.
8522 (completion--do-completion): Use it.
8523 (minibuffer-complete): Use cycling if appropriate.
8524
8525 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
8526
8527 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8528 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8529
8530 2010-05-11 Juri Linkov <juri@jurta.org>
8531
8532 * scroll-all.el (scroll-all-check-to-scroll):
8533 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8534
8535 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * iimage.el (iimage-mode-map): Move initialization into declaration.
8538 (iimage-mode-buffer): Use with-silent-modifications.
8539 Simplify calling convention. Adjust callers.
8540 (iimage-mode): Don't run hook redundantly.
8541
8542 * minibuffer.el (completion-pcm--pattern->regex):
8543 Fix last change (bug#6160).
8544
8545 2010-05-10 Juri Linkov <juri@jurta.org>
8546
8547 Remove nodes visited during Isearch from the Info history.
8548 * info.el (Info-isearch-initial-history)
8549 (Info-isearch-initial-history-list): New variables.
8550 (Info-isearch-start): Record initial values of
8551 Info-isearch-initial-history and Info-isearch-initial-history-list.
8552 Add Info-isearch-end to isearch-mode-end-hook.
8553 (Info-isearch-end): New function.
8554
8555 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
8556
8557 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8558 format string, in order to work around a bug in pdksh.
8559 Reported by Gilles Pion <gpion@lfdj.com>.
8560 (tramp-handle-verify-visited-file-modtime): Do not send a command
8561 when the connection is not established.
8562 (tramp-handle-set-file-times): Simplify the check for utc.
8563
8564 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
8565
8566 Fix use of `filter-buffer-substring' (rework previous change).
8567 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8568 (cua-repeat-replace-region):
8569 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8570 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8571 (cua-cut-region-to-global-mark): Use it.
8572
8573 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
8574
8575 * progmodes/sql.el: Version 2.1.
8576 (sql-product-alist): Redesign structure of product info.
8577 (sql-product, sql-user, sql-server, sql-database): Safe variables.
8578 (sql-port, sql-port-history): New variables.
8579 (sql-interactive-product): New variable.
8580 (sql-send-terminator): New variable.
8581 (sql-imenu-generic-expression): Add "Types" imenu entry.
8582 (sql-oracle-login-params, sql-sqlite-login-params)
8583 (sql-mysql-login-params, sql-solid-login-params)
8584 (sql-sybase-login-params, sql-informix-login-params)
8585 (sql-ingres-login-params, sql-ms-login-params)
8586 (sql-postgres-login-params, sql-interbase-login-params)
8587 (sql-db2-login-params, sql-linter-login-params)
8588 (sql-oracle-scan-on): New variables.
8589 (sql-mode-map): Add C-c C-i to start interactive mode.
8590 (sql-mode-menu): Update existing menu entries.
8591 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
8592 (sql-mode-oracle-font-lock-keywords)
8593 (sql-mode-postgres-font-lock-keywords)
8594 (sql-mode-ms-font-lock-keywords)
8595 (sql-mode-sybase-font-lock-keywords)
8596 (sql-mode-informix-font-lock-keywords)
8597 (sql-mode-interbase-font-lock-keywords)
8598 (sql-mode-ingres-font-lock-keywords)
8599 (sql-mode-solid-font-lock-keywords)
8600 (sql-mode-mysql-font-lock-keywords)
8601 (sql-mode-sqlite-font-lock-keywords)
8602 (sql-mode-db2-font-lock-keywords)
8603 (sql-mode-linter-font-lock-keywords): Update initialization to
8604 reduce run-time complexity.
8605 (sql-add-product, sql-del-product): New functions.
8606 (sql-set-product-feature, sql-get-product-feature): New functions.
8607 (sql-product-font-lock): Update product API.
8608 (sql-add-product-keywords): New function.
8609 (sql-highlight-product): Update product API.
8610 (sql-help-list-products): New function.
8611 (sql-help): Dynamically lists free and non-free products.
8612 (sql-get-login): Correct bug in handling history and added
8613 prompt for port.
8614 (sql-copy-column): Copy without properties.
8615 (sqli-input-sender): Apply filters to SQLi input.
8616 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8617 Implement as a filter.
8618 (sql-escape-newlines-filter): Implement as a filter.
8619 (sql-remove-tabs-filter): New function.
8620 (sql-send-magic-terminator): New function.
8621 (sql-send-string): Implement magic terminator.
8622 (sql-send-region): Use `sql-send-string'.
8623 (sql-interactive-mode): Use product API.
8624 (sql-product-interactive): Use product API.
8625 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8626 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8627 (sql-db2, sql-linter): Use `sql-product-interactive'.
8628 (sql-connect): New function.
8629 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8630 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8631 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
8632 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8633 Use `sql-connect'.
8634
8635 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8638 New custom variable.
8639 (completion-pcm--string->pattern): Use it.
8640 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8641 Make it handle any symbol as `any'.
8642 (completion-pcm--merge-completions): Extract common suffix for the new
8643 `prefix' symbol as well.
8644 (completion-substring--all-completions): Use the new `prefix' symbol.
8645
8646 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
8647
8648 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8649 not bound.
8650 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8651 (tramp-compat-funcall): New defmacro.
8652 (tramp-compat-line-beginning-position)
8653 (tramp-compat-line-end-position)
8654 (tramp-compat-temporary-file-directory)
8655 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8656 (tramp-compat-copy-file, tramp-compat-copy-directory)
8657 (tramp-compat-delete-file, tramp-compat-delete-directory)
8658 (tramp-compat-number-sequence, tramp-compat-process-running-p)
8659 * net/tramp.el (top, with-progress-reporter)
8660 (tramp-rfn-eshadow-setup-minibuffer)
8661 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8662 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8663 (tramp-completion-mode-p, tramp-check-for-regexp)
8664 (tramp-open-connection-setup-interactive-shell)
8665 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8666 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8667 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8668 * net/tramp-cmds.el (tramp-cleanup-all-connections)
8669 (tramp-reporter-dump-variable, tramp-load-report-modules)
8670 (tramp-append-tramp-buffers)
8671 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8672
8673 * net/tramp-imap.el (top): Autoload `epg-make-context'.
8674
8675 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * progmodes/compile.el (compilation-buffer-modtime): Rename from
8678 buffer-modtime. Adjust users.
8679
8680 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8681
8682 * international/mule.el (auto-coding-alist): Only purecopy
8683 car of each item, not the whole list (Bug#6083).
8684
8685 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8686
8687 * progmodes/js.el (js-mode): Make paragraph variables local before
8688 calling c-setup-paragraph-variables (Bug#6071).
8689
8690 2010-05-08 Eli Zaretskii <eliz@gnu.org>
8691
8692 * composite.el (compose-region, reference-point-alist): Fix typos
8693 in the doc strings.
8694
8695 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8696
8697 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8698 gnuplot's "set" command.
8699
8700 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8701
8702 * abbrev.el (last-abbrev-text): Doc fix.
8703 (abbrev-prefix-mark): Don't escape parenthesis.
8704
8705 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8706
8707 * composite.el (find-composition): Doc fix.
8708
8709 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8710
8711 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8712 (sql-oracle-program, sql-sqlite-options)
8713 (sql-query-placeholders-and-send): Doc fixes.
8714 (sql-set-product, sql-interactive-mode): Reflow docstrings.
8715 (sql-imenu-generic-expression, sql-buffer)
8716 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8717 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8718 (sql-mode-sybase-font-lock-keywords)
8719 (sql-mode-informix-font-lock-keywords)
8720 (sql-mode-interbase-font-lock-keywords)
8721 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8722 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8723 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8724 (sql-product-feature, sql-highlight-product)
8725 (comint-line-beginning-position, sql-rename-buffer)
8726 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8727 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
8728 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8729 Fix typos in docstrings.
8730
8731 2010-05-08 Juri Linkov <juri@jurta.org>
8732
8733 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8734 property instead of `invisible' and `after-string' (bug#5998).
8735
8736 2010-05-08 Juri Linkov <juri@jurta.org>
8737
8738 * image-mode.el (image-mode-as-text): Fix typo in docstring.
8739
8740 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8741
8742 * filecache.el (file-cache-add-directory-list)
8743 (file-cache-add-directory-recursively): Fix typos in docstrings.
8744
8745 2010-05-08 Kenichi Handa <handa@m17n.org>
8746
8747 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
8748 (gujarati-composable-pattern): Fix typo.
8749
8750 2010-05-08 Kenichi Handa <handa@m17n.org>
8751
8752 * language/indian.el (oriya-composable-pattern)
8753 (tamil-composable-pattern, malayalam-composable-pattern):
8754 Add two-part vowels to "v" (vowel sign).
8755
8756 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8757
8758 * files.el (copy-directory): Handle symlinks (Bug#5982).
8759
8760 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
8761
8762 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8763 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
8764 (Bug#5846).
8765
8766 2010-05-08 Glenn Morris <rgm@gnu.org>
8767
8768 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8769
8770 * minibuffer.el (completion-at-point): Doc fix.
8771
8772 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8773
8774 * electric.el (Electric-command-loop): Minor tweak.
8775
8776 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8777 better with dedicated windows.
8778
8779 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
8780
8781 * Version 23.2 released.
8782
8783 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
8784 Stefan Monnier <monnier@iro.umontreal.ca>
8785
8786 Highlight vendor specific properties.
8787 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8788 (css-proprietary-property): New face.
8789 (css-font-lock-keywords): Use them.
8790
8791 2010-05-07 Eli Zaretskii <eliz@gnu.org>
8792
8793 * cus-start.el (all): Add native condition for tool-bar-* symbols.
8794
8795 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8798 * files.el (auto-mode-alist): Remove redundant entries.
8799
8800 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8801 * simple.el (auto-save-mode): Move from files.el.
8802 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8803
8804 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
8805
8806 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
8807
8808 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8809
8810 * mail/binhex.el (binhex-decode-region-internal)
8811 * mail/uudecode.el (uudecode-decode-region-internal)
8812 * net/dns.el (dns-read-string-name, dns-write, dns-read)
8813 (dns-read-type, dns-query)
8814 * pgg-parse.el (pgg-parse-armor)
8815 * pgg.el (pgg-verify-region)
8816 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8817 XEmacs.
8818
8819 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
8820
8821 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
8822
8823 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8824
8825 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8826 * emulation/cua-base.el (cua-repeat-replace-region):
8827 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8828 (cua-cut-region-to-global-mark):
8829 Remove text properties with `set-text-properties'.
8830
8831 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
8832
8833 * net/tramp.el (top, with-progress-reporter):
8834 Use `symbol-function' inside `funcall'.
8835
8836 * net/tramp-compat.el (tramp-compat-file-attributes)
8837 (tramp-compat-delete-file, tramp-compat-delete-directory):
8838 Handle only `wrong-number-of-arguments' error.
8839
8840 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8841 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8842 inside `funcall'.
8843
8844 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * minibuffer.el (completion--sreverse, completion--common-suffix):
8847 New functions.
8848 (completion-pcm--merge-completions): Extract common suffix when safe.
8849
8850 * emacs-lisp/easy-mmode.el (define-minor-mode):
8851 Make :variable more flexible.
8852 * files.el (auto-save-mode): Use it to define using define-minor-mode.
8853
8854 2010-05-05 Juri Linkov <juri@jurta.org>
8855
8856 Add `slow' and `history' tags to the desktop data.
8857
8858 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8859 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8860 (Info-finder-find-node): Require `finder.el' to be able
8861 to restore node from the desktop.
8862 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
8863 data `Info-history' and `slow' tag in the assoc list.
8864 (Info-restore-desktop-buffer): Don't restore nodes with the
8865 `slow' tag. Restore `Info-history'.
8866
8867 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
8868
8869 Add FORCE argument to `delete-file'.
8870
8871 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8872 forcing to delete the temporary file.
8873 (ange-ftp-delete-file): Add FORCE arg.
8874 (ange-ftp-rename-remote-to-remote)
8875 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
8876 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8877 Force file deletion.
8878
8879 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8880
8881 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8882 (tramp-handle-make-symbolic-link, tramp-handle-load)
8883 (tramp-do-copy-or-rename-file-via-buffer)
8884 (tramp-do-copy-or-rename-file-directly)
8885 (tramp-do-copy-or-rename-file-out-of-band)
8886 (tramp-handle-process-file, tramp-handle-call-process-region)
8887 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8888 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8889 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8890
8891 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8892 (tramp-fish-handle-make-symbolic-link)
8893 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8894
8895 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8896 Use `tramp-compat-delete-file'.
8897
8898 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8899 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8900
8901 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8902 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8903
8904 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8905 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
8906 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8907 Use `tramp-compat-delete-file'.
8908
8909 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 Minor cleanups.
8912 * subr.el (add-minor-mode): Use push.
8913 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8914 * emulation/edt.el (edt-select-mode): Simplify.
8915
8916 Use define-minor-mode in more cases.
8917 * term/tvi970.el (tvi970-set-keypad-mode):
8918 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8919 (normal-erase-is-backspace-mode):
8920 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8921 (set-scroll-bar-mode-1): (Re)move to its sole caller.
8922 (get-scroll-bar-mode): New function.
8923 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8924
8925 Use define-minor-mode for less obvious cases.
8926 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8927 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8928 * international/iso-ascii.el (iso-ascii-mode):
8929 * frame.el (auto-raise-mode, auto-lower-mode):
8930 * composite.el (global-auto-composition-mode): Use define-minor-mode.
8931
8932 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
8933
8934 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8935 in order to see error messages for failed logins.
8936
8937 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
8938
8939 * diff.el (diff-sentinel):
8940
8941 * epg.el (epg--make-temp-file, epg-decrypt-string)
8942 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8943
8944 * jka-compr.el (jka-compr-partial-uncompress)
8945 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8946
8947 * server.el (server-sentinel): Use delete-file's new FORCE arg
8948 (Bug#6070).
8949
8950 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 Use define-minor-mode where applicable.
8953 * view.el (view-mode):
8954 * type-break.el (type-break-query-mode)
8955 (type-break-mode-line-message-mode):
8956 * textmodes/reftex.el (reftex-mode):
8957 * term/vt100.el (vt100-wide-mode):
8958 * tar-mode.el (tar-subfile-mode):
8959 * savehist.el (savehist-mode):
8960 * ibuf-ext.el (ibuffer-auto-mode):
8961 * composite.el (auto-composition-mode):
8962 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8963 Use define-minor-mode.
8964 (vhdl-mode): Use static mode-line format.
8965 (vhdl-mode-line-update): Delete.
8966 (vhdl-create-mode-menu, vhdl-activate-customizations)
8967 (vhdl-hs-minor-mode): Don't bother calling it.
8968
8969 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * simple.el (with-wrapper-hook): Move.
8972 (buffer-substring-filters): Mark obsolete.
8973 (filter-buffer-substring-functions): New variable.
8974 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8975
8976 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8977 Michael Albinus <michael.albinus@gmx.de>
8978
8979 Implement compression for inline methods.
8980
8981 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
8982 (tramp-copy-size-limit): Allow also nil.
8983 (tramp-inline-compress-commands): New defconst.
8984 (tramp-find-inline-compress, tramp-get-inline-compress)
8985 (tramp-get-inline-coding): New defuns.
8986 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
8987 replaced by `tramp-get-inline-coding'.
8988 (tramp-handle-file-local-copy, tramp-handle-write-region)
8989 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
8990
8991 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8992
8993 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
8994 Remove unused functions.
8995
8996 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
8997 Set find-tag-default-function as a variable rather than a property.
8998
8999 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9000 * progmodes/etags.el (tags-completion-at-point-function):
9001 Remove left over interactive spec. Add autoloading stub.
9002 (complete-tag): Use tags-completion-at-point-function.
9003
9004 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
9005
9006 * minibuffer.el (tags-completion-at-point-function): Fix return value.
9007
9008 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9009
9010 * ido.el (ido-init-completion-maps): Remove C-v binding.
9011 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
9012
9013 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * minibuffer.el (tags-completion-at-point-function): New function.
9016 (completion-at-point-functions): Use it.
9017
9018 * progmodes/etags.el (complete-tag): Revert last change.
9019
9020 2010-04-29 Alan Mackenzie <acm@muc.de>
9021
9022 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9023 off-by-one error (in end of macro position).
9024
9025 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9026
9027 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9028 firefox is absent. Don't autoload.
9029 (browse-url-galeon-program): Don't autoload.
9030
9031 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9032
9033 * bindings.el (complete-symbol): Move into minibuffer.el.
9034
9035 * minibuffer.el (complete-tag): Move from etags.el. If tags
9036 completion cannot be performed, return nil instead of signalling
9037 an error.
9038 (completion-at-point): Make it an alias for complete-symbol.
9039 (complete-symbol): Move from bindings.el, and replace with the
9040 body of completion-at-point.
9041
9042 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9043
9044 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
9045
9046 * net/tramp.el (tramp-remote-selinux-p): New defun.
9047 (tramp-handle-file-selinux-context)
9048 (tramp-handle-set-file-selinux-context): Use it.
9049
9050 2010-04-28 Sam Steingold <sds@gnu.org>
9051
9052 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9053 `safe-local-variable' if the value is a string or a symbol with
9054 the property `bug-reference-url-format'.
9055
9056 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9057
9058 * progmodes/bug-reference.el (bug-reference-url-format):
9059 Revert 2010-04-27 change due to security risk.
9060
9061 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 Make it possible to locally disable a globally enabled mode.
9064 * simple.el (fundamental-mode): Run fundamental-mode-hook.
9065 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9066 rather than kill-all-local-variables so it runs fundamental-mode-hook.
9067 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9068 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9069 that subsequent hooks get a chance to disable it.
9070
9071 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9072
9073 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9074 Avoid re-enabling a minor mode after the user turned the minor mode
9075 off if MODE-enable-in-buffers is run twice (typically once from
9076 fundamental-mode's after-change-major-mode-hook and a second time from
9077 run-mode-hook's own after-change-major-mode-hook).
9078
9079 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9080
9081 2010-04-27 Sam Steingold <sds@gnu.org>
9082
9083 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9084 `safe-local-variable' if the value is a string or a function, as
9085 documented and implemented on 2010-04-02.
9086
9087 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9090 when method is 'kill.
9091
9092 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
9093
9094 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9095 condition in default directory check.
9096 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9097 Kill ispell process when killing its associated buffer.
9098
9099 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
9100
9101 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9102 but we aren't using it.
9103
9104 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
9105
9106 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9107 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9108
9109 2010-04-24 Glenn Morris <rgm@gnu.org>
9110
9111 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9112 Ignore VCS-ignore files, and deleted nextstep preferences files.
9113 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9114 (authors-ambiguous-files): New list.
9115 (authors-valid-file-names): Add some deleted files.
9116 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9117 (authors-disambiguate-file-name): New function. (Bug#5501)
9118 (authors-canonical-file-name): Doc fix.
9119 Don't warn about obsolete files.
9120 (authors-canonical-file-name, authors-scan-el):
9121 Use authors-disambiguate-file-name.
9122
9123 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9124 Add autoload cookies.
9125 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9126 (generated-autoload-file): Set file-local value to "htmlfontify.el".
9127 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9128 They have definitions / compiler macros in cl.el.
9129 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9130 Replace manual autoloads with generated ones.
9131 (htmlfontify-unload-rgb-file): Remove autoload.
9132 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9133
9134 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9135
9136 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9137 (byte-compile-setq-default): Optimize for the
9138 single-var case and don't call byte-compile-form in this case to avoid
9139 inf-loop with byte-compile-set-default.
9140
9141 * progmodes/compile.el (compilation-start): Abbreviate default directory.
9142
9143 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
9144
9145 Implement SELINUX backends.
9146
9147 * net/tramp.el (tramp-file-name-handler-alist):
9148 Add `file-selinux-context' and `set-file-selinux-context'.
9149 (tramp-handle-file-selinux-context)
9150 (tramp-handle-set-file-selinux-context): New defuns.
9151 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9152 Handle PRESERVE-SELINUX-CONTEXT.
9153
9154 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9155 Add `file-selinux-context' and `set-file-selinux-context'.
9156 (tramp-gvfs-handle-file-selinux-context)
9157 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9158 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9159
9160 * net/ange-ftp.el (ange-ftp-copy-file):
9161 * net/tramp-fish.el (tramp-fish-handle-copy-file):
9162 * net/tramp-imap.el (tramp-imap-handle-copy-file):
9163 * net/tramp-smb.el (tramp-smb-handle-copy-file):
9164 Add PRESERVE-SELINUX-CONTEXT.
9165
9166 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9167
9168 Synchronize with Tramp repository.
9169
9170 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9171 (tramp-action-process-alive, tramp-action-out-of-band)
9172 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9173 (tramp-exists-file-name-handler): Fix docstring.
9174 (with-progress-reporter): New defmacro.
9175 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9176 (tramp-maybe-open-connection): Use it.
9177
9178 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
9179
9180 Detect ssh 'ControlMaster' argument automatically in some cases.
9181
9182 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9183 (tramp-default-method): Use it.
9184
9185 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9186
9187 * net/tramp.el (tramp-handle-copy-file): Add new optional
9188 parameter `preserve-selinux-context'.
9189 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9190
9191 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9192
9193 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9194 Ensure, that non remote files are still checked. Oops.
9195
9196 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
9197
9198 Fix Bug#5840.
9199
9200 * icomplete.el (icomplete-completions): Use `non-essential'.
9201
9202 * net/tramp.el (tramp-connectable-p): New defun.
9203 (tramp-handle-expand-file-name)
9204 (tramp-completion-handle-file-name-all-completions)
9205 (tramp-completion-handle-file-name-completion): Use it.
9206
9207 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9208
9209 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9210
9211 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9212
9213 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9214
9215 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9216
9217 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9218 is present.
9219
9220 * info.el (info-tool-bar-map): Add labels.
9221
9222 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9223
9224 * cus-edit.el (custom-commands): Add labels for tool bar.
9225 (custom-buffer-create-internal, Custom-mode): Adjust for
9226 labels in custom-commands.
9227
9228 * dynamic-setting.el: Renamed from font-setting.el.
9229
9230 2010-04-21 John Wiegley <jwiegley@gmail.com>
9231
9232 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9233 toggles the use of virtual buffers.
9234 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
9235 (ido-toggle-virtual-buffers): New function.
9236
9237 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
9238
9239 Use `define-derived-mode'; fix window selection; doc fixes.
9240 * play/tetris.el (tetris, tetris-update-speed-function)
9241 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9242 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9243 (tetris-rotate-next, tetris-end-game, tetris-start-game)
9244 (tetris-pause-game): Fix typos in docstrings.
9245 (tetris-mode-map, tetris-null-map):
9246 Move initialization into declaration.
9247 (tetris-mode): Define with `define-derived-mode';
9248 set show-trailing-whitespace to nil.
9249 (tetris): Prefer window already displaying the "*Tetris*" buffer.
9250
9251 2010-04-21 Karel Klíč <kklic@redhat.com>
9252
9253 * files.el (backup-buffer): Handle SELinux context, and return it
9254 if a backup was made by renaming.
9255 (backup-buffer-copy): Set SELinux context to the target file.
9256 (basic-save-buffer): Set SELinux context of the newly written file.
9257 (basic-save-buffer-1): Now it also returns any SELinux context.
9258 (basic-save-buffer-2): Set SELinux context of the newly created file,
9259 and return it.
9260 * net/tramp.el (tramp-file-name-for-operation):
9261 Add file-selinux-context.
9262
9263 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9264
9265 Make the log-edit comments use RFC822 format throughout.
9266
9267 * vc.el (vc-checkin, vc-modify-change-comment):
9268 Adjust to new vc-start/finish-logentry.
9269 (vc-find-conflicted-file): New command.
9270 (vc-transfer-file): Adjust to new vc-checkin.
9271 (vc-next-action): Improve scoping.
9272
9273 * vc-hg.el (vc-hg-log-edit-mode): Remove.
9274 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
9275
9276 * vc-git.el (vc-git-log-edit-mode): Remove.
9277 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
9278 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9279
9280 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9281 (vc-start-logentry): Remove argument `extra'.
9282 (vc-finish-logentry): Remove extra args.
9283
9284 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9285 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
9286 (vc-bzr-conflicted-files): New function.
9287
9288 * log-edit.el (log-edit-extra-flags)
9289 (log-edit-before-checkin-process): Remove.
9290 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9291 (log-edit-headers-alist): New var.
9292 (log-edit-header-contents-regexp): New const.
9293 (log-edit-match-to-eoh): New function.
9294 (log-edit-font-lock-keywords): Use them.
9295 (log-edit): Insert a "Summary:" header as default.
9296 (log-edit-mode): Mark font-lock rules as case-insensitive.
9297 (log-edit-done): Cleanup headers.
9298 (log-view-process-buffer): Remove.
9299 (log-edit-extract-headers): New function to replace it.
9300
9301 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
9302
9303 * subr.el (default-direction-reversed): Remove obsolescence info.
9304
9305 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9308 windows/frames.
9309
9310 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9311 I.e. include text after point in the completion region.
9312 Also, return nil when we're not after/in a symbol.
9313
9314 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9315 default enable-multibyte-characters.
9316
9317 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * international/mule.el: Help the user choose a valid coding-system.
9320 (read-buffer-file-coding-system): New function.
9321 (set-buffer-file-coding-system): Use it. Prompt the user if the
9322 coding-system cannot encode all the chars.
9323
9324 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9325 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9326 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9327 Don't use *vc-bzr-shelve*.
9328
9329 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
9330
9331 Fix the version number for added files.
9332 * vc-hg.el (vc-hg-working-revision): Check if the file is
9333 registered after hg parent fails (Bug#5961).
9334
9335 2010-04-19 Glenn Morris <rgm@gnu.org>
9336
9337 * htmlfontify.el (htmlfontify-buffer)
9338 (htmlfontify-copy-and-link-dir): Autoload entry points.
9339
9340 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
9341
9342 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9343 name relative to the project root (Bug#5960).
9344
9345 2010-04-19 Glenn Morris <rgm@gnu.org>
9346
9347 * vc-git.el (vc-git-print-log): Doc fix.
9348
9349 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
9350
9351 * ido.el (ido-file-internal): Fix 2009-12-02 change.
9352
9353 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
9354
9355 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9356 default settings (Bug#5928).
9357
9358 2010-04-19 Glenn Morris <rgm@gnu.org>
9359
9360 * progmodes/fortran.el (fortran-match-and-skip-declaration):
9361 New function.
9362 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
9363
9364 2010-04-19 Kenichi Handa <handa@m17n.org>
9365
9366 * language/indian.el (malayalam-composable-pattern): Fix previous
9367 change (add U+0D4D "SIGN VIRAMA").
9368 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9369 (tamil-composable-pattern): Fix typo in the regexp.
9370 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9371 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9372 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9373
9374 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9377 paragraph-separate (Bug#5821).
9378
9379 2010-04-19 Juri Linkov <juri@jurta.org>
9380
9381 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9382
9383 * info.el (Info-find-node-2): Comment out code that skips
9384 breadcrumbs line.
9385 (Info-mouse-follow-link): New command.
9386 (Info-link-keymap): New keymap.
9387 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9388 Return a string with links instead of inserting breadcrumbs
9389 to the Info buffer.
9390 (Info-fontify-node): Comment out code that inserts breadcrumbs.
9391 Instead of putting the `invisible' text property over the Info
9392 header, make an overlay over the Info header with the `invisible'
9393 property and `after-string' set to the string returned by
9394 `Info-breadcrumbs'.
9395
9396 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
9397
9398 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9399 Reported by monkey@sandpframing.com.
9400
9401 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9404 (tmm-get-keymap): Add key-binding shortcuts now that they're not
9405 available in the "keyseq cache" any more.
9406
9407 * custom.el (defcustom): Add edebug spec.
9408
9409 2010-04-18 Juri Linkov <juri@jurta.org>
9410
9411 Test for special mode-class in view-buffer instead of view-file (bug#5513).
9412
9413 * view.el (view-file, view-buffer): Move test for special mode-class
9414 from view-file to view-buffer.
9415
9416 * tar-mode.el (tar-extract): Turn if's into one cond
9417 like in arc-mode.el.
9418
9419 2010-04-18 Juri Linkov <juri@jurta.org>
9420
9421 Add 7z archive format support (bug#5475).
9422
9423 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9424 (archive-7z-extract): New defcustom.
9425 (archive-find-type): Add magic string for 7z.
9426 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9427 If `stderr-file' is non-nil, use `(t stderr-file)' for the
9428 `buffer' arg of `call-process'.
9429 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9430 call the function `archive-7z-extract' with the variable
9431 `archive-7z-extract' let-bound to `archive-zip-extract'.
9432 (archive-7z-summarize, archive-7z-extract): New functions.
9433
9434 * international/mule.el (auto-coding-alist):
9435 * files.el (auto-mode-alist): Add 7z file extension.
9436
9437 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * loadup.el: Setup hash-cons for pure data.
9440
9441 Fix duplicate entries in cedet's loaddefs.el files.
9442 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9443 Should make most file-local generated-autoload-file unnecessary.
9444 (print-readably): Silence warnings.
9445 (autoload-find-destination): Take load-name as an arg to make sure
9446 it's the same as the one that will be in the file.
9447 (autoload-generate-file-autoloads): Adjust to above changes.
9448 Try to make the dataflow a bit simpler.
9449
9450 * cvs-status.el (cvs-refontify): Remove unused.
9451
9452 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
9453
9454 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
9455
9456 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
9457 twos-complement mode.
9458
9459 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
9460
9461 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9462 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
9463 (calc-inverse): Add "Option" to message, as appropriate.
9464 (calc-hyperbolic): Add "Option" to message, as appropriate.
9465 (calc-option, calc-is-option): New functions.
9466
9467 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
9468 (calc-option-prefix-help): New function.
9469
9470 * calc/calc-misc.el (calc-help): Add "Option" entry.
9471
9472 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
9473 (calc-option-flag): New variable.
9474 (calc-do): Set `calc-option-flag to nil.
9475 (calc-set-mode-line): Add "Opt " as appropriate.
9476
9477 2010-04-16 Juri Linkov <juri@jurta.org>
9478
9479 Move scrolling commands from simple.el to window.el
9480 because their primitives are implemented in window.c.
9481
9482 * simple.el (scroll-error-top-bottom)
9483 (scroll-up-command, scroll-down-command, scroll-up-line)
9484 (scroll-down-line, scroll-other-window-down)
9485 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9486 * window.el (scroll-error-top-bottom)
9487 (scroll-up-command, scroll-down-command, scroll-up-line)
9488 (scroll-down-line, scroll-other-window-down)
9489 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9490 Move from simple.el to window.el because their primitives are
9491 implemented in window.c.
9492
9493 2010-04-16 Juri Linkov <juri@jurta.org>
9494
9495 * isearch.el (isearch-lookup-scroll-key): Check both
9496 `isearch-scroll' and `scroll-command' properties.
9497 (scroll-up, scroll-down): Remove `isearch-scroll' property.
9498
9499 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9500
9501 * simple.el (scroll-up-command, scroll-down-command)
9502 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9503
9504 2010-04-15 Juri Linkov <juri@jurta.org>
9505
9506 * simple.el (scroll-up-command, scroll-down-command)
9507 (scroll-up-line, scroll-down-line): Put `scroll-command'
9508 property on the these symbols. Remove them from
9509 `scroll-preserve-screen-position-commands'.
9510
9511 * mwheel.el (mwheel-scroll): Put `scroll-command' and
9512 `isearch-scroll' properties on the `mwheel-scroll' symbol.
9513 Remove it from `scroll-preserve-screen-position-commands'.
9514
9515 * isearch.el (isearch-allow-scroll): Doc fix.
9516
9517 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
9518
9519 * net/tramp.el (tramp-error-with-buffer): Don't show the
9520 connection buffer when we are in completion mode.
9521 (tramp-file-name-handler): Catch the error for some operations
9522 when we are in completion mode. This gives the user the chance to
9523 correct the file name in the minibuffer.
9524
9525 2010-04-15 Glenn Morris <rgm@gnu.org>
9526
9527 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9528
9529 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
9530
9531 Simplify by using `define-derived-mode'.
9532 * info.el (Info-mode):
9533 * calendar/todo-mode.el (todo-mode):
9534 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9535 (gomoku-mode-map): Move initialization into declaration.
9536
9537 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
9538
9539 Fix Bug#5840.
9540 * ido.el (ido-file-name-all-completions-1):
9541 * minibuffer.el (minibuffer-completion-help):
9542 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9543
9544 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * simple.el (non-essential): New var.
9547
9548 Add a new field `location' to bookmarks for non-file bookmarks.
9549 * bookmark.el (bookmark-location): Use the new field, if present.
9550 (bookmark-insert-location): Undo last change, not needed any more.
9551 * man.el (Man-bookmark-make-record):
9552 * woman.el (woman-bookmark-make-record): Add `location' field.
9553
9554 2010-04-14 Juri Linkov <juri@jurta.org>
9555
9556 * simple.el (scroll-error-top-bottom): New defcustom.
9557 (scroll-up-command, scroll-down-command): Use it. Doc fix.
9558
9559 * emulation/pc-select.el (pc-select-override-scroll-error):
9560 Obsolete in favor of `scroll-error-top-bottom'.
9561
9562 2010-04-14 Juri Linkov <juri@jurta.org>
9563
9564 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9565 `scroll-up-command' and `M-v' to `scroll-down-command'.
9566
9567 * emulation/cua-rect.el (cua--init-rectangles):
9568 * forms.el (forms--change-commands):
9569 * image-mode.el (image-mode-map):
9570 Remap scroll-down-command and scroll-up-command
9571 in addition to scroll-down and scroll-up.
9572
9573 2010-04-14 Juri Linkov <juri@jurta.org>
9574
9575 * mwheel.el (scroll-preserve-screen-position-commands):
9576 Add mwheel-scroll to this list of commands.
9577
9578 * simple.el (scroll-preserve-screen-position-commands):
9579 Add scroll-up-command, scroll-down-command, scroll-up-line,
9580 scroll-down-line to this list of commands.
9581
9582 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * obsolete/complete.el: Move from lisp/complete.el.
9585
9586 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9587
9588 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9589 to the minor mode function now turns the mode ON unconditionally.
9590
9591 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * vc-dir.el (vc-dir-kill-line): New command.
9594 (vc-dir-mode-map): Bind it to C-k.
9595
9596 * bookmark.el (bookmark-insert-location): Handle a nil filename.
9597
9598 * woman.el: Add bookmark declarations to silence the compiler.
9599 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9600 step to compatibility between man and woman bookmarks.
9601 Adjust for Man-default-bookmark-title renaming.
9602 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
9603
9604 * man.el: Add bookmark declarations to silence the compiler.
9605 (Man-name-local-regexp): Make it match NAME as well.
9606 (Man-getpage-in-background): Return the buffer.
9607 (Man-notify-when-ready): Use `case'.
9608 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9609 Don't hardcode "NAME". Simplify.
9610 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9611 Rename from Man-bookmark-make-record.
9612 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
9613 we have the actual man-args. Use Man-getpage-in-background rather
9614 than `man' since the arg is already processed. Let bookmark.el do the
9615 window handling. Only wait for the relevant process.
9616 Don't forget to autoload.
9617
9618 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9619
9620 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9621
9622 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9623 New functions.
9624 (woman-mode): Setup bookmark support.
9625
9626 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9627 (man-bookmark-jump): New functions.
9628 (Man-mode): Setup bookmark support.
9629
9630 2010-04-10 Jari Aalto <jari.aalto@cante.net>
9631
9632 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9633 recognize ssh-keygen prompt (Bug#2817).
9634
9635 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
9636
9637 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9638
9639 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
9640
9641 Synchronize with Tramp repository.
9642
9643 * net/tramp.el (tramp-completion-function-alist)
9644 (tramp-file-name-regexp, tramp-chunksize)
9645 (tramp-local-coding-commands, tramp-remote-coding-commands):
9646 Fix docstring.
9647 (tramp-remote-process-environment): Use `format' instead of `concat'.
9648 (tramp-handle-directory-files-and-attributes)
9649 (tramp-get-remote-path): Use `copy-tree'.
9650 (tramp-handle-file-name-all-completions): Backward/ XEmacs
9651 compatibility: Use `completion-ignore-case' if
9652 `read-file-name-completion-ignore-case' does not exist.
9653 (tramp-do-copy-or-rename-file-directly): Do not use
9654 `tramp-handle-file-remote-p'.
9655 (tramp-do-copy-or-rename-file-out-of-band):
9656 Use `tramp-compat-delete-directory'.
9657 (tramp-do-copy-or-rename-file-out-of-band)
9658 (tramp-compute-multi-hops, tramp-maybe-open-connection):
9659 Use `format-spec-make'.
9660 (tramp-find-foreign-file-name-handler)
9661 (tramp-advice-make-auto-save-file-name)
9662 (tramp-set-auto-save-file-modes): Remove superfluous check for
9663 `stringp'. This is done inside `tramp-tramp-file-p'.
9664 (tramp-debug-outline-regexp): New defconst.
9665 (tramp-get-debug-buffer): Use it.
9666 (tramp-check-for-regexp): Use (forward-line 1).
9667 (tramp-set-auto-save-file-modes): Adapt version check.
9668
9669 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9670 Wrap call of `featurep' for 2nd argument.
9671 (tramp-compat-make-temp-file): Simplify fallback implementation.
9672 (tramp-compat-copy-tree): Remove function.
9673 (tramp-compat-delete-directory): Provide implementation for older
9674 Emacsen.
9675
9676 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9677 Do not use `tramp-fish-handle-file-attributes.
9678
9679 * net/trampver.el: Update release number.
9680
9681 2010-04-10 Glenn Morris <rgm@gnu.org>
9682
9683 * progmodes/compile.el (compilation-save-buffers-predicate):
9684 Add missing :version tag.
9685
9686 2010-04-09 Sam Steingold <sds@gnu.org>
9687
9688 * progmodes/compile.el (compilation-save-buffers-predicate):
9689 Remove the "autoload" cookie.
9690
9691 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9692 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9693 and `bug-reference-prog-mode' can be used in hooks directly.
9694
9695 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9696
9697 Add --author support to git commit.
9698 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9699 (vc-git-log-edit-mode): New minor mode.
9700 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9701 New declarations.
9702
9703 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
9704
9705 * vc-hooks.el, vc-git.el: Improve documentation comments.
9706
9707 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9708
9709 Fix some of the problems in defsubst* (bug#5728).
9710 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9711 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9712
9713 2010-04-07 Sam Steingold <sds@gnu.org>
9714
9715 * progmodes/compile.el (compilation-save-buffers-predicate):
9716 New custom variable.
9717 (compile, recompile): Pass it to `save-some-buffers'.
9718
9719 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
9720
9721 * wid-edit.el (widget-choose): Move cursor to the second line of
9722 the buffer (Bug#5695).
9723
9724 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9725
9726 Add new VC methods: vc-log-incoming and vc-log-outgoing.
9727 * vc.el (vc-print-log-setup-buttons): New function split out from
9728 vc-print-log-internal.
9729 (vc-log-internal-common): New function, a parametrized version of
9730 vc-print-log-internal.
9731 (vc-print-log-internal): Just call vc-log-internal-common with the
9732 right arguments.
9733 (vc-incoming-outgoing-internal):
9734 (vc-log-incoming, vc-log-outgoing): New functions.
9735 (vc-log-view-type): New permanent local variable.
9736
9737 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9738
9739 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9740 of the dynamic bound vc-short-log.
9741 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9742
9743 * vc-git.el (vc-git-log-outgoing): New function.
9744 (vc-git-log-view-mode): Use vc-log-view-type instead
9745 of the dynamic bound vc-short-log.
9746
9747 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9748 of the dynamic bound vc-short-log. Highlight the tag.
9749 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9750 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9751 (vc-hg-incoming-mode): Remove.
9752 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9753
9754 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9755
9756 Fix default-directory for vc-root-diff.
9757 * vc.el (vc-root-diff): Bind default-directory to the root
9758 directory for the diff command.
9759
9760 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
9761
9762 * progmodes/verilog-mode.el (verilog-forward-sexp):
9763 (verilog-calc-1): Support "disable fork" and "fork wait" multi
9764 word keywords, suggested by Steve Pearlmutter.
9765 (verilog-pretty-declarations): Support lineup of declarations in
9766 port lists.
9767 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
9768 fix bug for /* / comments.
9769 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
9770 Speed up and simplfy as this is never called with a bound.
9771 (verilog-pretty-declarations): Enhance to line up declarations
9772 inside a parameter list, suggested by Alan Morgan.
9773 (verilog-pretty-expr): Tune assignment regular expression match
9774 string for corner cases; also use markers instead of character
9775 number as indent changes the later.
9776
9777 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
9778
9779 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9780 as missing keyword.
9781 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9782 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
9783 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9784 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
9785 Tennant.
9786 (verilog-keywords):
9787 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9788 1800-2009 keywords, including "global.".
9789
9790 2010-04-06 John Wiegley <jwiegley@gmail.com>
9791
9792 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
9793 appearing in buffer list (if a live buffer name matched a recentf
9794 file basename). Should use uniquify to offer a real solution.
9795
9796 2010-04-06 John Wiegley <jwiegley@gmail.com>
9797
9798 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9799 comment to code, and add a :version tag.
9800 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
9801
9802 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
9803
9804 Enable recentf-mode if using virtual buffers.
9805 * ido.el (recentf-list): Declare for byte-compiler.
9806 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9807 (ido-make-buffer-list): Simplify.
9808 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
9809
9810 2010-04-05 Juri Linkov <juri@jurta.org>
9811
9812 Scrolling commands which scroll a line instead of full screen.
9813 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9814
9815 * simple.el (scroll-up-line, scroll-down-line): New commands.
9816 Put property isearch-scroll=t on them.
9817
9818 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9819 Remove commands.
9820
9821 2010-04-05 Juri Linkov <juri@jurta.org>
9822
9823 Scrolling commands which do not signal errors at top/bottom.
9824 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9825
9826 * simple.el (scroll-up-command, scroll-down-command): New commands.
9827 Put property isearch-scroll=t on them.
9828
9829 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9830 `scroll-down-command' and [next] from `scroll-up' to
9831 `scroll-up-command'.
9832
9833 * emulation/cua-base.el: Put property CUA=move on
9834 `scroll-up-command' and `scroll-down-command'.
9835 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9836 and `scroll-down-command' to `cua-scroll-down'.
9837
9838 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
9839
9840 * help.el (describe-mode): Return nil.
9841
9842 2010-04-04 John Wiegley <jwiegley@gmail.com>
9843
9844 * ido.el (ido-use-virtual-buffers): New variable to indicate
9845 whether "virtual buffer" support is enabled for IDO.
9846 (ido-virtual): Face used to indicate virtual buffers in the list.
9847 (ido-buffer-internal): If a buffer is chosen, and no such buffer
9848 exists, but a virtual buffer of that name does (which would be why
9849 it was in the list), recreate the buffer by reopening the file.
9850 (ido-make-buffer-list): If virtual buffers are being used, call
9851 `ido-add-virtual-buffers-to-list' before the make list hook.
9852 (ido-virtual-buffers): New variable which contains a copy of the
9853 current contents of the `recentf-list', albeit pared down for the
9854 sake of speed, and with proper faces applied.
9855 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9856 create a list of "virtual buffers" to present to the user in
9857 addition to the currently open set. Note that this logic could
9858 get rather slow if that list is too large. With the default
9859 `recentf-max-saved-items' of 200, there is little speed penalty.
9860
9861 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * font-lock.el: Require CL when compiling.
9864 (font-lock-turn-on-thing-lock): Use `case'.
9865
9866 2010-04-03 Eli Zaretskii <eliz@gnu.org>
9867
9868 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9869 Zaretskii.
9870
9871 2010-04-02 Juri Linkov <juri@jurta.org>
9872
9873 * ehelp.el (electric-help-orig-major-mode):
9874 New buffer-local variable.
9875 (electric-help-mode): Set it to original major-mode. Doc fix.
9876 (with-electric-help): Use `electric-help-orig-major-mode' instead
9877 of (default-value 'major-mode). Doc fix.
9878 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9879
9880 2010-04-02 Sam Steingold <sds@gnu.org>
9881
9882 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9883 `vc-hg-command' with a list of flags.
9884
9885 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9886 Also accept "patch" and "RFE".
9887 (bug-reference-fontify): `bug-reference-url-format' can also be a
9888 function to be able to handle the bug kind.
9889 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
9890
9891 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
9892
9893 * tmm.el (tmm-get-keymap): Check with symbolp before passing
9894 value to fboundp, it may not be a symbol.
9895
9896 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
9897
9898 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
9899
9900 2010-03-31 Juri Linkov <juri@jurta.org>
9901
9902 * simple.el (next-line, previous-line): Re-throw a signal
9903 with `signal' instead of using `ding'.
9904 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9905
9906 2010-03-31 Juri Linkov <juri@jurta.org>
9907
9908 * simple.el (keyboard-escape-quit): Raise deselecting the active
9909 region higher than exiting the minibuffer.
9910 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9911
9912 2010-03-31 Juri Linkov <juri@jurta.org>
9913
9914 * image.el (image-animated-p): Use `image-metadata' instead of
9915 `image-extension-data'. Get GIF extenstion data from metadata
9916 property `extension-data'.
9917
9918 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * simple.el (append-to-buffer): Simplify.
9921
9922 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
9923
9924 * textmodes/artist.el (artist-mode): Fix typo in docstring.
9925 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
9926
9927 2010-03-31 Kenichi Handa <handa@m17n.org>
9928
9929 * language/sinhala.el (composition-function-table): Fix regexp for
9930 the new Unicode specification.
9931
9932 * language/indian.el (devanagari-composable-pattern)
9933 (tamil-composable-pattern, kannada-composable-pattern)
9934 (malayalam-composable-pattern): Adjust for the new Unicode
9935 specification.
9936 (bengali-composable-pattern, gurmukhi-composable-pattern)
9937 (gujarati-composable-pattern, oriya-composable-pattern)
9938 (telugu-composable-pattern): New variables to cope with the new
9939 Unicode specification. Use them in composition-function-table.
9940
9941 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 Make tmm-menubar work for the Buffers menu again (bug#5726).
9944 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9945 vectors rather than cons cells, as used in menu-bar-update-buffers.
9946
9947 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
9948
9949 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
9950 (js-insert-and-indent): Revert 2009-08-15 change, restoring
9951 electric punctuation for "{}();,:" (Bug#5586).
9952
9953 * mail/sendmail.el (mail-default-directory): Doc fix.
9954
9955 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
9956
9957 * mail/sendmail.el (mail-default-directory): Doc fix.
9958
9959 2010-03-31 Eli Zaretskii <eliz@gnu.org>
9960
9961 * subr.el (version-regexp-alist, version-to-list)
9962 (version-list-<, version-list-=, version-list-<=)
9963 (version-list-not-zero, version<, version<=, version=): Doc fix.
9964 (Bug#5744).
9965
9966 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
9967
9968 * vc.el (vc-root-diff): Doc fix.
9969
9970 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
9971
9972 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
9973
9974 * simple.el (append-to-buffer): Fix last change.
9975
9976 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
9977
9978 * simple.el (append-to-buffer): Ensure that point is preserved if
9979 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
9980 (Bug#5749)
9981
9982 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * files.el (auto-mode-case-fold): Change default to t.
9985
9986 2010-03-30 Juri Linkov <juri@jurta.org>
9987
9988 * dired-x.el (dired-omit-mode): Doc fix.
9989
9990 2010-03-30 Juri Linkov <juri@jurta.org>
9991
9992 * replace.el (occur-accumulate-lines): Move occur-engine related
9993 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9994 to be located after `occur-engine'.
9995
9996 2010-03-30 Juri Linkov <juri@jurta.org>
9997
9998 Make occur handle multi-line matches cleanly with context.
9999 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10000
10001 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10002 (occur-engine): Add local variables `ret', `prev-after-lines',
10003 `prev-lines'. Use more arguments for `occur-context-lines'.
10004 Set first elem of its returned list to `data', and the second elem
10005 to `prev-after-lines'. Don't print the separator line.
10006 In the end, print remaining context after-lines.
10007 (occur-context-lines): Add new arguments `begpt', `endpt',
10008 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
10009 after-lines of the previous match with before-lines of the
10010 current match and not overlap them. Return a list with two
10011 values: the output line and the list of context after-lines.
10012
10013 2010-03-30 Juri Linkov <juri@jurta.org>
10014
10015 * replace.el (occur-accumulate-lines): Fix a bug where the first
10016 context line at the beginning of the buffer was missing.
10017
10018 2010-03-30 Eli Zaretskii <eliz@gnu.org>
10019
10020 * files.el: Make bidi-display-reordering safe variable for boolean
10021 values.
10022
10023 2010-03-29 Phil Hagelberg <phil@evri.com>
10024 Chong Yidong <cyd@stupidchicken.com>
10025
10026 * subr.el: Extend progress reporters to perform "spinning".
10027 (progress-reporter-update, progress-reporter-do-update):
10028 Handle non-numeric value arguments.
10029 (progress-reporter--pulse-characters): New var.
10030
10031 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
10032
10033 * progmodes/compile.el (compilation-start): Fix regexp detection
10034 of initial cd command (Bug#5771).
10035
10036 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
10037
10038 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10039
10040 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
10041
10042 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10043 * progmodes/gdb-mi.el: Restore.
10044 * progmodes/gdb-ui.el: Remove.
10045 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10046
10047 2010-03-25 Glenn Morris <rgm@gnu.org>
10048
10049 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10050 all dired buffers, even tramp ones. (Bug#5755)
10051
10052 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 Add "union tags" in mpc.el.
10055 * mpc.el: Remove backward compatibility code.
10056 (mpc-browser-tags): Change default.
10057 (mpc--find-memoize-union-tags): New var.
10058 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10059 (mpc-cmd-find): Handle the case where the playlist does not exist.
10060 Handle union-tags.
10061 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
10062 (mpc-cmd-add): Use mpc-cmd-flush.
10063 (mpc-tagbrowser-tag-name): New fun.
10064 (mpc-tagbrowser-buf): Use it.
10065 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
10066
10067 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 Misc cleanup.
10070 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10071 Use replace-regexp-in-string.
10072 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10073 (makefile-imake-mode-syntax-table): Move init into defvar.
10074 (makefile-mode): Use define-derived-mode.
10075
10076 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10077 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10078 not be present any more.
10079
10080 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10081
10082 * faces.el (set-face-attribute): Fix typo in docstring.
10083 (face-valid-attribute-values): Reflow docstring.
10084
10085 2010-03-24 Glenn Morris <rgm@gnu.org>
10086
10087 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10088
10089 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10090
10091 * indent.el (indent-for-tab-command): Doc fix.
10092
10093 2010-03-24 Alan Mackenzie <acm@muc.de>
10094
10095 * progmodes/cc-engine.el (c-remove-stale-state-cache):
10096 Fix off-by-one error. Fixes bug #5747.
10097
10098 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10099
10100 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10101 (image-dired-read-comment): Doc fix.
10102
10103 * json.el (json-object-type, json-array-type, json-key-type)
10104 (json-false, json-null, json-read-number):
10105 * minibuffer.el (completion-in-region-functions):
10106 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10107 (cal-tex-cursor-week):
10108 * emacs-lisp/trace.el (trace-function):
10109 * eshell/em-basic.el (eshell/printnl):
10110 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10111 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10112 * obsolete/levents.el (allocate-event, event-key, event-object)
10113 (event-point, event-process, event-timestamp, event-to-character)
10114 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10115 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10116 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10117 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10118 (reftex-highlight-selection): Fix typos in docstrings.
10119
10120 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10121
10122 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10123
10124 2010-03-24 Glenn Morris <rgm@gnu.org>
10125
10126 * mail/rmail.el (rmail-highlight-face): Restore option deleted
10127 2008-02-13 without comment; mark it obsolete.
10128 (rmail-highlight-headers): Use rmail-highlight-face once more.
10129
10130 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * woman.el (woman2-process-escapes): Only consume the newline if
10133 the filler character is on a line by itself (Bug#5729).
10134
10135 2010-03-24 Kenichi Handa <handa@m17n.org>
10136
10137 * language/indian.el (devanagari-composable-pattern): Add more
10138 consonants.
10139
10140 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10141
10142 * net/trampver.el: Update release number.
10143
10144 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10145
10146 * net/tramp.el (tramp-find-executable):
10147 Use `tramp-get-connection-buffer'. Make the regexp for checking
10148 output of "wc -l" more robust.
10149 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10150 (tramp-open-connection-setup-interactive-shell): Remove workaround
10151 for OpenSolaris bug, it is not needed anymore.
10152
10153 2010-03-24 Glenn Morris <rgm@gnu.org>
10154
10155 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
10156
10157 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
10158
10159 * files.el (auto-mode-alist): Accept more verilog file patterns.
10160
10161 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10164
10165 2010-03-24 Glenn Morris <rgm@gnu.org>
10166
10167 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10168 log-edit-before-checkin-process.
10169
10170 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10171
10172 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
10173
10174 * vc-dispatcher.el (vc-start-logentry): Doc fix.
10175 (log-view-process-buffer, log-edit-extra-flags): Declare.
10176
10177 * log-edit.el (log-edit-before-checkin-process): Doc fix.
10178
10179 2010-03-23 Sam Steingold <sds@gnu.org>
10180
10181 Fix bug#5620: recalculate all markers on compilation buffer
10182 modifications, not on file modifications.
10183 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10184 variable: the buffer modification time, for buffers not associated with
10185 files.
10186 (compilation-mode): Create it.
10187 (compilation-filter): Update it.
10188 (compilation-next-error-function): Use it instead of
10189 `visited-file-modtime' for timestamp.
10190
10191 2010-03-23 Juri Linkov <juri@jurta.org>
10192
10193 Implement Occur multi-line matches.
10194 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10195
10196 * replace.el (occur): Doc fix.
10197 (occur-engine): Set `begpt' to the beginning of the first line.
10198 Set `endpt' to the end of the last match line. At first, count
10199 line numbers between `origpt' and `begpt'. Split out code from
10200 `out-line' variable to new let-bindings `match-prefix' and
10201 `match-str'. In `out-line' add non-numeric prefix to all
10202 non-first lines of multi-line matches. Finally, count lines
10203 between `begpt' and `endpt' and add to `lines'.
10204
10205 2010-03-23 Juri Linkov <juri@jurta.org>
10206
10207 * replace.el (occur-accumulate-lines, occur-engine):
10208 Use `occur-engine-line' instead of duplicate code.
10209 (occur-engine-line): New function created from duplicate code
10210 in `occur-accumulate-lines' and `occur-engine'.
10211
10212 * replace.el (occur-engine-line): Add optional arg `keep-props'.
10213 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10214
10215 2010-03-23 Juri Linkov <juri@jurta.org>
10216
10217 * finder.el: Remove TODO tasks.
10218
10219 * info.el (Info-finder-find-node): Add node "all"
10220 with all package info. Handle a list of multiple keywords
10221 separated by comma.
10222 (info-finder): In interactive use with a prefix argument,
10223 use `completing-read-multiple' to read a list of keywords
10224 separated by comma.
10225
10226 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 Add a new completion style `substring'.
10229 * minibuffer.el (completion-basic--pattern): New function.
10230 (completion-basic-try-completion, completion-basic-all-completions):
10231 Use it.
10232 (completion-substring--all-completions)
10233 (completion-substring-try-completion)
10234 (completion-substring-all-completions): New functions.
10235 (completion-styles-alist): New style `substring'.
10236
10237 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10238
10239 Get rid of .elc files after removal of the corresponding .el.
10240 * Makefile.in (compile-clean): New target.
10241 (compile-main): Use it.
10242
10243 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
10244
10245 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10246 don't do make there. When compiling with separate object dir, there
10247 is no Makefile there.
10248
10249 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 Get rid of the ELCFILES abomination, again.
10252 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10253 (all, compile): Don't call compile-last.
10254 (compile-main): Build the "elcfiles" list dynamically.
10255 (compile-targets): New (internal) target.
10256
10257 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
10258
10259 * Makefile.in (top_srcdir): Define.
10260 (abs_top_builddir): Define.
10261 (srcdir): Don't append `/..'.
10262 (EMACS): Use ${abs_top_builddir}.
10263 (all, compile, compile-always, compile-last): Don't set emacswd.
10264 (update-subdirs, update-authors): Use $(top_srcdir) instead of
10265 $(srcdir).
10266 (lisp): Use $(srcdir) instead of @srcdir@.
10267
10268 2010-03-21 Juri Linkov <juri@jurta.org>
10269
10270 Fix message of multi-line occur regexps and multi-buffer header lines.
10271 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10272
10273 * replace.el (occur-1): Don't display regexp if it is longer
10274 than window-width. Use `query-replace-descr' to display regexp.
10275 (occur-engine): Don't display regexp in the buffer header for
10276 multi-buffer occur. Display a separate header line with total
10277 match count and regexp for multi-buffer occur.
10278 Use `query-replace-descr' to display regexp.
10279
10280 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10281
10282 * net/secrets.el: Fix parenthesis.
10283 (secrets-enabled): Fix parenthesis.
10284
10285 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 Use more relative file and directory names.
10288 * Makefile.in (EMACS): Arrange for it to work when we chdir.
10289 (setwins, setwins_almost, setwins_for_subdirs):
10290 Don't `cd'; output relative names.
10291 (all, compile, compile-always, compile-last): Set emacswd.
10292 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10293 Just cd to the lisp source dir so we can use relative file names.
10294
10295 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10296
10297 2010-03-20 Glenn Morris <rgm@gnu.org>
10298
10299 * textmodes/rst.el: Use faces for font-lock customization, and make the
10300 old -face variables obsolete.
10301 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10302 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10303 (rst-block-face, rst-external-face, rst-definition-face)
10304 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10305 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10306 Make obsolete.
10307 (rst-font-lock-keywords-function): Update for above changes.
10308
10309 2010-03-20 Juri Linkov <juri@jurta.org>
10310
10311 * s-region.el:
10312 * obsolete/s-region.el: Move to obsolete.
10313
10314 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
10315
10316 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10317
10318 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10319
10320 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10321
10322 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10323
10324 Add special markup processing for commit logs.
10325 * log-edit.el (log-edit-extra-flags): New variable.
10326 (log-edit): Add new argument MODE. Use that mode when non-nil
10327 instead of the log-view-mode.
10328 (log-view-process-buffer): New function.
10329
10330 * vc.el: Document that the checkin method takes optional
10331 arguments. Document new backend specific method: log-view-mode.
10332 (vc-default-log-edit-mode): New function.
10333 (vc-checkin): Use a backend specific log-view-mode.
10334 Pass extra arguments to the checkin method.
10335 (vc-modify-change-comment): Pass a dummy extra argument.
10336
10337 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10338 log-edit.
10339 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10340 (vc-finish-logentry): Process the log buffer before passing it
10341 down. Pass log-edit-extra-flags.
10342
10343 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10344 command.
10345 (log-edit-extra-flags, log-edit-before-checkin-process):
10346 New declarations.
10347
10348 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10349 command.
10350 (log-edit-extra-flags, log-edit-before-checkin-process):
10351 New declarations.
10352 (vc-hg-log-edit-mode): New derived mode.
10353
10354 * vc-arch.el (vc-arch-checkin):
10355 * vc-cvs.el (vc-cvs-checkin):
10356 * vc-git.el (vc-git-checkin):
10357 * vc-mtn.el (vc-mtn-checkin):
10358 * vc-rcs.el (vc-rcs-checkin):
10359 * vc-sccs.el (vc-sccs-checkin):
10360 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10361
10362 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10365 parent typo).
10366
10367 2010-03-19 Glenn Morris <rgm@gnu.org>
10368
10369 * password-cache.el (password-cache, password-cache-expiry): Autoload.
10370
10371 2010-03-18 Glenn Morris <rgm@gnu.org>
10372
10373 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10374
10375 * replace.el (query-replace-history): Give it a doc string.
10376 (map-query-replace-regexp): Use query-replace-from-history-variable
10377 and query-replace-to-history-variable.
10378
10379 * mail/hashcash.el (declare-function): Remove duplicate definition.
10380
10381 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10382 Make it an obsolete alias for report-emacs-bug-address.
10383 (message-strip-special-text-properties): Declare.
10384 (report-emacs-bug): Remove test for a pretest bug address.
10385 Combine message-mode-specific code.
10386
10387 * mail/supercite.el: Don't require sendmail.
10388 (mh-in-header-p): Declare rather than using with-no-warnings.
10389 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10390 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
10391
10392 * calendar/cal-french.el: Convert to utf-8.
10393
10394 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10395 Emacs scripts.
10396
10397 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
10398
10399 * net/secrets.el (secrets-enabled): New variable. Use it instead
10400 of a subfeature.
10401
10402 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
10403
10404 * net/secrets.el (top): Register the D-Bus signals only when the
10405 service "org.freedesktop.secrets" can be pinged.
10406 Provide subfeature `enabled'.
10407
10408 2010-03-14 Juri Linkov <juri@jurta.org>
10409
10410 Add finder unknown keywords.
10411
10412 * finder.el (finder-unknown-keywords): New function.
10413
10414 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10415 to create a Finder node with unknown keywords.
10416
10417 2010-03-14 Juri Linkov <juri@jurta.org>
10418
10419 * finder.el (finder-compile-keywords): Replace `princ' with
10420 `prin1' on a list of symbols interned from keyword strings.
10421
10422 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10423 a comma, then split keywords using a comma and optional whitespace.
10424 Otherwise, split by whitespace.
10425
10426 * complete.el:
10427 * face-remap.el:
10428 * log-view.el:
10429 * net/hmac-def.el:
10430 * net/hmac-md5.el:
10431 * net/netrc.el:
10432 * progmodes/mixal-mode.el: Fix keywords.
10433
10434 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
10435
10436 * Makefile.in (ELCFILES): Add net/secrets.elc.
10437
10438 * net/secrets.el: New file.
10439
10440 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10441
10442 * facemenu.el (list-colors-display, list-colors-print): New arg
10443 callback. Use it to allow selecting colors.
10444
10445 * wid-edit.el (widget-image-insert): Insert image prop even if the
10446 current display is non-graphic.
10447 (widget-field-value-set): New fun.
10448 (editable-field): Use it.
10449 (widget-field-value-get): Clean up unused var.
10450 (widget-color-value-create, widget-color--choose-action):
10451 New funs. Allow using list-colors-display to choose color.
10452
10453 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10454
10455 * cus-edit.el: Resort topmost custom groups.
10456 (custom-buffer-sort-alphabetically): Default to t.
10457 (customize-apropos): Use apropos-parse-pattern.
10458 (custom-search-field): New var.
10459 (custom-buffer-create-internal): Add custom-apropos search field.
10460 (custom-add-parent-links): Don't display parent doc.
10461 (custom-group-value-create): Don't sort top-level custom group.
10462 (custom-magic-value-create): Show visibility button before option name.
10463
10464 (custom-variable-state): New fun, from custom-variable-state-set.
10465 (custom-variable-state-set): Use it.
10466 (custom-group-value-create): Hide options with standard values
10467 using the :hidden-states property. Use progress reporter.
10468
10469 (custom-show): Simplify.
10470 (custom-visibility): Disable images by default.
10471 (custom-variable): New property :hidden-states.
10472 (custom-variable-value-create): Enable images for
10473 custom-visibility widgets. Use :hidden-states property to
10474 determine initial visibility.
10475
10476 * wid-edit.el (widget-image-find): Give images center ascent.
10477 (visibility): Add :on-image and :off-image properties.
10478 (widget-visibility-value-create): Use them.
10479
10480 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10481
10482 * cus-edit.el (processes): Remove from development group.
10483 (oop, hypermedia): Delete group.
10484 (comm): Promote to top-level group.
10485
10486 * net/browse-url.el (browse-url):
10487 * net/xesam.el (xesam):
10488 * net/tramp.el (tramp):
10489 * net/goto-addr.el (goto-address):
10490 * net/ange-ftp.el (ange-ftp): Put in comm group.
10491
10492 * view.el (view): Remove from editing group.
10493
10494 * uniquify.el (uniquify): Put in files group.
10495
10496 * net/browse-url.el (browse-url):
10497 * ps-print.el (postscript): Put in external group.
10498
10499 * cus-edit.el (outlines):
10500 * textmodes/text-mode.el (text-mode-hook):
10501 * textmodes/table.el (table):
10502 * textmodes/picture.el (picture):
10503 * outline.el (outlines): Put in wp group.
10504
10505 * nxml/nxml-mode.el (nxml): Remove from wp group.
10506
10507 * net/tramp-imap.el (tramp-imap): Put in tramp group.
10508
10509 * mail/metamail.el (metamail): Remove from hypermedia group.
10510
10511 * cus-edit.el (abbrev):
10512 * whitespace.el (whitespace):
10513 * vcursor.el (vcursor):
10514 * reveal.el (reveal):
10515 * hl-line.el (hl-line): Put in convenience group.
10516
10517 * epg-config.el (epg): Put in data group.
10518
10519 * emulation/pc-select.el (pc-select): Put in emulations group.
10520
10521 * calculator.el (calculator): Put in applications group.
10522
10523 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10524
10525 Add .dir-locals.el support for file-less buffers.
10526 * files.el (hack-local-variables): Split out code to apply local
10527 variable settings ...
10528 (hack-local-variables-apply): ... here. New function.
10529 (hack-dir-local-variables): Use the default directory for when the
10530 buffer does not have an associated file.
10531 (hack-dir-local-variables-non-file-buffer): New function.
10532 * diff-mode.el (diff-mode):
10533 * vc-annotate.el (vc-annotate-mode):
10534 * vc-dir.el (vc-dir-mode):
10535 * log-edit.el (log-edit-mode):
10536 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10537
10538 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10539
10540 Add support for shelving snapshots and for showing shelves.
10541 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10542 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10543 New functions.
10544 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10545 (vc-bzr-extra-menu-map): Map them.
10546
10547 2010-03-11 Glenn Morris <rgm@gnu.org>
10548
10549 * cus-edit.el (customize-changed-options-previous-release):
10550 Bump to 23.1.
10551
10552 * image.el (image-animate-max-time): Fix :version tag.
10553
10554 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
10555
10556 * Branch for 23.2.
10557
10558 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * vc-git.el (vc-git-revision-table): Include remote branches.
10561
10562 2010-03-10 Kim F. Storm <storm@cua.dk>
10563
10564 Animated image API.
10565 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10566
10567 * image.el (image-animate-max-time): New defcustom.
10568 (image-animated-types): New defconst.
10569 (create-animated-image, image-animate-timer)
10570 (image-animate-start, image-animate-stop, image-animate-timeout)
10571 (image-animated-p): New functions.
10572
10573 * image-mode.el (image-toggle-display-image):
10574 Replace `create-image' with `create-animated-image'.
10575
10576 2010-03-09 Miles Bader <miles@gnu.org>
10577
10578 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10579 instead of "format:"; this ensures that the output is
10580 newline-terminated.
10581
10582 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10585 that all errors are caught, and that the return value is always a
10586 list (Bug#5692).
10587
10588 2010-03-08 Kenichi Handa <handa@m17n.org>
10589
10590 * language/misc-lang.el (windows-1256): New coding system.
10591 (cp1256): New alias of windows-1256 (bug#5690).
10592
10593 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
10594
10595 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10596 call to rfc822-bad-address. (Bug#5692)
10597
10598 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
10599
10600 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10601 Use vc-git-root as default directory for revision path (Bug#5657).
10602
10603 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
10604
10605 * calculator.el (calculator): Don't bind split-window-keep-point
10606 (Bug#5674).
10607
10608 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * vc-git.el: Re-flow to fit into 80 columns.
10611 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10612 Remove spurious `quote' element in each case alternative.
10613 (vc-git-show-log-entry): Use prog1.
10614 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10615
10616 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10619
10620 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
10621
10622 * macros.el (insert-kbd-macro): Look up keyboard macro using the
10623 definition, not the name (Bug#5481).
10624
10625 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
10626
10627 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10628 argument with a local variable. (Bug#5670)
10629
10630 2010-03-02 Juri Linkov <juri@jurta.org>
10631
10632 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
10633
10634 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
10635
10636 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10637 error when FILENAME and NEWNAME are existing remote directories.
10638
10639 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10640 parameter DIR-FLAG.
10641
10642 2010-03-02 Glenn Morris <rgm@gnu.org>
10643
10644 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10645 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10646
10647 2010-03-01 Kenichi Handa <handa@m17n.org>
10648
10649 * language/burmese.el (burmese-composable-pattern): Rename from
10650 myanmar-composable-pattern.
10651
10652 * international/characters.el (script-list):
10653 * international/fontset.el (script-representative-chars):
10654 Change myanmar to burmese.
10655 (otf-script-alist): Likewise.
10656 (setup-default-fontset): Likewise. Re-fix :otf spec.
10657
10658 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10659
10660 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10661
10662 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
10663
10664 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10665
10666 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
10667
10668 * net/tramp.el (tramp-handle-write-region): START can be a string.
10669 Take care in the checks. Reported by Dan Davison
10670 <davison@stats.ox.ac.uk>.
10671
10672 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
10673
10674 * net/dbus.el (dbus-introspect, dbus-get-property)
10675 (dbus-set-property, dbus-get-all-properties):
10676 Use `dbus-call-method' when noninteractive. (Bug#5645)
10677
10678 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
10679
10680 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10681 * emacs-lisp/elint.el (elint-add-required-env):
10682 * calendar/icalendar.el (icalendar--add-diary-entry):
10683 * calc/calcalg2.el (math-tracing-integral):
10684 * files.el (recover-session-finish): Use with-current-buffer
10685 instead of save-excursion.
10686
10687 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10688
10689 Fix in-buffer completion when after-change-functions modify the buffer.
10690 * minibuffer.el (completion--replace): New function.
10691 (completion--do-completion): Use it and use relative movement.
10692
10693 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
10694
10695 * international/fontset.el (setup-default-fontset): Fix :otf spec.
10696
10697 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
10698
10699 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10700 Allow the characters _<> in the stack entry (Bug#5653).
10701
10702 2010-02-26 Kenichi Handa <handa@m17n.org>
10703
10704 * language/burmese.el: Fix entries in composition-function-table.
10705 (myanmar-composable-pattern): New variable.
10706
10707 * international/fontset.el (setup-default-fontset): Add an entry
10708 for myanmar.
10709
10710 * international/characters.el (script-list): Add Myanmar
10711 Extended-A.
10712
10713 2010-02-26 Glenn Morris <rgm@gnu.org>
10714
10715 * custom.el (custom-initialize-delay): Doc fix.
10716
10717 * mail/sendmail.el (send-mail-function): Autoload the call
10718 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10719
10720 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
10721
10722 * files.el (hack-local-variables-filter): For eval forms, also
10723 check safe-local-variable-p (Bug#5636).
10724
10725 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
10726
10727 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10728 setting the modes by `ignore-errors'. It might fail, for example
10729 if the file is not owned by the user but the group.
10730 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10731
10732 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
10733
10734 * files.el (directory-listing-before-filename-regexp):
10735 Use stricter matching for iso-style dates, to avoid false matches with
10736 date-like filenames (Bug#5597).
10737
10738 * htmlfontify.el (htmlfontify): Doc fix.
10739
10740 * eshell/eshell.el (eshell): Doc fix.
10741
10742 * startup.el (fancy-about-screen): In mode-line, apply
10743 mode-line-buffer-id face only to the buffer name (Bug#5613).
10744
10745 2010-02-20 Kevin Ryde <user42@zip.com.au>
10746
10747 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10748 In `watcom' anchor regexp to start of line, to avoid slowness
10749 (Bug#5599).
10750
10751 2010-02-20 Eli Zaretskii <eliz@gnu.org>
10752
10753 * subr.el (remove-yank-excluded-properties): Explain in a comment
10754 why `category' property is removed.
10755
10756 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * isearch.el (isearch-update-post-hook, isearch-update):
10759 Revert 2010-02-17 change.
10760
10761 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
10762
10763 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10764 (icalendar--convert-weekly-to-ical)
10765 (icalendar--convert-yearly-to-ical)
10766 (icalendar--convert-block-to-ical)
10767 (icalendar--convert-cyclic-to-ical)
10768 (icalendar--convert-anniversary-to-ical): Take care of time
10769 specifications where hour has 1-digit only (Bug#5549).
10770
10771 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
10772
10773 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10774 of disassemble output in GDB 7.1.
10775
10776 2010-02-19 Glenn Morris <rgm@gnu.org>
10777
10778 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10779 property. (Bug#5593)
10780
10781 2010-02-18 Sam Steingold <sds@gnu.org>
10782
10783 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10784
10785 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 Use abbreviated file names in bookmarks (bug#5591).
10788 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10789 calls to expand-file-name.
10790 (bookmark-relocate): Use abbreviated file names in bookmarks.
10791 (bookmark-load): Use abbreviated file names in messages.
10792
10793 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
10794
10795 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10796 expand "." and "..". Reported by Thierry Volpiatto
10797 <thierry.volpiatto@gmail.com>.
10798
10799 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
10800
10801 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10802 permissions of the temporary file to "0600". In case the remote
10803 file has no read permissions for the owner, there might be
10804 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
10805
10806 22010-02-18 Glenn Morris <rgm@gnu.org>
10807
10808 * emacs-lisp/authors.el (authors-renamed-files-alist):
10809 Add entries for INSTALL.CVS.
10810
10811 2010-02-17 Mark A. Hershberger <mah@everybody.org>
10812
10813 * vc-bzr.el: Fix typo in Known Bugs section.
10814
10815 * isearch.el (isearch-update-post-hook): New hook.
10816 (isearch-update): Use the new hook.
10817
10818 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
10819
10820 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10821 Fix errors in copying directories.
10822 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10823 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10824 (tramp-handle-delete-file)
10825 (tramp-handle-dired-recursive-delete-directory)
10826 (tramp-handle-write-region): Flush also the cache for the upper
10827 directory.
10828
10829 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
10830
10831 * simple.el (save-interprogram-paste-before-kill): Doc fix.
10832
10833 * cus-edit.el (hardware): Doc fix.
10834
10835 * man.el (man): Add to external custom group.
10836
10837 * delim-col.el (columns): Move to wp custom group.
10838
10839 * doc-view.el (doc-view): Add to data custom group.
10840
10841 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
10842
10843 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10844 by ispell-parse-output (Bug#5575).
10845
10846 2010-02-16 Kenichi Handa <handa@m17n.org>
10847
10848 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10849 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10850 (skkdic-convert): Use `euc-japan' coding system for writing.
10851
10852 2010-02-16 Glenn Morris <rgm@gnu.org>
10853
10854 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10855 tex-main-file before using it. (Bug#5562)
10856
10857 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
10858
10859 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10860 warnings, since it is annoying for the user to see them each time he
10861 runs the code.
10862
10863 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
10864
10865 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10866 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10867 instead of PROC for caching "first-password-request". Otherwise,
10868 new processes would not profit from passwords already entered.
10869
10870 * net/tramp-cache.el (tramp-dump-connection-properties):
10871 Don't save "first-password-request" property.
10872
10873 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
10874
10875 * outline.el (outline-head-from-level):
10876 * simple.el (with-wrapper-hook):
10877 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10878 (elint-defun, elint-buffer-env, elint-top-form-logged)
10879 (elint-unbound-variable):
10880 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10881 Fix typos in docstrings.
10882
10883 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
10884
10885 * files.el (insert-directory): When WILDCARD-REGEXP and
10886 FULL-DIRECTORY-P are nil, insert the file entry instead of the
10887 whole directory. (Bug#5551)
10888
10889 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
10890 dired's alignment sanity. (Bug#5516)
10891
10892 2010-02-14 Juri Linkov <juri@jurta.org>
10893
10894 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10895 Remove remaining ^H with their preceding chars. (Bug#5566)
10896
10897 2010-02-13 Glenn Morris <rgm@gnu.org>
10898
10899 * simple.el (transpose-subr): Give it a doc-string.
10900
10901 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10902 Doc fixes.
10903
10904 2010-02-12 Juri Linkov <juri@jurta.org>
10905
10906 * arc-mode.el (archive-unique-fname): Make directories for nested
10907 archives. (Bug#5540)
10908
10909 2010-02-12 Juri Linkov <juri@jurta.org>
10910
10911 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
10912
10913 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * subr.el (copy-overlay): Handle deleted overlays.
10916
10917 * man.el (Man-completion-table): Don't signal an error if we can't run
10918 manual-program (bug#4056).
10919
10920 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
10921
10922 * textmodes/artist.el (artist-mt): Fix typos in docstring.
10923
10924 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10925
10926 * info.el (Info-bookmark-jump): Simplify.
10927
10928 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10929 (bookmark-default-handler): Accept new bookmark field `buffer'.
10930
10931 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
10932
10933 * iswitchb.el (iswitchb-completions): Revert last change.
10934
10935 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
10936
10937 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
10938 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10939 This prevents file names like "~/" being listed literally.
10940
10941 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10942
10943 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10944 Remove dead code. (Bug#5546)
10945
10946 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
10947
10948 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
10949 correctly (Bug#5548).
10950
10951 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
10952
10953 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
10954 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
10955
10956 2010-02-08 Kenichi Handa <handa@m17n.org>
10957
10958 * international/mule-util.el (with-coding-priority): Add autoload
10959 cookie for putting `lisp-indent-function'.
10960
10961 2010-02-07 Glenn Morris <rgm@gnu.org>
10962
10963 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10964 Move F2003 named interfaces from keywords-2 to keywords-1, and
10965 use function-name-face rather than constant-face.
10966 Simplify "abstract interface" regexp.
10967
10968 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
10969
10970 * eshell/esh-util.el (eshell-file-attributes): New optional arg
10971 ID-FORMAT. Pass it to `file-attributes'.
10972
10973 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
10974
10975 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
10976
10977 * faces.el (set-face-attribute): Allow calling
10978 internal-set-lisp-face-attribute with 'unspecified family and
10979 foundry argument (Bug#5536).
10980
10981 2010-02-07 Glenn Morris <rgm@gnu.org>
10982
10983 * progmodes/f90.el (f90-font-lock-keywords-2)
10984 (f90-looking-at-type-like, f90-looking-at-program-block-end):
10985 Handle F2003 named interfaces.
10986
10987 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
10988
10989 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
10990 beg and end before calling c-get-state-before-change-functions.
10991
10992 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
10993
10994 * vc-bzr.el (vc-bzr-dir-extra-headers):
10995 Disable the pending merges header.
10996
10997 2010-02-05 Juri Linkov <juri@jurta.org>
10998
10999 * doc-view.el (doc-view-mode):
11000 * image-mode.el (image-mode): Put property mode-class=special.
11001 (Bug#4896)
11002
11003 2010-02-05 Mark A. Hershberger <mah@everybody.org>
11004
11005 * vc-svn.el (vc-svn-revision-table): New function.
11006
11007 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
11008
11009 * net/ange-ftp.el (ange-ftp-insert-directory):
11010 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11011 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11012 Handle also directories. (Bug#5478)
11013
11014 2010-02-05 Glenn Morris <rgm@gnu.org>
11015
11016 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11017
11018 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
11019
11020 * startup.el (command-line-1): Convert options beginning with a
11021 single dash as well (Bug#5519).
11022
11023 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11026 * minibuffer.el (completion-initials-expand): Only check the presence
11027 of delims *within* the boundaries, since otherwise the / delim is
11028 always found for files.
11029
11030 Fix up various corner case problems.
11031 * doc-view.el (doc-view-last-page-number): New function.
11032 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11033 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11034 (doc-view-kill-proc): Avoid inf-loop in freak cases.
11035 (doc-view-reconvert-doc): Use the new recursive delete-directory.
11036 (doc-view-convert-current-doc): Don't create the resolution.el file
11037 here any more.
11038 (doc-view-pdf/ps->png): Do it here instead.
11039 (doc-view-already-converted-p): Check that resolution.el is present.
11040 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11041 windows that are not yet showing images.
11042
11043 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
11044
11045 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11046 `dired-uncache' for every elemnt which is an absolute file name.
11047
11048 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11049 directory, handle its directory component.
11050 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11051 function is called permanently and creates noise, otherwise.
11052
11053 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11054 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11055 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
11056
11057 2010-02-04 David Burger <dburger@google.com> (tiny change)
11058
11059 * macros.el (apply-macro-to-region-lines):
11060 Minor simplification. (Bug#5485)
11061
11062 2010-02-04 Glenn Morris <rgm@gnu.org>
11063
11064 * mail/rmail.el (rmail-show-message-1): Handle malformed
11065 quoted-printable text. (Bug#5441)
11066
11067 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11068
11069 * simple.el (visual-line-mode): Capitalize lighter.
11070
11071 2010-02-03 John Wiegley <jwiegley@gmail.com>
11072
11073 * iswitchb.el (iswitchb-completions): Add bookmark files to the
11074 list of files considered for "virtual buffer" completions.
11075
11076 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
11077
11078 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11079 also in case of (and (not full) (not wildcard)). This is needed
11080 when dired is called with a list of files, which are not in
11081 `default-directory'. (Bug#5478)
11082
11083 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11086
11087 2010-02-02 Juri Linkov <juri@jurta.org>
11088
11089 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11090 from unidiff to allow function-line after @@.
11091
11092 2010-02-02 Juri Linkov <juri@jurta.org>
11093
11094 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11095 '(RCS SCCS) with inverted condition.
11096
11097 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
11098
11099 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11100 messages.
11101
11102 2010-02-01 Juri Linkov <juri@jurta.org>
11103
11104 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11105 compare with "pkunzip" and "pkzip" instead of only "pkzip".
11106 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11107 only when (car archive-zip-extract) is "unzip". (Bug#5475)
11108
11109 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11112 (doc-view-revert-buffer): New command.
11113 (doc-view-mode-map): Use it.
11114
11115 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11116
11117 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11118 pending merge is detected.
11119
11120 2010-01-31 Juri Linkov <juri@jurta.org>
11121
11122 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11123 beginning of interactive spec like all other grep commands do.
11124 Put "all" in front of "gz". (Bug#5260)
11125
11126 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
11127
11128 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11129
11130 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
11131
11132 * dirtrack.el (dirtrack): Warn instead of signalling error if the
11133 regexp is incorrect (Bug#5476).
11134
11135 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
11136
11137 * net/tramp.el (tramp-handle-insert-directory): Handle also
11138 symlinks, when FILENAME is not in `default-directory'.
11139
11140 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11141
11142 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
11143 FILE is not in `default-directory'. (Bug#5478)
11144
11145 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11146 of SWITCHES. Handle the case, FILENAME is not in
11147 `default-directory'. (Bug#5478)
11148 (tramp-register-file-name-handlers): Add safe-magic property.
11149
11150 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
11151
11152 * arc-mode.el (archive-zip-extract): Quote the argument passed to
11153 unzip (Bug#5475).
11154
11155 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
11156
11157 * progmodes/flymake.el (flymake-allowed-file-name-masks)
11158 (flymake-master-make-header-init): Add other C++ filename masks.
11159 (flymake-find-possible-master-files)
11160 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11161
11162 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11163
11164 Fix some busybox annoyances.
11165
11166 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11167 not responding." string.
11168 (tramp-open-connection-setup-interactive-shell): Dump stty
11169 settings. Enable "neveropen" arg for all `tramp-send-command'
11170 calls. Handle "=" in variable values properly.
11171 (tramp-find-inline-encoding): Raise an error, when no encoding is
11172 found.
11173 (tramp-wait-for-output): Check, whether PROC buffer is available.
11174 Remove spurious " ^H" sequences, sent by busybox.
11175 (tramp-get-ls-command): Suppress coloring, if possible.
11176
11177 2010-01-28 Glenn Morris <rgm@gnu.org>
11178
11179 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
11180
11181 * log-edit.el (log-edit-strip-single-file-name): Add missing
11182 :safe, :group, and :version tags.
11183
11184 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
11185
11186 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11187 buffers. (Bug#5477)
11188
11189 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
11190
11191 * files.el (delete-directory): Handle moving to trash without
11192 first doing recursion (Bug#5436).
11193
11194 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
11195
11196 * vc-hooks.el (vc-path): Mark as obsolete.
11197
11198 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
11199
11200 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11201 names too.
11202
11203 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11204 for the short log.
11205 (vc-bzr-log-view-mode): Adjust regexp for the above change.
11206
11207 2010-01-25 Mark A. Hershberger <mah@everybody.org>
11208
11209 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
11210
11211 * vc-bzr.el (vc-bzr-revision-table): New function.
11212
11213 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
11214
11215 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11216 diff-index command. This requires at least git-1.5.5. (Bug#1589).
11217
11218 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11219
11220 Remove support for adding --signoff on commit.
11221 Future support will use an incompatible generic mechanism.
11222 * vc-git.el (vc-git-add-signoff): Remove variable.
11223 (vc-git-toggle-signoff): Remove function.
11224 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11225
11226 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11227 Rename from xterm-set-background-mode. Return t if the background mode
11228 was set.
11229 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11230 earlier, call it again in case the background mode has changed.
11231
11232 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
11233
11234 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11235 (Bug#3541).
11236
11237 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
11238
11239 * emacs-lisp/assoc.el (aelement): Doc fix.
11240 (aput, adelete, amake): Use lexical-let (Bug#5450).
11241
11242 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
11243
11244 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
11245 is the same as subprogram call, not declaration. (Bug#5435).
11246
11247 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
11248
11249 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11250 (tramp-smb-maybe-open-connection): Use it.
11251
11252 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
11253
11254 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
11255
11256 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11259 just because we see "encoding: 8bit".
11260 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11261
11262 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
11263
11264 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11265
11266 2010-01-22 Eli Zaretskii <eliz@gnu.org>
11267
11268 * jka-compr.el (jka-compr-load): If load-file is not in
11269 load-history, try its file-truename version. (bug#5447)
11270
11271 2010-01-21 Alan Mackenzie <acm@muc.de>
11272
11273 Fix a situation where deletion of a cpp construct throws an error.
11274 * progmodes/cc-engine.el (c-invalidate-state-cache):
11275 Before invoking c-with-all-but-one-cpps-commented-out, check that the
11276 special cpp construct is still in the buffer.
11277 (c-parse-state): Record the special cpp with markers, not numbers.
11278
11279 2010-01-21 Kenichi Handa <handa@m17n.org>
11280
11281 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11282 process last-command-event, as it is now decoded first (Bug#5380).
11283
11284 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
11285
11286 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11287
11288 2010-01-20 Glenn Morris <rgm@gnu.org>
11289
11290 * indent.el (tab-always-indent): Fix custom-type.
11291
11292 2010-01-19 Alan Mackenzie <acm@muc.de>
11293
11294 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11295 buffer throws "args out of range".
11296 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11297 playing the role of delimiter.
11298
11299 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
11300
11301 * progmodes/ada-mode.el: Fix bug#5400.
11302 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11303 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11304 changed. Delete RECURSIVE parameter; never used. Improve doc string.
11305 Improve comments in "is" portion. Handle null procedure declaration.
11306 (ada-move-to-end): Improve doc string.
11307
11308 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
11309
11310 * ido.el (ido-cur-list): Initialize to nil.
11311 Remove obsolete information from commentary.
11312 (ido-choice-list): Initialize to nil.
11313 (ido-get-bufname): Reject minibuffers.
11314 (ido-make-buffer-list): If "default" is a nonexistent
11315 buffer, ignore it, as per the function's comment.
11316 (ido-kill-buffer-internal): New function.
11317 (ido-kill-buffer-at-head): Use it.
11318 (ido-visit-buffer): Likewise.
11319
11320 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
11321
11322 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11323
11324 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
11325
11326 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11327 Fix typos in chart titles.
11328
11329 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
11330 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11331 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11332 (describe-class, eieio-describe-generic, describe-generic):
11333 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11334 (eieio-speedbar-expand):
11335 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11336 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11337 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11338 (viper-del-backward-char-in-replace, viper-backward-indent)
11339 (viper-brac-function, viper-register-to-point, viper-submit-report):
11340 * net/tramp.el (tramp-remote-coding-commands):
11341 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11342 Fix typos in docstrings.
11343
11344 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11345
11346 * mail/sendmail.el (mail-yank-original): Set the mark if the
11347 specified function for yanking does not do it.
11348
11349 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
11350
11351 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
11352
11353 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11354 resyncing a directory.
11355
11356 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
11357
11358 * progmodes/ada-mode.el: Fix bug#1920.
11359 (ada-ident-re): Delete ., allow multibyte characters.
11360 (ada-goto-label-re): New; matches goto labels.
11361 (ada-block-label-re): New; matches block labels.
11362 (ada-label-re): New; matches both.
11363 (ada-named-block-re): Deleted; callers changed to use
11364 `ada-block-label-re' instead.
11365 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11366 Use `ada-block-label-re'.
11367 (ada-indent-on-previous-lines): Improve handling of goto labels.
11368 (ada-get-indent-block-start): Special-case block label.
11369 (ada-get-indent-label): Split into `ada-indent-block-label' and
11370 `ada-indent-goto-label'.
11371 (ada-goto-stmt-start, ada-goto-next-non-ws):
11372 Optionally ignore goto labels.
11373 (ada-goto-next-word): Simplify.
11374 (ada-indent-newline-indent-conditional): Insert newline before
11375 trying to fix indentation; doc fix.
11376
11377 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
11378
11379 * calc/calc.el (calc-command-flags): Give it an initial value.
11380
11381 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11382
11383 * files.el (minibuffer-with-setup-hook):
11384 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11385 (artist-key-draw-continously, artist-key-do-continously-continously)
11386 (artist-key-set-point-continously, artist-mouse-draw-continously):
11387 Fix typos in docstrings.
11388
11389 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
11390
11391 * nxml/nxml-mode.el (nxml-extend-after-change-region):
11392 Never return t (Bug#3898).
11393
11394 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
11395
11396 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11397 can parse the output of the external commands (Bug#5279).
11398
11399 2010-01-16 Jari Aalto <jari.aalto@cante.net>
11400
11401 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11402
11403 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
11404
11405 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11406
11407 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11408
11409 * startup.el (command-line): Remove unused --icon-type arg.
11410 Handle --display arg, passing it to command-line-1 (Bug#5392).
11411
11412 2010-01-16 Mario Lang <mlang@delysid.org>
11413
11414 * emacs-lisp/chart.el (chart-translate-namezone):
11415 * textmodes/artist.el (artist-compute-popup-menu-table):
11416 Remove duplicated words in doc-strings.
11417
11418 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
11419
11420 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11421 to mairix-search to suppress threading (Bug#5342).
11422
11423 2010-01-15 Kenichi Handa <handa@m17n.org>
11424
11425 * international/mule-cmds.el (canonicalize-coding-system-name):
11426 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
11427
11428 2010-01-15 Glenn Morris <rgm@gnu.org>
11429
11430 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
11431
11432 * wid-edit.el (widget-keymap): Doc fix.
11433
11434 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11435 former seems to be more widely accepted by various svn versions.
11436
11437 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11438
11439 * find-cmd.el (find-constituents):
11440 * vc-arch.el (vc-arch-root):
11441 * window.el (window-body-height, pop-up-frames):
11442 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11443 * progmodes/ada-stmt.el (ada-if):
11444 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11445 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11446 (ispell-encoding8-command, ispell-aspell-supports-utf8)
11447 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11448
11449 * progmodes/flymake.el (flymake-post-syntax-check):
11450 Fix typo in error message.
11451
11452 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11453
11454 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11455 which is always a string. (Bug#5313)
11456
11457 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11458
11459 * progmodes/ada-xref.el (ada-default-prj-properties):
11460 Simplify previous change.
11461
11462 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11463
11464 * progmodes/ada-xref.el (ada-default-prj-properties):
11465 Default ada_project_path to $ADA_PROJECT_PATH.
11466
11467 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11468
11469 * progmodes/ada-mode.el (ada-create-keymap):
11470 Override `narrow-to-defun' with `ada-narrow-to-defun'.
11471
11472 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11473
11474 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11475 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11476 (ada-get-current-indent, ada-imenu-generic-expression)
11477 (ada-which-function): Check for it.
11478
11479 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11480
11481 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11482 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11483
11484 2010-01-14 Glenn Morris <rgm@gnu.org>
11485
11486 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
11487
11488 2010-01-14 Kenichi Handa <handa@m17n.org>
11489
11490 * composite.el (auto-composition-mode): Make it a buffer local
11491 variable (permanent-local).
11492 (auto-composition-function): Set the default value to
11493 auto-compose-chars.
11494 (auto-composition-mode): Make it a simple function, not a minor mode.
11495 (global-auto-composition-mode): Likewise.
11496 (turn-on-auto-composition-if-enabled): Delete it.
11497
11498 2010-01-13 Karl Fogel <kfogel@red-bean.com>
11499
11500 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
11501
11502 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
11503
11504 * files.el (copy-directory): Compute target for recursive
11505 directories with identical names. (Bug#5343)
11506
11507 2010-01-12 Glenn Morris <rgm@gnu.org>
11508
11509 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11510 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
11511
11512 2010-01-11 Sam Steingold <sds@gnu.org>
11513
11514 * imenu.el (imenu-default-create-index-function): Detect infinite
11515 loops caused by imenu-prev-index-position-function.
11516
11517 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
11518
11519 * htmlfontify.el (htmlfontify-load-rgb-file)
11520 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11521 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11522 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11523 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11524 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11525 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11526 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11527 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11528 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11529 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11530 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11531 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11532 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11533 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11534 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11535 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11536 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11537 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11538 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11539 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11540 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11541 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11542 backslash-quoting from parentheses, etc.
11543
11544 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
11545
11546 * progmodes/js.el: Autoload javascript-mode alias.
11547
11548 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
11549
11550 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11551 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11552 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11553 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11554 Fix typos in docstrings.
11555 (ffap-url-regexp): Doc fix.
11556 (ffap-at-mouse): Fix typo in message.
11557
11558 2010-01-11 Glenn Morris <rgm@gnu.org>
11559
11560 * version.el (emacs-copyright): Set copyright year to 2010.
11561
11562 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * format.el (format-annotate-function): Only set
11565 write-region-post-annotation-function after running to-fn so as not to
11566 affect nested write-region calls (bug#5273).
11567
11568 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
11569
11570 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11571 wisent/python.el.
11572
11573 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * man.el (Man-goto-section): Signal error if the section is not
11576 found (Bug#5317).
11577
11578 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
11579
11580 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11581 URLs with a leading triple slash in the file: scheme. (Bug#5345)
11582
11583 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
11584
11585 * progmodes/compile.el: Don't treat compile-command as safe if
11586 compilation-read-command might be nil (Bug#4218).
11587
11588 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11589
11590 * startup.el (command-line-1): Use orig-argi to check for ignored X and
11591 NS options.
11592
11593 2010-01-08 Kenichi Handa <handa@m17n.org>
11594
11595 * international/fontset.el (build-default-fontset-data):
11596 Exclude characters in scripts kana, hangul, han, or cjk-misc.
11597
11598 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
11599
11600 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11601 to `create-file-buffer' as it expects, not just a buffer name.
11602 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11603 to help uniquify. (Bug#3224)
11604
11605 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11606
11607 * font-setting.el (font-setting-change-default-font): Use user-spec
11608 instead of name.
11609
11610 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11611
11612 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11613
11614 2010-01-05 Tom Tromey <tromey@redhat.com>
11615
11616 * progmodes/python.el (python-font-lock-keywords):
11617 Handle qualified decorators (Bug#881).
11618
11619 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11620
11621 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11622 in a lightweight checkout.
11623
11624 2010-01-05 Kenichi Handa <handa@m17n.org>
11625
11626 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
11627
11628 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11629
11630 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11631
11632 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11633
11634 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11635 checkouts. (Bug#618)
11636 (vc-bzr-log-view-mode): Also highlight the author.
11637 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11638 (vc-bzr-shelve-menu-map):
11639 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11640 (vc-bzr-shelve-apply): Make prompt more explicit.
11641
11642 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11643
11644 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11645 They are valid characters in URL paths (rfc3986), and at least
11646 Firefox does not understand the encoded version (Bug#3166).
11647
11648 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
11649
11650 * progmodes/octave-mod.el (octave-end-keywords)
11651 (octave-block-begin-or-end-regexp, octave-block-match-alist):
11652 Add "end" keyword (Bug#3061).
11653 (octave-end-as-array-index-p): New function.
11654 (calculate-octave-indent): Use it.
11655
11656 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11657
11658 * bookmark.el: Consistently put the text property on the bookmark name.
11659 (bookmark-bmenu-marks-width): Bump back to 2, to include
11660 annotation marks.
11661 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11662 property on the bookmark name, instead of not putting it at all.
11663 (bookmark-bmenu-list): Fix where we put the text property.
11664
11665 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11666
11667 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11668 for showing buffer modified state (as added in the previous change).
11669
11670 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11671
11672 * bookmark.el: Show modified state of bookmark buffer more accurately.
11673 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11674 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11675 (with-buffer-modified-unmodified): New macro.
11676 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11677 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
11678 Use new macro to preserve the buffer modified state.
11679
11680 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11681
11682 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
11683 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11684 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11685 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11686 (bookmark-bmenu-rename, bookmark-bmenu-locate)
11687 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11688 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
11689
11690 2010-01-02 Eli Zaretskii <eliz@gnu.org>
11691
11692 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11693 Make the lines in the generated doc string shorter. (Bug#4668)
11694
11695 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
11696
11697 * net/rcirc.el: Add follow-link binding (Bug#4738).
11698
11699 2010-01-02 Eli Zaretskii <eliz@gnu.org>
11700
11701 * Makefile.in (bzr-update): Rename from cvs-update.
11702 (cvs-update): New target for backward compatibility.
11703
11704 * makefile.w32-in (bzr-update): Rename from cvs-update.
11705 (cvs-update): New target for backward compatibility.
11706
11707 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11708
11709 * bookmark.el: Remove gratuitous gratitude.
11710
11711 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11712
11713 * bookmark.el (bookmark-bmenu-any-marks): New function.
11714 (bookmark-bmenu-save): Clear buffer modification if no marks.
11715
11716 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11717
11718 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
11719 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11720 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11721 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11722
11723 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11724 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11725 To: emacs-devel {_AT_} gnu.org
11726 Subject: bookmark.el bug report
11727 Date: Mon, 28 Dec 2009 14:19:16 +0800
11728 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11729
11730 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11731
11732 * bookmark.el: Improvements suggested by Drew Adams:
11733 (bookmark-bmenu-ensure-position): New name for
11734 `bookmark-bmenu-check-position'. Just ensure the position,
11735 don't return any meaningful value.
11736 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11737 New constants.
11738
11739 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
11740
11741 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11742 (bookmark-yank-point, bookmark-bmenu-check-position):
11743 Fix typos in docstrings.
11744 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11745 (bookmark-name-from-full-record, bookmark-get-position)
11746 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11747 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11748 Remove useless quoting of parenthesis, etc. in docstrings.
11749
11750 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11751 (ediff-append-custom-diff): Fix typo in error message.
11752 (ediff-meta-mark-equal-files): Fix typos in messages.
11753
11754 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11755
11756 * net/imap-hash.el (imap-hash-make): Doc fix.
11757 (imap-hash-test): Fix typo in error message; reflow docstring.
11758 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11759 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11760 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11761 Fix typos in docstrings.
11762 (imap-hash-open-connection): Fix typo in error message.
11763
11764 * play/gomoku.el (gomoku): Fix typos in docstring.
11765
11766 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11767 (gdb-jsonify-buffer): Fix typos in docstring.
11768 (gdb-goto-breakpoint): Fix typo in error message.
11769 ("Display Other Windows"): Fix typo in help message.
11770 (gdb-speedbar-expand-node): Fix typo in question.
11771
11772 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11773 (idlwave-html-system-help-location, idlwave-html-help-location)
11774 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11775 (idlwave-help-browser-generic-args, idlwave-help-directory)
11776 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11777 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11778 (idlwave-online-help, idlwave-help-html-link)
11779 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11780 Fix typos in docstrings.
11781 (idlwave-help-with-source, idlwave-help-find-routine-definition):
11782 Reflow docstrings.
11783 (idlwave-help-assistant-start): Fix typo in error message.
11784
11785 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11786 (octave-electric-space): Fix typos in docstrings.
11787
11788 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11789
11790 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11791
11792 2010-01-01 Juri Linkov <juri@jurta.org>
11793
11794 * comint.el (comint-input-ring-size): Make it a defcustom and
11795 increase the default to 500 (Bug#5148).
11796
11797 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
11798
11799 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11800 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11801 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11802
11803 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
11804
11805 Show working revision correctly for mercurial.
11806 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
11807 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
11808
11809 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
11810
11811 Declare some functions for the byte-compiler.
11812 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11813 (speedbar-timer-fn, speedbar-change-expand-button-char)
11814 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11815
11816 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
11817
11818 This changeset reverts GDB Graphical Interface to use annotations.
11819 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11820
11821 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11822
11823 Make vc-dir work on subdirectories of the bzr root.
11824 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11825 Return file names relative to it.
11826 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11827 relative directory to vc-bzr-after-dir-status.
11828
11829 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
11830
11831 * font-lock.el (font-lock-refresh-defaults): New function, which
11832 can be used to let font-lock react to external changes in
11833 variables like font-lock-defaults and keywords.
11834 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11835
11836 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11837
11838 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11839
11840 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11841
11842 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
11843
11844 Supersede color.diff settings in git log (bug#5211).
11845
11846 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11847 escape chars in its output when the user has color.diff set to `always'.
11848 This fix works on git 1.4.2 and newer (released on 2006-08-13).
11849
11850 2009-12-26 Kevin Ryde <user42@zip.com.au>
11851
11852 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11853 node. Keep previous "Index" name to work with past coreutils too.
11854
11855 * man.el (man): Revise docstring a bit to show -a and -l as
11856 examples. Add -k description since support for it has otherwise
11857 been a secret. (Further to bug#3717.)
11858 (Man-bgproc-sentinel): When "-k foo" produces no output show error
11859 "no matches" rather than "Can't find manpage", as the latter reads
11860 like -k was interpreted as a page name, which is not so. (Bug#5431)
11861
11862 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
11863
11864 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11865 switches. Check also for //SUBDIRED// line.
11866
11867 2009-12-25 Kenichi Handa <handa@m17n.org>
11868
11869 * language/indian.el (devanagari-composable-pattern): Fix to
11870 handle ZWNJ and ZWJ. Use it in composition-function-table for
11871 Devanagari.
11872 (malayalam-composable-pattern): Fix previous change.
11873
11874 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11875
11876 * ps-print.el (ps-face-attributes): It was not returning the
11877 attribute face for faces specified as string. Reported by harven
11878 <harven@free.fr>. (Bug#5254)
11879 (ps-print-version): New version 7.3.5.
11880
11881 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
11882
11883 * calendar/icalendar.el (icalendar--convert-tz-offset):
11884 Fix timezone names.
11885 (icalendar--convert-tz-offset): Fix the "last-day-problem".
11886 (icalendar--add-diary-entry): Remove the trailing blank that
11887 diary-make-entry inserts.
11888
11889 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
11890
11891 Make `file-expand-wildcards' work for remote files.
11892
11893 * files.el (file-expand-wildcards): In case of remote files, check
11894 only local file name part for wildcards. Provide feature 'files
11895 and subfeature 'remote-wildcards. (Bug#5198)
11896
11897 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11898 if there is already an established connection.
11899 (tramp-advice-file-expand-wildcards): Remove it.
11900
11901 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
11902 (tramp-advice-file-expand-wildcards): Move from tramp.el.
11903 Activate advice for older GNU Emacs versions. (Bug#5237)
11904
11905 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
11906
11907 Some doc fixes (more needed).
11908
11909 * find-cmd.el (find-constituents): Reflow docstring.
11910 (find-cmd, find-prune, find-command): Fix typos in docstrings.
11911 (find-generic): Doc fix.
11912
11913 2009-12-17 Juri Linkov <juri@jurta.org>
11914
11915 Fix regression from 23.1 to allow multiple modes in Local Variables.
11916
11917 * files.el (hack-local-variables-filter): While ignoring duplicates,
11918 don't take `mode' into account.
11919 (hack-local-variables-filter, hack-dir-local-variables):
11920 Don't remove duplicate `mode' from local-variables-alist (like `eval').
11921
11922 2009-12-17 Juri Linkov <juri@jurta.org>
11923
11924 Make `dired-diff' safer. (Bug#5225)
11925
11926 * dired-aux.el (dired-diff): Signal an error when `file' equals to
11927 `current' or when `file' is a directory of the `current' file.
11928
11929 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
11930
11931 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11932 unconditionally preloaded files.
11933
11934 2009-12-16 Juri Linkov <juri@jurta.org>
11935
11936 Revert to old 23.1 logic of using the file at the mark as default.
11937 * dired-aux.el (dired-diff): Use the file at the mark as default
11938 if it's not the same as the current file, and the target dir is
11939 the current dir or the mark is active. Add the current file
11940 as the arg of `dired-dwim-target-defaults'. Use the default file
11941 in the prompt. (Bug#5225)
11942
11943 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
11944
11945 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11946 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11947 (tramp-check-for-regexp): Check also, when an echoing shell stops
11948 to echo sent commands.
11949
11950 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
11951
11952 * Makefile.in: Revert last change (Bug#5191).
11953
11954 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
11955
11956 * vc-hg.el (vc-hg-print-log): Fix argument order.
11957 (vc-hg-working-revision): Make sure the command is executed in a
11958 known environment so that we can parse the output. (Bug#4417)
11959
11960 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
11961
11962 * progmodes/python.el (python-symbol-completions): Remove text
11963 properties from symbol string before calling python-send-receive.
11964
11965 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
11966
11967 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
11968 when there are values for both file and line. (Bug#5060)
11969
11970 2009-12-14 Juri Linkov <juri@jurta.org>
11971
11972 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
11973 whitespace after the file name of the first line of unified format,
11974 because git-diff doesn't output whitespace and file modification time
11975 after the file name.
11976
11977 2009-12-14 David Kastrup <dak@gnu.org>
11978
11979 * info.el (Info-hide-cookies-node): Before hiding a cookie,
11980 check if it already has the `display' property added by
11981 `Info-display-images-node', and not put the `invisible' property
11982 in this case.
11983
11984 2009-12-13 Glenn Morris <rgm@gnu.org>
11985
11986 * mail/emacsbug.el (message-sort-headers): Define for compiler.
11987 (report-emacs-bug): In message-mode, sort manually before storing
11988 original report text. (Bug#5178)
11989 Remove superfluous save-excursion.
11990
11991 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
11992
11993 * net/dbus.el (dbus-property-handler): Filter lambda forms out
11994 when responding to "GetAll" properties.
11995
11996 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
11997
11998 * simple.el (compose-mail): Remove mail-setup-with-from from
11999 customization checks.
12000
12001 2009-12-12 Eli Zaretskii <eliz@gnu.org>
12002
12003 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12004 RAR archives created on Unix systems.
12005
12006 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12007
12008 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12009 the varalias that was accidentally removed by the 2009-11-19 change
12010 (bug#5186).
12011
12012 2009-12-12 Kenichi Handa <handa@m17n.org>
12013
12014 * language/indian.el (indian-compose-regexp): New function.
12015 (malayalam-composable-pattern): Fix the pattern.
12016 (composition-function-table): Set malayalam-composable-pattern for
12017 Malayalam characters.
12018
12019 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
12020
12021 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12022 rather than down-mouse-1, based on follow-link conventions.
12023
12024 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12025 are compiled.
12026
12027 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
12028
12029 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12030 (verilog-vmm-statement-re, verilog-ovm-statement-re)
12031 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12032 (verilog-leap-to-head, verilog-backward-token):
12033 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
12034
12035 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
12036
12037 * progmodes/verilog-mode.el (verilog-auto-lineup)
12038 (verilog-nameable-item-re): Cleanup user-visible spelling and
12039 documentation errors. One reported by Gary Delp.
12040 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12041 (verilog-read-decls): Fix AUTOWIRE with types declared in a
12042 package, bug195. Reported by Pierre-David Pfister.
12043
12044 2009-12-11 Glenn Morris <rgm@gnu.org>
12045
12046 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12047
12048 * mail/emacsbug.el: No longer require sendmail.
12049 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
12050 (report-emacs-bug-orig-text): Doc fix.
12051 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12052 New local variables, to adapt to different mail-user-agents.
12053 (report-emacs-bug): Fix test for a gnu.org address.
12054 Use overlays for emphasis, since font-lock defeats 'face property.
12055 Pretest bugs also end up at the newsgroup these days.
12056 Stop message-mode stripping text properties.
12057 Set and use the new buffer-local variables.
12058 (report-emacs-bug-hook): Add doc-string.
12059 Remove some unnecessary save-excursions and simplify.
12060 Use the appropriate hook and send-command.
12061
12062 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12063 capitalization of some menu entries.
12064
12065 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12066
12067 * whitespace.el (whitespace-display-char-on):
12068 Ensure `buffer-display-table' is unique when two or more windows are
12069 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12070 New version 12.1.
12071
12072 2009-12-10 Eli Zaretskii <eliz@gnu.org>
12073
12074 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12075 characters in the Attribute field.
12076
12077 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
12078
12079 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
12080
12081 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12082
12083 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12084 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12085 Disregard autoload-excludes.
12086 (update-directory-autoloads): Obey autoload-excludes here instead.
12087 But don't store its contents in no-autoloads and remove entries that
12088 refer to excludes files.
12089
12090 2009-12-10 Glenn Morris <rgm@gnu.org>
12091
12092 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12093 (expand-mail-aliases): Define for compiler.
12094
12095 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12096 Define for compiler.
12097
12098 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12099 appropriate for the mail-user-agent in use.
12100
12101 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
12102
12103 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12104
12105 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12106
12107 Fix short log parsing and fontification.
12108 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12109 Fix fontification for the [merge] label.
12110
12111 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
12112
12113 Drop some properties to avoid surprises (bug#5002).
12114 * htmlfontify.el (hfy-ignored-properties): New defcustom.
12115 (hfy-fontify-buffer): Use it.
12116
12117 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 Minor cleanup.
12120 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12121 Adjust all callers.
12122 (ffap-locate-file): Remove unused arg `dir-ok' and make other
12123 args compulsory. Adjust callers.
12124 (ffap-gopher-at-point): Remove unused var `name'.
12125
12126 Get rid of the ELCFILES abomination.
12127 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12128 (compile-elcfiles): New phony target.
12129 (compile-main): Compute ELCFILES dynamically.
12130 (compile-clean): New target to remove left-over elc files.
12131 (compile, all): Use it.
12132
12133 2009-12-09 Kenichi Handa <handa@etlken>
12134
12135 * international/mule-diag.el: Require help-mode instead of help-fns.
12136
12137 2009-12-09 Kenichi Handa <handa@m17n.org>
12138
12139 * international/mule-cmds.el (ucs-names): Supply sufficiently
12140 fine ranges instead of pre-calculating accurate ranges.
12141 Iterate with bigger gc-cons-threshold.
12142
12143 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12144
12145 Add support for stashing a snapshot of the current tree.
12146 * vc-git.el (vc-git-stash-snapshot): New function.
12147 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12148
12149 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
12150
12151 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12152 instead of `(beginning|end)-of-line'.
12153
12154 2009-12-08 Glenn Morris <rgm@gnu.org>
12155
12156 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12157
12158 * Makefile.in (ELCFILES): Regenerate.
12159
12160 2009-12-07 Juri Linkov <juri@jurta.org>
12161
12162 Don't lazy-highlight the comint output in history Isearch mode.
12163
12164 * comint.el (comint-history-isearch-search): Instead of
12165 `comint-line-beginning-position', use `comint-after-pmark-p'
12166 to check if point if before the process mark, and go to
12167 `process-mark' in this case.
12168
12169 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * textmodes/tex-mode.el (latex-complete)
12172 (latex-indent-or-complete): Remove.
12173 (latex-mode): Set completion-at-point-functions instead.
12174
12175 Provide a standard completion command and hook it into TAB.
12176 * minibuffer.el (completion-at-point-functions): New var.
12177 (completion-at-point): New command.
12178 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
12179 * progmodes/python.el (python-mode-map): Use completion-at-point.
12180 (python-completion-at-point): Rename from python-partial-symbol and
12181 adjust for use in completion-at-point-functions.
12182 (python-mode): Setup completion-at-point for Python completion.
12183 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12184 extracted from lisp-complete-symbol.
12185 (lisp-complete-symbol): Use it.
12186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12187 setup completion-at-point for Elisp completion.
12188 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12189 Use completion-at-point.
12190 * ielm.el (ielm-map): Use completion-at-point.
12191 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
12192 * progmodes/sym-comp.el: Move to...
12193 * obsolete/sym-comp.el: Move from progmodes.
12194
12195 2009-12-07 Eli Zaretskii <eliz@gnu.org>
12196
12197 Prevent save-buffer in Rmail buffers from using the coding-system
12198 of the current message, and from clobbering the encoding mnemonics
12199 in the mode line (Bug#4623).
12200
12201 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12202 flag, too.
12203 (rmail-message-encoding): New variable.
12204 (rmail-write-region-annotate): Record the encoding of the current
12205 message in rmail-message-encoding.
12206 (rmail-after-save-hook): New function, restores the encoding of
12207 the current message after the message collection is saved.
12208
12209 2009-12-07 Juri Linkov <juri@jurta.org>
12210
12211 * progmodes/grep.el (grep-read-files): Use `completing-read'
12212 instead of `read-string'. Set its `collection' arg to
12213 `read-file-name-internal'. (Bug#4301)
12214
12215 2009-12-07 Juri Linkov <juri@jurta.org>
12216
12217 Correctly restore original Isearch point. (Bug#4994)
12218
12219 * isearch.el (isearch-mode): Move `isearch-push-state' after
12220 `(run-hooks 'isearch-mode-hook)'.
12221 (isearch-cancel): When `isearch-push-state-function' is defined,
12222 let-bind `isearch-cmds' to the first state (the last element of
12223 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12224 function and restores the original point). Otherwise, move point
12225 to `isearch-opoint'.
12226
12227 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12230 chars that don't have names, so the table can be built much faster at
12231 run-time.
12232
12233 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
12234
12235 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12236 change. Suggested by David Kastrup.
12237
12238 * simple.el (compose-mail): Check for incompatibilities and warn.
12239 (compose-mail-user-agent-warnings): New option.
12240
12241 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12242
12243 Support showing a single log entry from vc-annotate.
12244 * vc.el (print-log): Add a new argument: START-REVISION.
12245 (vc-print-log-internal): Add a new optional argument and
12246 pass it to the backend.
12247 (vc-print-log, vc-print-root-log): Adjust callers.
12248 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12249 buffer already displays the requested log entry, use it.
12250 Otherwise display only the log entry in question.
12251 * vc-svn.el (vc-svn-print-log):
12252 * vc-mtn.el (vc-mtn-print-log):
12253 * vc-hg.el (vc-hg-state):
12254 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12255 (vc-git-show-log-entry): Return t on success.
12256 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12257 (vc-bzr-show-log-entry): Return t on success.
12258 * vc-rcs.el (vc-rcs-print-log):
12259 * vc-sccs.el (vc-sccs-print-log):
12260 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12261
12262 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12263
12264 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12265 Add menus to the meta mode. (Bug#5043)
12266
12267 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
12268
12269 * ediff-init.el (ediff-event-key): Use event-to-character instead of
12270 event-key.
12271
12272 * ediff.el (ediff-buffers-internal): Add unwind-protect.
12273
12274 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
12275
12276 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
12277 Berbain <raphael.berbain@gmail.com>.
12278
12279 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
12280 characters.
12281 (tramp-initial-end-of-output): New defconst.
12282 (tramp-methods, tramp-find-shell)
12283 (tramp-open-connection-setup-interactive-shell)
12284 (tramp-maybe-open-connection): Use it.
12285 (tramp-shell-prompt-pattern, tramp-wait-for-output):
12286 Handle existence of `#' and `$'.
12287
12288 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12289 Use `tramp-initial-end-of-output'.
12290
12291 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12292
12293 Get the background mode from the terminal for xterm, and set
12294 faces accordingly.
12295 * term/xterm.el (xterm-set-background-mode): New function.
12296 (terminal-init-xterm): Use it in case xterm supports background
12297 color queries. Recompute faces after getting the background
12298 color.
12299
12300 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
12301
12302 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12303 number comment back on its own line, for easier parsing.
12304
12305 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12306
12307 Make it work for non-file buffers (bug#5102).
12308 * doc-view.el (doc-view-current-cache-dir):
12309 Use doc-view-buffer-file-name rather than buffer-file-name.
12310 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12311
12312 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
12313
12314 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12315 author field is too short.
12316
12317 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
12318
12319 * vc-git.el (vc-git-print-log): Handle a limit argument.
12320 Display the short log in graph form and with labels.
12321 (vc-git-log-view-mode): Handle labels.
12322
12323 Make vc-revert change VC state from 'added to 'unregistered.
12324 * vc-git.el (vc-git-revert): Call git reset first.
12325
12326 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
12327
12328 * net/newst-backend.el, net/newst-plainview.el:
12329 * net/newst-reader.el, net/newst-ticker.el:
12330 * net/newst-treeview.el, net/newsticker.el:
12331 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
12332
12333 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12334
12335 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12336
12337 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12338 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
12339 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12340 Update annotation regexp.
12341
12342 * simple.el (beginning-of-visual-line): Constrain to field
12343 boundaries (Bug#5106).
12344
12345 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
12346
12347 * xml.el (xml-substitute-numeric-entities):
12348 Move newsticker--decode-numeric-entities in newst-backend.el to
12349 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12350 * net/newst-backend.el (newsticker--parse-generic-feed)
12351 (newsticker--parse-generic-items)
12352 (newsticker--decode-numeric-entities):
12353 Move newsticker--decode-numeric-entities in newst-backend.el to
12354 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12355
12356 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
12357
12358 * progmodes/js.el (js--js-not): Add null to the list of values.
12359
12360 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12361
12362 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
12363
12364 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12365
12366 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12367 delimiter if it is at the end of the current line.
12368 (bibtex-generate-url-list): Fix docstring.
12369
12370 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12371
12372 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12373 minibuffer's content with itself.
12374 Fold the confirm-after-completion case into the `confirm' case.
12375 (completion-pcm-word-delimiters): Add : and / to the delimiters.
12376
12377 2009-12-06 Kevin Ryde <user42@zip.com.au>
12378
12379 * ffap.el (ffap-rfc-path): Make this a defcustom since
12380 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
12381
12382 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
12383 manuals, similar to existing setup for help-mode. (Bug#3913.)
12384
12385 2009-12-05 Juri Linkov <juri@jurta.org>
12386
12387 Save and restore dired buffer's point positions too. (Bug#4880)
12388
12389 * dired.el (dired-save-positions): Return in the first element
12390 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12391 Doc fix.
12392 (dired-restore-positions): First restore buffer's position.
12393 While restoring window's positions, check if window still displays
12394 the original buffer.
12395
12396 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
12397
12398 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12399 if possible.
12400
12401 * shell.el (shell): Require ansi-color (Bug#5113).
12402
12403 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12404
12405 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12406
12407 2009-12-05 Alan Mackenzie <acm@muc.de>
12408
12409 * progmodes/cc-mode.el (c-before-hack-hook)
12410 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12411 `c-file-style' to work again. This reversion restores the current
12412 software to its state in Emacs 23.1. (Bug#4146)
12413
12414 2009-12-05 Kevin Ryde <user42@zip.com.au>
12415
12416 * textmodes/sgml-mode.el (sgml-lexical-context):
12417 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
12418
12419 2009-12-05 Juri Linkov <juri@jurta.org>
12420
12421 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12422 for virtual nodes. (Bug#4147)
12423 (Info-find-node-2): Set `Info-current-node-virtual' to nil
12424 when moving from a virtual node.
12425 (Info-mode-menu): Add `Info-virtual-index' to the menu.
12426 (Info-mode): Add `Info-virtual-index' to the docstring.
12427
12428 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12429
12430 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12431 track of the buffer position of the end of a BibTeX entry as this
12432 position may change during reformatting.
12433 (bibtex-format-entry): Remove whitespace before processing
12434 numerical fields so that we recognize the latter properly.
12435 (bibtex-reformat): Do not use push which changes the global value
12436 of bibtex-entry-format.
12437 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12438 (bibtex-field-re-init): Replace only space characters by regexp
12439 for whitespace.
12440 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
12441 (bibtex-initialize): Also update bibtex-strings.
12442 (bibtex-kill-field): Preserve white space at end of entry.
12443 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12444 Update bibtex-reference-keys.
12445
12446 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * minibuffer.el (completion-pcm--merge-try): Also consider placing
12449 point after a star, if that's the only place where modifications can
12450 make progress.
12451
12452 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
12453
12454 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12455 in docstrings.
12456
12457 2009-12-04 Juri Linkov <juri@jurta.org>
12458
12459 * proced.el (proced): Call `(proced-update t)' to update process
12460 information instead of only running proced-post-display-hook.
12461 (proced-send-signal): Add a leading space to the buffer name
12462 " *Marked Processes*" to make this buffer ephemeral.
12463
12464 2009-12-04 Juri Linkov <juri@jurta.org>
12465
12466 * dired.el (dired-auto-revert-buffer): New defcustom.
12467 (dired-internal-noselect): Use it.
12468
12469 2009-12-04 Juri Linkov <juri@jurta.org>
12470
12471 Change roles of modes and functions in image-mode.el (Bug#5062).
12472
12473 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12474 in `auto-mode-alist'.
12475 (image-mode-previous-major-mode): New variable.
12476 (image-minor-mode-map): Rename from `image-mode-text-map'.
12477 (image-mode): Move graceful error-handling code from
12478 `image-minor-mode' to here. On errors call `image-mode-as-text'.
12479 (image-minor-mode): Remove all image-handling code.
12480 Replace `image-mode-text-map' with `image-minor-mode-map'.
12481 Check for `image-type' in mode-line format string.
12482 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12483 (image-mode-as-text): New function with most code from
12484 `image-mode-maybe'.
12485 (image-toggle-display-text): Move code that removes image
12486 properties from `image-toggle-display' to here.
12487 (image-toggle-display-image): New function with code that adds
12488 image properties copied from `image-toggle-display'.
12489 (image-toggle-display): Remove most code with leaving only code
12490 that toggles between `image-mode-as-text' and `image-mode'.
12491
12492 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
12493
12494 * net/newst-treeview.el
12495 (newsticker--treeview-list-highlight-start): Restored call to
12496 save-excursion: Selected item was stuck.
12497 (newsticker--treeview-list-select): New.
12498 (newsticker--treeview-item-show-text)
12499 (newsticker--treeview-item-show)
12500 (newsticker--treeview-item-update): Use new
12501 newsticker-treeview-item-mode.
12502 (newsticker-treeview-update): Keep current item.
12503 (newsticker-treeview-next-new-or-immortal-item): Doc change.
12504 (newsticker--treeview-first-feed): Doc change.
12505 (newsticker-treeview-list-menu)
12506 (newsticker-treeview-item-menu): Add menu entries.
12507 (newsticker-treeview-item-mode): New.
12508
12509 * net/newst-backend.el (newsticker-customize): Delete other
12510 windows.
12511
12512 2009-12-04 Sam Steingold <sds@gnu.org>
12513
12514 * log-view.el (log-view-mode-map): "q" calls quit-window,
12515 like in all the other non-self-insert buffers.
12516
12517 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
12518
12519 Minor cleanup.
12520 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12521 key decoding rather than do it manually via last-input-event +
12522 ascii-character.
12523 (term-exec): Use delete-and-extract-region.
12524 (term-handle-ansi-terminal-messages): Remove unused var `end'.
12525 (term-process-pager): Remove unused var `i'.
12526 (term-dynamic-simple-complete): Make obsolete.
12527 (serial-update-config-menu): Remove unused vars `y' and `str'.
12528 (term-update-mode-line): Remove unused var `temp'.
12529
12530 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12531
12532 Limit the number of log entries displayed by default.
12533 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12534 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12535 using a prefix argument.
12536
12537 2009-12-03 Glenn Morris <rgm@gnu.org>
12538
12539 * progmodes/idlwave.el (class): Restore still useful declaration.
12540
12541 2009-12-03 Alan Mackenzie <acm@muc.de>
12542
12543 Enhance `c-parse-state' to run efficiently in "brace deserts".
12544
12545 * progmodes/cc-mode.el (c-basic-common-init):
12546 Call c-state-cache-init.
12547 (c-neutralize-syntax-in-and-mark-CPP): Rename from
12548 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
12549 placing `category' properties value 'c-cpp-delimiter at its boundaries.
12550
12551 * progmodes/cc-langs.el (c-before-font-lock-function):
12552 c-extend-and-neutralize-syntax-in-CPP has been renamed
12553 c-neutralize-syntax-in-and-mark-CPP.
12554
12555 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12556 with `category' properties now, not `syntax-table' ones.
12557
12558 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12559 enhanced (but slower) version of c-end-of-macro that won't land
12560 inside a literal or on another awkward character.
12561 (c-state-cache-too-far, c-state-cache-start)
12562 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12563 (c-state-nonlit-pos-cache-limit, c-state-point-min)
12564 (c-state-point-min-lit-type, c-state-point-min-lit-start)
12565 (c-state-min-scan-pos, c-state-brace-pair-desert)
12566 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12567 buffer local variables.
12568 (c-state-literal-at, c-state-lit-beg)
12569 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12570 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12571 (c-state-cache-top-paren, c-state-cache-after-top-paren)
12572 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12573 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12574 (c-renarrow-state-cache)
12575 (c-append-lower-brace-pair-to-state-cache)
12576 (c-state-push-any-brace-pair, c-append-to-state-cache)
12577 (c-remove-stale-state-cache)
12578 (c-remove-stale-state-cache-backwards, c-state-cache-init)
12579 (c-invalidate-state-cache-1, c-parse-state-1)
12580 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
12581 (c-parse-state): Enhance and refactor.
12582 (c-debug-parse-state): Amend to deal with all the new variables.
12583
12584 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12585 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
12586 modify to use category text properties rather than syntax-table ones.
12587 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
12588 to switch off/on the syntactic paren property of C++ template
12589 delimiters using the category property.
12590 (c-with-<->-as-parens-suppressed): Macro to invoke code with
12591 template delims suppressed.
12592 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12593 New constant/macros which apply category properties to the start
12594 and end of preprocessor constructs.
12595 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
12596 "comment out" the syntactic value of characters in preprocessor
12597 constructs.
12598 (c-with-cpps-commented-out)
12599 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12600 with characters in all or all but one preprocessor constructs
12601 "commented out".
12602
12603 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12604
12605 * proced.el (proced-filter-alist): Use regexp-quote.
12606
12607 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
12608
12609 Cleanup.
12610 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12611 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
12612 arguments. Expand `default-directory'.
12613
12614 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12615 the benefit of returning an expanded localname.
12616 (tramp-tramp-file-p): Handle the case NAME is not a string.
12617
12618 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12619
12620 Add support for bzr shelve/unshelve.
12621 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12622 (vc-bzr-extra-menu-map): New variables.
12623 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12624 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12625 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12626 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12627 (vc-bzr-dir-extra-headers): Display shelves.
12628
12629 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12630
12631 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12632
12633 * textmodes/bibtex.el (bibtex-complete-internal):
12634 Use completion-in-region.
12635 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12636
12637 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12638
12639 Support applying stashes. Improve UI.
12640 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12641 (vc-git-stash-apply, vc-git-stash-pop)
12642 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12643 (vc-git-stash-menu): New functions.
12644 (vc-git-stash-menu-map): New variable.
12645 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12646
12647 2009-12-03 Glenn Morris <rgm@gnu.org>
12648
12649 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12650 (vc-print-log-internal): Fix previous change.
12651 (vc-revert): Correct pluralization.
12652
12653 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * progmodes/make-mode.el (makefile-special-targets-list): No need for
12656 it to be an alist any more.
12657 (makefile-complete): Use completion-in-region.
12658
12659 * progmodes/octave-mod.el (octave-complete-symbol):
12660 Use completion-in-region.
12661
12662 Misc cleanup.
12663 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12664 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12665 (idlwave-complete-class): Don't quote lambda.
12666 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12667 (idlwave-mode-map): Move initialization into declaration.
12668 (idlwave-action-and-binding): Use backquotes.
12669 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12670 Simplify.
12671 (idlwave-is-pointer-dereference): Remove unused var `pos'.
12672 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12673 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12674 `parts', and `all-parts'.
12675 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12676 (idlwave-convert-xml-system-routine-info): Remove unused string
12677 `version-string'.
12678 (idlwave-display-user-catalog-widget): Use dolist.
12679 (idlwave-scanning-lib): Declare dynamically-scoped var.
12680 (idlwave-scan-library-catalogs): Remove unused var `flags'.
12681 (completion-highlight-first-word-only): Declare to silence bytecomp.
12682 (idlwave-popup-select): Tighten scope of `resp'.
12683 (idlwave-find-struct-tag): Remove unused var `beg'.
12684 (idlwave-after-load-rinfo-hook): Declare.
12685 (idlwave-sintern-class-info): Remove unused var `taglist'.
12686 (idlwave-find-class-definition): Remove unused var `list'.
12687 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12688 (idlwave-what-module-find-class): Remove unused var `classes'.
12689
12690 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
12691
12692 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12693
12694 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12697 buffers visited. Remove redundant current-buffer-saving.
12698
12699 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 Use completion-in-buffer and remove uses of dynamic scoping.
12702 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12703 (pascal-buffer-to-use, pascal-flag): Don't declare.
12704 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12705 (pascal-get-completion-decl, pascal-keyword-completion):
12706 Add `pascal-str' argument, save-excursion,
12707 return the found completions, and don't filter with pascal-pred.
12708 (pascal-completion-cache): New var.
12709 (pascal-completion): Don't switch buffer any more (it was never
12710 necessary). Don't save-excursion any more (it's done by the called
12711 subroutines). Use a cache to avoid redundant computations.
12712 Use complete-with-action rather than pascal-completion-response and
12713 let it apply the predicate as well.
12714 (pascal-complete-word): Use completion-in-buffer when
12715 pascal-toggle-completions is nil.
12716 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12717 not used any more.
12718 (pascal-comp-defun): Don't change buffer any more.
12719 Use complete-with-action rather than pascal-completion-response and
12720 let it apply the predicate as well.
12721 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12722 when neded.
12723
12724 2009-12-02 Kenichi Handa <handa@m17n.org>
12725
12726 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12727 shape for all Indic scripts.
12728
12729 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 Use completion-in-buffer.
12732 * wid-edit.el (widget-field-text-end): New function.
12733 (widget-field-value-get): Use it.
12734 (widget-string-complete, widget-file-complete)
12735 (widget-color-complete): Use it and completion-in-region.
12736 (widget-complete): Don't narrow the buffer.
12737
12738 2009-12-02 Glenn Morris <rgm@gnu.org>
12739
12740 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
12741 (rmail-select-summary): Use rmail-pop-to-buffer.
12742 * mail/rmailsum.el: Replace all pop-to-buffer calls with
12743 rmail-pop-to-buffer, to prevent horizontal splits.
12744
12745 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12746 save-excursion with save-current-buffer.
12747 Widen before searching. (Bug#5093)
12748 (diary-list-sexp-entries): Remove superfluous save-excursion.
12749
12750 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
12751
12752 * woman.el (woman-make-bufname): Handle man-pages with "." in the
12753 name. (Bug#5038)
12754
12755 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
12756
12757 * ido.el (ido-file-internal): Handle filenames at point that do
12758 not have a directory part. (Bug#5049)
12759
12760 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
12761
12762 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12763 (mpc-songs-jump-to, mpc-resume): Doc fixes.
12764
12765 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
12766
12767 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12768 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12769 any more.
12770
12771 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12772
12773 * comint.el (comint-insert-input): Ignore clicks to the right of
12774 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12775
12776 * vc.el (vc-print-log-internal): Don't wait for the process to
12777 terminate before setting up the major mode.
12778
12779 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12780 in case.
12781
12782 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12783 the last element.
12784
12785 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12786
12787 2009-12-01 Glenn Morris <rgm@gnu.org>
12788
12789 * window.el (window--display-buffer-2): Fix previous changes.
12790
12791 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
12792
12793 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12794
12795 2009-12-01 Glenn Morris <rgm@gnu.org>
12796
12797 * Makefile.in (ELCFILES): Add mpc.elc.
12798
12799 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * mpc.el: New file.
12802
12803 2009-12-01 Glenn Morris <rgm@gnu.org>
12804
12805 * window.el (window-to-use): Define for compiler.
12806
12807 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12808 consistent with others (no final period).
12809
12810 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12811 (rmail-mime-show): Downcase the encoding. (Bug#5070)
12812
12813 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12814
12815 Make vc-print-log buttons work.
12816 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
12817
12818 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
12819
12820 * savehist.el (savehist-autosave-interval): Allow setting to nil
12821 through customize. (Bug#5056)
12822
12823 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
12824
12825 Fix references to jit-lock properties.
12826 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12827 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12828 (perl-font-lock-special-syntactic-constructs):
12829 Quote jit-lock-defer-multiline property.
12830
12831 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12832
12833 * vc-git.el (vc-git-registered): Call vc-git-root only once.
12834
12835 2009-11-30 Juri Linkov <juri@jurta.org>
12836
12837 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12838 value `buffer' of `multi-isearch-next-buffer-current-function'.
12839 Use `(current-buffer)' when `buffer' is nil.
12840 (multi-isearch-next-buffer-from-list): Don't fallback to
12841 `(current-buffer)' when `buffer' is nil. (Bug#4947)
12842
12843 2009-11-30 Juri Linkov <juri@jurta.org>
12844
12845 * misearch.el (multi-isearch-read-buffers): Move canonicalization
12846 of buffers with `get-buffer' to `multi-isearch-buffers'.
12847 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12848 Canonicalize BUFFERS with `get-buffer'. Doc fix.
12849 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12850 FILES with `expand-file-name' converting relative file names
12851 to absolute. Doc fix. (Bug#4727)
12852
12853 2009-11-30 Juri Linkov <juri@jurta.org>
12854
12855 * misearch.el (multi-isearch-read-buffers)
12856 (multi-isearch-read-matching-buffers): New functions.
12857 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12858 Use them in the `interactive' spec. Doc fix.
12859 (multi-isearch-read-files, multi-isearch-read-matching-files):
12860 New functions.
12861 (multi-isearch-files, multi-isearch-files-regexp):
12862 Use them in the `interactive' spec. Doc fix. (Bug#4725)
12863
12864 2009-11-30 Juri Linkov <juri@jurta.org>
12865
12866 * doc-view.el (doc-view-continuous):
12867 Rename from `doc-view-continuous-mode'.
12868 (doc-view-menu): Move "Toggle display" to the top.
12869 Add submenu "Continuous" with radio buttons "Off"/"On"
12870 and "Save as Default".
12871 (doc-view-scroll-up-or-next-page)
12872 (doc-view-scroll-down-or-previous-page)
12873 (doc-view-next-line-or-next-page)
12874 (doc-view-previous-line-or-previous-page):
12875 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
12876
12877 2009-11-30 Juri Linkov <juri@jurta.org>
12878
12879 * comint.el (comint-mode-map): Rebind `M-r' from
12880 `comint-previous-matching-input' to
12881 `comint-history-isearch-backward-regexp'.
12882 Unbind `M-s' to allow global key binding `M-s'.
12883 Add menu items for `comint-history-isearch-backward' and
12884 `comint-history-isearch-backward-regexp'. (Bug#3746)
12885
12886 2009-11-30 Juri Linkov <juri@jurta.org>
12887
12888 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12889 For def=recenter, replace `recenter' with `recenter-top-bottom'
12890 that is called with `this-command' and `last-command' let-bound
12891 to `recenter-top-bottom'. When the last `def' was not `recenter',
12892 set `recenter-last-op' to nil. (Bug#4981)
12893
12894 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 Minor cleanup and simplification.
12897 * filecache.el (file-cache-add-directory)
12898 (file-cache-add-directory-recursively)
12899 (file-cache-add-from-file-cache-buffer)
12900 (file-cache-delete-file-regexp, file-cache-delete-directory)
12901 (file-cache-files-matching-internal, file-cache-display): Use dolist.
12902 (file-cache-temp-minibuffer-message): Delete function.
12903 (file-cache-minibuffer-complete): Use minibuffer-message instead.
12904
12905 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12906 Don't signal an error when bumping into EOB in tr, s, or y.
12907
12908 2009-11-29 Juri Linkov <juri@jurta.org>
12909
12910 * startup.el (fancy-about-text): Fix wording of Guided Tour.
12911 (Bug#4960)
12912
12913 * descr-text.el (describe-char-unidata-list): Use lowercase name
12914 for "Unicode name" like in other tags.
12915
12916 2009-11-29 Juri Linkov <juri@jurta.org>
12917
12918 * ediff-util.el (ediff-minibuffer-with-setup-hook):
12919 New compatibility macro.
12920 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
12921
12922 2009-11-29 Juri Linkov <juri@jurta.org>
12923
12924 Add defcustom to define the cycling order of `recenter-top-bottom'.
12925 (Bug#4981)
12926
12927 * window.el (recenter-last-op): Doc fix.
12928 (recenter-positions): New defcustom.
12929 (recenter-top-bottom): Rewrite to use `recenter-positions'.
12930 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12931
12932 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
12933
12934 Improve integration of Tramp and ange-ftp in eshell.
12935
12936 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
12937 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
12938 (eshell/sudo): Flatten args. Let-bind `default-directory'.
12939
12940 * eshell/esh-util.el (top): Require also Tramp when compiling.
12941 (eshell-directory-files-and-attributes): Check for FTP remote
12942 connection.
12943 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12944 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12945 (eshell-file-attributes): Handle ".". Return `entry'.
12946
12947 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
12948 (ange-ftp-directory-files-and-attributes)
12949 (ange-ftp-real-directory-files-and-attributes): New defuns.
12950
12951 * net/tramp.el (tramp-maybe-open-connection): Open the remote
12952 shell with "exec" when possible. This prevents trailing prompts
12953 in `start-file-process'.
12954
12955 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 Try and remove assumptions about point-min==1.
12958 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
12959 (rng-compute-mode-line-string): Show the validation percentage in
12960 terms of the narrowed text, not the widened text.
12961 (rng-do-some-validation): Don't catch internal errors when debugging.
12962 (rng-first-error): Simplify.
12963 (rng-after-change-function): Remove work around. AFAIK the bug has
12964 been fixed a while ago.
12965
12966 * image-mode.el (image-minor-mode): Exit more gracefully when the image
12967 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
12968
12969 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
12970
12971 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
12972 `cd' doesn't always do it for us (bug#5067).
12973
12974 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12975 on 2009-10-25 as part of some other change (bug#5067).
12976
12977 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
12980 `suspicious'.
12981 (byte-compile-warnings): Use byte-compile-warning-types.
12982 (byte-compile-save-excursion): Warn about use of set-buffer right
12983 after save-excursion.
12984
12985 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
12986 the excursion as well.
12987
12988 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
12989
12990 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
12991 providing a Tramp related implementation of "su" and "sudo".
12992 (eshell-unix-initialize): Add "su" and "sudo".
12993
12994 2009-11-27 Daiki Ueno <ueno@unixuser.org>
12995
12996 * net/socks.el (socks-send-command): Convert binary request to
12997 unibyte before sending. This fixes mishandling of some port
12998 numbers such as 129.
12999
13000 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13001
13002 * help.el (describe-bindings-internal): Remove `interactive'.
13003
13004 * man.el (Man-completion-table): Trim a terminating "(".
13005 Remove the space between name page a section.
13006 Add the command's description on the `help-echo' property.
13007 Remove `process-connection-type' binding since it's unused by
13008 call-process.
13009 Provide completion for the "<section> <name>" format as well.
13010 (Man-default-man-entry): Remove spurious var shadowing the argument.
13011
13012 2009-11-26 Kevin Ryde <user42@zip.com.au>
13013
13014 * log-view.el: Add "Keywords: tools", since its other keywords
13015 aren't in finder-known-keywords, and following vc.el.
13016
13017 * sha1.el (sha1-string-external): default-directory "/" in case
13018 otherwise non-existent. process-connection-type pipe for touch of
13019 efficiency recommended by elisp manual. (An aside in Bug#3911.)
13020
13021 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 Misc coding convention cleanups.
13024 * htmlfontify.el (hfy-init-kludge-hook): Rename from
13025 hfy-init-kludge-hooks.
13026 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13027 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13028 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13029 and push.
13030 (hfy-slant, hfy-weight): Use tables rather than code.
13031 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13032 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13033 (hfy-face-attr-for-class): Initialize `face-spec' directly.
13034 (hfy-face-to-css): Remove `nconc' with single arg.
13035 (hfy-p-to-face-lennart): Use `or'.
13036 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
13037 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13038 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13039 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13040 (hfy-force-fontification): Use run-hooks.
13041
13042 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
13043
13044 Various minor fixes.
13045 * htmlfontify.el (hfy-default-header): Add toggle_invis since
13046 Javascript belongs in the header, not the body.
13047 (hfy-javascript): Remove.
13048 (hfy-fontify-buffer): Don't insert it any more.
13049 (hfy-face-at): Handle (face0 face1 face2) style face properties.
13050 Fix bug in invis handling when there were no invis props in a chunk.
13051
13052 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13055
13056 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
13057
13058 * finder.el (finder-mode-map): Add a menu.
13059
13060 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
13061
13062 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13063 "unsigned" structs.
13064
13065 (verilog-leap-to-head, verilog-backward-token): Handle "disable
13066 fork" statement better.
13067
13068 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
13069
13070 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13071 (verilog-delete-auto, verilog-delete-empty-auto-pair)
13072 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13073 Reported by Clay Douglass.
13074
13075 (verilog-auto-inst, verilog-auto-star-safe)
13076 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13077 Fix removing "// Interfaces" when saving .* expansions.
13078 Reported by Pierre-David Pfister.
13079
13080 2009-11-26 Glenn Morris <rgm@gnu.org>
13081
13082 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13083 the scope.
13084
13085 2009-11-25 Johan Bockgård <bojohan@gnu.org>
13086
13087 * vc-annotate.el (vc-annotate-revision-previous-to-line):
13088 Really use previous revision.
13089
13090 2009-11-25 Kevin Ryde <user42@zip.com.au>
13091
13092 * man.el (Man-completion-table): default-directory "/" in case
13093 doesn't otherwise exist. process-environment COLUMNS=999 so as
13094 not to truncate long names. process-connection-type pipe to avoid
13095 any chance of hitting the pseudo-tty TIOCGWINSZ.
13096 (man): completion-ignore-case t for friendliness and since man
13097 itself is case-insensitive on the command line.
13098 Further to Bug#3717.
13099
13100 * arc-mode.el: Add "Keywords: files", so the details in its
13101 commentary can be reached from finder-by-keyword.
13102 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
13103 editing mode, but it's comms related and sgml-mode.el has "comm"
13104 on that basis too.
13105 * textmodes/bibtex-style.el: Add "Keywords: tex".
13106 * international/isearch-x.el, international/ja-dic-cnv.el:
13107 * international/ja-dic-utl.el, international/kkc.el:
13108 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
13109
13110 2009-11-25 Juri Linkov <juri@jurta.org>
13111
13112 * man.el (Man-completion-table): Modify regexp to include
13113 section names to completion strings. (Bug#3717)
13114
13115 2009-11-25 Juri Linkov <juri@jurta.org>
13116
13117 Search recursively in gzipped files. (Bug#4982)
13118
13119 * progmodes/grep.el (grep-highlight-matches): Add new options
13120 `always' and `auto'. Doc fix.
13121 (grep-process-setup): Check `grep-highlight-matches' for
13122 `auto-detect' to determine the need to compute grep defaults.
13123 Move Windows/DOS specific --colors settings handling
13124 to `grep-compute-defaults'. Check `grep-highlight-matches'
13125 to get the value of "--color=".
13126 (grep-compute-defaults): Compute `grep-highlight-matches' when it
13127 has the value `auto-detect'. Move Windows/DOS specific settings
13128 from `grep-process-setup'.
13129 (zrgrep): New command with alias `rzgrep'.
13130
13131 2009-11-25 Juri Linkov <juri@jurta.org>
13132
13133 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13134 to nil instead of switching off view-mode. (Bug#4896)
13135
13136 2009-11-25 Juri Linkov <juri@jurta.org>
13137
13138 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
13139
13140 * mwheel.el (mwheel-scroll-up-function)
13141 (mwheel-scroll-down-function): New defvars.
13142 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13143 `scroll-up', and `mwheel-scroll-down-function' instead of
13144 `scroll-down'.
13145
13146 * doc-view.el (doc-view-scroll-up-or-next-page)
13147 (doc-view-scroll-down-or-previous-page): Add optional ARG.
13148 Use this ARG in the call to image-scroll-up/image-scroll-down.
13149 Change `interactive' spec to "P". Goto next/previous page only
13150 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13151 SPC/DEL case). Doc fix.
13152 (doc-view-next-line-or-next-page)
13153 (doc-view-previous-line-or-previous-page): Rename arg to ARG
13154 for consistency.
13155 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13156 `doc-view-scroll-up-or-next-page', and buffer-local
13157 `mwheel-scroll-down-function' to
13158 `doc-view-scroll-down-or-previous-page'.
13159
13160 2009-11-25 Juri Linkov <juri@jurta.org>
13161
13162 Provide additional default values (directories at other Dired
13163 windows) via M-n in the minibuffer of some Dired commands.
13164
13165 * dired-aux.el (dired-diff, dired-compare-directories)
13166 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13167 `minibuffer-default' in `minibuffer-with-setup-hook'.
13168 (dired-dwim-target-directory): Find a window that displays Dired
13169 buffer instead of failing when the next window is not Dired.
13170 Use `get-window-with-predicate' to find for the next Dired window.
13171 (dired-dwim-target-defaults): New function.
13172
13173 * ediff-util.el (ediff-read-file-name):
13174 Use `dired-dwim-target-defaults' to set `minibuffer-default'
13175 in `minibuffer-with-setup-hook'.
13176
13177 2009-11-25 Juri Linkov <juri@jurta.org>
13178
13179 Provide additional default values (file name at point or at the
13180 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
13181
13182 * minibuffer.el (read-file-name-defaults): New function.
13183 (read-file-name): Reset `minibuffer-default' to nil when
13184 it duplicates initial input `insdef'.
13185 Bind `minibuffer-default-add-function' to lambda that
13186 calls `read-file-name-defaults' in `minibuffer-selected-window'.
13187 (minibuffer-insert-file-name-at-point): New command.
13188
13189 * files.el (file-name-at-point-functions): New defcustom.
13190 (find-file-default): Remove defvar.
13191 (find-file-read-args): Don't use `find-file-default'.
13192 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13193 to `read-file-name'.
13194 (find-file-literally): Use `read-file-name' with
13195 `confirm-nonexistent-file-or-buffer'.
13196
13197 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13198
13199 * dired.el (dired-read-dir-and-switches):
13200 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13201 to `read-file-name'.
13202 (dired-file-name-at-point): New function.
13203 (dired-mode): Add hook `dired-file-name-at-point' to
13204 `file-name-at-point-functions'.
13205
13206 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 Really make the *Completions* window soft-dedicated (bug#5030).
13209 * window.el (window--display-buffer-2): Add `dedicated' argument.
13210 (display-buffer): Pass it when needed so the dedicated flag is set
13211 after calling set-window-buffer, which would otherwise reset it.
13212
13213 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13214
13215 * progmodes/meta-mode.el (meta-complete-symbol):
13216 * progmodes/etags.el (complete-tag):
13217 * mail/mailabbrev.el (mail-abbrev-complete-alias):
13218 Use completion-in-region.
13219
13220 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13221 (dabbrev-completion): Use completion-in-region.
13222 (dabbrev--abbrev-at-point): Simplify regexp.
13223
13224 * abbrev.el (abbrev--before-point): Use word-motion functions
13225 if :regexp is not specified (bug#5031).
13226
13227 * subr.el (string-prefix-p): New function.
13228
13229 * man.el (Man-completion-cache): New var.
13230 (Man-completion-table): Use it.
13231
13232 * vc.el (vc-print-log-internal): Make `limit' optional for better
13233 compatibility (e.g. with vc-annotate.el).
13234
13235 2009-11-24 Kevin Ryde <user42@zip.com.au>
13236
13237 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
13238 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
13239
13240 * emacs-lisp/elint.el (elint-add-required-env): Better error message
13241 when .el source file not found or other error.
13242
13243 2009-11-24 Markus Triska <markus.triska@gmx.at>
13244
13245 * linum.el (linum-update-window): Ignore intangible (bug#4996).
13246
13247 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13248
13249 Handle the [back] button properly (bug#4979).
13250 * descr-text.el (describe-text-properties): Add a `buffer' argument.
13251 Use help-setup-xref, help-buffer, and with-help-window.
13252 (describe-char): Add `buffer' argument.
13253 Pass proper command to help-setup-xref. Don't meddle with
13254 help-xref-stack-item directly.
13255 (describe-text-category): Use with-help-window and help-buffer.
13256
13257 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13258 for the displayed buffer (bug#4887).
13259
13260 * man.el (Man-completion-table): New function.
13261 (man): Use it.
13262
13263 2009-11-24 David Reitter <david.reitter@gmail.com>
13264
13265 * vc-git.el (vc-git-registered): Use checkout directory (where
13266 .git is) rather than the file's directory and a relative path spec
13267 to work around a bug in git.
13268
13269 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
13270
13271 Improve handling of processes on remote hosts.
13272
13273 * eshell/esh-util.el (eshell-path-env): New defvar.
13274 (eshell-parse-colon-path): New defun.
13275 (eshell-file-attributes): Use `eshell-parse-colon-path'.
13276
13277 * eshell/esh-ext.el (eshell-search-path):
13278 Use `eshell-parse-colon-path'.
13279 (eshell-remote-command): Remove argument HANDLER.
13280 (eshell-external-command): Check for FTP remote connection.
13281
13282 * eshell/esh-proc.el (eshell-gather-process-output):
13283 Use `file-truename', in order to start also symlinked files.
13284 Apply `start-file-process' instead of `start-process'.
13285 Shorten `command' to the local file name part.
13286
13287 * eshell/em-cmpl.el (eshell-complete-commands-list):
13288 Use `eshell-parse-colon-path'.
13289
13290 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13291
13292 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
13293 to `eshell-directory-change-hook'.
13294
13295 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
13296
13297 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
13298 because it could be enabled automatically if view-read-only is non-nil.
13299
13300 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
13301
13302 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13303 made on 2009-11-22.
13304
13305 2009-11-24 Glenn Morris <rgm@gnu.org>
13306
13307 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13308 deleted variable bookmark-bmenu-bookmark-column.
13309
13310 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13313
13314 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
13315
13316 * net/browse-url.el (browse-url-filename-alist): On Windows, add
13317 two slashes to the "file:" prefix.
13318 (browse-url-file-url): De-munge Cygwin filenames before passing
13319 them to Windows browser.
13320 (browse-url-default-windows-browser): Use call-process.
13321
13322 2009-11-23 Juri Linkov <juri@jurta.org>
13323
13324 Implement DocView Continuous mode. (Bug#4896)
13325 * doc-view.el (doc-view-continuous-mode): New defcustom.
13326 (doc-view-mode-map): Bind C-n/<down> to
13327 `doc-view-next-line-or-next-page', C-p/<up> to
13328 `doc-view-previous-line-or-previous-page'.
13329 (doc-view-next-line-or-next-page)
13330 (doc-view-previous-line-or-previous-page): New commands.
13331
13332 2009-11-23 Juri Linkov <juri@jurta.org>
13333
13334 Implement Isearch in comint input history. (Bug#3746)
13335 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13336 `isearch-mode-hook'.
13337 (comint-history-isearch): New defcustom.
13338 (comint-history-isearch-backward)
13339 (comint-history-isearch-backward-regexp): New commands.
13340 (comint-history-isearch-message-overlay): New buffer-local variable.
13341 (comint-history-isearch-setup, comint-history-isearch-end)
13342 (comint-goto-input, comint-history-isearch-search)
13343 (comint-history-isearch-message, comint-history-isearch-wrap)
13344 (comint-history-isearch-push-state)
13345 (comint-history-isearch-pop-state): New functions.
13346
13347 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
13348
13349 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13350 return.
13351 (tramp-handle-make-symbolic-link)
13352 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13353 Quote file names.
13354 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13355 (tramp-handle-process-file): Use it.
13356
13357 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * window.el (move-to-window-line-last-op): Remove.
13360 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13361
13362 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
13363
13364 Make M-r mirror the new cycling behavior of C-l.
13365 * window.el (move-to-window-line-last-op): New var.
13366 (move-to-window-line-top-bottom): New command.
13367 (global-map): Bind M-r move-to-window-line-top-bottom.
13368
13369 2009-11-23 Sven Joachim <svenjoac@gmx.de>
13370
13371 * dired-x.el (dired-guess-shell-alist-default):
13372 Support xz format. (Bug#4953)
13373
13374 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
13375
13376 * emulation/viper-cmd.el: Use viper-last-command-char instead of
13377 last-command-char/last-command-event.
13378 (viper-prefix-arg-value): Do correct conversion of event-char for
13379 XEmacs.
13380
13381 * emulation/viper-util.el, emulation/viper.el:
13382 Use viper-last-command-char instead of
13383 last-command-char/last-command-event.
13384
13385 * ediff-init.el, ediff-mult.el, ediff-util.el:
13386 Replace last-command-char and last-command-event
13387 with (ediff-last-command-char) everywhere.
13388
13389 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13390 created in fundamental mode.
13391
13392 * ediff.el (ediff-version): Revert the change of interactive-p to
13393 called-interactively-p.
13394
13395 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
13396
13397 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13398 generation from word-movement command names.
13399
13400 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
13401
13402 * cus-start.el (all): Add native condition for font-use-system-font.
13403
13404 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
13405
13406 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13407 Correct the patch from 2009-11-18. (Bug#3910)
13408
13409 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
13410
13411 * progmodes/subword.el: Rename from lisp/subword.el.
13412
13413 * subword.el: Rename to progmodes/subword.el.
13414
13415 * Makefile.in (ELCFILES): Adapt to subword.el move.
13416
13417 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13418 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13421 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13422 (bookmark-bmenu-show-filenames): Use push.
13423 (bookmark-bmenu-hide-filenames): Use local var instead of
13424 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
13425 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13426 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13427 filenames now that the bookmark names are always available.
13428
13429 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13432 (bookmark-search-pattern): Move and leave unbound.
13433 (bookmark-bmenu-mode-map): Change binding.
13434 (bookmark-read-search-input): Simplify.
13435 Don't use text-char-description. Don't error on non-char events.
13436 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13437 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13438 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13439 Use a local var for the timer.
13440 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13441 (i.e. bookmark-bmenu-search).
13442
13443 2009-11-21 Glenn Morris <rgm@gnu.org>
13444
13445 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
13446
13447 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
13448
13449 * net/browse-url.el (browse-url-default-windows-browser):
13450 Use cygstart for cygwin.
13451
13452 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
13453
13454 * bookmark.el: Formatting and doc fixes only:
13455 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13456 (bookmark-bmenu-search): Wrap to fit within 80 columns.
13457 Minor grammar and punctuation fixes in doc string.
13458 (bookmark-read-search-input): Adjust to fit within 80 columns.
13459
13460 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13461
13462 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13463 (c-backward-into-nomenclature): Adapt to subword renaming.
13464
13465 * subword.el (subword-forward, subword-backward, subword-mark)
13466 (subword-kill, subword-backward-kill, subword-transpose)
13467 (subword-downcase, subword-upcase, subword-capitalize)
13468 (subword-forward-internal, subword-backward-internal):
13469 Rename from forward-subword, backward-subword, mark-subword,
13470 kill-subword, backward-kill-subword, transpose-subwords,
13471 downcase-subword, upcase-subword, capitalize-subword,
13472 forward-subword-internal, backward-subword-internal.
13473
13474 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13475
13476 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13477 New options.
13478 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13479 New vars.
13480 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13481 (bookmark-bmenu-filter-alist-by-regexp)
13482 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13483 (bookmark-bmenu-search): New command.
13484 (bookmark-bmenu-mode-map): Bind it.
13485
13486 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13487
13488 * progmodes/cc-cmds.el: declare-functioned forward-subword and
13489 backward-subword to quit the byte-compiler.
13490
13491 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13492
13493 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13494
13495 * progmodes/cc-cmds.el (c-update-modeline)
13496 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13497 Refer to subword.el functions instead of cc-subword.el.
13498
13499 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13500 subword.el functions instead of cc-subword.el.
13501
13502 * progmodes/cc-subword.el: Rename to subword.el.
13503 * subword.el: Rename from progmodes/cc-subword.el.
13504 (subword-mode-map): Rename from c-subword-mode-map.
13505 (subword-mode): Rename from c-subword-mode.
13506 (global-subword-mode): New global minor mode.
13507 (forward-subword): Rename from c-forward-subword.
13508 (backward-subword): Rename from c-backward-subword.
13509 (mark-subword): Rename from c-mark-subword.
13510 (kill-subword): Rename from c-kill-subword.
13511 (backward-kill-subword): Rename from c-backward-kill-subword.
13512 (transpose-subwords): Rename from c-tranpose-subword.
13513 (downcase-subword): Rename from c-downcase-subword.
13514 (capitalize-subword): Rename from c-capitalize-subword.
13515 (forward-subword-internal): Rename from c-forward-subword-internal.
13516 (backward-subword-internal): Rename from c-backward-subword-internal.
13517
13518 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13519
13520 * vc.el (vc-deduce-fileset): Allow non-state changing operations
13521 from a dired buffer.
13522 (vc-dired-deduce-fileset): New function.
13523 (vc-root-diff, vc-print-root-log): Use it.
13524
13525 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13526 nil LIMIT argument to vc-print-log-internal.
13527
13528 2009-11-20 Glenn Morris <rgm@gnu.org>
13529
13530 * Makefile.in (ELCFILES): Regenerate.
13531
13532 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
13533
13534 * calc/calc.el (calc-set-mode-line):
13535 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13536 (math-format-number): Rename `math-format-complement-signed' to
13537 `math-format-twos-complement'.
13538
13539 * calc/calc-bin.el (math-format-twos-complement): Rename from
13540 math-format-complement-signed.
13541 (calc-radix): Rename `calc-complement-signed-mode' to
13542 `calc-twos-complement-mode'.
13543 (calc-octal-radix, calc-hex-radix): Add an argument for
13544 two's complement.
13545
13546 * calc/calc-embed.el (calc-embedded-mode-vars):
13547 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13548
13549 * calc/calc-ext.el (calc-init-extensions):
13550 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13551 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13552
13553 * calc/calc-units.el (math-build-units-table-buffer):
13554 Let `calc-twos-complement-mode' be nil.
13555
13556 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13557 entries.
13558
13559 * calc/calc-vec.el (calcFunc-vunpack):
13560 * calc/calc-aent.el (calc-do-calc-eval):
13561 * calc/calc-forms.el (math-format-date):
13562 * calc/calc-graph.el (calc-graph-plot):
13563 * calc/calc-math.el (math-use-emacs-fn):
13564 * calc/calccomp.el (math-compose-expr):
13565 Let `calc-twos-complement-mode' be nil.
13566
13567 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13568
13569 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13570 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
13571 * minibuffer.el (completion-in-region-functions): New hook.
13572 (completion-in-region): New function.
13573 * emacs-lisp/lisp.el (lisp-complete-symbol):
13574 * pcomplete.el (pcomplete-std-complete): Use it.
13575
13576 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13577
13578 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13579 (latex-complete-alist): New vars.
13580 (latex-string-prefix-p, latex-complete-bibtex-keys)
13581 (latex-complete-envnames, latex-complete-refkeys)
13582 (latex-complete-data): New functions.
13583 (latex-complete, latex-indent-or-complete): New commands.
13584
13585 * window.el (display-buffer-mark-dedicated): New var.
13586 (display-buffer): Obey it.
13587 * minibuffer.el (minibuffer-completion-help): Use it.
13588
13589 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13590
13591 * filecache.el (file-cache-add-file): Use push and cons.
13592 (file-cache-delete-file-regexp): Use push.
13593 (file-cache-complete): Use completion-in-region.
13594
13595 * simple.el (with-wrapper-hook): Fix thinko.
13596
13597 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13598 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13599 Use with-current-buffer and string-to-number.
13600 (hfy-fallback-colour-values): Use assoc-string.
13601 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13602 (hfy-face-at): Remove unused var `found-face'.
13603 (hfy-compile-stylesheet): Remove unused var `css'.
13604 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13605 and `orig-buffer'.
13606 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13607 Use with-current-buffer.
13608 (hfy-text-p): Use expand-file-name and fewer setq.
13609
13610 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
13611
13612 * htmlfontify.el, hfy-cmap.el: New files.
13613
13614 2009-11-19 Juri Linkov <juri@jurta.org>
13615
13616 * minibuffer.el (completions-format): New defcustom.
13617 (completion--insert-strings): Implement vertical format.
13618
13619 * simple.el (switch-to-completions): Move point to the first
13620 completion when point was at the beginning of the buffer.
13621
13622 2009-11-19 Juri Linkov <juri@jurta.org>
13623
13624 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
13625
13626 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13627
13628 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
13629
13630 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13631 (mail-signature): Change default to t.
13632 (mail-from-style): Deprecate `system-default' value.
13633 (mail-insert-from-field): For default value of mail-from-style,
13634 default to `angles' unless `angles' needs quoting and `parens'
13635 does not.
13636 (mail-citation-prefix-regexp): Use citation regexp from
13637 message-mode.
13638
13639 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
13640
13641 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13642 Set variables for computing the prompt for reading password.
13643
13644 2009-11-19 Glenn Morris <rgm@gnu.org>
13645
13646 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
13647
13648 * textmodes/flyspell.el (sgml-lexical-context): Declare.
13649
13650 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13651 (newsticker-treeview-listwindow-height): Fix custom type.
13652
13653 2009-11-19 Kenichi Handa <handa@m17n.org>
13654
13655 * descr-text.el (describe-char-padded-string): Compose with TAB
13656 only if there's a font for CH.
13657 (describe-char): Fix the condition for detecting a trivial composition.
13658
13659 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
13660
13661 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
13662 more accurate version of the regexp. (Bug#3910)
13663
13664 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
13665
13666 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13667
13668 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
13669
13670 * font-setting.el (font-use-system-font): Declare for byte-compiler.
13671 (font-setting-change-default-font): Fix typo in docstring.
13672
13673 2009-11-18 Alan Mackenzie <acm@muc.de>
13674
13675 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13676
13677 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13678
13679 * font-setting.el (font-use-system-font): Move ...
13680
13681 * cus-start.el (all): ... to here.
13682
13683 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
13684
13685 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13686 Don't set `ad-return-value' if `ad-do-it' doesn't.
13687
13688 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13689 modification time.
13690
13691 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13692
13693 * menu-bar.el: Put "Use system font" in Option-menu.
13694 (menu-bar-options-save): Add font-use-system-font.
13695
13696 * loadup.el: If feature system-font-setting or font-render-setting is
13697 there, load font-setting.
13698
13699 * Makefile.in (ELCFILES): Add font-settings.el.
13700 * font-setting.el: New file.
13701
13702 2009-11-17 Glenn Morris <rgm@gnu.org>
13703
13704 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13705
13706 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13707 Preserve point in the list buffer. (Bug#4939)
13708 Use point-at-eol.
13709 (newsticker--treeview-list-update-highlight)
13710 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13711
13712 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13713
13714 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13715 Remove.
13716
13717 * calc/calc-ext.el (calc-init-extensions): Remove references to
13718 symclip.
13719
13720 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13721
13722 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
13723 * calc/calc-help.el (calc-b-prefix-help): Remove references to
13724 `calc-symclip'.
13725
13726 2009-11-16 Kevin Ryde <user42@zip.com.au>
13727
13728 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13729 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
13730
13731 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13732 (lm-keywords-list): Allow comma-only separator like "foo,bar".
13733 Ignore trailing spaces by omit-nulls to split-string (fixing
13734 regression from Emacs 21 due to the incompatible split-string
13735 change). (Bug #4928.)
13736
13737 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13738
13739 * vc.el (vc-log-show-limit): Default to 2000.
13740 (vc-print-log-internal): Insert buttons to request more entries
13741 when limiting the output.
13742
13743 * vc-sccs.el (vc-sccs-print-log):
13744 * vc-rcs.el (vc-rcs-print-log):
13745 * vc-cvs.el (vc-cvs-print-log):
13746 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13747 LIMIT is non-nil.
13748
13749 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
13750
13751 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13752 error when `tramp-gvfs-dbus-event-vector' is set.
13753 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13754
13755 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13756
13757 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13758
13759 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
13760
13761 * net/dbus.el (dbus-unregister-service): New defun.
13762 (dbus-register-property): Register the handlers of
13763 "org.freedesktop.DBus.Properties" for SERVICE.
13764 (dbus-property-handler): Fix docstring.
13765
13766 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13767
13768 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13769 Quote doc string reference in defvaralias as it is not in special form.
13770 (byte-compile-output-docform): Doc fix.
13771
13772 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13773
13774 * calc/calc.el (math-2-word-size, math-half-2-word-size)
13775 (calc-complement-signed-mode): New variables.
13776 (calc-set-mode-line): Add indicator for twos-complements.
13777 (math-format-number): Format twos-complement notation.
13778
13779 * calc/calc-bin.el (calc-word-size): Reset the variables
13780 `math-2-word-size' and `math-half-2-word-size'.
13781 (math-format-complement-signed, math-symclip, calcFunc-symclip)
13782 (calc-symclip): New functions.
13783
13784 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13785
13786 * calc/calc-embed.el (calc-embedded-mode-vars):
13787 Add `calc-complement-signed-mode' to the list of modes.
13788
13789 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
13790 (calc-b-oper-keys): Add `calc-symclip' to list.
13791
13792 * calc/calc-ext.el (math-read-number-fancy): Read complement
13793 signed numbers.
13794 (calc-init-extensions): Add binding for `calc-symclip'.
13795 Add autoload for `calcFunc-symclip' and `calc-symclip'.
13796
13797 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13798 `calc-symclip'.
13799 (calc-modes-menu): Add item for twos complement mode.
13800
13801 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
13802
13803 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
13804
13805 * register.el (jump-to-register, insert-register): Handle Semantic
13806 tags. From commented-out advice in semantic/senator.el.
13807
13808 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13809
13810 * vc.el (vc-log-show-limit): New variable.
13811 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
13812 when using a prefix argument.
13813 (vc-print-log-internal): Add new argument LIMIT.
13814
13815 * vc-svn.el (vc-svn-print-log):
13816 * vc-mtn.el (vc-mtn-print-log):
13817 * vc-hg.el (vc-hg-print-log):
13818 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
13819 pass it to the log command when set. Make the BUFFER argument
13820 non-optional.
13821
13822 * vc-sccs.el (vc-sccs-print-log):
13823 * vc-rcs.el (vc-rcs-print-log):
13824 * vc-git.el (vc-git-print-log):
13825 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13826 ignore it. Make the BUFFER argument non-optional
13827
13828 * bindings.el (mode-line-buffer-identification): Do not purecopy.
13829
13830 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
13831
13832 * dired.el (dired-mode-map): Move encryption items to "Operate"
13833 menu (Bug#4703).
13834
13835 * strokes.el (strokes-update-window-configuration): Make strokes
13836 buffer current before erasing (Bug#4906).
13837
13838 2009-11-15 Juri Linkov <juri@jurta.org>
13839
13840 * simple.el (set-mark-default-inactive): Add :type, :group
13841 and :version. (Bug#4876)
13842
13843 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
13844
13845 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13846 (archive-unique-fname): ... here. (Bug#4929)
13847
13848 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13849
13850 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13851 with a real fix.
13852
13853 * novice.el (disabled-command-function): Add useful args.
13854 Setup the help buffer so that [back] works.
13855 Remove redundant call to help-mode.
13856 (disabled-command-function): Use `case'.
13857 (en/disable-command): New function extracted from enable-command.
13858 (enable-command, disable-command): Use it.
13859
13860 2009-11-14 Glenn Morris <rgm@gnu.org>
13861
13862 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13863 constants. (Bug#4913)
13864
13865 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13866
13867 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
13868
13869 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13870 defined in C that have no doc-strings. (Bug#1063)
13871
13872 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
13873
13874 * cus-edit.el (data, files):
13875 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
13876
13877 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
13878
13879 * simple.el (shell-command): Doc fix (Bug#4891).
13880
13881 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13882
13883 2009-11-14 Glenn Morris <rgm@gnu.org>
13884
13885 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13886 statements for vc-diff, emerge-quit, and rmail-cease-edit.
13887 If they are already loaded, eval-after-load will do the right thing.
13888
13889 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13890 compiling.
13891
13892 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13893
13894 * simple.el (x-selection-owner-p): Declare.
13895 (read-mail-command): Use custom radio type rather than choice.
13896 (completion-no-auto-exit): Doc fix.
13897
13898 * custom.el (defgroup):
13899 * epg-config.el (epg): Doc fixes.
13900
13901 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13902
13903 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13904 * international/ccl.el (define-ccl-program): Do not purecopy the
13905 docstring, defconst does it anyway.
13906
13907 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * add-log.el (add-change-log-entry): Avoid displaying the changelog
13910 a second time.
13911
13912 * x-dnd.el (x-dnd-maybe-call-test-function):
13913 * window.el (split-window-vertically):
13914 * whitespace.el (whitespace-help-on):
13915 * vc-rcs.el (vc-rcs-consult-headers):
13916 * userlock.el (ask-user-about-lock-help)
13917 (ask-user-about-supersession-help):
13918 * type-break.el (type-break-force-mode-line-update):
13919 * time-stamp.el (time-stamp-conv-warn):
13920 * terminal.el (te-set-output-log, te-more-break, te-filter)
13921 (te-sentinel, terminal-emulator):
13922 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13923 (term-write-input-ring, term-check-source, term-start-output-log):
13924 (term-display-buffer-line, term-dynamic-list-completions):
13925 (term-ansi-make-term, serial-term):
13926 * subr.el (selective-display):
13927 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13928 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13929 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13930 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13931 (speedbar-remove-localized-speedbar-support)
13932 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13933 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13934 (speedbar-buffers-line-directory):
13935 * simple.el (shell-command-on-region, append-to-buffer)
13936 (prepend-to-buffer):
13937 * shadowfile.el (shadow-save-todo-file):
13938 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13939 (scroll-bar-maybe-set-window-start):
13940 * sb-image.el (speedbar-image-dump):
13941 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13942 (load-save-place-alist-from-file):
13943 * ps-samp.el (ps-print-message-from-summary):
13944 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13945 (ps-background-image, ps-begin-job, ps-do-despool):
13946 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13947 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
13948 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
13949 (pr-call-process, pr-file-list, pr-interface-save):
13950 * novice.el (disabled-command-function)
13951 (enable-command, disable-command):
13952 * mouse.el (mouse-buffer-menu-alist):
13953 * mouse-copy.el (mouse-kill-preserving-secondary):
13954 * macros.el (kbd-macro-query):
13955 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
13956 * informat.el (batch-info-validate):
13957 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
13958 * hippie-exp.el (try-expand-dabbrev-visible):
13959 * help-mode.el (help-make-xrefs):
13960 * help-fns.el (describe-variable):
13961 * generic-x.el (bat-generic-mode-run-as-comint):
13962 * finder.el (finder-mouse-select):
13963 * find-dired.el (find-dired-sentinel):
13964 * filesets.el (filesets-file-close):
13965 * files.el (list-directory):
13966 * faces.el (list-faces-display, describe-face):
13967 * facemenu.el (list-colors-display):
13968 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
13969 * epg.el (epg--process-filter, epg-cancel):
13970 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
13971 (epa--read-signature-type):
13972 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
13973 (emerge-file-names):
13974 * ehelp.el (electric-helpify):
13975 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
13976 * ediff-vers.el (rcs-ediff-view-revision):
13977 * ediff-util.el (ediff-setup):
13978 * ediff-mult.el (ediff-append-custom-diff):
13979 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
13980 (ediff-wordify):
13981 * echistory.el (Electric-command-history-redo-expression):
13982 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13983 * disp-table.el (describe-display-table):
13984 * dired.el (dired-find-buffer-nocreate):
13985 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
13986 * dabbrev.el (dabbrev--same-major-mode-p):
13987 * chistory.el (list-command-history):
13988 * apropos.el (apropos-documentation):
13989 * allout.el (allout-obtain-passphrase):
13990 (allout-copy-exposed-to-buffer):
13991 (allout-verify-passphrase): Use with-current-buffer.
13992
13993 2009-11-13 Glenn Morris <rgm@gnu.org>
13994
13995 * Makefile.in (ELCFILES): Regenerate.
13996
13997 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
13998
13999 * net/dbus.el (dbus-registered-objects-table): Rename from
14000 `dbus-registered-functions-table', because it contains also properties.
14001 (dbus-unregister-object): Unregister also properties.
14002 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14003 Use a timeout of 500 msec, in order to not block.
14004 (dbus-register-property, dbus-property-handler): New defuns.
14005
14006 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * simple.el (minibuffer-default-add-completions): Drop deprecated
14009 4th arg.
14010
14011 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
14012
14013 * textmodes/artist.el (artist-mouse-choose-operation):
14014 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
14015 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14016 (artist-compute-up-event-key): New function.
14017 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14018
14019 2009-11-13 Kenichi Handa <handa@m17n.org>
14020
14021 * language/japan-util.el: Make sure that the value of jisx0208
14022 property is jisx0208 character.
14023
14024 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14025
14026 * international/mule.el (auto-coding-regexp-alist): Only purecopy
14027 car or each item, not the whole list.
14028
14029 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
14030
14031 * minibuffer.el (minibuffer-completion-help):
14032 Use minibuffer-hide-completions.
14033
14034 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
14035
14036 * dired.el (dired-save-positions, dired-restore-positions): New funs.
14037 (dired-revert): Use them (bug#4880).
14038
14039 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14040
14041 * tooltip.el (tooltip-frame-parameters): Undo previous change.
14042
14043 2009-11-12 Juri Linkov <juri@jurta.org>
14044
14045 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14046 New functions.
14047 (find-file-literally-at-point): Alias of `ffap-literally'.
14048
14049 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14050
14051 * textmodes/ispell.el (ispell-skip-region-alist):
14052 * textmodes/css-mode.el (auto-mode-alist):
14053 * progmodes/compile.el (auto-mode-alist):
14054 * international/mule.el (ctext-non-standard-encodings-alist)
14055 (ctext-non-standard-encodings-regexp):
14056 * simple.el (shell-command-switch, text-read-only):
14057 * replace.el (occur-mode-map):
14058 * paths.el (rmail-file-name):
14059 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14060 * find-file.el (ff-special-constructs):
14061 * files.el (file-name-handler-alist):
14062 * composite.el: Purecopy strings.
14063
14064 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14065
14066 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14067
14068 * widget.el (define-widget): Purecopy the docstring.
14069 * international/mule-cmds.el (charset): Do not purecopy the
14070 docstring here, define-widget does it.
14071
14072 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14073 * textmodes/bibtex-style.el (auto-mode-alist):
14074 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14075 * progmodes/compile.el (compile-command):
14076 * language/korea-util.el (default-korean-keyboard):
14077 * international/mule-conf.el (file-coding-system-alist):
14078 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14079 * tooltip.el (tooltip-frame-parameters):
14080 * newcomment.el (comment-end, comment-padding):
14081 * dired.el (dired-trivial-filenames):
14082 * comint.el (comint-file-name-prefix): Purecopy initial values.
14083
14084 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
14085
14086 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14087 (tramp-advice-minibuffer-electric-tilde): Unload advices via
14088 `tramp-unload'.
14089 (tramp-advice-make-auto-save-file-name)
14090 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14091 after removing the advice.
14092
14093 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14094
14095 * progmodes/grep.el (grep-regexp-alist):
14096 * international/mule-cmds.el (iso-2022-control-alist):
14097 * emacs-lisp/timer.el (timer-duration-words):
14098 * subr.el (version-separator, version-regexp-alist):
14099 * minibuffer.el (completion-styles-alist):
14100 * faces.el (face-attribute-name-alist, list-faces-sample-text):
14101 Change defvars to defconsts.
14102
14103 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14104 * loadup.el ("international/mule-conf"): Load the byte compiled version.
14105 * international/mule-conf.el: Allow to be byte compiled.
14106
14107 * international/mule.el (define-charset): Purecopy props.
14108 (load-with-code-conversion): Purecopy doc string and file name.
14109 (put-charset-property): Purecopy strings.
14110 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14111
14112 * international/mule-cmds.el (register-input-method): Purecopy arguments.
14113 (define-char-code-property): Correctly purecopy the table.
14114
14115 * international/ccl.el (define-ccl-program): Purecopy the docstring.
14116
14117 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14118
14119 * subr.el (add-hook): Purecopy strings.
14120 (eval-after-load): Purecopy load-history-regexp and the form.
14121
14122 * custom.el (custom-declare-group): Purecopy load-file-name.
14123
14124 * subr.el (menu-bar-separator): New defconst.
14125 * net/eudc.el (eudc-tools-menu):
14126 * international/mule-cmds.el (set-coding-system-map)
14127 (mule-menu-keymap):
14128 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14129 * vc-hooks.el (vc-menu-map):
14130 * replace.el (occur-mode-map):
14131 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
14132 (menu-bar-edit-menu, menu-bar-goto-menu)
14133 (menu-bar-custom-menu, menu-bar-showhide-menu)
14134 (menu-bar-options-menu, menu-bar-tools-menu)
14135 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14136 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14137 (menu-bar-help-menu):
14138 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14139 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14140
14141 * term/x-win.el (x-gtk-stock-map):
14142 * progmodes/vera-mode.el (auto-mode-alist):
14143 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14144 (inferior-lisp-program, inferior-lisp-load-command):
14145 * progmodes/hideshow.el (hs-special-modes-alist):
14146 * progmodes/gud.el (same-window-regexps):
14147 * progmodes/grep.el (grep-program, find-program, xargs-program):
14148 * net/telnet.el (same-window-regexps):
14149 * net/rlogin.el (same-window-regexps):
14150 * language/ethiopic.el (font-ccl-encoder-alist):
14151 * vc-sccs.el (vc-sccs-master-templates):
14152 * vc-rcs.el (vc-rcs-master-templates):
14153 * subr.el (cl-assertion-failed):
14154 * simple.el (next-error-overlay-arrow-position):
14155 * lpr.el (lpr-command):
14156 * locate.el (locate-ls-subdir-switches):
14157 * info.el (same-window-regexps, info)
14158 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14159 * image-mode.el (image-mode, auto-mode-alist):
14160 * hippie-exp.el (hippie-expand-ignore-buffers):
14161 * format.el (format-alist):
14162 * find-dired.el (find-ls-subdir-switches, find-grep-options)
14163 (find-name-arg):
14164 * facemenu.el (facemenu-keybindings):
14165 * dired.el (dired-listing-switches, dired-chown-program):
14166 * diff.el (diff-switches, diff-command):
14167 * cus-edit.el (same-window-regexps):
14168 * bindings.el (mode-line-mule-info)
14169 (mode-line-buffer-identification): Purecopy strings.
14170
14171 2009-11-11 Juri Linkov <juri@jurta.org>
14172
14173 * simple.el (dired-get-filename) <declare-function>:
14174 Tell the byte-compiler about dired-get-filename.
14175 (shell-command): In Dired mode, get filename from the current line
14176 as the default value.
14177
14178 2009-11-10 Glenn Morris <rgm@gnu.org>
14179
14180 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14181 * calendar/holidays.el, progmodes/cperl-mode.el:
14182 Update x-popup-menu declarations.
14183
14184 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14185 (list-load-path-shadows): Use dolist.
14186 (list-load-path-shadows): Use with-current-buffer.
14187
14188 2009-11-10 Juri Linkov <juri@jurta.org>
14189
14190 * minibuffer.el (read-file-name): Support a list of default values
14191 in `default-filename'. Use the first file name where only one
14192 element is required. Doc fix.
14193
14194 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
14195
14196 * net/dbus.el (dbus-unregister-object): Release service, if no
14197 other method is registered for it.
14198
14199 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
14200
14201 * bookmark.el (bookmark-completing-read): Sort bookmark names if
14202 bookmark-sort-flag is non-nil (Bug#4653).
14203
14204 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
14205
14206 * emulation/cua-base.el: Add CUA property to some CC mode commands
14207 (Bug#4100).
14208
14209 2009-11-08 Kevin Ryde <user42@zip.com.au>
14210
14211 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
14212 at end of sentence (Bug#4818).
14213
14214 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
14215
14216 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14217 Handle "see declaration of" MSFT statements (Bug#4100).
14218
14219 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
14220
14221 * net/tramp.el (tramp-advice-make-auto-save-file-name)
14222 (tramp-advice-file-expand-wildcards): Unload via
14223 `ad-remove-advice'.
14224
14225 * net/trampver.el: Update release number.
14226
14227 2009-11-08 Kevin Ryde <user42@zip.com.au>
14228
14229 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14230 `ad-do-it'.
14231
14232 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
14233
14234 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14235 in order to keep context in SELinux.
14236
14237 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
14238
14239 * dired-aux.el (dired-query): Place cursor in echo area and allow
14240 C-g.
14241
14242 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14243 menu item if not on a directory (Bug#4701).
14244
14245 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
14246
14247 Sync with Tramp 2.1.17.
14248
14249 * net/tramp.el (tramp-handle-copy-directory): Don't use
14250 `file-remote-p' (due to compatibility).
14251
14252 * net/tramp-compat.el (tramp-compat-copy-directory)
14253 (tramp-compat-delete-directory): New defuns.
14254
14255 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14256 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14257 Use `tramp-compat-delete-directory'.
14258
14259 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14260 (tramp-smb-handle-delete-directory):
14261 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
14262
14263 * net/trampver.el: Update release number.
14264
14265 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
14266
14267 * tar-mode.el (tar-copy): Call write-region on the right buffer
14268 (Bug#4857).
14269
14270 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14271 by hand, if necessary (Bug#4878).
14272
14273 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
14274
14275 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14276 align size column (Bug#4839).
14277
14278 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14279 statement.
14280
14281 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14282
14283 * progmodes/ld-script.el (auto-mode-alist):
14284 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14285
14286 * cus-face.el (custom-declare-face): Purecopy face spec.
14287
14288 2009-11-06 Kenichi Handa <handa@m17n.org>
14289
14290 * international/uni-bidi.el: Re-generated.
14291 * international/uni-category.el: Re-generated.
14292 * international/uni-combining.el: Re-generated.
14293 * international/uni-mirrored.el: Re-generated.
14294
14295 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14296
14297 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14298 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14299 (tex-start-options, slitex-run-command, latex-run-command)
14300 (tex-run-command, tex-directory):
14301 * textmodes/ispell.el (ispell-html-skip-alists)
14302 (ispell-tex-skip-alists, ispell-tex-skip-alists):
14303 * textmodes/fill.el (adaptive-fill-first-line-regexp):
14304 (adaptive-fill-regexp):
14305 * textmodes/dns-mode.el (auto-mode-alist):
14306 * progmodes/python.el (interpreter-mode-alist):
14307 * progmodes/etags.el (tags-compression-info-list):
14308 * progmodes/etags.el (tags-file-name):
14309 * net/browse-url.el (browse-url-galeon-program)
14310 (browse-url-firefox-program):
14311 * mail/sendmail.el (mail-signature-file)
14312 (mail-citation-prefix-regexp):
14313 * international/mule-conf.el (eight-bit):
14314 * international/latexenc.el (latex-inputenc-coding-alist):
14315 * international/fontset.el (x-pixel-size-width-font-regexp):
14316 * emacs-lisp/warnings.el (warning-type-format):
14317 * emacs-lisp/trace.el (trace-buffer):
14318 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14319 (emacs-lisp-mode-map):
14320 * calendar/holidays.el (holiday-solar-holidays)
14321 (holiday-bahai-holidays, holiday-islamic-holidays)
14322 (holiday-christian-holidays, holiday-hebrew-holidays)
14323 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14324 (hebrew-holidays-1, holiday-oriental-holidays)
14325 (holiday-general-holidays):
14326 * x-dnd.el (x-dnd-known-types):
14327 * tool-bar.el (tool-bar):
14328 * startup.el (site-run-file):
14329 * shell.el (shell-dumb-shell-regexp):
14330 * rfn-eshadow.el (file-name-shadow-tty-properties)
14331 (file-name-shadow-properties):
14332 * paths.el (remote-shell-program, news-directory):
14333 * mouse.el ([C-down-mouse-3]):
14334 * menu-bar.el (menu-bar-tools-menu):
14335 * jka-cmpr-hook.el (jka-compr-load-suffixes)
14336 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14337 (jka-compr-compression-info-list):
14338 * isearch.el (search-whitespace-regexp):
14339 * image-file.el (image-file-name-extensions):
14340 * find-dired.el (find-ls-option):
14341 * files.el (directory-listing-before-filename-regexp)
14342 (directory-free-space-args, insert-directory-program)
14343 (list-directory-brief-switches, magic-fallback-mode-alist)
14344 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14345 (automount-dir-prefix):
14346 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14347 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14348 (face-font-registry-alternatives, face-font-registry-alternatives)
14349 (face-font-family-alternatives):
14350 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14351 (facemenu-foreground-menu, facemenu-face-menu):
14352 * epa-hook.el (epa-file-name-regexp):
14353 * dnd.el (dnd-protocol-alist):
14354 * textmodes/rst.el (auto-mode-alist):
14355 * button.el (default-button): Purecopy strings.
14356
14357 2009-11-06 Glenn Morris <rgm@gnu.org>
14358
14359 * Makefile.in (ELCFILES): Update.
14360
14361 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14362
14363 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14364 * emacs-lisp/levents.el: Move to obsolete/levents.el.
14365
14366 * nxml/xsd-regexp.el (xsdre-gen-categories):
14367 * nxml/xmltok.el (xmltok-parse-entity):
14368 * nxml/rng-parse.el (rng-parse-validate-file):
14369 * nxml/rng-maint.el (rng-format-manual)
14370 (rng-manual-output-force-new-line):
14371 * nxml/rng-loc.el (rng-save-schema-location-1):
14372 * nxml/rng-cmpct.el (rng-c-parse-file):
14373 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14374 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14375
14376 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
14377
14378 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14379 Remove extra save-excursions and make-variable-buffer-local's.
14380 Suggested by Stefan Monnier.
14381
14382 (verilog-getopt-file, verilog-module-inside-filename-p)
14383 (verilog-set-define): Merge GNU 1.35 and repair changes from
14384 switching to using with-current-buffer.
14385
14386 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14387 being treated as a number and confusing AUTORESET.
14388 Reported by Dan Dever.
14389
14390 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14391 Add verilog-auto-ignore-concat to fix backward compatibility with
14392 older verilog-modes. Reported by Dan Katz.
14393
14394 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14395 containing closing anchors "...$".
14396
14397 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14398 Reported by Wade Smith.
14399
14400 (verilog-batch-execute-func): Comment on function usage.
14401
14402 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
14403
14404 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14405 for labels.
14406
14407 (verilog-label-re, verilog-calc-1): Support proper indent of named
14408 asserts.
14409
14410 (verilog-backward-token, verilog-basic-complete-re)
14411 (verilog-beg-of-statement, verilog-indent-re): Support proper
14412 indent of the assert statement at the beginning of a block of text.
14413
14414 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14415 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14416 tokens as begins.
14417
14418 2009-11-05 Glenn Morris <rgm@gnu.org>
14419
14420 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14421 Emacs 19. (Bug#1531)
14422 (byte-compile-fix-header): Update for the above change.
14423 Drop test for epoch::version.
14424
14425 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
14426 * cus-dep.el (custom-make-dependencies):
14427 * finder.el (finder-compile-keywords):
14428 Use autoload-rubric's feature argument.
14429
14430 * calendar/diary-lib.el (top-level): Make load behave more like require.
14431
14432 * vc-git.el (vc-git-stash-map): Move definition before use.
14433
14434 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14435
14436 * custom.el (custom-declare-group): Purecopy standard-value.
14437 (custom-declare-group): Purecopy custom-prefix.
14438
14439 * international/mule.el (load-with-code-conversion):
14440 Call do-after-load-evaluation unconditionally.
14441
14442 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14443
14444 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14447
14448 2009-11-04 Glenn Morris <rgm@gnu.org>
14449
14450 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14451 (byte-compile-compatibility): Remove option.
14452 (byte-compile-close-variables, byte-compile-fix-header)
14453 (byte-compile-insert-header, byte-compile-output-docform)
14454 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14455 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14456 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14457 (byte-compile-insert, byte-compile-defun):
14458 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
14459 (byte-defop-compiler19): Remove.
14460 Without byte-compile-compatibility, the 'emacs19-opcode property is not
14461 used by anything. Replace all calls with byte-defop-compiler.
14462
14463 2009-11-04 Juri Linkov <juri@jurta.org>
14464
14465 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14466 (menu-bar-options-menu): Don't quote the `prop' arg of
14467 `menu-bar-make-mm-toggle'.
14468
14469 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
14470
14471 * calendar/calendar.el (cal-loaddefs):
14472 * calendar/diary-lib.el (diary-loaddefs):
14473 * calendar/holidays.el (hol-loaddefs):
14474 * eshell/esh-module.el (esh-groups): Load rather than require.
14475
14476 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * calendar/todo-mode.el (todo-add-category): Don't hardcode
14479 point-min==1.
14480 (todo-top-priorities): Only display-buffer when called interactively.
14481 (todo-item-start): Don't save excursion point.
14482 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
14483 (todo-insert-item-here, todo-file-item, todo-remove-item):
14484 Adjust uses of todo-item-start and todo-item-end.
14485
14486 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14487 (autoload-rubric): Don't use any more.
14488
14489 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14490 and only put a prop if it is non-nil.
14491
14492 2009-11-03 Juri Linkov <juri@jurta.org>
14493
14494 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14495 (menu-bar-options-menu): Fix list quoting (Bug#4429).
14496
14497 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14498 and "Menu" to make top-level menu item visually one unit (like
14499 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14500 multi-word menu items). Fix :help string for quit-window.
14501
14502 2009-11-03 Glenn Morris <rgm@gnu.org>
14503
14504 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14505 (byte-compile-file-form-define-abbrev-table)
14506 (byte-compile-file-form-custom-declare-variable)
14507 (byte-compile-variable-ref, byte-compile-defvar):
14508 Whether or not a warning is enabled should only affect whether we issue
14509 the warning, not whether or not we collect the relevant data.
14510 Eg warnings can be turned on and off throughout the course of a file.
14511
14512 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14513 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14514
14515 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14516
14517 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14518 * play/mpuz.el (mpuz-create-buffer):
14519 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14520 (lm-print-y,s,noise, lm-print-w0, lm-init):
14521 * play/gomoku.el (gomoku-prompt-for-move):
14522 * play/fortune.el (fortune-in-buffer):
14523 * play/dissociate.el (dissociated-press):
14524 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
14525 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
14526 * mail/supercite.el (sc-eref-show):
14527 * mail/smtpmail.el (smtpmail-send-it):
14528 * mail/rmailsum.el (rmail-summary-next-labeled-message)
14529 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14530 (rmail-summary-undelete-many, rmail-summary-rmail-update)
14531 (rmail-summary-goto-msg, rmail-summary-expunge)
14532 (rmail-summary-get-new-mail, rmail-summary-search-backward)
14533 (rmail-summary-add-label, rmail-summary-output-menu)
14534 (rmail-summary-output-body):
14535 * mail/rfc822.el (rfc822-addresses):
14536 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14537 * mail/mailpost.el (post-mail-send-it):
14538 * mail/hashcash.el (hashcash-generate-payment):
14539 * mail/feedmail.el (feedmail-run-the-queue)
14540 (feedmail-queue-send-edit-prompt-help-first)
14541 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14542 (feedmail-deduce-address-list):
14543 * eshell/esh-ext.el (eshell-remote-command):
14544 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14545 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14546 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14547 (viper-save-string-in-file, viper-valid-marker):
14548 * emulation/viper-keym.el (viper-toggle-key):
14549 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14550 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14551 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14552 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14553 (viper-exec-form-in-emacs, viper-brac-function):
14554 * emulation/viper.el (viper-delocalize-var):
14555 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14556 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14557 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14558 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14559 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14560 * emulation/edt.el (edt-electric-helpify):
14561 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14562 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14563 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14564 (cua-indent-to-global-mark-column):
14565 * calendar/diary-lib.el (calendar-mark-1):
14566 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14567 Use with-current-buffer.
14568 * emulation/viper.el (viper-delocalize-var): Use dolist.
14569
14570 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
14571
14572 * comint.el (comint-replace-by-expanded-history-before-point):
14573 Replace !! with the previous input string literally (Bug#1795).
14574
14575 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
14576
14577 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14578 to be made up of whitespace.
14579
14580 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
14581
14582 * minibuffer.el (read-file-name): Don't use file dialogs for
14583 remote directories (Bug#99).
14584
14585 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
14586
14587 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14588
14589 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
14590
14591 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14592 instead of deleting the window or frame.
14593
14594 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
14595
14596 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14597 Support face colors.
14598
14599 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14600 New function. Support face colors (Bug#1168).
14601 (tex-common-initialization): Use it.
14602
14603 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14604 mode allows it (Bug#1168).
14605
14606 2009-10-31 Juri Linkov <juri@jurta.org>
14607
14608 * facemenu.el (list-colors-display): Don't mark buffer as
14609 modified (Bug#3948).
14610
14611 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
14612
14613 * international/mule-diag.el (list-character-sets-1):
14614 Minor message fix (Bug#3526).
14615
14616 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14617 Fix face property (Bug#4834).
14618 (etags-list-tags, etags-tags-apropos-additional)
14619 (etags-tags-apropos, tags-select-tags-table): Add follow-link
14620 property.
14621
14622 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14623 items.
14624
14625 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14626
14627 * textmodes/two-column.el (2C-split):
14628 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14629 * textmodes/tex-mode.el (tex-set-buffer-directory):
14630 * textmodes/spell.el (spell-region, spell-string):
14631 * textmodes/reftex.el (reftex-erase-buffer):
14632 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14633 * textmodes/reftex-toc.el (reftex-toc-promote-action):
14634 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14635 (reftex-select-item):
14636 * textmodes/reftex-ref.el (reftex-label-info-update)
14637 (reftex-offer-label-menu):
14638 * textmodes/reftex-index.el (reftex-index-change-entry)
14639 (reftex-index-phrases-info):
14640 * textmodes/reftex-global.el (reftex-create-tags-file)
14641 (reftex-save-all-document-buffers, reftex-ensure-write-access):
14642 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14643 (reftex-view-crossref-from-bibtex):
14644 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14645 (reftex-extract-bib-entries-from-thebibliography)
14646 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14647 * textmodes/refbib.el (r2b-capitalize-title):
14648 (r2b-convert-buffer, r2b-help):
14649 * textmodes/page-ext.el (pages-directory)
14650 (pages-directory-goto-with-mouse):
14651 * textmodes/bibtex.el (bibtex-validate-globally):
14652 * textmodes/bib-mode.el (bib-capitalize-title):
14653 * textmodes/artist.el (artist-clear-buffer, artist-system):
14654 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14655 (local-set-scheme-interaction-buffer, xscheme-process-filter)
14656 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14657 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14658 (xscheme-send-control-g-interrupt, xscheme-start-process)
14659 (xscheme-process-sentinel, xscheme-cd):
14660 * progmodes/verilog-mode.el (verilog-read-always-signals)
14661 (verilog-set-define, verilog-getopt-file)
14662 (verilog-module-inside-filename-p):
14663 * progmodes/sh-script.el:
14664 * progmodes/python.el (python-pdbtrack-get-source-buffer)
14665 (python-pdbtrack-grub-for-buffer, python-execute-file):
14666 * progmodes/octave-inf.el (inferior-octave):
14667 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14668 (idlwave-shell-compile-helper-routines, idlwave-set-local)
14669 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14670 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14671 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14672 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14673 (idlwave-shell-filter, idlwave-shell-examine-highlight)
14674 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14675 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14676 (idlwave-shell-examine-display, idlwave-shell-run-region)
14677 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14678 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14679 * progmodes/idlw-help.el (idlwave-help-get-special-help)
14680 (idlwave-help-get-help-buffer):
14681 * progmodes/gud.el (gud-basic-call, gud-find-class)
14682 (gud-tooltip-activate-mouse-motions-if-enabled):
14683 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14684 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14685 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14686 (ebrowse-tags-next-file):
14687 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14688 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14689 (ebnf-eps-finish-and-write):
14690 * progmodes/cpp.el (cpp-edit-save):
14691 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14692 * progmodes/cc-defs.el (c-emacs-features):
14693 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14694 (antlr-directory-dependencies):
14695 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14696 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14697 (ada-find-any-references, ada-make-filename-from-adaname)
14698 (ada-make-body-gnatstub):
14699 * obsolete/rnews.el (news-list-news-groups):
14700 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
14701 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14702 * net/rcirc.el (rcirc-debug):
14703 * net/newst-treeview.el (newsticker--treeview-list-add-item)
14704 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14705 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14706 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
14707 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
14708 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14709 (newsticker--treeview-list-clear-highlight)
14710 (newsticker--treeview-list-update-highlight)
14711 (newsticker--treeview-list-highlight-start)
14712 (newsticker--treeview-tree-update-highlight)
14713 (newsticker--treeview-get-selected-item)
14714 (newsticker-treeview-mark-list-items-old)
14715 (newsticker--treeview-set-current-node):
14716 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14717 * net/newst-backend.el (newsticker--get-news-by-funcall)
14718 (newsticker--get-news-by-wget, newsticker--image-get)
14719 (newsticker--image-sentinel):
14720 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14721 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14722 (eudc-ph-close-session):
14723 * net/eudc.el (eudc-save-options):
14724 * language/thai-word.el (thai-update-word-table):
14725 * language/japan-util.el (japanese-string-conversion):
14726 * international/titdic-cnv.el (tsang-quick-converter)
14727 (ziranma-converter, ctlau-converter):
14728 * international/mule-cmds.el (describe-language-environment):
14729 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14730 (skkdic-convert-postfix, skkdic-convert-prefix):
14731 (skkdic-convert-okuri-nasi, skkdic-convert):
14732 * emacs-lisp/re-builder.el (reb-update-overlays):
14733 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14734 * emacs-lisp/gulp.el (gulp-send-requests):
14735 * emacs-lisp/find-gc.el (trace-call-tree):
14736 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14737 (eieio-describe-generic):
14738 * emacs-lisp/eieio-base.el (eieio-persistent-read):
14739 * emacs-lisp/edebug.el (edebug-outside-excursion):
14740 * emacs-lisp/debug.el (debugger-make-xrefs):
14741 * emacs-lisp/cust-print.el (custom-prin1-to-string):
14742 * emacs-lisp/chart.el (chart-new-buffer):
14743 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14744 Use with-current-buffer.
14745 * textmodes/artist.el (artist-system): Don't call
14746 copy-sequence on a fresh string.
14747 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14748
14749 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
14750
14751 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
14752 is no item to edit. (Bug#4820)
14753 (todo-top-priorities): Restore point and restore narrowing in Todo
14754 buffer. (Bug#4820)
14755
14756 2009-10-31 Glenn Morris <rgm@gnu.org>
14757
14758 * net/ange-ftp.el (top-level): Don't require dired when compiling.
14759 (comint-last-output-start, comint-last-input-start)
14760 (comint-last-input-end): Don't defvar when compiling.
14761 (ange-ftp-process-file): Use bound-and-true-p.
14762
14763 * pcmpl-rpm.el (top-level): Move provide statement to end.
14764 (pcmpl-rpm): Remove unused custom group.
14765
14766 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14767
14768 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14769
14770 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14771 (byte-compile-warnings): Add `constants' as an option.
14772 (byte-compile-callargs-warn, byte-compile-arglist-warn)
14773 (display-call-tree): Update for byte-compile-fdefinition possibly
14774 returning `(macro lambda ...)'. (Bug#4778)
14775 (byte-compile-variable-ref, byte-compile-setq-default):
14776 Respect `constants' member of byte-compile-warnings.
14777
14778 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14779
14780 * vc-bzr.el (vc-bzr-revision-keywords): New var.
14781 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14782 to "submit:".
14783
14784 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14785
14786 * textmodes/ispell.el (ispell-skip-region-alist):
14787 * international/mule-conf.el (eight-bit):
14788 * international/fontset.el (font-encoding-alist):
14789 * startup.el (pure-space-overflow-message):
14790 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14791 * paths.el (gnus-nntp-service, rmail-spool-directory)
14792 (term-file-prefix):
14793 * files.el (save-some-buffers-action-alist):
14794 * cmuscheme.el (same-window-buffer-names):
14795 * ielm.el (same-window-buffer-names):
14796 * shell.el (same-window-buffer-names):
14797 * mail/sendmail.el (same-window-buffer-names):
14798 * progmodes/inf-lisp.el (same-window-buffer-names):
14799 * bindings.el (mode-line-client)
14800 (mode-line-column-line-number-mode-map):
14801 * language/tibetan.el (tibetan-precomposition-rule-regexp)
14802 (tibetan-precomposed-regexp): Purecopy string arguments.
14803
14804 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14805
14806 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14807 (calcDigit-nondigit):
14808 * calc/calc-yank.el (calc-copy-to-buffer):
14809 * calc/calc-units.el (calc-invalidate-units-table):
14810 * calc/calc-trail.el (calc-trail-yank):
14811 * calc/calc-store.el (calc-insert-variables):
14812 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14813 * calc/calc-prog.el (calc-read-parse-table):
14814 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14815 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14816 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14817 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14818 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14819 (calc-graph-name, calc-graph-find-command, calc-graph-view)
14820 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14821 * calc/calc-ext.el (calc-realign):
14822 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14823 (calc-embedded-finish-edit, calc-embedded-make-info)
14824 (calc-embedded-finish-command, calc-embedded-stack-change):
14825 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14826
14827 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14828 shell-dynamic-complete-filename in preference to
14829 comint-dynamic-complete-filename.
14830
14831 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14832 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14833 Don't consider whether the display supports colors.
14834 (bookmark-import-new-list): Use dolist.
14835 (bookmark-bmenu-mode-map): Move initialization into declaration.
14836 (bookmark-bmenu-list): Use dolist, simplify.
14837 (bookmark-show-all-annotations): Use save-selected-window and dolist.
14838 (menu-bar-final-items): Use push.
14839
14840 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
14841
14842 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14843 it works on remote files.
14844 (vc-hg-diff): Don't pass any `--cwd' argument.
14845
14846 2009-10-27 Kevin Ryde <user42@zip.com.au>
14847
14848 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14849 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
14850 (Further to Bug#3921).
14851
14852 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
14853
14854 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14855 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14856 calling `tramp-imap-put-file'. Add file size to the call.
14857 (tramp-imap-get-file-entries): Compute also user name, file size,
14858 and date.
14859 (tramp-imap-handle-insert-directory): Insert uid and gid.
14860 (tramp-imap-handle-file-attributes): Transform uid and gid
14861 according to `id-format'.
14862 (tramp-imap-put-file): New optional parameter SIZE. Encode file
14863 size in header X-Size.
14864
14865 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
14866
14867 * simple.el (transpose-subr): Give clearer error when the mark
14868 is not set. (Bug#4807)
14869
14870 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
14871
14872 * net/tramp.el (tramp-perl-file-truename): New defconst.
14873 Perl code contributed by yary <not.com@gmail.com> (tiny change).
14874 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
14875 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14876 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
14877
14878 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14879 Ignore `dired-call-process'.
14880 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14881
14882 2009-10-26 Julian Scheid <julians37@gmail.com>
14883
14884 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
14885 (tramp-get-remote-readlink): New defun.
14886 (tramp-handle-file-truename): Use it.
14887 (tramp-handle-file-exists-p): Check file-attributes cache, assume
14888 file exists if cache value present.
14889 (tramp-check-cached-permissions): New defun.
14890 (tramp-handle-file-readable-p): Use it.
14891 (tramp-handle-file-writable-p): Likewise.
14892 (tramp-handle-file-executable-p): Likewise.
14893 (tramp-handle-file-name-all-completions): Try using Perl to get
14894 partial completions. When perl not available, combine `cd' and
14895 `ls' into single remote operation and use shell expansion to get
14896 partial remote directory contents. Set `file-exists-p' cache for
14897 directory and any files returned by ls. Change cache handling to
14898 support partial directory contents. Use error message emitted by
14899 remote `cd' or Perl code for local tramp-error.
14900 (tramp-do-copy-or-rename-file-directly): Avoid separate
14901 tramp-send-command-and-check call.
14902 (tramp-handle-process-file): Merge three remote ops into one.
14903 Do not flush all caches when `process-file-side-effects' is set.
14904 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14905 file-attributes shows uid/gid to be set already.
14906
14907 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14908
14909 * textmodes/tex-mode.el (tex-dvi-view-command)
14910 (tex-show-queue-command, tex-open-quote):
14911 * progmodes/ruby-mode.el (auto-mode-alist)
14912 (interpreter-mode-alist): Purecopy strings.
14913
14914 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14915
14916 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14917 string for the hook, keymap and abbrev table.
14918
14919 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14920
14921 * x-dnd.el (x-dnd-xdnd-to-action):
14922 * startup.el (fancy-startup-text, fancy-about-text): Change to
14923 defconst from defvar.
14924
14925 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14926
14927 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14928 Purecopy initialization strings.
14929
14930 * mail/sendmail.el (mail-header-separator)
14931 (mail-personal-alias-file):
14932 * mail/rmail.el (rmail-default-dont-reply-to-names)
14933 (rmail-ignored-headers, rmail-retry-ignored-headers)
14934 (rmail-highlighted-headers, rmail-secondary-file-directory)
14935 (rmail-secondary-file-regexp):
14936 * files.el (null-device, file-name-invalid-regexp)
14937 (locate-dominating-stop-dir-regexp)
14938 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
14939 (interpreter-mode-alist): Use mapcar instead of mapc.
14940
14941 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14942
14943 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14944 (completion-ignored-extensions):
14945 (debug-ignored-errors): Purecopy strings.
14946
14947 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14948
14949 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
14950 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
14951 (pcomplete--here): Use push.
14952
14953 * subr.el (all-completions): Declare the 4th arg obsolete.
14954
14955 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14956
14957 * pcomplete.el (pcomplete-unquote-argument-function): New var.
14958 (pcomplete-unquote-argument): New function.
14959 (pcomplete--common-suffix): Always pay attention to case.
14960 (pcomplete--table-subvert): Quote and unquote the text.
14961 (pcomplete--common-quoted-suffix): New function.
14962 (pcomplete-std-complete): Use it and pcomplete-begin.
14963
14964 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
14965 we're inside a dedicated or minibuffer window.
14966
14967 2009-10-24 Karl Fogel <kfogel@red-bean.com>
14968
14969 * bookmark.el: Update documentation, especially documentation
14970 of `bookmark-alist' and of the bookmark file format.
14971 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
14972
14973 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
14974
14975 * mail/emacsbug.el (report-emacs-bug): Clarify that the
14976 keybindings apply to the mail buffer (Bug#4003). Shrink help
14977 window to buffer.
14978
14979 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14980 (global-whitespace-mode, global-whitespace-newline-mode)
14981 (whitespace-toggle-options, global-whitespace-toggle-options):
14982 Doc fix (Bug#3660).
14983
14984 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
14985 of xmltok-start before the end tag was inserted (Bug#2840).
14986
14987 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
14988 patterns that are preceded by an open-paren (Bug#1320).
14989
14990 2009-10-24 Sven Joachim <svenjoac@gmx.de>
14991
14992 * files.el (delete-directory): Delete symlinks to directories with
14993 delete-file (Bug#4739).
14994
14995 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14996
14997 * vc.el (vc-backend-for-registration): Rename from
14998 vc-get-backend-for-registration. Update callers.
14999
15000 * international/mule-cmds.el (set-language-info-alist):
15001 Purecopy lang-env.
15002 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15003 (charset): Purecopy the name.
15004 (define-char-code-property): Purecopy string arguments.
15005
15006 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15007 Purecopy string arguments.
15008
15009 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15010 * ediff-hook.el (menu-bar-ediff-menu):
15011 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15012 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15013
15014 2009-10-24 Glenn Morris <rgm@gnu.org>
15015
15016 * comint.el (comint-dynamic-list-completions):
15017 * term.el (term-dynamic-list-completions): Use choose-completion rather
15018 than obsolete alias mouse-choose-completion.
15019
15020 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15021 file-cache-choose-completion.
15022 (file-cache-choose-completion): Handle an optional event argument.
15023 (file-cache-mouse-choose-completion): Make it an obsolete alias.
15024
15025 * progmodes/octave-mod.el (octave-complete-symbol):
15026 Use choose-completion if mouse-choose-completion is ever removed.
15027
15028 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15029 use.
15030
15031 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15032 compiler.
15033
15034 * vc-hooks.el (vc-responsible-backend): Fix declaration.
15035
15036 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15039 Ignore `pred' now that we receive one.
15040 Handle test-completion specially.
15041
15042 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15043
15044 * vc.el (vc-responsible-backend): Throw an error if not backend is
15045 found. Remove the REGISTER argument. Move the code dealing with
15046 REGISTER ...
15047 (vc-get-backend-for-registration): ... here. New function.
15048 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15049 of vc-responsible-backend, pass the file name instead of the
15050 directory name.
15051
15052 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15053
15054 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15055 New funs.
15056 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
15057 (pcomplete-comint-setup): Don't modify a global var via
15058 accidental side-effects.
15059 (pcomplete-shell-setup): Adjust call accordingly.
15060 (pcomplete-parse-comint-arguments): Use push.
15061
15062 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
15063
15064 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15065 Allow uncapitalized info node names (Bug#3921).
15066
15067 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15068 to the DEBUG file (Bug#3781).
15069
15070 2009-10-23 Jari Aalto <jari.aalto@cante.net>
15071
15072 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15073 dictionary entry (Bug#4579).
15074
15075 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
15076
15077 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15078 from `rfn-eshadow-update-overlay-hook' when unloading.
15079 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15080 "rsyncc". Adjust doc string.
15081 (tramp-temp-buffer-file-name): New buffer-local defvar.
15082 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15083 Keep temporary file when indicated by method ("rsync" and
15084 "rsyncc").
15085 (tramp-handle-write-region): Handle APPEND.
15086 (tramp-delete-temp-file-function): New defun. Added to
15087 `kill-buffer-hook'.
15088
15089 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
15090
15091 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15092
15093 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15094
15095 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15096 (color-name-rgb-alist, tty-standard-colors)
15097 (tty-color-mode-alist): Change to defconst.
15098
15099 * simple.el (mark-inactive): Purecopy message.
15100
15101 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15102 (global-map, yank-menu):
15103 * textmodes/ispell.el (ispell-menu-map):
15104 * net/eudc.el (eudc-tools-menu):
15105 * international/mule-cmds.el (describe-language-environment-map)
15106 (setup-language-environment-map, set-coding-system-map)
15107 (mule-menu-keymap):
15108 * vc-hooks.el (vc-menu-entry, vc-menu-map):
15109 * replace.el (occur-mode-map):
15110 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15111
15112 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
15113
15114 * calc/calc.el (math-read-number, math-read-number-simple):
15115 Use `save-match-data'.
15116
15117 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15118
15119 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15120 rather than fiddling with global-map bindings, since it should only
15121 affect per-terminal settings.
15122 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15123
15124 * minibuffer.el (completion-table-with-terminator): Allow to specify
15125 the terminator-regexp.
15126
15127 * simple.el (switch-to-completions): Look for *Completions* in other
15128 frames as well.
15129
15130 * pcomplete.el: Allow the use of completion-tables.
15131 (pcomplete-std-complete): New command.
15132 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15133 (pcomplete--here): Use a function for `form' rather than an expression,
15134 so it can be byte-compiled.
15135 (pcomplete-here, pcomplete-here*): Adjust accordingly.
15136 Add edebug declaration.
15137 (pcomplete-show-completions): Remove unused var `curbuf'.
15138 (pcomplete-do-complete, pcomplete-stub):
15139 Don't assume `completions' is a list of strings any more.
15140
15141 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
15142
15143 * find-dired.el (find-name-arg): Fix typo in docstring.
15144
15145 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15146
15147 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15148 (pcmpl-linux-fs-types): Same, and update to new modules layout.
15149
15150 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15151 pcomplete-entries.
15152
15153 * comint.el (comint-read-input-ring, comint-write-input-ring)
15154 (comint-substitute-in-file-name)
15155 (comint-dynamic-complete-as-filename)
15156 (comint-dynamic-simple-complete)
15157 (comint-dynamic-list-filename-completions)
15158 (comint-dynamic-list-completions)
15159 (comint-redirect-results-list-from-process): Minor simplifications.
15160
15161 2009-10-21 Kevin Ryde <user42@zip.com.au>
15162
15163 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15164 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
15165 the first form. And insert a blank line after ";;; Code" since
15166 that's usual style. (Bug#4612)
15167
15168 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15169
15170 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * minibuffer.el (completion-table-with-terminator): Properly implement
15173 boundaries, in case `terminator' appears in the suffix.
15174 (completion--embedded-envvar-table): Don't return boundaries if
15175 there's no valid completion. Simplify.
15176 (completion-file-name-table): New completion table extracted from
15177 completion--file-name-table.
15178 (completion--file-name-table): Use it.
15179 (read-file-name-predicate): Declare obsolete.
15180 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15181 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15182 completion-file-name-table, and use the `pred' argument.
15183 * files.el (locate-file-completion-table): Use the `pred' arg rather
15184 than read-file-name-predicate.
15185 (abbreviate-file-name): Use \` rather than ^ for BOS.
15186
15187 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15188
15189 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15190 vc-responsible-backend to register, it causes problems.
15191
15192 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15193
15194 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15195
15196 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
15197
15198 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15199 (tramp-smb-handle-file-attributes): Use it.
15200 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15201 (tramp-smb-handle-insert-directory): Use `mapc' rather than
15202 `mapcar'. Use `tramp-smb-get-stat-capability'.
15203 Add `dired-filename' text properties.
15204 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15205 (tramp-smb-maybe-open-connection): Simplify check for smbclient
15206 version.
15207
15208 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * subr.el (read-key-delay): Reduce to 0.01.
15211 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15212 (bug#4751).
15213
15214 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15215
15216 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15217
15218 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15219 (Info-menu): Remove unused vars `last' and `completions'.
15220 (Info-index-nodes): Remove unused var `node'.
15221
15222 * info.el (Info-complete-menu-item): Use complete-with-action.
15223
15224 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15225
15226 Make vc-annotate work through copies and renames.
15227 * vc-annotate.el (vc-annotate-extract-revision-at-line):
15228 Return the file name too.
15229 (vc-annotate-revision-at-line)
15230 (vc-annotate-find-revision-at-line)
15231 (vc-annotate-revision-previous-to-line)
15232 (vc-annotate-show-log-revision-at-line): Update to get the file
15233 name from vc-annotate-extract-revision-at-line.
15234 (vc-annotate-show-diff-revision-at-line-internal): Change the
15235 argument to mean whether to show a file diff or not. Get the file
15236 name from vc-annotate-extract-revision-at-line.
15237 (vc-annotate-show-diff-revision-at-line):
15238 Update vc-annotate-show-diff-revision-at-line call.
15239 (vc-annotate-warp-revision): Add an optional file argument.
15240
15241 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15242 (vc-git-annotate-extract-revision-at-line): Also return the file
15243 name if found.
15244
15245 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15246 command. Remove unused code.
15247 (vc-hg-annotate-re): Update to match --follow output.
15248 (vc-hg-annotate-extract-revision-at-line): Also return the file
15249 name if found.
15250
15251 * vc.el: Update annotate-extract-revision-at-line documentation.
15252
15253 2009-10-18 Kevin Ryde <user42@zip.com.au>
15254
15255 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15256 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15257
15258 * net/browse-url.el (browse-url): Identify alist with "consp and
15259 not functionp" and let all other things go down the `apply' leg,
15260 as suggested by Stefan. (Further to bug#4531.)
15261
15262 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
15263
15264 * minibuffer.el (read-file-name): Check for repeat before putting
15265 a default argument in file-name-history (Bug#4657).
15266
15267 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15268 read syntax (Bug#4737).
15269
15270 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
15271
15272 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15273
15274 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15275 (html-tag-alist, html-tag-help): Add descriptions for undocumented
15276 entries and make note of obsolete tags.
15277
15278 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15279
15280 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15281
15282 2009-10-18 Glenn Morris <rgm@gnu.org>
15283
15284 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15285 grep, so that binary files (eg international/uni-bidi.el) can match.
15286 Remove test for "UnicodeData" files, since it is hopefully unnecessary
15287 now, and in any case the file header format has changed.
15288
15289 2009-10-17 Glenn Morris <rgm@gnu.org>
15290
15291 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15292 (flyspell-get-word, flyspell-large-region)
15293 (flyspell-auto-correct-previous-word): Doc/error message fixes.
15294
15295 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
15296
15297 * Makefile.in (ELCFILES): Add ede/shell.
15298
15299 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15300
15301 * term/common-win.el (x-colors): Purecopy it.
15302
15303 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15304
15305 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15306 permissive for when the buffer is empty.
15307 (tar-header-block-tokenize): Decode the username and groupname.
15308 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15309
15310 2009-10-17 Eric Ludlam <zappo@gnu.org>
15311
15312 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15313 contains multibyte characters, choose first applicable coding
15314 system automatically.
15315
15316 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * international/mule-cmds.el (select-safe-coding-system): If the file
15319 has a coding cookie, use it regardless of any other setting (bug#4712).
15320
15321 2009-10-17 Glenn Morris <rgm@gnu.org>
15322
15323 * foldout.el (foldout-mouse-swallow-events):
15324 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15325
15326 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15327 (dired-keep-marker-copy, dired-keep-marker-hardlink)
15328 (dired-keep-marker-symlink, dired-dwim-target)
15329 (dired-copy-preserve-time): Do not autoload these defcustoms.
15330
15331 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15332 messages from messing up the file coding. (Bug#4623)
15333
15334 2009-10-17 Jari Aalto <jari.aalto@cante.net>
15335
15336 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15337 if no match is found for the current dictionary. (Bug#4578)
15338
15339 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15340 optional, since that is how it is documented, and this is often called
15341 with a nil argument. (Bug#4577)
15342 (flyspell-external-point-words, flyspell-auto-correct-word)
15343 (flyspell-correct-word-before-point, flyspell-word-search-forward)
15344 (flyspell-word-search-backward): Remove nil argument in calls to
15345 flyspell-get-word, since it is not needed now.
15346
15347 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
15348
15349 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
15350
15351 2009-10-16 Glenn Morris <rgm@gnu.org>
15352
15353 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15354
15355 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
15356
15357 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15358 (ange-ftp-file-size): New function.
15359 (ange-ftp-file-attributes): Use it.
15360
15361 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
15362
15363 * net/tramp-smb.el (tramp-smb-version): New defvar.
15364 (tramp-smb-maybe-open-connection): Use it, in order to avoid
15365 repeated checks.
15366
15367 2009-10-16 Glenn Morris <rgm@gnu.org>
15368
15369 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15370 Maybe copy some custom properties from old to new name. (Bug#4706)
15371
15372 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
15373
15374 * subr.el (error, sit-for, start-process-shell-command)
15375 (start-file-process-shell-command): Set the calling convention
15376 after the function definition.
15377
15378 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15379
15380 * subr.el (error, sit-for, start-process-shell-command)
15381 (start-file-process-shell-command): Use the new
15382 set-advertised-calling-convention feature.
15383
15384 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
15385
15386 * international/ucs-normalize.el (ucs-normalize-version):
15387 Change to 1.2.
15388 (check-range): Adjust for Unicode 5.2.
15389
15390 2009-10-15 Juri Linkov <juri@jurta.org>
15391
15392 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15393 to the `menu-item' format.
15394
15395 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
15396
15397 * net/tramp.el (tramp-replace-environment-variables): Do not fail
15398 if the environment variable does not exist.
15399
15400 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15401 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15402 parameter.
15403 (tramp-smb-handle-add-name-to-file)
15404 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15405 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15406 (tramp-smb-handle-file-attributes)
15407 (tramp-smb-do-file-attributes-with-stat)
15408 (tramp-smb-handle-file-local-copy)
15409 (tramp-smb-handle-insert-directory)
15410 (tramp-smb-handle-make-directory)
15411 (tramp-smb-handle-make-directory-internal)
15412 (tramp-smb-handle-make-symbolic-link)
15413 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15414 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15415 (tramp-smb-maybe-open-connection): Apply the changed parameters.
15416 (tramp-smb-read-file-entry): Read Disk names in compressed format.
15417 Handle long file names.
15418 (tramp-smb-get-cifs-capabilities): Check, whether the connection
15419 process is running.
15420 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15421 Read share names with "-g" option.
15422
15423 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
15424
15425 * net/rcirc.el (rcirc-view-log-file): New command.
15426 (rcirc-track-minor-mode-map): Remove C-c ` binding.
15427 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15428 specified.
15429
15430 2009-10-15 Glenn Morris <rgm@gnu.org>
15431
15432 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15433 from the second command-line argument.
15434 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15435 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15436 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15437 w32-batch-update-autoloads.
15438 * emacs-lisp/autoload.el (autoload-make-program): New variable.
15439 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15440
15441 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15442 the headers cannot be located. Simplify, subtracting superflous
15443 save-excursions.
15444
15445 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 Replace completion-base-size by completion-base-position to fix bugs
15448 such as (bug#4699).
15449 * simple.el (completion-base-position): New var.
15450 (completion-base-size): Mark as obsolete.
15451 (choose-completion): Make it work for mouse events as well.
15452 Pass the new base-position to choose-completion-string.
15453 (choose-completion-guess-base-position): New function, extracted from
15454 choose-completion-delete-max-match.
15455 (choose-completion-delete-max-match): Use it. Make obsolete.
15456 (choose-completion-string): Use the new base-position info.
15457 (completion-root-regexp): Delete.
15458 (completion-setup-function): Preserve completion-base-position.
15459 Eliminate obsolete base-size manipulation.
15460 * minibuffer.el (display-completion-list): Don't mess with base-size.
15461 (minibuffer-completion-help): Set completion-base-position instead.
15462 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15463 choose-completion.
15464 * textmodes/bibtex.el (bibtex-complete):
15465 * emacs-lisp/crm.el (crm--choose-completion-string):
15466 Adjust to new calling convention.
15467 * complete.el (partial-completion-mode): Use minibufferp to avoid
15468 bumping into incompatible change to choose-completion-string-functions.
15469 * ido.el (ido-choose-completion-string): Make its calling convention
15470 more permissive.
15471 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15472 base-size manipulation.
15473 (comint-dynamic-list-input-ring): Use dotimes and push.
15474 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15475 fundamental-mode. Use `or'.
15476
15477 2009-10-14 Juri Linkov <juri@jurta.org>
15478
15479 * misearch.el (multi-isearch-next-buffer-from-list)
15480 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
15481
15482 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15483
15484 * Makefile.in (compile-onefile): Load `bytecomp' rather than
15485 `bytecomp.el'.
15486
15487 * minibuffer.el (completion-pcm--merge-completions): Make sure the
15488 string we return is all made up of text from the completions rather
15489 than part from the completions and part from the input (bug#4219).
15490
15491 * ido.el (ido-everywhere): Use define-minor-mode.
15492
15493 * buff-menu.el (list-buffers, ctl-x-map):
15494 Mark the entry points with ;;;###autoload cookies.
15495
15496 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
15497
15498 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15499 correctly in the detached head case.
15500 (vc-git-print-log): Remove unused binding.
15501
15502 * vc.el (vc-responsible-backend): When a directory is passed for
15503 for registration create a VC repository if no backend is
15504 responsible for the directory argument.
15505 (vc-deduce-fileset): Tell vc-responsible-backend to register.
15506
15507 * vc.el: Move comments about RCS and SCCS ...
15508 * vc-rcs.el:
15509 * vc-sccs.el: ... here, respectively.
15510
15511 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * minibuffer.el (completion--file-name-table): Return nil if there's
15514 no file completion, even if substitute-in-file-name changed
15515 the string (bug#4708).
15516
15517 2009-10-13 Juri Linkov <juri@jurta.org>
15518
15519 * files-x.el (read-file-local-variable-value): Don't filter out
15520 minor modes from mode name completion (bug#4664).
15521
15522 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
15523
15524 * international/mule-cmds.el (ucs-names): Remove exclusion of
15525 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15526
15527 2009-10-13 Kenichi Handa <handa@m17n.org>
15528
15529 * international/uni-name.el: Regenerated.
15530
15531 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
15532
15533 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
15534 should be automatically buffer-local, but isn't.)
15535
15536 2009-10-12 Sam Steingold <sds@gnu.org>
15537
15538 * progmodes/compile.el (compilation-next-error-function): Fix the
15539 timestamps if the buffer has been visited before.
15540 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15541 non-anchored patterns, like the perl one (bug#3928).
15542
15543 2009-10-12 Glenn Morris <rgm@gnu.org>
15544
15545 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15546 Let-bind `size'.
15547
15548 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
15549
15550 * proced.el (proced-unload-function): New function.
15551
15552 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15553 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15554 Doc fix.
15555
15556 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15557
15558 2009-10-11 Juri Linkov <juri@jurta.org>
15559
15560 * files-x.el (read-file-local-variable-value):
15561 Provide default value only for bound variables (bug#4664).
15562
15563 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
15564
15565 * net/tramp.el (tramp-local-host-p): Function shall return nil for
15566 connection methods like smb.
15567
15568 * net/tramp-cache.el (tramp-flush-connection-property): The hash
15569 can be empty.
15570
15571 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15572 (tramp-smb-file-name-handler-alist): Add handlers for
15573 `add-name-to-file', `make-symbolic-link'.
15574 (tramp-smb-handle-add-name-to-file)
15575 (tramp-smb-do-file-attributes-with-stat)
15576 (tramp-smb-handle-make-symbolic-link)
15577 (tramp-smb-get-cifs-capabilities): New defuns.
15578 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15579 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15580 (tramp-smb-handle-file-local-copy)
15581 (tramp-smb-handle-make-directory-internal)
15582 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15583 The file name syntax depends on cifs capabilities.
15584 (tramp-smb-handle-file-attributes):
15585 Call `tramp-smb-do-file-attributes-with-stat' if possible.
15586 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15587 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
15588
15589 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
15590
15591 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15592 (eieio-defclass): Apply deftype handler and setf-method properties
15593 directly.
15594 (eieio-add-new-slot): Avoid union function from cl library.
15595 (eieio--typep): New function.
15596 (eieio-perform-slot-validation): Use it.
15597
15598 2009-10-10 Karl Fogel <kfogel@red-bean.com>
15599
15600 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
15601 Update documentation to refer to the variables documented in r1.135.
15602 (Bug#4188)
15603
15604 2009-10-10 Karl Fogel <kfogel@red-bean.com>
15605
15606 * bookmark.el (Info-suffix-list): Remove this unused variable.
15607 (bookmark-current-point): Remove this obsolete variable.
15608 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15609 Adjust for removal of bookmark-current-point.
15610
15611 (bookmarks-already-loaded, bookmark-current-buffer)
15612 (bookmark-yank-point): Document. (Bug#4188)
15613
15614 2009-10-10 Glenn Morris <rgm@gnu.org>
15615
15616 * frame.el (frame-height): Doc fix.
15617
15618 * calendar/calendar.el (calendar-split-width-threshold): New option.
15619 (calendar-basic-setup): Use calendar-split-width-threshold.
15620
15621 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
15622
15623 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15624 Ideographic Supplement" range (U+1F200..U+1F2FF).
15625
15626 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15627
15628 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
15629 since the list will have been rebuilt anyway. (Bug#4349)
15630
15631 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15632
15633 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
15634 (bookmark-bmenu-execute-deletions): Don't save here, as
15635 bookmark-delete will now do so if necessary.
15636 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
15637 (Bug#4348)
15638
15639 2009-10-09 Glenn Morris <rgm@gnu.org>
15640
15641 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15642
15643 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15644
15645 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15646 (bookmark-jump-other-window): Just invoke bookmark-jump with new
15647 argument now, so the two function's behaviors will match. (Bug#3645)
15648
15649 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
15650
15651 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
15652 (tramp-file-name-real-host, tramp-file-name-port):
15653 Apply `save-match-data'.
15654
15655 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15656 case both directories are remote.
15657 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
15658 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
15659
15660 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
15661
15662 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15663
15664 2009-10-07 Glenn Morris <rgm@gnu.org>
15665
15666 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15667 of concat.
15668
15669 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
15670
15671 * files-x.el (read-file-local-variable): Include some
15672 non-user-variables in the completion table (bug#4664).
15673
15674 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
15675
15676 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15677 message.
15678
15679 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15680 (tramp-smb-file-name-handler-alist): Add handler for
15681 `copy-directory', `expand-file-name', `set-file-modes'.
15682 (tramp-smb-handle-copy-directory)
15683 (tramp-smb-handle-expand-file-name)
15684 (tramp-smb-handle-set-file-modes): New defuns.
15685 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15686 (tramp-smb-handle-file-attributes): Simplify check for retrieving
15687 entry.
15688 (tramp-smb-handle-insert-directory): Don't flush the cache.
15689 (tramp-smb-maybe-open-connection): Check for samba client and
15690 server versions.
15691
15692 2009-10-07 Eli Zaretskii <eliz@gnu.org>
15693
15694 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15695 to not error out of search for "^lisp=" fails.
15696
15697 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
15698
15699 * makefile.w32-in (WINS_UPDATES): New macro.
15700 (custom-deps, finder-data, autoloads): Use it.
15701
15702 2009-10-07 Glenn Morris <rgm@gnu.org>
15703
15704 * Makefile.in (autoloads): Revert previous change.
15705 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15706 the list of preloaded files passed on the command-line, get
15707 it from src/Makefile.
15708
15709 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15710 show the original buffer rather than a random one.
15711
15712 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
15713
15714 * help.el (describe-no-warranty): Place point in a slightly better
15715 position in the GPLv3 text.
15716
15717 2009-10-06 Sam Steingold <sds@gnu.org>
15718
15719 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15720 the comm attribute is present before calling regexp-quote.
15721
15722 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
15723
15724 * play/animate.el (animate-string): For good effect, make sure
15725 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15726
15727 * play/animate.el (animate-sequence, animate-birthday-present):
15728 * misc.el (butterfly): Don't set `indent-tabs-mode'.
15729
15730 2009-10-06 Glenn Morris <rgm@gnu.org>
15731
15732 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15733
15734 * emacs-lisp/autoload.el (autoload-excludes): New variable.
15735 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15736 (batch-update-autoloads): Process a string value of autoload-excludes,
15737 set during the build process.
15738 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
15739
15740 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15741 inside with-parsed... macro so that `v' is defined.
15742
15743 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15744 * progmodes/fortran.el (fortran-end-of-block)
15745 (fortran-beginning-of-block):
15746 Also push mark in the macro case.
15747
15748 * emerge.el (emerge-show-file-name):
15749 * calc/calc.el (calc-quit):
15750 * calc/calc-misc.el (calc-big-or-small):
15751 * calc/calc-graph.el (calc-graph-view):
15752 * calc/calc-ext.el (calc-reset):
15753 * calendar/calendar.el (calendar-basic-setup):
15754 Use window-full-height-p.
15755
15756 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15757 header we don't understand, don't insert another. (Bug#4624)
15758 If changing mime charset, insert the new one in the right place.
15759
15760 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
15761
15762 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15763 (cal-tex-cursor-month): Correctly increment the end date for diary and
15764 holiday listing. (Bug#4626)
15765
15766 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * help-fns.el (describe-function-1): Don't burp if the function is not
15769 a symbol.
15770
15771 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
15772
15773 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15774 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15775 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15776 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15777
15778 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15779 (eieio-default-superclass): Reflow docstrings.
15780 (this, class-option-assoc, defclass, eieio-class-un-autoload)
15781 (eieio-unbind-method-implementations, defmethod)
15782 (eieio-validate-slot-value, eieio-validate-class-slot-value)
15783 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15784 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15785 (eieio-slot-originating-class-p, eieio-slot-name-index)
15786 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15787 (constructor, initialize-instance, no-next-method, object-print)
15788 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15789 Fix typos in docstrings.
15790 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15791 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15792 (next-method-p): Doc fixes.
15793 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15794 Fix typos in error messages.
15795 (eieio-defmethod): Fix typo in description of generic method.
15796
15797 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15798 (eieio-persistent-save-interactive, slot-missing):
15799 Fix typos in docstrings.
15800 (eieio-instance-inheritor-slot-boundp): Doc fix.
15801
15802 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15803 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15804
15805 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15806 (eieio-custom-object-apply-reset):
15807 Fix typos in docstrings and error messages.
15808
15809 * emacs-lisp/eieio-datadebug.el (data-debug-show):
15810 Fix typo in docstring.
15811
15812 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15813 (eieio-browse-tree): Doc fix.
15814 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15815 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15816 Fix typos in docstrings.
15817
15818 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15819 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15820 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15821 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15822 Reflow docstrings.
15823
15824 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
15825
15826 * vc-hg.el (log-view-vc-backend): Declare for compiler.
15827 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15828 Set log-view-vc-backend so that diff can work.
15829
15830 * log-view.el (log-view-diff): Use vc-diff-internal instead of
15831 vc-version-diff.
15832 (vc-diff-internal): Autoload this instead of vc-version-diff.
15833
15834 2009-10-05 Eli Zaretskii <eliz@gnu.org>
15835
15836 * simple.el (eval-expression): Doc fix.
15837
15838 * progmodes/cwarn.el (cwarn-mode): Doc fix.
15839
15840 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
15841
15842 * files.el (directory-files-no-dot-files-regexp): New defconst.
15843 (delete-directory): Use it.
15844 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
15845
15846 * net/tramp.el (tramp-verbose): Fix docstring.
15847 (tramp-methods): Add recursive option to `tramp-copy-args'.
15848 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
15849 "scp1_old", "scp2_old", "rsync", "rsyncc".
15850 (tramp-default-method): Check also for `auth-source-user-or-password'.
15851 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15852 Add handler for `copy-directory'.
15853 (tramp-handle-copy-directory): New defun.
15854 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
15855 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15856 Optimize sent command.
15857
15858 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15859
15860 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15861 window if necessary.
15862
15863 * calendar/calendar.el (calendar-basic-setup): Don't call
15864 switch-to-buffer in a dedicated window.
15865
15866 2009-10-05 Karl Fogel <kfogel@red-bean.com>
15867
15868 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
15869 don't do anything related to relocating, just return nil.
15870 (bookmark-error-no-filename): New error.
15871 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
15872 bookmark has no file. Don't even attempt to handle things that
15873 are not files; the whole point of custom handlers is to keep that
15874 knowledge elsewhere anyway. Tighten some comments.
15875 (bookmark-file-or-variation-thereof): Remove now-unused function.
15876 (bookmark-location): Doc string fix.
15877 (Bug#4250)
15878
15879 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15880
15881 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15882 don't use a file dialog, because they usually don't know how to read
15883 a directory target from the user. (Bug#4230)
15884 Also, make sure the prompt can display directories as well as files.
15885
15886 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15887
15888 * bookmark.el (bookmark-set, bookmark-buffer-name):
15889 Improve doc strings. (Bug#1193)
15890
15891 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15892
15893 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15894 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15895 (bookmark-get-annotation, bookmark-set-annotation)
15896 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15897 (bookmark-set-position, bookmark-get-front-context-string)
15898 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15899 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15900 (bookmark-jump-other-window, bookmark-handle-bookmark)
15901 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15902 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15903 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
15904 Improve doc strings to say whether bookmark can be a string or
15905 a record or both, and make other consistency and clarity fixes.
15906 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15907 (bookmark-default-annotation-text, bookmark-yank-word)
15908 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15909 (bookmark-import-new-list, bookmark-maybe-rename)
15910 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15911 (bookmark-bmenu-bookmark): Give these doc strings.
15912 (bookmark-bmenu-check-position): Give this a doc string, but also
15913 add a FIXME comment about how the function may be pointless.
15914 (bookmark-default-handler): Rework doc string and change a
15915 parameter name, to clarify that this takes a bookmark record
15916 not a bookmark name.
15917 (bookmark-set): Change a parameter name to indicate its meaning,
15918 and improve the doc string a bit.
15919 (Bug#4188)
15920
15921 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15922
15923 * bookmark.el (bookmark-alist): Document the new `handler' element
15924 in the param alist.
15925 (bookmark-make-record-function): Adjust documentation for above.
15926 (Bug#4193)
15927
15928 2009-10-04 Karl Fogel <kfogel@red-bean.com>
15929
15930 * info.el (Info-bookmark-make-record): Document this function.
15931 (Info-bookmark-jump): Document with a doc string, not just a comment.
15932 (Bug#4203)
15933
15934 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
15935
15936 * files.el (copy-directory): New defun.
15937
15938 * dired-aux.el (dired-copy-file-recursive): Use it.
15939
15940 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * files-x.el (modify-dir-local-variable)
15943 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15944 docstrings.
15945
15946 * recentf.el (recentf-unload-function): New function.
15947
15948 2009-10-04 Glenn Morris <rgm@gnu.org>
15949
15950 * window.el (window-full-height-p): Add doc string.
15951
15952 2009-10-04 Martin Rudalics <rudalics@gmx.at>
15953
15954 * window.el (window-full-height-p): New function. (Bug#4543)
15955
15956 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
15957
15958 * vc.el: Remove commented out code.
15959 (vc-derived-from-dir-mode): Remove, unused.
15960 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
15961
15962 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
15963
15964 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
15965 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
15966 there could be recursive loading when `default-directory' is a
15967 remote file name. (Bug#4614)
15968
15969 2009-10-03 Glenn Morris <rgm@gnu.org>
15970
15971 * calendar/calendar.el (calendar-basic-setup): Handle the case where
15972 the frame is wide.
15973 (calendar-generate-window): Test for shrinkability rather than width.
15974
15975 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
15976 reusing existing buffers, in case we happen to visit two files with the
15977 same basename. (Bug#4593)
15978
15979 2009-10-02 Eli Zaretskii <eliz@gnu.org>
15980
15981 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
15982 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
15983 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
15984 subdirs of cedet as well.
15985 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
15986
15987 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15988
15989 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
15990 Obey advertised-signature-table.
15991
15992 * help-fns.el (help-function-arglist): Don't check
15993 advertised-signature-table.
15994 (describe-function-1): Do it here instead so it also applies to subrs.
15995
15996 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
15997
15998 * simple.el (start-file-process): Say in the doc-string, that file
15999 handlers might not support pty association, if PROGRAM is nil.
16000
16001 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16002 HOST and USER are strings. They are nil, when there are
16003 incomplete entries in ~/.netrc, for example.
16004 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
16005 root directory ("device busy" error otherwise).
16006
16007 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16008 Flush file properties of created directory.
16009
16010 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16011
16012 * makefile.w32-in (WINS_BASIC): Remove cedet.
16013 (WINS_CEDET): Add cedet.
16014 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16015
16016 2009-10-02 Kevin Ryde <user42@zip.com.au>
16017
16018 * net/browse-url.el (browse-url): Pass any symbol in
16019 browse-url-browser-function to `apply', since if you've mistakenly put
16020 an unbound symbol then the error is clearer. (Bug#4531)
16021
16022 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16023
16024 * allout.el (allout-init, allout-back-to-current-heading)
16025 (allout-beginning-of-current-entry, allout-ascend-to-depth)
16026 (allout-ascend, allout-up-current-level, allout-end-of-level)
16027 (allout-previous-visible-heading, allout-forward-current-level)
16028 (allout-backward-current-level, allout-show-children):
16029 * apropos.el (apropos-describe-plist):
16030 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16031 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16032 * completion.el (add-completion, add-permanent-completion):
16033 * descr-text.el (describe-text-category, describe-char):
16034 * desktop.el (desktop-lazy-abort):
16035 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16036 * dired.el (dired-build-subdir-alist):
16037 * ediff.el (ediff-version):
16038 * elide-head.el (elide-head, elide-head-show):
16039 * emerge.el (emerge-version):
16040 * env.el (getenv):
16041 * face-remap.el (variable-pitch-mode):
16042 * faces.el (describe-face):
16043 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16044 (dired-at-point):
16045 * files.el (find-file-existing, auto-save-mode):
16046 * font-lock.el (font-lock-fontify-buffer):
16047 * help-fns.el (describe-function, describe-variable)
16048 (describe-syntax, describe-categories):
16049 * help.el (view-lossage, describe-bindings, describe-key)
16050 (describe-mode):
16051 * hexl.el (hexl-current-address):
16052 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16053 * info.el (Info-goto-emacs-key-command-node):
16054 * log-edit.el (log-edit-insert-cvs-template)
16055 (log-edit-insert-cvs-rcstemplate):
16056 * menu-bar.el (menu-bar-mode):
16057 * mouse.el (mouse-appearance-menu):
16058 * newcomment.el (comment-indent-new-line):
16059 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16060 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16061 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16062 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16063 * recentf.el (recentf-mode):
16064 * savehist.el (savehist-mode, savehist-save):
16065 * shadowfile.el (shadow-copy-files):
16066 * simple.el (kill-ring-save, next-line, previous-line)
16067 (normal-erase-is-backspace-mode):
16068 * strokes.el (strokes-update-window-configuration)
16069 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16070 (strokes-xpm-for-stroke):
16071 * time.el (emacs-uptime, emacs-init-time):
16072 * tutorial.el (tutorial--describe-nonstandard-key)
16073 (tutorial--detailed-help):
16074 * type-break.el (type-break-mode)
16075 (type-break-mode-line-message-mode, type-break-query-mode)
16076 (type-break-guesstimate-keystroke-threshold):
16077 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16078 * version.el (emacs-version):
16079 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16080 * winner.el (winner-mode):
16081 * calendar/timeclock.el (timeclock-in, timeclock-out)
16082 (timeclock-status-string, timeclock-change)
16083 (timeclock-workday-remaining-string)
16084 (timeclock-workday-elapsed-string)
16085 (timeclock-when-to-leave-string):
16086 * calendar/todo-mode.el (todo-add-category):
16087 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16088 * emacs-lisp/autoload.el (update-file-autoloads):
16089 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16090 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16091 (checkdoc-message-text, checkdoc-defun):
16092 * emacs-lisp/debug.el (debugger-list-functions):
16093 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16094 * emacs-lisp/eieio-opt.el (eieio-describe-class)
16095 (eieio-describe-generic):
16096 * emacs-lisp/lisp-mnt.el (lm-synopsis):
16097 * emacs-lisp/shadow.el (list-load-path-shadows):
16098 * emulation/cua-base.el (cua-mode):
16099 * emulation/edt.el (edt-set-scroll-margins):
16100 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16101 (tpu-toggle-regexp, tpu-toggle-search-direction)
16102 (tpu-toggle-rectangle, tpu-toggle-control-keys):
16103 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16104 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16105 (viper-set-parsing-style-toggling-macro)
16106 (viper-set-emacs-state-searchstyle-macros):
16107 * emulation/viper.el (viper-set-hooks):
16108 * eshell/esh-mode.el (eshell-truncate-buffer):
16109 * international/mule-cmds.el (prefer-coding-system)
16110 (describe-input-method, describe-language-environment):
16111 * international/mule-diag.el (list-character-sets)
16112 (describe-character-set, describe-coding-system)
16113 (describe-fontset, list-fontsets, list-input-methods):
16114 * mail/sendmail.el (mail-signature):
16115 * net/ange-ftp.el (ange-ftp-copy-file):
16116 * net/browse-url.el (browse-url):
16117 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16118 * net/quickurl.el (quickurl-add-url):
16119 * net/rcirc.el (names, topic):
16120 * net/xesam.el (xesam-mode):
16121 * play/5x5.el (5x5-new-game):
16122 * play/yow.el (apropos-zippy):
16123 * progmodes/ada-mode.el (ada-mode-version):
16124 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16125 (f90-end-of-block)
16126 (f90-beginning-of-block):
16127 * progmodes/fortran.el (fortran-end-of-block)
16128 (fortran-beginning-of-block):
16129 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16130 * progmodes/python.el (python-describe-symbol, python-shell):
16131 * term/ns-win.el (ns-print-buffer):
16132 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16133 * textmodes/flyspell.el (flyspell-mode-on):
16134 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16135 (pages-directory-for-addresses):
16136 * textmodes/table.el (table-recognize-cell)
16137 (table-query-dimension, table-generate-source)
16138 (table-insert-sequence, table--warn-incompatibility):
16139 * textmodes/tex-mode.el (tex-validate-buffer):
16140 * textmodes/texinfmt.el (texinfmt-version)
16141 (texinfo-format-buffer):
16142 Use `called-interactively-p' instead of `interactive-p'.
16143
16144 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16145
16146 * image-mode.el (image-toggle-display):
16147 * emacs-lisp/elp.el (elp-instrument-function):
16148 * emacs-lisp/advice.el (ad-make-advised-definition):
16149 * emacs-lisp/easy-mmode.el (define-minor-mode):
16150 * net/browse-url.el (browse-url-maybe-new-window):
16151 * progmodes/sh-script.el (sh-learn-buffer-indent):
16152 Pass new argument 'any to `called-interactively-p'.
16153
16154 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
16155
16156 * international/uni-bidi.el:
16157 * international/uni-category.el:
16158 * international/uni-combining.el:
16159 * international/uni-comment.el:
16160 * international/uni-decimal.el:
16161 * international/uni-decomposition.el:
16162 * international/uni-digit.el:
16163 * international/uni-lowercase.el:
16164 * international/uni-mirrored.el:
16165 * international/uni-name.el:
16166 * international/uni-numeric.el:
16167 * international/uni-old-name.el:
16168 * international/uni-titlecase.el:
16169 * international/uni-uppercase.el:
16170 Regenerate from Unicode 5.2.0 data.
16171
16172 2009-10-01 Glenn Morris <rgm@gnu.org>
16173
16174 * Makefile.in (ELCFILES): Regenerate.
16175
16176 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16177
16178 * subr.el (interactive-p): Mark obsolete.
16179 (called-interactively-p): Make the optional-ness of `kind' obsolete.
16180 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16181 advertised-signature-table for subroutines as well.
16182
16183 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16184 (set-advertised-calling-convention): New function.
16185 (make-obsolete, define-obsolete-function-alias)
16186 (make-obsolete-variable, define-obsolete-variable-alias):
16187 Make the optional-ness of `when' obsolete.
16188 (define-obsolete-face-alias): Make `when' non-optional.
16189 * help-fns.el (help-function-arglist):
16190 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16191 Use advertised-signature-table.
16192
16193 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
16194
16195 * files.el (delete-directory): New defun. The original function
16196 in fileio.c has been renamed to `delete-directory-internal'.
16197
16198 * dired.el (dired-delete-file): Call `delete-directory' with
16199 RECURSIVE parameter.
16200
16201 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
16202 parameter RECURSIVE. Implementation is missing.
16203
16204 * net/tramp.el (tramp-handle-make-directory): Flush upper
16205 directory's file properties.
16206 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
16207 (tramp-handle-dired-recursive-delete-directory): Flush directory
16208 properties after the remove command only.
16209
16210 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16211 Handle optional parameter RECURSIVE.
16212
16213 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16214 Handle optional parameter RECURSIVE.
16215
16216 * net/tramp-smb.el (tramp-smb-errors): Add error message for
16217 connection timeout.
16218 (tramp-smb-handle-delete-directory): Handle optional parameter
16219 RECURSIVE.
16220
16221 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16222
16223 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16224 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16225 (byte-compile-defmacro): Use backquotes.
16226
16227 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16228
16229 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16230 has no associated file.
16231 (vc-resynch-buffer): Use vc-dir-buffers.
16232
16233 2009-10-01 Glenn Morris <rgm@gnu.org>
16234
16235 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16236 (chart-file-count):
16237 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16238 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16239 * emacs-lisp/eieio-opt.el (eieio-describe-class):
16240 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16241 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16242 (eieio-copy-parents-into-subclass, make-instance, class-children)
16243 (eieio-generic-form):
16244
16245 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16246 match-data. (Bug#4555).
16247
16248 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16249 rather than parsing it as a regexp. This relaxes the layout
16250 requirements and makes errors easier to detect.
16251 (check-declare-verify): Check file is regular.
16252 (check-declare-directory): Doc fix.
16253 * subr.el (declare-function): Doc fix.
16254
16255 * ibuffer.el (ibuffer-format-qualifier):
16256 * isearch.el (hi-lock-regexp-okay):
16257 * calc/calc.el (math-zerop):
16258 * mail/uce.el (rmail-msgbeg, rmail-msgend):
16259 * term/w32-win.el (setup-default-fontset, set-fontset-font):
16260 Remove unused declarations.
16261
16262 2009-09-30 Eric Ludlam <zappo@gnu.org>
16263
16264 * emacs-lisp/eieio.el (boolean-p): Delete.
16265
16266 2009-09-30 Glenn Morris <rgm@gnu.org>
16267
16268 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16269
16270 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16271 filename is not a string.
16272
16273 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
16274
16275 * files.el (safe-local-eval-forms): Fix typo.
16276
16277 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16278
16279 * vc-hooks.el (vc-dir-buffers): New var.
16280 (vc-state-refresh): New function.
16281 (vc-state): Use it.
16282 (vc-after-save): Always ask the backend to recompute the new state.
16283 Always call vc-dir if necessary, using vc-dir-buffers.
16284 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16285 Use vc-dir-buffers.
16286 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16287 (vc-dir-prepare-status-buffer, vc-dir-update)
16288 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16289 Don't call expand-file-name on default-directory.
16290
16291 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
16292
16293 * speedbar.el (speedbar-item-delete):
16294 * calc/calc-prog.el (calc-kbd-if):
16295 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16296
16297 * epa.el (epa-key-list-mode-map):
16298 * hi-lock.el (hi-lock-menu): Fix typos in menus.
16299
16300 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16301 (hs-show-hook): Fix typo in docstring.
16302
16303 2009-09-29 Glenn Morris <rgm@gnu.org>
16304
16305 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16306 file-name-nondirectory call preventing location of cedet files.
16307 (check-declare-verify): Use literal search rather than re-search.
16308 Add basic defmethod and defclass, and define-overloadable-function.
16309
16310 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16311 Use tramp-compat-file-attributes rather than nonexistent
16312 tramp-compat-handle-file-attributes.
16313
16314 * Makefile.in (lisptagsfiles4): New.
16315 (AUTOGENEL): Add cedet loaddefs files.
16316 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16317 (update-elclist, compile-always, backup-compiled-files)
16318 (bootstrap-clean): Add yet another directory level.
16319 (update-elclist): Use LC_COLLATE rather than COLLATE.
16320 (ELCFILES): Update, via `make update-elclist'.
16321
16322 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
16323
16324 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16325 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16326 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16327
16328 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
16329
16330 * Makefile.in (lisptagsfiles3): Define.
16331 (TAGS, TAGS-LISP): Use it.
16332 (update-elclist): Add third directory level to look for elc files.
16333 (compile-always): Likewise.
16334 (backup-compiled-files): Likewise.
16335 (bootstrap-clean): Likewise.
16336 (ELCFILES): Update.
16337
16338 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
16339
16340 * Makefile.in (ELCFILES): Add CEDET files.
16341
16342 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
16343
16344 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16345
16346 * net/tramp.el (top): Require tramp-imap.
16347
16348 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16349 Use `tramp-compat-handle-file-attributes'.
16350
16351 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16352
16353 * net/tramp-imap.el: New package.
16354
16355 2009-09-28 Eric Ludlam <zappo@gnu.org>
16356
16357 * emacs-lisp/chart.el:
16358 * emacs-lisp/eieio-base.el:
16359 * emacs-lisp/eieio-comp.el:
16360 * emacs-lisp/eieio-custom.el:
16361 * emacs-lisp/eieio-datadebug.el:
16362 * emacs-lisp/eieio-opt.el:
16363 * emacs-lisp/eieio-speedbar.el:
16364 * emacs-lisp/eieio.el: New files.
16365
16366 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16367
16368 * whitespace.el (whitespace-trailing-regexp)
16369 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16370 Fix doc string.
16371
16372 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16375 menu.
16376
16377 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16378 menu-bar-ediff-menu.
16379
16380 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16381 define-overloadable-function.
16382
16383 * progmodes/autoconf.el: Provide autoconf as well, so that this
16384 file can be `require'd.
16385
16386 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16387
16388 * emacs-lisp/autoload.el (generated-autoload-feature)
16389 (generated-autoload-load-name): New vars.
16390 (autoload-rubric, autoload-generate-file-autoloads): Use them.
16391 (make-autoload): Recognize define-overloadable-function and
16392 defclass forms (for EIEIO).
16393
16394 * Makefile.in (update-subdirs): Exclude cedet directory.
16395
16396 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16397
16398 * term/ns-win.el: Don't set the region face background. (Bug#4381)
16399
16400 * faces.el: Default light-background background for region face to
16401 ns_selection_color under NS.
16402
16403 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
16404
16405 * net/imap-hash.el: New library, see NEWS.
16406
16407 * Makefile.in (ELCFILES): Add imap-hash.el.
16408
16409 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16412 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16413 * help-macro.el (make-help-screen): Avoid using an ambiguous function
16414 definition where the docstring could be taken for the return value.
16415
16416 2009-09-26 Glenn Morris <rgm@gnu.org>
16417
16418 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16419 Add option to only show images below a certain size.
16420 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16421 save-excursion calls.
16422
16423 2009-09-26 Eli Zaretskii <eliz@gnu.org>
16424
16425 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16426 subdirectories) and eieio.
16427
16428 2009-09-26 Alan Mackenzie <acm@muc.de>
16429
16430 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16431 Correct buggy bracketing. (Bug#4289)
16432
16433 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
16434 character constants (as case labels). (Bug#4289)
16435
16436 2009-09-25 Juri Linkov <juri@jurta.org>
16437
16438 * files.el (safe-local-eval-forms): Allow time-stamp in
16439 before-save-hook (Bug#4554).
16440
16441 2009-09-25 Drew Adams <drew.adams@oracle.com>
16442
16443 * menu-bar.el (list-buffers-directory): Doc fix.
16444
16445 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
16446
16447 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16448 Try and avoid copying twice the same paragraph.
16449 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16450 Remove save-excursion.
16451 (log-edit-changelog-entry): Do it here instead.
16452
16453 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
16454
16455 * bs.el (bs--get-file-name): Use `list-buffers-directory'
16456 when available, instead of hardcoding mode names. Doc fix.
16457
16458 * menu-bar.el (list-buffers-directory): Add docstring.
16459 Make automatically buffer-local.
16460
16461 * dired.el (dired-mode):
16462 * files.el (cd-absolute):
16463 * pcvs.el (cvs-temp-buffer):
16464 * pcvs-util.el (cvs-get-buffer-create):
16465 * shell.el (shell-mode):
16466 * vc-dir.el (vc-dir-mode):
16467 Don't make `list-buffers-directory' buffer local.
16468
16469 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
16470
16471 * comint.el (comint-exec, comint-run, make-comint):
16472 Doc fixes (Bug#4542).
16473
16474 2009-09-25 Glenn Morris <rgm@gnu.org>
16475
16476 * mail/rmailmm.el (rmail-mime): New custom group.
16477 Move all defcustoms in this file into this group.
16478 (rmail-mime-media-type-handlers-alist): Revert previous change.
16479 (rmail-mime-show-images): New option.
16480 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16481 references to it, since it wasn't actually used for anything.
16482 (rmail-mime-insert-image): New function.
16483 (rmail-mime-image): Use rmail-mime-insert-image.
16484 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
16485 obey the value of `rmail-mime-show-images' option. Print the size of
16486 attachments.
16487
16488 2009-09-25 David Engster <deng@randomsample.de>
16489
16490 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
16491
16492 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16493
16494 * whitespace.el: Does not highlight trailing spaces While point is
16495 at end of line. Does not highligt spaces at beginning of buffer
16496 while point is at beginning of buffer. Does not highlight spaces
16497 at end of buffer while point is at end of buffer. (Bug#4177)
16498 New version 12.0.
16499 (whitespace-display-mappings): Adjust initialization.
16500 (whitespace-point, whitespace-font-lock-refontify): New vars.
16501 (whitespace-color-on, whitespace-color-off): Adjust code.
16502 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16503 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16504 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16505
16506 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
16507
16508 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16509
16510 * textmodes/sgml-mode.el: Remove xml-mode alias.
16511
16512 * files.el (auto-mode-alist, conf-mode-maybe)
16513 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
16514
16515 2009-09-24 Alan Mackenzie <acm@muc.de>
16516
16517 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16518 c-forward-conditionals, but it doesn't move point and doesn't set
16519 the mark.
16520 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16521 (c-down-conditional-with-else, c-backward-conditional)
16522 (c-forward-conditional): Refactor to use c-scan-conditionals.
16523
16524 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
16525
16526 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16527 (help-default-arg-highlight): Remove.
16528 (help-highlight-arg): New function.
16529 (help-do-arg-highlight): Use it.
16530 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
16531
16532 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * term.el (term-set-scroll-region, term-handle-ansi-escape):
16535 Undo last change, which didn't fix the problem and introduced others.
16536
16537 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
16538
16539 * progmodes/gdb-mi.el: Don't require speedbar.
16540 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16541
16542 2009-09-24 Glenn Morris <rgm@gnu.org>
16543
16544 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16545
16546 * term/ns-win.el (ns-reg-to-script): Define for compiler.
16547
16548 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16549 there is no newline after the final mime boundary. (Bug#4539)
16550 Move markers on insertion so that any buttons inserted don't end up in
16551 the next part of a multipart message.
16552 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
16553 (rmail-mime-bulk-handler): Optionally handle images.
16554 (rmail-mime-image): New button action.
16555 (rmail-mime-image-handler): New function.
16556 (rmail-mime-mode): New mode.
16557 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
16558
16559 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16560
16561 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16562 than just dropping elements from it (bug#4504).
16563
16564 * term.el (term-set-scroll-region): Don't move cursor any more.
16565 (term-handle-ansi-escape): Call term-goto here instead.
16566 Suggested by Ivan Kanis <apple@kanis.eu>.
16567
16568 * term.el: Require CL.
16569 (term-ansi-reset): New function.
16570 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16571 (term-handle-colors-array): Simplify.
16572
16573 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
16574
16575 * allout.el (allout-overlay-interior-modification-handler)
16576 (allout-obtain-passphrase):
16577 * epa-file.el (epa-file-write-region):
16578 * ps-print.el (ps-begin-job):
16579 * vc-hooks.el (vc-toggle-read-only):
16580 * vc-rcs.el (vc-rcs-rollback):
16581 * vc-sccs.el (vc-sccs-rollback):
16582 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16583 (vc-version-diff, vc-revert, vc-rollback):
16584 * wdired.el (wdired-check-kill-buffer):
16585 * emacs-lisp/authors.el (authors):
16586 * net/socks.el (socks-open-connection):
16587 * net/zeroconf.el (zeroconf-service-add-hook):
16588 * obsolete/vc-mcvs.el (vc-mcvs-register):
16589 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16590 (gdb-select-frame):
16591 * progmodes/grep.el (lgrep, rgrep):
16592 * progmodes/idlw-help.el (idlwave-help-check-locations)
16593 (idlwave-help-html-link, idlwave-help-assistant-open-link):
16594 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16595 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16596 (reftex-toc-rename-label): Fix typos in error messages.
16597
16598 * dired-aux.el (dired-do-shell-command): Reflow docstring.
16599 (dired-copy-how-to-fn): Doc fix.
16600 (dired-files-attributes, dired-read-shell-command):
16601 Fix typos in docstrings.
16602
16603 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16604 (dired-x-find-file-other-window): Reflow docstrings.
16605 (dired-omit-marker-char, dired-read-shell-command)
16606 (dired-x-submit-report): Fix typos in docstrings.
16607
16608 * shell.el (shell-mode-hook):
16609 * view.el (View-scroll-line-forward):
16610 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16611 Fix typos in docstrings.
16612
16613 * net/dig.el (dig-invoke): Fix typo in docstring.
16614 (query-dig): Reflow docstring.
16615
16616 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16617 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16618 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16619 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16620 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16621 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16622 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16623 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16624 (idlwave-completion-map, idlwave-current-indent)
16625 (idlwave-custom-ampersand-surround, idlwave-customize)
16626 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16627 (idlwave-define-abbrev, idlwave-determine-class-special)
16628 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16629 (idlwave-end-block-reg, idlwave-end-of-statement)
16630 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16631 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16632 (idlwave-explicit-class-listed, idlwave-file-header)
16633 (idlwave-fill-paragraph, idlwave-find-class-definition)
16634 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16635 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16636 (idlwave-in-quote, idlwave-indent-action-table)
16637 (idlwave-indent-expand-table, idlwave-indent-line)
16638 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16639 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16640 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16641 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16642 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16643 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16644 (idlwave-outlawed-buffers, idlwave-popup-select)
16645 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16646 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16647 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16648 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16649 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16650 (idlwave-statement-type, idlwave-struct-skip)
16651 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16652 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16653 (idlwave-what-module-find-class): Fix typos in docstrings.
16654 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16655 (idlwave-calculate-cont-indent, idlwave-expand-equal)
16656 (idlwave-find-module, idlwave-find-structure-definition)
16657 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16658 (idlwave-list-load-path-shadows, idlwave-next-statement)
16659 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16660 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16661 (idlwave-template): Reflow docstrings.
16662
16663 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16664 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16665 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16666 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16667 (idlwave-shell-display-line, idlwave-shell-display-wframe)
16668 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16669 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16670 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16671 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16672 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16673 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16674 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16675 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16676 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16677 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16678 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16679 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16680 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16681 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16682 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16683 Fix typos in docstrings.
16684 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16685 (idlwave-shell-hide-output, idlwave-shell-mode)
16686 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16687 Reflow docstrings.
16688
16689 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16690
16691 2009-09-24 Ivan Kanis <apple@kanis.eu>
16692
16693 * term.el (term-bold-attribute): New var.
16694 (term-handle-colors-array): Use it.
16695
16696 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
16697
16698 * progmodes/gdb-mi.el (gdb-version): New variable.
16699 (gdb-non-stop-handler): Set gdb-version.
16700 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16701 Condition "--thread" option on gdb-version.
16702 (gdb-invalidate-threads): Remove unused argument.
16703
16704 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16705
16706 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16707 to looking-back to avoid ridiculous slow down in large files (bug#4511).
16708
16709 2009-09-23 Glenn Morris <rgm@gnu.org>
16710
16711 * mail/rmail.el (rmail-reply): Don't try to add a References header when
16712 replying to mail without References or Message-Id. (Bug#4525)
16713
16714 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
16715
16716 * term/ns-win.el (ns-reg-to-script): New variable.
16717
16718 2009-09-23 Daiki Ueno <ueno@unixuser.org>
16719
16720 * epg.el (epg-wait-for-status): Preserve existing 'error results.
16721
16722 2009-09-22 Sam Steingold <sds@gnu.org>
16723
16724 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
16725 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16726 to 1 because hg returns status 1 when nothing is found.
16727 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
16728
16729 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16730
16731 * textmodes/fill.el: Convert to utf-8 encoding.
16732 (fill-french-nobreak-p): Remove redundant » and « inherited from our
16733 pre-Unicode days.
16734
16735 * add-log.el (change-log-fill-forward-paragraph): New function.
16736 (change-log-mode): Use it so fill-region DTRT.
16737 Set fill-indent-according-to-mode here rather than in
16738 change-log-fill-paragraph.
16739 (change-log-fill-paragraph): Remove.
16740
16741 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
16742
16743 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16744 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
16745
16746 2009-09-22 Glenn Morris <rgm@gnu.org>
16747
16748 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16749 the scroll-bar scroll the calendar window rather than the buffer.
16750
16751 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16752 commands that move point (as opposed to scrolling).
16753
16754 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16755
16756 * emacs-lisp/elint.el (elint): New custom group.
16757 (elint-log-buffer): Make it a defcustom.
16758 (elint-scan-preloaded, elint-ignored-warnings)
16759 (elint-directory-skip-re): New options.
16760 (elint-builtin-variables): Doc fix.
16761 (elint-preloaded-env): New variable.
16762 (elint-unknown-builtin-args): Add an entry for encode-time.
16763 (elint-extra-errors): Make it a variable rather than a constant.
16764 (elint-preloaded-skip-re): New constant.
16765 (elint-directory): Skip files matching elint-directory-skip-re.
16766 (elint-features): New variable, local to linted buffers.
16767 (elint-update-env): Initialize elint-features. Possibly add
16768 elint-preloaded-env to the buffer's environment.
16769 (elint-get-top-forms): Bind elint-current-pos, for log messages.
16770 Skip quoted forms.
16771 (elint-init-form): New function, extracted from elint-init-env.
16772 Make non-list forms a warning rather than an error.
16773 Add the mode-map for define-derived-mode. Handle define-minor-mode,
16774 easy-menu-define, put that adds an error-condition, and provide.
16775 When requiring cl, also require cl-macs. Really require cl, to handle
16776 some cl macros. Store required libraries in the list elint-features,
16777 so as not to re-load them. Treat cc-require like require.
16778 (elint-init-env): Call elint-init-form to do the work.
16779 Handle eval-and-compile and such like.
16780 (elint-add-required-env): Do not clear messages.
16781 (elint-special-forms): Add handlers for function, defalias, if, when,
16782 unless, and, or.
16783 (elint-form): Add optional argument to ignore elint-special-forms,
16784 useful to prevent recursive calls from handlers. Doc fix.
16785 Respect elint-ignored-warnings.
16786 (elint-form): Respect elint-ignored-warnings.
16787 (elint-bound-variable, elint-bound-function): New variables.
16788 (elint-unbound-variable): Respect elint-bound-variable.
16789 (elint-get-args): Respect elint-bound-function.
16790 (elint-check-cond-form): Add some simple handling for (f)boundp and
16791 featurep tests.
16792 (elint-check-defalias-form): New handler.
16793 (elint-check-let-form): Make an empty let a warning rather than an
16794 error.
16795 (elint-check-setq-form): Make an empty setq a warning rather than an
16796 error. Respect elint-ignored-warnings.
16797 (elint-check-defvar-form): Accept null doc-strings.
16798 (elint-check-conditional-form): New handler. Does some simple-minded
16799 checking of featurep and (f)boundp tests.
16800 (elint-put-function-args): New function.
16801 (elint-initialize): Use elint-scan-doc-file rather than
16802 elint-find-builtin-variables. Use elint-put-function-args.
16803 Possibly scan preloaded-file-list.
16804 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16805 extend to handle functions as well.
16806
16807 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
16808
16809 * linum.el (linum-delete-overlays, linum-update-window):
16810 Do not modify the right margin. (Bug#3971)
16811
16812 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
16813
16814 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16815 Use nxml-mode instead of xml-mode.
16816
16817 2009-09-21 Kevin Ryde <user42@zip.com.au>
16818
16819 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
16820
16821 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16822
16823 * net/dig.el (dig-mode): Use define-derived-mode.
16824
16825 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
16826
16827 * vc-dispatcher.el (vc-do-command): Return the process object in
16828 the asynchronous case. Use when instead of if. Do not run
16829 vc-exec-after to display a message if not enabled. (Bug#4463)
16830
16831 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16832 properties to the stash strings.
16833 (vc-git-stash-list): Return a list of strings.
16834 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16835 (vc-git-stash-show-at-point): New functions.
16836 (vc-git-stash-map): New keymap.
16837
16838 * register.el (ctl-x-r-map): Define the keys here instead of
16839 using autoload.
16840
16841 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
16842
16843 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16844 list, to workaround performance problem (bug#4485).
16845
16846 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
16847
16848 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16849
16850 2009-09-20 Daiki Ueno <ueno@unixuser.org>
16851
16852 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16853 Document that this option is not recommended to use.
16854
16855 2009-09-19 Glenn Morris <rgm@gnu.org>
16856
16857 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16858 variable `var'.
16859
16860 * calc/calc-alg.el (var):
16861 * calc/calcalg2.el (var): Define for compiler.
16862
16863 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
16864
16865 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16866 Doc fix (Bug#3932).
16867
16868 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16869
16870 * time-stamp.el (time-stamp-month-dd-yyyy)
16871 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16872 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16873 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
16874 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16875 Remove functions that have been obsolete since 1995 (Bug#4436).
16876
16877 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16878 indent buffer only if called interactively (Bug#4452).
16879
16880 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
16881 Eli Zaretskii <eliz@gnu.org>
16882
16883 This fixes bug#4197 (merged to bug#865, though not identical).
16884 * server.el (server-auth-dir): Add docstring note about FAT32.
16885 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16886 but warn against using them.
16887
16888 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
16889
16890 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16891 older GDB where there is no has_more field.
16892
16893 2009-09-19 Glenn Morris <rgm@gnu.org>
16894
16895 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16896
16897 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
16898
16899 * files.el (auto-mode-alist): Change default for XML files to nXML
16900 mode (Bug#4169).
16901
16902 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
16903
16904 * server.el (server-ensure-safe-dir): Pass 'integer
16905 to `file-attributes', as suggested.
16906
16907 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
16908
16909 * dired-aux.el (dired-query-alist): Remove spurious backslash.
16910 (dired-query): Use read-key.
16911
16912 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
16913
16914 * cus-start.el (ns-use-qd-smoothing): Remove.
16915
16916 2009-09-18 Glenn Morris <rgm@gnu.org>
16917
16918 * allout.el (top-level): Remove unnecessary progn.
16919
16920 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16921
16922 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16923 definition of abbrev table.
16924
16925 * speedbar.el (speedbar-track-mouse):
16926 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16927 * net/eudc.el (eudc-expand-inline):
16928 * net/newst-backend.el (newsticker--cache-read-feed):
16929 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
16930 condition-case handlers.
16931
16932 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
16933
16934 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16935 (gdb-var-list): Add an element for has_more field.
16936 (gdb-non-stop-handler): Enable pretty printing for STL containers.
16937 (gdb-var-create-handler, gdb-var-list-children-handler-1)
16938 (gdb-var-update-handler-1): Parse output of dynamic variable
16939 objects (STL containers).
16940 (gdb-var-delete-1): Pass var1 as an explicit second argument.
16941 (gdb-get-field): Delete alias. Use bindat-get-field directly.
16942
16943 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16944 gdb-var-list.
16945 (gud-speedbar-buttons): Make node expandable if expression "has more"
16946 children.
16947
16948 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
16949
16950 * startup.el (emacs-quick-startup): Remove variable and all uses.
16951 (command-line): Set `inhibit-x-resources' instead.
16952 (command-line-1): Use `inhibit-x-resources' instead.
16953
16954 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
16955
16956 * subr.el: Fix last change to avoid using the `unless' macro,
16957 which breaks bootstrapping.
16958
16959 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
16962 extended definitions, in case we reload subr.el after having
16963 loaded CL.
16964 (eval-next-after-load): Mark as obsolete.
16965
16966 2009-09-17 Juri Linkov <juri@jurta.org>
16967
16968 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
16969 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
16970 (menu-bar-showhide-menu, menu-bar-tools-menu)
16971 (menu-bar-describe-menu, menu-bar-help-menu)
16972 (minibuffer-local-completion-map, minibuffer-local-map):
16973 Fix list quoting.
16974
16975 2009-09-17 Glenn Morris <rgm@gnu.org>
16976
16977 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
16978 arguments, whether or not it has a handler.
16979
16980 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
16981
16982 * simple.el (hard-newline): Give it a doc-string.
16983
16984 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16985 (lisp-mode-syntax-table): Give them doc-strings.
16986
16987 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
16988
16989 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
16990 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
16991 (menu-bar-options-menu, menu-bar-showhide-menu)
16992 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
16993 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
16994 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
16995 (menu-bar-options-menu, menu-bar-tools-menu)
16996 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
16997 (menu-bar-help-menu):
16998 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
16999 string arguments.
17000
17001 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17002 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17003 calls for the menu names and :help.
17004
17005 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17006
17007 * mouse.el (minor-mode-menu-from-indicator): Pay attention
17008 to :minor-mode-function (bug#4455).
17009
17010 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * startup.el (command-line): Initialize the window-system after
17013 processing the command-line.
17014
17015 * textmodes/page.el (what-page): Make sure we don't inf-loop if
17016 page-delimiter matches the empty string.
17017
17018 2009-09-16 Glenn Morris <rgm@gnu.org>
17019
17020 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17021 byte-compile-not-obsolete-var. It's a list now.
17022 (byte-compile-not-obsolete-funcs): New variable.
17023 (byte-compile-warn-obsolete): Don't warn about functions if they are in
17024 byte-compile-not-obsolete-funcs.
17025 (byte-compile-variable-ref, byte-compile-defvar): Update for
17026 byte-compile-not-obsolete-vars name-change and list nature.
17027 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17028 and variables behind (f)boundp tests.
17029 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17030
17031 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17032
17033 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17034
17035 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17036
17037 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17038 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17039 Don't autoload.
17040
17041 2009-09-15 Stephen Eglen <stephen@gnu.org>
17042
17043 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17044 the virtual-buffers, use the name of the buffer specified by
17045 find-file-noselect, as the match may be a symlink. (This was a
17046 problem if the target and the symlink had different names.)
17047
17048 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17049
17050 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17051
17052 * desktop.el (desktop-path): Check user-emacs-directory.
17053
17054 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17055
17056 * loadup.el: Use after-load-functions to GC after loading each file.
17057 Remove the explicit GC calls that used to be sprinkled around.
17058
17059 * subr.el (after-load-functions): New hook.
17060 (do-after-load-evaluation): Run it. Use string-match-p to detect
17061 `obsolete' packages, rather than painfully extracting the relevant
17062 directory name.
17063
17064 2009-09-15 Glenn Morris <rgm@gnu.org>
17065
17066 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17067 free variable `doc'.
17068
17069 * dired.el (dired-mode-map): Add menu entry for async shell command.
17070
17071 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17072 variables, also consider the .elc files, since the .el files are
17073 normally gzipped (subsequent code locates the .el.gz from the .elc).
17074
17075 * calc/calc-prog.el (arglist): Define for compiler.
17076
17077 * calendar/diary-lib.el (diary-display-function): Change the default to
17078 fancy display.
17079 (body): Define for compiler.
17080
17081 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17082 (byte-compile-file-form, byte-compile-lambda)
17083 (byte-compile-top-level-body, byte-compile-form)
17084 (byte-compile-variable-ref, byte-compile-setq)
17085 (byte-compile-setq-default, byte-compile-body)
17086 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17087 (batch-byte-compile): Give some more local variables with common names
17088 a "bytecomp-" prefix to avoid masking warnings about free variables.
17089
17090 * startup.el (command-line-1): Give local variables with common names a
17091 distinguishing prefix, so as not to hide free variable warnings during
17092 bootstrap.
17093
17094 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17095 clever and add a suffix to make a unique name, just let the user decide
17096 whether or not to overwrite it. If the input is a directory, write the
17097 default filename to that directory. (Bug#4388)
17098 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17099 is a filename-as-a-directory.
17100
17101 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17102
17103 * textmodes/page.el (what-page): Don't move to beginning of line.
17104 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17105
17106 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17107
17108 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17109
17110 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17111
17112 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17113 * help.el (help-for-help-internal): Add purecopy calls for text.
17114
17115 * vc.el (top): print-log method now takes an optional SHORTLOG
17116 argument. Add a new method: root.
17117 (vc-root-diff, vc-print-root-log): New functions.
17118 (vc-log-short-style): New variable.
17119 (vc-print-log-internal): Add support for showing short logs.
17120
17121 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17122 vc-print-root-log and vc-print-root-diff.
17123
17124 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17125 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17126 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17127 short logs.
17128
17129 * vc-cvs.el (vc-cvs-print-log):
17130 * vc-mtn.el (vc-mtn-print-log):
17131 * vc-rcs.el (vc-rcs-print-log):
17132 * vc-sccs.el (vc-sccs-print-log):
17133 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17134 that is ignored for now.
17135
17136 * vc-mtn.el (vc-mtn-annotate-command):
17137 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17138
17139 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17140
17141 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17142 to function-key-map, and give them ascii-character property.
17143 * term/x-win.el (x-alternatives-map):
17144 * term/ns-win.el (ns-alternatives-map):
17145 * term/internal.el (msdos-key-remapping-map):
17146 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17147
17148 2009-09-14 Glenn Morris <rgm@gnu.org>
17149
17150 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17151 temp-buffers (2009-09-12).
17152
17153 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17156 the new read-key function.
17157
17158 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17159
17160 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17161 is defined (Bug#4405).
17162
17163 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
17164
17165 * recentf.el (recentf-cleanup): Use a hash table to find
17166 duplicates (Bug#4407).
17167
17168 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
17169
17170 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17171 kp-0 to ascii equivalents (Bug#4325).
17172
17173 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17174
17175 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17176
17177 * eshell/em-hist.el:
17178 * eshell/em-dirs.el (eshell-complete-user-reference):
17179 Declare pcomplete functions and variables to avoid compiler warnings.
17180
17181 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
17182
17183 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17184 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17185 * eshell/em-alias.el (eshell-aliases-file):
17186 * eshell/em-hist.el (eshell-history-file-name):
17187 Use expand-file-name instead of concat to make file names (Bug#4308).
17188
17189 2009-09-13 Glenn Morris <rgm@gnu.org>
17190
17191 * ediff-merg.el (ediff-do-merge):
17192 * filesets.el (filesets-run-cmd):
17193 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17194 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17195 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17196 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17197 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17198 Replace empty `let's with `progn'.
17199
17200 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17201
17202 * mail/sendmail.el (send-mail-function):
17203 * tooltip.el (tooltip-mode):
17204 * simple.el (transient-mark-mode):
17205 * rfn-eshadow.el (file-name-shadow-mode):
17206 * frame.el (blink-cursor-mode):
17207 * font-core.el (global-font-lock-mode):
17208 * files.el (temporary-file-directory)
17209 (small-temporary-file-directory, auto-save-file-name-transforms):
17210 * epa-hook.el (auto-encryption-mode):
17211 * composite.el (global-auto-composition-mode):
17212 Use custom-initialize-delay.
17213 * startup.el (command-line): Don't explicitly call
17214 custom-reevaluate-setting for all the above vars.
17215 * custom.el (custom-initialize-safe-set)
17216 (custom-initialize-safe-default): Delete.
17217
17218 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17219
17220 * term/x-win.el (x-initialize-window-system):
17221 * term/w32-win.el (w32-initialize-window-system):
17222 * term/ns-win.el (ns-initialize-window-system): Don't call
17223 mouse-wheel-mode since it's enabled globally by default already.
17224
17225 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17226 actually define the variable, but only silences the byte-compiler.
17227 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17228 before looking it up.
17229 (mouse-wheel-scroll-amount): Also reset the bindings if this value
17230 is changed.
17231
17232 2009-09-12 Glenn Morris <rgm@gnu.org>
17233
17234 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17235 1000.
17236 (elint-add-required-env): Don't beep on error.
17237 (elint-forms): In case of error, return ENV unchanged.
17238 (elint-init-env): Skip non-list forms.
17239 (elint-log): Handle unknown file positions.
17240
17241 2009-09-12 Daiki Ueno <ueno@unixuser.org>
17242
17243 * epg.el (epg-make-context): Add autoload cookie.
17244 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17245 (epg-decrypt-string, epg-start-verify, epg-verify-file)
17246 (epg-verify-string, epg-start-sign, epg-sign-file)
17247 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17248 (epg-encrypt-string, epg-start-export-keys)
17249 (epg-export-keys-to-file, epg-export-keys-to-string)
17250 (epg-start-import-keys, epg-import-keys-from-file)
17251 (epg-import-keys-from-string, epg-start-receive-keys)
17252 (epg-receive-keys, epg-import-keys-from-server)
17253 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17254 (epg-sign-keys, epg-start-generate-key)
17255 (epg-generate-key-from-file, epg-generate-key-from-string):
17256 Remove autoload cookie.
17257
17258 2009-09-12 Eli Zaretskii <eliz@gnu.org>
17259
17260 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17261 reevaluation of trash-directory.
17262
17263 * mwheel.el: Fix last change.
17264 (mouse-wheel-mode): New defvar.
17265 (mouse-wheel-mode): Remove autoload cookie.
17266
17267 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * mwheel.el (mwheel-installed-bindings): New var.
17270 (mouse-wheel-mode): Use it, so as to make sure we really remove all
17271 the bindings we set last time. Use custom-initialize-delay.
17272 * loadup.el: Load mwheel after term/*-win.el.
17273 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17274 and mouse-wheel-up-event now that their first evaluation is done
17275 sufficiently late to be correct.
17276
17277 * startup.el (tutorial-directory): Make it a defcustom.
17278 Use custom-initialize-delay rather than eval-at-startup to set it.
17279 * image.el (image-load-path): Make it a defcustom.
17280 Use custom-initialize-delay rather than eval-at-startup to set it.
17281 * subr.el (eval-at-startup): Remove.
17282 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17283
17284 * subr.el (do-after-load-evaluation): Warn the user after loading an
17285 obsolete package.
17286
17287 2009-09-12 Glenn Morris <rgm@gnu.org>
17288
17289 * proced.el (proced-mark-alt): Remove alias.
17290 (proced-mode-map): Remove proced-mark-alt.
17291
17292 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17293 Elint file and directory. Remove initialization entry.
17294
17295 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17296 commands.
17297 (elint-current-buffer): Set mode-line-process.
17298 (elint-init-env): Handle define-derived-mode.
17299 Fix declare-function with unspecified arglist. Guard against odd
17300 defalias statements (eg iso-insert's 8859-1-map).
17301 (elint-add-required-env): Use a temp buffer.
17302 (elint-form): Just print the function/macro name, not the whole form.
17303 Return env unchanged if we fail to parse a macro.
17304 (elint-forms): Guard against parse errors.
17305 (elint-output): New function, to handle batch mode.
17306 (elint-log-message): Add optional argument. Use elint-output.
17307 (elint-set-mode-line): New function.
17308
17309 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
17310
17311 * emacs-lisp/elp.el (elp-not-profilable): Add more
17312 functions (Bug#4233).
17313
17314 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
17315
17316 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17317 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17318
17319 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
17320
17321 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17322 (gdb-var-list-children): Use json parsing.
17323
17324 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
17325
17326 * progmodes/js.el (js--proper-indentation): Handle the case where
17327 char-before is null. Reported by Deniz Dogan.
17328
17329 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17330
17331 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17332
17333 2009-09-11 Daiki Ueno <ueno@unixuser.org>
17334
17335 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17336 (epg-digest-algorithm-alist): Add SHA224.
17337 (epg-context-set-passphrase-callback)
17338 (epg-context-set-progress-callback): Add description about
17339 callback function.
17340
17341 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17342
17343 * custom.el (custom-delayed-init-variables): New var.
17344 (custom-initialize-delay): New function.
17345 * startup.el (command-line): "Re"evaluate all vars in
17346 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
17347 explicitly any more.
17348 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17349 to avoid creating a ~/.emacs.d at build-time (bug#4347).
17350
17351 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
17352
17353 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
17354
17355 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17356 (gdb-var-update-handler): Use json parsing.
17357
17358 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17359
17360 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17361 decode annotated text, regardless of language environment. (Bug#2741)
17362
17363 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17364
17365 * Makefile.in (autoloads): Make rmail.el writable as well.
17366
17367 2009-09-11 Glenn Morris <rgm@gnu.org>
17368
17369 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17370 loaddefs.el.
17371 * dired.el: Regenerate with extracted autoloads.
17372 * Makefile.in (autoloads): Make dired.el writable.
17373
17374 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17375 * ibuffer.el: Regenerate with extracted autoloads.
17376 * Makefile.in (autoloads): Make ibuffer.el writable.
17377
17378 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17379 * version.el (emacs-copyright, emacs-major-version)
17380 (emacs-minor-version): Reformat doc-strings for make-docfile.
17381
17382 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17383 functions and variables, since they must be stuff specific to some other
17384 platform.
17385 (apropos-print): Make mouse-click message less specific about button.
17386
17387 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17388 that records where a macro was defined.
17389 * help-fns.el (describe-function-1): Mention if a function has a
17390 compiler-macro.
17391 * help-mode.el (help-function-cmacro): New button.
17392
17393 * locate.el (top-level): Always require dired.
17394 (locate-mode-map): Initialize inside the defvar.
17395
17396 * net/ange-ftp.el (dired-compress-file): Declare.
17397 (ange-ftp-dired-compress-file): Add doc string.
17398
17399 * term/ns-win.el (x-display-name, x-setup-function-keys):
17400 Unify doc-strings with X versions.
17401
17402 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17403
17404 * emulation/crisp.el (crisp-mode-map): Move initialization
17405 into declaration.
17406 (crisp-mode): Use define-minor-mode.
17407
17408 * progmodes/xscheme.el (xscheme-evaluation-commands):
17409 Put a :advertised-binding property rather than using
17410 advertised-xscheme-send-previous-expression.
17411 (advertised-xscheme-send-previous-expression): Declare obsolete.
17412 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17413 `advertised-undo'.
17414 (crisp-mode): Add corresponding bindings to
17415 undo's :advertised-binding instead.
17416 * dired.el (dired-mode-map): Put a :advertised-binding property rather
17417 than using dired-advertised-find-file.
17418 (dired-advertised-find-file):
17419 * simple.el (advertised-undo):
17420 * wid-edit.el (advertised-widget-backward): Declare obsolete.
17421 (widget-keymap): Put a :advertised-binding property rather
17422 than using advertised-widget-backward.
17423 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17424 than using advertised-undo.
17425 * tutorial.el (tutorial--default-keys): Adjust accordingly.
17426
17427 2009-09-10 Simon South <ssouth@slowcomputing.org>
17428
17429 * progmodes/delphi.el (delphi-tab): Indent region when Transient
17430 Mark mode is enabled and region is active; otherwise indent or
17431 insert TAB as usual.
17432 (delphi-mode): Update description of TAB-key binding.
17433
17434 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17435
17436 * subr.el (define-key-rebound-commands): Mark obsolete.
17437 * startup.el (precompute-menubar-bindings): Remove.
17438 (normal-top-level): Remove obsolete code that tried to precompute
17439 menubar bindings.
17440 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17441 define-key-rebound-commands and precompute-menubar-bindings.
17442
17443 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17444
17445 * net/imap.el (imap-interactive-login): Better messages.
17446 (imap-open): Fix bug with renamed buffer on reconnect.
17447 (imap-authenticate): Add buffer-local imap-last-authenticator variable
17448 for easier debugging and cleaner code. On successful (guessed based on
17449 server capabilities) secondary authentication, set imap-state
17450 correctly.
17451 (imap-last-authenticator): Define imap-last-authenticator as a variable
17452 to avoid warnings.
17453
17454 2009-09-10 Glenn Morris <rgm@gnu.org>
17455
17456 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17457
17458 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17459 (byte-compile-file-form-autoload): Don't warn about unknown functions
17460 where the autoload statement comes after the use.
17461 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17462 that any handlers inside the body (eg require) are in turn respected.
17463
17464 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17465 effects.
17466
17467 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17468 and syntax and abbrev tables basic docs, if they don't have any.
17469
17470 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17471
17472 * international/mule-cmds.el (top-level): Require cl when compiling.
17473 (view-hello-file): Use default-value rather than
17474 default-enable-multibyte-characters.
17475
17476 * progmodes/fortran.el: Move all safe and risky properties into the
17477 defcustoms.
17478
17479 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17480 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17481 * mail/undigest.el:
17482 Put autoloads in rmail.el rather than loaddefs.el.
17483 * mail/rmail.el: Regenerate with extracted autoloads.
17484
17485 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17486 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17487
17488 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
17489
17490 Reported in thread for Bug#4375.
17491 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17492 "-data-evaluate-expression" instead of print.
17493 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17494 (gdb-tooltip-print): Parse output from above MI command.
17495 (gdb): Revert 2009-08-11 change. User should detach inferior
17496 manually.
17497
17498 Remove the word "separate" from IO functions as inferior
17499 output is now never displayed in the GUD buffer.
17500
17501 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
17502
17503 * startup.el (command-line-normalize-file-name): On Windows and
17504 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17505
17506 2009-09-10 Juri Linkov <juri@jurta.org>
17507
17508 * isearch.el (isearch-text-char-description): Propertize escape
17509 character sequences with the `escape-glyph' face. (Bug#4344)
17510
17511 * simple.el (shell-command): Set asynchronous process filter to
17512 `comint-output-filter'. (Bug#4343)
17513
17514 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17515 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
17516 the list. Move "asm" to the bottom.
17517 (grep-find-ignored-directories): Add `choice' with nil value
17518 to empty the list easily.
17519 (grep-find-ignored-files): New option.
17520 (grep-files-history): Set to nil by default instead of '("ch" "el").
17521 (grep-compute-defaults): Add "<X>" to `grep-template'.
17522 (grep-read-files): Bind new local variables `default-alias' and
17523 `default-extension'. Use a list of default values for the file prompt.
17524 (lgrep): Add `--exclude=' command line options composed from
17525 `grep-find-ignored-files'.
17526 (rgrep): Add `-name' command line options composed from
17527 `grep-find-ignored-files'. (Bug#4301)
17528
17529 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
17530
17531 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17532 (bug#4368).
17533
17534 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
17535
17536 * calendar/time-date.el (autoload):
17537 Expand define-obsolete-function-alias into defalias and make-obsolete
17538 for old Emacsen that Gnus supports.
17539 (with-no-warnings): Define it for old Emacsen.
17540 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17541 is available.
17542 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17543 float-time is available; suppress compile warning for time-to-seconds.
17544
17545 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
17546
17547 * net/imap.el (imap-message-map): Docstring fix.
17548
17549 2009-09-09 Glenn Morris <rgm@gnu.org>
17550
17551 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17552 line numbers too. (Bug#4374)
17553
17554 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
17555
17556 * smerge-mode.el (smerge-remove-props, smerge-refine):
17557 Use with-silent-modifications (bug#4342).
17558
17559 * subr.el (with-silent-modifications): New macro.
17560
17561 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
17562
17563 * files.el (top-level): Require `cl' when compiling.
17564
17565 2009-09-07 Glenn Morris <rgm@gnu.org>
17566
17567 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17568
17569 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17570 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
17571
17572 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
17573
17574 * vc-git.el (vc-git-annotate-command): Use separator to parse
17575 arguments correctly.
17576
17577 2009-09-06 Eli Zaretskii <eliz@gnu.org>
17578
17579 * proced.el (proced-mode): Doc fix.
17580
17581 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
17582
17583 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17584 lstat fails.
17585 (tramp-do-file-attributes-with-ls): Check for file existence at
17586 remote end.
17587 (tramp-do-file-attributes-with-stat): Likewise.
17588 (tramp-convert-file-attributes): Return nil when attr is nil.
17589
17590 2009-09-05 Glenn Morris <rgm@gnu.org>
17591
17592 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17593 properties to this button.
17594 (diary-fancy-display): Don't extend the button to the final newline.
17595 (diary-fancy-display-mode): Continue to define "q" as a local key.
17596
17597 * calendar/cal-china.el (holiday-chinese): Make it slightly more
17598 efficient.
17599
17600 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17601
17602 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17603 (byte-compile-dest-file-function): New option.
17604 (byte-compile-dest-file): Doc fix.
17605 Obey byte-compile-dest-file-function.
17606 (byte-compile-cl-file-p): New function.
17607 (byte-compile-eval): Only suppress noruntime warnings about cl functions
17608 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
17609 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17610 than for file being previously loaded.
17611 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17612 (byte-compile-file-form-require): Handle the case where requiring a file
17613 indirectly causes CL to be loaded.
17614
17615 2009-09-05 Karl Fogel <kfogel@red-bean.com>
17616
17617 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17618 before killing the old buffer, since by the time `kill-buffer' is
17619 run so many buffer variables have been set to nil that it may not
17620 behave as expected. (Bug#4061)
17621
17622 2009-09-05 Karl Fogel <kfogel@red-bean.com>
17623
17624 * files.el (find-alternate-file): If the old buffer is modified
17625 and visiting a file, behave similarly to `kill-buffer' when
17626 killing it, thus reverting to the pre-1.878 behavior; see
17627 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17628 for discussion. Also, consult `buffer-file-name' as a variable
17629 not as a function, for consistency with the rest of the code.
17630
17631 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
17632
17633 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17634 also when adding a new directory.
17635
17636 * net/tramp-compat.el (tramp-compat-line-beginning-position):
17637 New defun.
17638
17639 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
17640
17641 * files.el (locate-file-completion-table): Make it provide boundary
17642 information, so partial-completion works better.
17643
17644 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
17645
17646 * mail/footnote.el (Footnote-text-under-cursor):
17647 Check footnote-text-marker-alist before using it (bug#4324).
17648
17649 2009-09-04 Glenn Morris <rgm@gnu.org>
17650
17651 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17652 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17653 * play/solitaire.el, play/tetris.el:
17654 Remove leading * from defcustom and defface docs.
17655
17656 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17657 necessary.
17658 (diary-fancy-overriding-map): New variable.
17659 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17660 Use view-mode.
17661
17662 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17663 goto-line.
17664
17665 2009-09-03 Glenn Morris <rgm@gnu.org>
17666
17667 * arc-mode.el (archive-mode):
17668 * dos-fns.el (set-default-process-coding-system):
17669 * man.el (Man-getpage-in-background):
17670 * menu-bar.el (menu-bar-describe-menu):
17671 * server.el (server-process-filter):
17672 * startup.el (command-line):
17673 * tar-mode.el (tar-header-block-tokenize, tar-extract):
17674 * w32-fns.el (set-default-process-coding-system):
17675 * x-dnd.el (x-dnd-handle-file-name):
17676 * international/mule-cmds.el (mule-menu-keymap)
17677 (set-default-coding-systems, language-info-alist, set-language-info)
17678 (set-language-environment, standard-display-european-internal)
17679 (set-locale-environment):
17680 * international/mule-diag.el (mule-diag):
17681 * mail/emacsbug.el (report-emacs-bug):
17682 * mail/rmail.el (rmail-mode):
17683 * mail/sendmail.el (mail-setup):
17684 Use default-value rather than default-enable-multibyte-characters.
17685
17686 * progmodes/f90.el: Move all safe properties into the defcustoms.
17687 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17688
17689 * calendar/appt.el (appt-check):
17690 * calendar/diary-lib.el (diary-set-header, diary-live-p)
17691 (diary-check-diary-file, diary-list-entries)
17692 (diary-include-other-diary-files, diary-simple-display)
17693 (diary-fancy-display, diary-print-entries)
17694 (diary-mark-included-diary-files, diary-make-entry):
17695 Don't call substitute-in-file-name on diary-file.
17696
17697 2009-09-03 Eduard Wiebe <usenet@pusto.de>
17698 Stefan Monnier <monnier@iro.umontreal.ca>
17699
17700 * mail/footnote.el (footnote-prefix): Make it a defcustom.
17701 (footnote-mode-map): Move initialization into the declaration.
17702 (footnote-minor-mode-map): Define it rather than changing global-map.
17703 (footnote-mode): Use define-minor-mode.
17704
17705 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
17706
17707 * net/tramp.el (tramp-handle-file-attributes-with-ls)
17708 (tramp-do-file-attributes-with-perl)
17709 (tramp-do-file-attributes-with-stat): Rename from
17710 `tramp-handle-file-attributes-with-*'.
17711 (tramp-handle-file-attributes): Use them.
17712 (tramp-do-directory-files-and-attributes-with-perl)
17713 (tramp-do-directory-files-and-attributes-with-stat): Rename from
17714 `tramp-handle-directory-files-and-attributes-with-*'.
17715 (tramp-handle-directory-files-and-attributes): Use them.
17716 (tramp-method-out-of-band-p): Additional parameter SIZE.
17717 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17718 (tramp-handle-write-region): Use it.
17719 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
17720 (tramp-handle-vc-registered): Check, whether the first run did
17721 return files to be tested.
17722 (tramp-advice-make-auto-save-file-name): Do not call directly
17723 `tramp-handle-make-auto-save-file-name', because this would bypass
17724 the locking mechanism.
17725
17726 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
17727 (file-remote-p, process-file, start-file-process, set-file-times)
17728 (tramp-compat-file-attributes): Compatibility functions shall not
17729 call directly `tramp-handle-*', because this would bypass the
17730 locking mechanism.
17731 (tramp-compat-number-sequence): New defun.
17732
17733 2009-09-02 Glenn Morris <rgm@gnu.org>
17734
17735 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17736 alias for float-time.
17737 (time-to-number-of-days): In Emacs, use float-time.
17738 * net/newst-backend.el (time-add): Suppress warnings from compat
17739 function.
17740 * time.el (emacs-uptime, emacs-init-time):
17741 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17742 Use float-time rather than time-to-seconds.
17743
17744 * minibuffer.el (completion-initials-expand): Fix typo.
17745
17746 * faces.el (modeline, modeline-inactive, modeline-highlight)
17747 (modeline-buffer-id):
17748 * info.el (info-menu-5): Mark these face aliases as obsolete.
17749
17750 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
17751
17752 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17753 space ...
17754 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17755 no "--thread" option.
17756 (gdb-stopped): Don't print "Switched to thread" message when it is
17757 unchanged.
17758
17759 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17760
17761 * minibuffer.el (completion-try-completion)
17762 (completion-all-completions): Remove ill-defined (and
17763 mistakenly installed and luckily never used nor documented)
17764 `completion-styles' property.
17765 (completion-initials-expand, completion-initials-all-completions)
17766 (completion-initials-try-completion): New functions.
17767 (completion-styles-alist): Add doc to each entry.
17768 Add new `initials' entry.
17769
17770 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
17771
17772 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17773 MI command -var-evaluate-expression.
17774 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17775 and tweak for case of string child.
17776 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
17777
17778 2009-09-01 Glenn Morris <rgm@gnu.org>
17779
17780 * add-log.el (change-log-date-face, change-log-name-face)
17781 (change-log-email-face, change-log-file-face, change-log-list-face)
17782 (change-log-conditionals-face, change-log-function-face)
17783 (change-log-acknowledgement-face):
17784 * cus-edit.el (custom-invalid-face, custom-rogue-face)
17785 (custom-modified-face, custom-set-face, custom-changed-face)
17786 (custom-saved-face, custom-button-face, custom-button-pressed-face)
17787 (custom-documentation-face, custom-state-face, custom-comment-face)
17788 (custom-comment-tag-face, custom-variable-tag-face)
17789 (custom-variable-button-face, custom-face-tag-face)
17790 (custom-group-tag-face-1, custom-group-tag-face):
17791 * diff-mode.el (diff-header-face, diff-file-header-face)
17792 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17793 (diff-added-face, diff-changed-face, diff-function-face)
17794 (diff-context-face, diff-nonexistent-face):
17795 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17796 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17797 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17798 (Info-title-4-face):
17799 * isearch.el (isearch-lazy-highlight-face):
17800 * log-view.el (log-view-file-face, log-view-message-face):
17801 * paren.el (show-paren-match-face, show-paren-mismatch-face):
17802 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17803 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17804 (cvs-msg-face):
17805 * smerge-mode.el (smerge-mine-face, smerge-other-face)
17806 (smerge-base-face, smerge-markers-face):
17807 * wid-edit.el (widget-documentation-face, widget-button-face)
17808 (widget-field-face, widget-single-line-field-face)
17809 (widget-inactive-face, widget-button-pressed-face):
17810 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17811 (woman-addition-face):
17812 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17813 (eshell-ls-executable-face, eshell-ls-readonly-face)
17814 (eshell-ls-unreadable-face, eshell-ls-special-face)
17815 (eshell-ls-missing-face, eshell-ls-archive-face)
17816 (eshell-ls-backup-face, eshell-ls-product-face)
17817 (eshell-ls-clutter-face):
17818 * eshell/em-prompt.el (eshell-prompt-face):
17819 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
17820 * obsolete/old-whitespace.el (whitespace-highlight-face):
17821 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17822 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17823 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17824 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17825 (antlr-font-lock-literal-face):
17826 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17827 (ebrowse-root-class-face, ebrowse-file-name-face)
17828 (ebrowse-default-face, ebrowse-member-attribute-face)
17829 (ebrowse-member-class-face, ebrowse-progress-face):
17830 * progmodes/make-mode.el (makefile-space-face):
17831 * progmodes/sh-script.el (sh-heredoc-face):
17832 * textmodes/flyspell.el (flyspell-incorrect-face)
17833 (flyspell-duplicate-face):
17834 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
17835 * textmodes/texinfo.el (texinfo-heading-face):
17836 Mark face aliases with "-face" suffix as obsolete.
17837
17838 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17839 compiler.
17840
17841 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17842 (eudc-bob-sound-menu): Use defvar rather than defconst, since
17843 easy-menu-define wants to modify these.
17844
17845 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17846
17847 * net/browse-url.el (browse-url-file-url):
17848 * term/internal.el (dos-codepage-setup):
17849 Use default-value rather than default-enable-multibyte-characters.
17850
17851 * progmodes/etags.el (etags-goto-tag-location):
17852 * progmodes/flymake.el (flymake-highlight-line)
17853 (flymake-goto-file-and-line, flymake-goto-line):
17854 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17855 (gdb-goto-breakpoint):
17856 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17857 * progmodes/python.el (python-find-function)
17858 (python-pdbtrack-track-stack-file):
17859 * progmodes/verilog-mode.el (verilog-surelint-off):
17860 * term/ns-win.el (ns-open-file-select-line):
17861 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17862 Use forward-line rather than goto-line.
17863
17864 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17865 * textmodes/reftex-index.el (reftex-display-index):
17866 * textmodes/reftex-ref.el (reftex-offer-label-menu):
17867 * textmodes/reftex-toc.el (reftex-toc):
17868 Remove unnecessary bindings of default-major-mode (all are followed by
17869 major-mode check and possible mode switch).
17870
17871 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
17872
17873 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17874 Handle watchpoints (bug#4282).
17875 (def-gdb-thread-buffer-command): Enable thread to be selected by
17876 clicking without selecting threads buffer first.
17877 (gdb-current-context-command): Use selected frame so that "up",
17878 "down" etc work in the GUD buffer.
17879 (gdb-update): Find selected frame before rendering stack buffer.
17880 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17881
17882 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17883
17884 * progmodes/sym-comp.el (displayed-completions): Remove.
17885 (symbol-complete): Use minibuffer-complete.
17886
17887 2009-08-31 Glenn Morris <rgm@gnu.org>
17888
17889 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17890
17891 * apropos.el (apropos-symbols-internal):
17892 Handle (obsolete) face aliases.
17893
17894 * faces.el (describe-face): Adjust the output format to be more like
17895 describe-variable, and to mention (obsolete) face aliases.
17896 Adjust the whitespace so that help-setup-xref works.
17897
17898 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17899 * calendar/diary-lib.el (diary-button-face):
17900 Mark these face aliases as obsolete.
17901
17902 * calendar/calendar.el (calendar-today): Doc fix.
17903
17904 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
17905
17906 * progmodes/gdb-mi.el (gdb-control-all-threads)
17907 (gdb-control-current-thread): Force tool bar update.
17908 (gdb-non-stop-handler): New function.
17909 (gdb-init-1): Use it to test if non-stop mode is supported.
17910 Remove unused gdbmi buffer type.
17911
17912 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
17913
17914 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
17915 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
17916
17917 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
17918
17919 * comint.el (comint-exec-1): Check command is non-null first.
17920 Part of gdb-mi.el change (2009-08-28).
17921
17922 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17923
17924 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17925
17926 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
17927
17928 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17929 instead of `dolist' to avoid a recursive require when bootstrapping.
17930
17931 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17932
17933 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17934
17935 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17936
17937 * net/imap.el (imap-send-command): Simplify.
17938 (imap-wait-for-tag): point-max -> buffer-size.
17939
17940 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17941
17942 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17943 with constant argument.
17944
17945 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17946
17947 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
17948
17949 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
17950 Change default, since most of our files don't have a history.
17951 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
17952 the user.
17953
17954 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17955 Add comint-run.
17956
17957 * calc/calc.el: Improve commenting convention.
17958 (calc-digit-map, toplevel): Simplify.
17959
17960 * comint.el (comint-insert-input): Be careful to only set point if we
17961 don't delegate to some other command.
17962
17963 * proced.el (proced-signal-list): Make it an alist.
17964 (proced-grammar-alist): Capitalize names.
17965 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
17966 Disable undo manually and make it read-only.
17967 Use completion-annotate-function.
17968
17969 * minibuffer.el (minibuffer-message): If the current buffer is not
17970 a minibuffer, insert the message in the echo area rather than at the
17971 end of the buffer.
17972 (completion-annotate-function): New variable.
17973 (minibuffer-completion-help): Use it.
17974 (completion--embedded-envvar-table): Environment vars are
17975 always case-sensitive.
17976
17977 2009-08-30 Glenn Morris <rgm@gnu.org>
17978
17979 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
17980 from fortran-current-defun.
17981 (fortran-beginning-of-subprogram): Be more precise about finding the
17982 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
17983 (fortran-end-of-subprogram): Simplify.
17984 (fortran-current-defun): Use fortran-start-prog-re.
17985
17986 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
17987
17988 * subr.el (do-after-load-evaluation): Simplify.
17989
17990 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17991
17992 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
17993
17994 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
17995 (vc-rcs-print-log): Use it.
17996
17997 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
17998
17999 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * paths.el (abbrev-file-name): Move to abbrev.el.
18002 * abbrev.el (abbrev-file-name): Move from paths.el.
18003 Obey user-emacs-directory.
18004 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18005 user-emacs-directory.
18006 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18007 abbrev-file-name and calc-settings-file any more.
18008 * startup.el (command-line): Recompute abbrev-file-name and
18009 abbreviated-home-dir.
18010 (normal-no-mouse-startup-screen): Improve the generic code and get rid
18011 of the special code for when C-h bindings haven't been changed.
18012 (display-startup-echo-area-message): Use with-current-buffer.
18013 (command-line-1): Use a list of strings, rather than a list of lists
18014 of strings for longopts.
18015
18016 * files.el (get-free-disk-space): Use / for default-directory.
18017
18018 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18019 Use with-current-buffer.
18020
18021 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18022 Recognize immutable variables like most-positive-fixnum.
18023 (byte-compile-setq-default): Check and warn if trying to assign
18024 to an immutable variable, or a non-variable.
18025
18026 * progmodes/cc-vars.el (c-comment-continuation-stars):
18027 * progmodes/cc-engine.el (c-looking-at-bos):
18028 * progmodes/cc-cmds.el (c-toggle-auto-state)
18029 (c-forward-into-nomenclature, c-backward-into-nomenclature)
18030 (c-comment-line-break-function): Add version of obsolescence.
18031
18032 2009-08-28 Juri Linkov <juri@jurta.org>
18033
18034 * files.el (magic-fallback-mode-alist): Add ZIP magic number
18035 associated with `archive-mode'.
18036
18037 * image.el (image-type-header-regexps): Use only JPEG magic number
18038 to determine JPEG images, and don't use `image-jpeg-p' because
18039 Emacs can display non-JFIF non-Exif JPEG images.
18040
18041 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18042
18043 * arc-mode.el (archive-mode):
18044 * emacs-lisp/re-builder.el (re-builder-unload-function):
18045 Protect against the default value of `major-mode' being nil.
18046
18047 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18048
18049 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18050 Fix typos in docstrings.
18051
18052 * progmodes/js.el (js--macro-decl-re): Doc fix.
18053 (js--plain-method-re, js--split-name): Refloc docstring.
18054 (js--class-styles, js--make-merged-item, js--splice-into-items):
18055 Fix typos in docstrings; reflow docstrings.
18056 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18057 (js--variable-decl-matcher, js--inside-pitem-p)
18058 (js--parse-state-at-point, js--get-all-known-symbols)
18059 (js--symbol-history, js-find-symbol, js--js-references)
18060 (js--moz-interactor, js--js-encode-value, js--read-tab):
18061 Fix typos in docstrings.
18062
18063 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * textmodes/reftex.el (reftex-get-file-buffer-force):
18066 * progmodes/verilog-mode.el (verilog-batch-execute-func):
18067 * emulation/viper.el (viper-go-away, viper-set-hooks):
18068 * emacs-lisp/re-builder.el (re-builder-unload-function):
18069 * emacs-lisp/bytecomp.el (byte-compile-file):
18070 * ses.el (ses-unload-function):
18071 * hexl.el (hexl-find-file):
18072 * files.el (normal-mode):
18073 * ehelp.el (with-electric-help):
18074 * autoinsert.el (auto-insert-alist):
18075 * arc-mode.el (archive-mode):
18076 Use (default-value 'major-mode) instead of default-major-mode.
18077
18078 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18079 * international/mule.el (load-with-code-conversion):
18080 * emacs-lisp/debug.el (debug):
18081 * ediff-vers.el (ediff-rcs-get-output-buffer):
18082 * dired.el (dired-internal-noselect): Don't let-bind
18083 default-major-mode around code that doesn't use it.
18084 E.g. buffer creation via get-buffer-create doesn't use it.
18085
18086 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
18087
18088 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18089 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18090 when writing the temp file. Otherwise, epa-file gets confused.
18091 (tramp-register-file-name-handlers): Make it a defun. Move also
18092 `epa-file-handler' to the front of `file-name-handler-alist'.
18093
18094 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18095
18096 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18097 start right after a ^M.
18098 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18099 (tramp-completion-file-name-regexp-separate)
18100 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
18101 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18102 Don't modify last-coding-system-used by accident.
18103 (tramp-completion-file-name-handler): Apply the checks here,
18104 instead during registration.
18105 (tramp-register-file-name-handlers): Rename from
18106 `tramp-register-file-name-handler'. Register both
18107 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
18108 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
18109
18110 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
18111
18112 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18113 Remove variable ...
18114 (gdb-init-1, gdb-display-separate-io-buffer)
18115 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18116 references to it.
18117 (gdb-inferior-io-mode): Use make-comint-in-buffer.
18118 (gdb-inferior-filter): Use comint-output-filter to stop
18119 echoing and remove ^M characters.
18120
18121 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18122
18123 * emulation/viper-init.el (viper-restore-cursor-type):
18124 * emulation/cua-base.el (cua--update-indications):
18125 Replace default-cursor-type with (default-value 'cursor-type).
18126
18127 * mail/sendmail.el (mail-recover-1):
18128 * international/mule-diag.el (describe-current-coding-system-briefly)
18129 (describe-current-coding-system):
18130 * international/mule-cmds.el (select-safe-coding-system)
18131 (select-message-coding-system)
18132 (set-language-environment-coding-systems, set-locale-environment):
18133 * hexl.el (hexl-insert-multibyte-char):
18134 * dos-w32.el (find-buffer-file-type-coding-system):
18135 * simple.el (what-cursor-position):
18136 Replace uses of default-buffer-file-coding-system
18137 with (default-value 'buffer-file-coding-system).
18138
18139 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18140 Replace uses of default-cursor-in-non-selected-windows
18141 with (default-value 'cursor-in-non-selected-windows).
18142 Use with-current-buffer.
18143
18144 * mail/feedmail.el: Use CL macros.
18145 (feedmail-run-the-queue, feedmail-send-it-immediately):
18146 * dos-w32.el (find-buffer-file-type): Replace uses of
18147 default-buffer-file-type with (default-value 'buffer-file-type).
18148
18149 2009-08-28 Glenn Morris <rgm@gnu.org>
18150
18151 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18152 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18153 Use default-value of major-mode rather than default-major-mode.
18154
18155 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18156
18157 * Makefile.in (update-elcfiles): Report left over elc files.
18158
18159 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18160 expand-file-name and with-current-buffer.
18161 (mail-get-names, mail-directory): Use with-current-buffer.
18162
18163 * vc.el (vc-read-revision): New function.
18164 (vc-version-diff, vc-merge): Use it.
18165
18166 2009-08-27 Sam Steingold <sds@gnu.org>
18167
18168 * simple.el (kill-do-not-save-duplicates): New user option.
18169 (kill-new): When it is non-nil, and the new string is the same as
18170 the latest kill, set replace to t to avoid duplicates in kill-ring.
18171
18172 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
18173
18174 * net/tramp.el (tramp-handle-process-file): Do not flush all
18175 caches when `process-file-side-effects' is set.
18176 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
18177 instead of `tramp-find-file-exists-command'.
18178 Unset `process-file-side-effects'.
18179
18180 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
18181
18182 * net/tramp.el (tramp-methods): New method "rsyncc".
18183 (top): Add completion function for "rsyncc".
18184 (tramp-message-show-message): New defvar.
18185 (tramp-message, tramp-error): Use it.
18186 (tramp-do-copy-or-rename-file-directly): Extend check for direct
18187 remote copying.
18188 (tramp-do-copy-or-rename-file-out-of-band): Handle new
18189 `tramp-methods' entry `copy-env' of "rsyncc".
18190 (tramp-vc-registered-read-file-names): New defconst.
18191 (tramp-vc-registered-file-names): New defvar.
18192 (tramp-handle-vc-registered): Implement optimization strategy.
18193 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18194 (tramp-vc-file-name-handler): New defun.
18195 (tramp-get-ls-command, tramp-get-test-command)
18196 (tramp-get-file-exists-command, tramp-get-remote-ln)
18197 (tramp-get-remote-perl, tramp-get-remote-stat)
18198 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
18199
18200 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18201 (tramp-cache-inhibit-cache): Extend doc string. It allows also
18202 timestamps.
18203 (tramp-get-file-property): Check for timestamps in
18204 `tramp-cache-inhibit-cache'.
18205 (tramp-set-file-property): Write timestamp.
18206
18207 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18208
18209 * language/japan-util.el (japanese-symbol-table): Add entries for
18210 cp932-2-byte.
18211
18212 * international/characters.el: Add category `j' to cp932-2-byte.
18213
18214 2009-08-27 Kenichi Handa <handa@m17n.org>
18215
18216 * international/fontset.el (build-default-fontset-data): New macro.
18217 (setup-default-fontset): Use build-default-fontset-data for CJK,
18218 tibetan, ethiopic, and ipa.
18219
18220 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18221
18222 * cus-start.el (default-major-mode): Customize `major-mode' instead.
18223 (enable-multibyte-characters): Not customizable any more.
18224
18225 * subr.el (default-mode-line-format, default-header-line-format)
18226 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18227 (default-direction-reversed, default-truncate-lines)
18228 (default-left-margin, default-tab-width, default-case-fold-search)
18229 (default-left-margin-width, default-right-margin-width)
18230 (default-left-fringe-width, default-right-fringe-width)
18231 (default-fringes-outside-margins, default-scroll-bar-width)
18232 (default-vertical-scroll-bar, default-indicate-empty-lines)
18233 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18234 (default-fringe-cursor-alist, default-scroll-up-aggressively)
18235 (default-scroll-down-aggressively, default-fill-column)
18236 (default-cursor-type, default-buffer-file-type)
18237 (default-cursor-in-non-selected-windows)
18238 (default-buffer-file-coding-system, default-major-mode)
18239 (default-enable-multibyte-characters): Mark as obsolete.
18240
18241 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
18242
18243 * vc-dir.el (vc-dir-update): Remove debug helper.
18244
18245 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18246
18247 2009-08-26 Sam Steingold <sds@gnu.org>
18248
18249 * simple.el (save-interprogram-paste-before-kill): New user option.
18250 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18251 save the interprogram-paste into kill-ring before overriding it
18252 with the Emacs kill.
18253
18254 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18255
18256 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18257 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18258 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18259 and move to vc-rcs.el.
18260 (vc-default-next-revision): Rename to vc-rcs-next-revision and
18261 move to vc-rcs.el.
18262 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18263 (vc-rcs-update-changelog): Remove.
18264 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18265 and move to vc-rcs.el.
18266
18267 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18268 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18269 renaming.
18270 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
18271 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
18272 vc.el, renamed to be RCS specific.
18273
18274 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18275 New functions.
18276 (vc-cvs-update-changelog): Move here from vc.el.
18277
18278 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18279 New functions.
18280
18281 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18282
18283 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18284
18285 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18286
18287 * vc-git.el (vc-git-register): Use "git add" for directories.
18288 (vc-git-stash, vc-git-stash-show): New functions.
18289 (vc-git-extra-menu-map): Bind them.
18290
18291 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18292 directory correctly in case the item is a directory itself.
18293
18294 * vc.el: Document the desired behavior for reverted files in the
18295 `added' state.
18296 (vc-default-prettify-state-info): Remove function, unused.
18297
18298 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
18299
18300 2009-08-26 Glenn Morris <rgm@gnu.org>
18301
18302 * bindings.el (standard-mode-line-format): Reposition dashes in
18303 which-func entry. (Bug#4217)
18304
18305 * files.el (enable-local-variables, enable-local-eval)
18306 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18307 the defcustoms.
18308 (auto-mode-alist, ignored-local-variables)
18309 (save-some-buffers-action-alist): Move risky declarations to the
18310 definitions.
18311 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18312 (font-lock-defaults, format-alist, imenu--index-alist)
18313 (imenu-generic-expression, input-method-alist, minor-mode-alist)
18314 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18315 (mode-line-modified, mode-line-mule-info, mode-line-position)
18316 (mode-line-process, mode-line-remote, outline-level)
18317 (parse-time-rules, rmail-output-file-alist)
18318 (special-display-buffer-names, vc-mode):
18319 Move risky declarations to the relevant files.
18320 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18321 (mode-line-modified, mode-line-process, mode-line-position)
18322 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18323 * font-core.el (font-lock-defaults):
18324 * format.el (format-alist):
18325 * vc-hooks.el (vc-mode):
18326 * window.el (special-display-buffer-names):
18327 * international/mule-cmds.el (input-method-alist):
18328 Define riskiness here (dumped file) rather than in files.el.
18329 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18330 * imenu.el (imenu-generic-expression, imenu--index-alist):
18331 * outline.el (outline-level):
18332 * time.el (display-time-string):
18333 * calendar/parse-time.el (parse-time-rules):
18334 * mail/rmailout.el (rmail-output-file-alist):
18335 Autoload riskiness here, rather than placing in files.el.
18336
18337 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
18338
18339 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18340
18341 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
18342
18343 * simple.el (process-file-side-effects): New defvar.
18344
18345 * dired-aux.el (dired-show-file-type):
18346 * vc.el (vc-diff-internal):
18347 * vc-arch.el (vc-arch-diff):
18348 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18349 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18350 * vc-git.el (vc-git-registered, vc-git-working-revision)
18351 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18352 (vc-git--empty-db-p):
18353 * vc-hooks.el (vc-user-login-name):
18354 * vc-svn.el (vc-svn-registered, vc-svn-state)
18355 (vc-svn-dir-extra-headers, vc-svn-find-revision):
18356 * progmodes/grep.el (grep-probe): Let-bind
18357 `process-file-side-effects' with nil.
18358
18359 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18360
18361 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18362 daemon. Replace ping by checking for running service for bluez
18363 and zeroconf. (Bug#4239)
18364
18365 2009-08-25 Kevin Ryde <user42@zip.com.au>
18366
18367 * net/dig.el (dig): Add autoload cookie.
18368
18369 2009-08-25 Glenn Morris <rgm@gnu.org>
18370
18371 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18372 load-history for absolute file-names.
18373 (byte-compile-file-form-require): Warn about use of the cl package.
18374
18375 * format.el (format-alist): Doc fix.
18376
18377 * play/bubbles.el (top-level): Don't require cl at run-time.
18378
18379 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18380 run-time cl).
18381
18382 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
18383
18384 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18385 from cl package.
18386 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18387
18388 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
18389
18390 * calc/calc-alg.el (math-trig-rewrite)
18391 (math-hyperbolic-trig-rewrite): New functions.
18392 (calc-simplify): Simplify trig functions when asked.
18393
18394 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18395
18396 * diff-mode.el (diff-find-source-location): Avoid goto-line.
18397
18398 2009-08-24 Kenichi Handa <handa@m17n.org>
18399
18400 * language/ind-util.el (mapthread): Delete it.
18401 (combinatorial): New function.
18402 (indian--puthash-cv): Use combinatorial instead of mapthread.
18403
18404 2009-08-22 Kevin Ryde <user42@zip.com.au>
18405
18406 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18407 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18408 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18409 Clarify docstring that the value is strings not symbols.
18410 (checkdoc-list-of-strings-p): New function.
18411
18412 2009-08-22 Glenn Morris <rgm@gnu.org>
18413
18414 * files.el (auto-mode-alist):
18415 * hippie-exp.el (he-concat-directory-file-name):
18416 * lpr.el (lpr-windows-system, printer-name):
18417 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18418 * ps-print.el (ps-windows-system):
18419 * startup.el (command-line):
18420 * emulation/viper-ex.el (viper-glob-function):
18421 * international/mule-cmds.el (set-language-environment-coding-systems):
18422 * net/ange-ftp.el (ange-ftp-write-region):
18423 * obsolete/fast-lock.el (fast-lock-cache-name):
18424 Remove code for defunct system-types emx, macos, mswindows, next-mach,
18425 unisoft-unix, vax-vms, win32, w32.
18426
18427 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18428 given name if the pattern is not more specific.
18429
18430 * calendar/lunar.el (lunar-phase-names): New option.
18431 (lunar-phase): Doc fix.
18432 (lunar-cycles-per-year): New constant.
18433 (lunar-index): New function.
18434 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18435 (lunar-phase-name): Use lunar-phase-names.
18436 (calendar-lunar-phases): Use format.
18437 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18438
18439 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18440 Copy imenu-example--name-and-position function here for own use.
18441 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18442
18443 * bs.el (bs--redisplay):
18444 * cus-edit.el (custom-redraw):
18445 * ibuffer.el (ibuffer-bury-buffer):
18446 * server.el (server-goto-line-column):
18447 * startup.el (command-line-1):
18448 * strokes.el (strokes-xpm-for-stroke):
18449 * term.el (term-display-buffer-line):
18450 * view.el (View-goto-line):
18451 * calc/calc.el (calc-do, calc-trail-buffer):
18452 * play/gamegrid.el (gamegrid-add-score-insecure):
18453 * progmodes/ada-mode.el (ada-compile-goto-error):
18454 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18455 (ebrowse-select-1st-to-9nth):
18456 * progmodes/cperl-mode.el (cperl-time-fontification):
18457 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18458 * progmodes/gud.el (gud-display-line):
18459 (idlwave-shell-display-line):
18460 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18461 * progmodes/make-mode.el (makefile-browser-toggle):
18462 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18463 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18464 * textmodes/picture.el (picture-draw-rectangle):
18465 * textmodes/reftex-index.el (reftex-index-goto-letter):
18466 (reftex-select-jump-to-previous):
18467 * textmodes/reftex-sel.el (reftex-find-start-point)
18468 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18469 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18470 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18471 * textmodes/tex-mode.el (tex-compilation-parse-errors):
18472 * textmodes/two-column.el (2C-associated-buffer):
18473 Use forward-line rather than goto-line.
18474
18475 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18476 goto-line.
18477
18478 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18479 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18480 (quick-check-list-to-regexp): Declare.
18481
18482 * progmodes/make-mode.el (makefile-browser-insert-selection):
18483 Use goto-char rather than goto-line.
18484
18485 * progmodes/prolog.el (compilation-error-regexp-alist)
18486 (compilation-forget-errors): Declare.
18487
18488 2009-08-22 Juri Linkov <juri@jurta.org>
18489
18490 * progmodes/grep.el (lgrep, rgrep): At the beginning
18491 set `dir' to `default-directory' unless `dir' is a non-nil
18492 readable directory. (Bug#4052)
18493 (lgrep, rgrep): Change a weird way to report an error
18494 from using `read-string' to using `error'.
18495 Instead of using interactive arguments in the function body,
18496 add new argument `confirm'.
18497
18498 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18499
18500 * textmodes/remember.el (remember-buffer):
18501 * progmodes/cperl-mode.el (cperl-vc-header-alist):
18502 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18503 (icalendar-extract-ical-from-buffer):
18504 * net/newst-treeview.el (newsticker-groups-filename):
18505 * net/newst-backend.el (newsticker-cache-filename):
18506 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18507 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18508 (speedbar-add-ignored-path-regexp, speedbar-line-path)
18509 (speedbar-buffers-line-path, speedbar-path-line)
18510 (speedbar-buffers-line-path):
18511 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18512 (epg-sign-keys):
18513 * epa.el (epa-display-verify-result):
18514 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18515
18516 2009-08-21 Glenn Morris <rgm@gnu.org>
18517
18518 * progmodes/js.el (inferior-moz-process): Fix declaration.
18519
18520 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18521
18522 * obsolete/rnewspost.el (news-mail-reply):
18523 Use goto-char rather than goto-line.
18524
18525 * term/ns-win.el (ns-open-file-select-line):
18526 Use line-beginning-position rather than goto-line.
18527
18528 * apropos.el (apropos-command):
18529 * ehelp.el (electric-helpify):
18530 * printing.el (pr-show-setup):
18531 * strokes.el (strokes-help):
18532 * tutorial.el (tutorial--describe-nonstandard-key)
18533 (tutorial--detailed-help):
18534 * woman.el (woman-mini-help, woman-display-extended-fonts):
18535 * calc/calc-help.el (calc-describe-key):
18536 * emulation/edt.el (edt-electric-helpify):
18537 * international/mule-diag.el (mule-diag):
18538 * play/yow.el (apropos-zippy):
18539 * progmodes/python.el (python-describe-symbol):
18540 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18541 * textmodes/table.el (*table--cell-describe-mode)
18542 (*table--cell-describe-bindings):
18543 Use help-print-return-message rather than the now obsolete alias.
18544
18545 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
18546 (calendar-cursor-to-visible-date):
18547 * play/5x5.el (5x5-position-cursor):
18548 * play/decipher.el (decipher):
18549 * play/gomoku.el (gomoku-goto-xy):
18550 * play/landmark.el (lm-goto-xy):
18551 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18552 (mpuz-paint-digit):
18553 Use forward-line, not goto-line.
18554
18555 * mail/rmail.el (rmail-obsolete): Delete custom group.
18556 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18557 (rmail-remote-password, rmail-remote-password-required):
18558 Remove unneeded :set-after and :set properties.
18559
18560 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
18561
18562 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18563
18564 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
18565
18566 * loadup.el: Remove leftover macos code.
18567
18568 * vc-git.el (vc-git-annotate-command): Run asynchronously.
18569 Explicitly pass the date format to git blame so that user local
18570 so that the output format can be parsed.
18571
18572 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
18573
18574 * net/dbus.el (top): Don't check for (getenv
18575 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
18576
18577 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
18578
18579 * log-edit.el (log-edit-strip-single-file-name): New var.
18580 (log-edit-insert-changelog): Use it. Bug#3571
18581
18582 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18583
18584 * subr.el (read-passwd): Use read-key so keypad keys work as well.
18585 Bug#3287
18586
18587 * help.el (help-print-return-message): Rename from
18588 print-help-return-message.
18589
18590 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18591 cvs-mode-map parent hack.
18592 (log-view-mode): Derive from special-mode.
18593
18594 * linum.el (linum-mode): window-size-change-functions is redundant.
18595 Adapt to new window-configuration-change-hook behavior.
18596 (linum-after-size, linum-after-config): Remove.
18597
18598 * imenu.el (imenu-example--name-and-position)
18599 (imenu-example--lisp-extract-index-name)
18600 (imenu-example--create-lisp-index, imenu-example--create-c-index):
18601 Mark as obsolete.
18602
18603 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18604 (inferior-prolog-mode): Use it.
18605 (inferior-prolog-load-file): Reset list of errors.
18606
18607 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18608
18609 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18610
18611 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18612
18613 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
18614
18615 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18616 is running already.
18617
18618 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18619
18620 * subr.el (listify-key-sequence-1): Use normal syntax since those
18621 integers are nowadays always represented by the same (positive) number
18622 on all platforms.
18623 (read-key-empty-map): New const.
18624 (read-key-delay): New var.
18625 (read-key): New function.
18626 (force-mode-line-update): Use with-current-buffer.
18627 (locate-user-emacs-file): Don't forget to abbreviate the file name.
18628 (start-process-shell-command, start-file-process-shell-command):
18629 Discourage the use of command-args.
18630
18631 2009-08-19 Glenn Morris <rgm@gnu.org>
18632
18633 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18634
18635 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * simple.el (choose-completion-string): Don't rely on
18638 minibuffer-completing-file-name and ad-hoc checks to decide whether
18639 to continue completion or not.
18640
18641 * minibuffer.el (minibuffer-hide-completions): New function.
18642 (completion--do-completion): Use it.
18643 (completions-annotations): New face.
18644 (completion--insert-strings): Use it.
18645 (completion-pcm--delim-wild-regex): Add docstring.
18646 (completion-pcm--string->pattern): Add support for 0-width delimiters
18647 in completion-pcm--delim-wild-regex.
18648
18649 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
18650
18651 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18652 Remove unused var `buffer-modified-p'.
18653
18654 * minibuffer.el (completion--do-completion): Move point for the #b001
18655 case as well (bug#4176).
18656 (minibuffer-complete, minibuffer-complete-word): Don't move point.
18657
18658 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
18659
18660 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
18661 and :session buses.
18662
18663 2009-08-18 Kenichi Handa <handa@m17n.org>
18664
18665 * international/ucs-normalize.el (ucs-normalize-version):
18666 Change to 1.1.
18667 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18668 (utf-8-hfs): Make it perform normalization on encoding too.
18669
18670 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
18671 (sentence-end-without-space): Delete duplicated chars.
18672 (sentence-end-base): Likewise.
18673
18674 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
18675 (html-mode): Delete duplicated chars from sentence-end-base.
18676
18677 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
18678 (texinfo-mode): Delete duplicated chars from sentence-end-base.
18679
18680 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
18681
18682 * files.el (hack-one-local-variable): If the mode function is for
18683 a minor mode, pass it an argument (Bug#4148).
18684
18685 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
18686
18687 * net/tramp.el (tramp-register-completion-file-name-handler):
18688 Check also for (member 'partial-completion completion-styles).
18689
18690 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18691
18692 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18693 abbrev (Bug#3943).
18694
18695 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
18696
18697 * progmodes/cperl-mode.el: Merge upstream 6.2.
18698 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18699 (cperl-forward-re): Check cperl-brace-recursing.
18700 (cperl-highlight-charclass): New function.
18701 (cperl-find-pods-heres): Use it.
18702 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
18703 (cperl-beautify-regexp-piece): Fix column calculation.
18704 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
18705 (cperl-beautify-level): Don't process entire regexp.
18706 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18707 calling man.
18708 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18709 (cperl-init-faces): Build a list in the normal way.
18710
18711 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18712
18713 * calendar/parse-time.el (parse-time-string-chars): Save match
18714 data.
18715
18716 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18719 (sql-product): Use it.
18720 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18721 (sql-set-product): Add completion.
18722 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18723 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18724 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18725 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18726 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18727 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18728 (sql-highlight-db2-keywords): Remove.
18729 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18730 (sql-highlight-product): Use derived-mode-p.
18731 (sql-set-sqli-buffer): Use with-current-buffer.
18732 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18733 Simplify.
18734
18735 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18736
18737 * term.el: Fix commenting convention, turn comments into docstrings.
18738
18739 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18740
18741 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18742
18743 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
18744
18745 * calendar/parse-time.el (parse-time-string-chars): Compute using
18746 character classes, to handle non-ascii characters (Bug#3190).
18747
18748 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18749
18750 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18751 another heredoc if the user adds another < (Bug#3226).
18752
18753 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18754 Don't initialize based on window-system (Bug#4124).
18755
18756 * facemenu.el (facemenu-read-color): Use a completion function
18757 that accepts any defined color, such as RGB triplets (Bug#3677).
18758
18759 * files.el (get-free-disk-space): Change fallback default
18760 directory to /. Expand DIR argument before switching to fallback.
18761 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18762
18763 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
18764
18765 * files.el (load-library): Doc fix.
18766
18767 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
18768
18769 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
18770 (viper-if-string): Redefine C-s in the minibuffer to insert the last
18771 incremental search string.
18772
18773 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
18774 XEmacs.
18775
18776 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18777 (ediff-merge-region-is-non-clash)
18778 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
18779 Also check if the job is really a merge job.
18780
18781 * ediff.el (ediff-current-file): New function.
18782
18783 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
18784
18785 * progmodes/js.el: Edit docstrings throughout to follow Emacs
18786 conventions.
18787 (js-insert-and-indent): Delete function.
18788 (js-mode-map): Don't bind keys to js-insert-and-indent.
18789 (js-beginning-of-defun): Rename from js--beginning-of-defun.
18790 (js-end-of-defun): Rename from js--end-of-defun.
18791 (js-auto-indent-flag): Delete variable.
18792
18793 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
18794
18795 * progmodes/js.el: Remove proclaim statement.
18796 Defvar which-func-imenu-joiner-function to silence compiler.
18797
18798 * files.el (auto-mode-alist): Use js-mode for .js files.
18799
18800 * progmodes/js2-mode.el: Remove file.
18801
18802 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18803
18804 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18805
18806 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
18807
18808 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
18809 Karl Landstrom <karl.landstrom@brgeight.se>
18810
18811 * progmodes/js.el: New file.
18812
18813 2009-08-14 Mark A. Hershberger <mah@everybody.org>
18814
18815 * timezone.el (timezone-parse-date): Add ability to understand ISO
18816 basic format (minimal separators) dates in addition to the
18817 already-supported extended format dates.
18818
18819 2009-08-14 Eli Zaretskii <eliz@gnu.org>
18820
18821 * international/ucs-normalize.el: Add a `coding' file variable.
18822
18823 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18824
18825 2009-08-14 Sam Steingold <sds@gnu.org>
18826
18827 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
18828
18829 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
18830
18831 * faces.el (help-argument-name): Define it here instead of
18832 help-fns.el, because in daemon mode help-fns.el may be loaded when
18833 faces are still uninitialized (Bug#1078).
18834
18835 * help-fns.el (help-argument-name): Move defface to faces.el.
18836
18837 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
18838
18839 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18840 create buffer with a pty but no process so that GDB can make the
18841 inferior the controlling process.
18842
18843 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
18844
18845 * international/ucs-normalize.el: New file.
18846
18847 2009-08-13 Richard Stallman <rms@gnu.org>
18848
18849 * mail/rmail.el (rmail-get-attr-names):
18850 Accept an attribute header that is too short.
18851
18852 * mail/rmail.el (rmail-forget-messages):
18853 Ignore nil elt in rmail-message-vector. Use dotimes.
18854
18855 * progmodes/compile.el (compilation-goto-locus):
18856 Use next-error-move-function.
18857
18858 * simple.el (next-error-move-function): New variable.
18859
18860 2009-08-12 Juri Linkov <juri@jurta.org>
18861
18862 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18863 always non-nil. (Bug#4052)
18864
18865 * replace.el (read-regexp): Return empty string when
18866 `default-value' is nil.
18867 (keep-lines-read-args): Don't use empty string as the
18868 default value for `read-regexp'. (Bug#2495)
18869
18870 2009-08-12 Juri Linkov <juri@jurta.org>
18871
18872 * international/mule-cmds.el (ucs-insert): Change arguments
18873 from `arg' to `character', `count', `inherit' to be the same
18874 as in `insert-char'. Doc fix. (Bug#4039)
18875
18876 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18877
18878 2009-08-12 Juri Linkov <juri@jurta.org>
18879
18880 * files-x.el: New file.
18881
18882 * files.el: Move code that deals with adding/deleting
18883 file/directory-local variables to files-x.el.
18884
18885 * Makefile.in (ELCFILES): Add files-x.elc.
18886
18887 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
18888
18889 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18890 to use `goto-line'.
18891 (gdb-place-breakpoints, gdb-get-location): Rewritten without
18892 `goto-line'.
18893 (gdb-invalidate-disassembly): Do not refresh upon receiving
18894 'update signal. Instead, update all disassembly buffers only after
18895 threads list.
18896 (gdb): Send -target-detach when buffer is killed (Bug#3794).
18897 (gdb-starting): Move -data-list-register-names...
18898 (gdb-stopped): ...here so it's sent when first thread stops.
18899 (gdb-registers-handler-custom): Do nothing if register names are
18900 unknown yet.
18901
18902 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18903 from `gdb-mi.el' to avoid extra tangling.
18904
18905 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
18906 change which breaks `gud-def' definitions used in `gdb'.
18907 (gdb-update-gud-running): No extra fuss for updating frame number.
18908
18909 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18910
18911 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18912 (describe-language-environment-map, setup-language-environment-map)
18913 (set-coding-system-map): Move initialization into declaration.
18914 (set-language-info-alist): Last arg to define-key-after can be skipped.
18915
18916 * international/quail.el (quail-completion-1): Simplify.
18917 (quail-define-rules): Use slightly more compact code.
18918 (quail-insert-decode-map): Propertize keys, compact columns.
18919
18920 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18921 Add goto-line.
18922
18923 2009-08-10 Miles Bader <miles@gnu.org>
18924
18925 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18926 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18927 (js2-instance-member, js2-private-member, js2-private-function-call)
18928 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18929 (js2-magic-paren, js2-external-variable):
18930 Remove "-face" suffix from face names.
18931 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18932 (js2-highlight-undeclared-vars, js2-peek-token)
18933 (js2-parse-function-params, js2-mode-show-errors)
18934 (js2-mode-show-warnings, js2-make-magic-delimiter)
18935 (js2-mode-highlight-magic-parens): Update to use new face names.
18936
18937 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
18938
18939 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18940 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
18941
18942 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
18943
18944 * subr.el: Provide hashtable-print-readable.
18945
18946 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18947 hs-c-like-adjust-block-beginning.
18948 (hs-hide-block-at-point): Stop hiding at the beginning of
18949 hs-block-end-regexp (Bug#700).
18950
18951 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
18952
18953 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
18954 a macro.
18955 (gdb-registers-handler-custom): Do not fail when register names
18956 are unavailable.
18957
18958 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
18959
18960 * progmodes/gdb-mi.el (gdb-control-all-threads)
18961 (gdb-control-current-thread): Interactive setters for
18962 `gdb-gud-control-all-threads' to use in menu.
18963 (gdb-show-run-p): Show «Go» when process is not active.
18964 (gud-tool-bar-map): Add non-stop/A,T indicator.
18965 Uses gud/thread.xpm and gud/all.xpm.
18966
18967 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
18968
18969 * net/net-utils.el (net-utils-font-lock-keywords): New var.
18970 (nslookup-font-lock-keywords): Make it a variable.
18971 (net-utils-mode): New mode for viewing diagnostic network output.
18972 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
18973 (net-utils-run-simple): New function.
18974 (ifconfig, iwconfig, netstat, arp, route): Use it.
18975
18976 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
18977
18978 * progmodes/gdb-mi.el (gdb-read-memory-custom)
18979 (gdb-memory-set-address, def-gdb-set-positive-number)
18980 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
18981 after changing settings.
18982 (gdb-invalidate-disassembly): Update when first shown.
18983 (gdb-edit-locals-value): Fixed.
18984 (gdb-registers-handler-custom): Print registers in right order and
18985 allow changing register values (only for current thread yet).
18986 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
18987 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
18988 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
18989 (gdb-locals-handler-custom, gdb-registers-handler-custom):
18990 Thread info in mode name.
18991 (gdb-registers-mode-map): TAB to switch to locals.
18992
18993 2009-08-08 Eli Zaretskii <eliz@gnu.org>
18994
18995 * mail/rmail.el (rmail-add-mbox-headers)
18996 (rmail-set-message-counters-counter): Search for
18997 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
18998
18999 2009-08-08 Glenn Morris <rgm@gnu.org>
19000
19001 * Makefile.in (ELCFILES): Update.
19002
19003 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19004
19005 * mail/sendmail.el (mail-yank-original):
19006 Set buffer-file-coding-system from the one used by the message whose
19007 text is yanked.
19008
19009 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19010 to "windows" when "pgnuplot" is used.
19011 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19012 Don't call accept-process-output if "pgnuplot" is used.
19013 (calc-graph-init): Don't send -display and -geometry to
19014 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
19015 running "pgnuplot -V" with shell-command-to-string.
19016
19017 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19018 the default.
19019
19020 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19021
19022 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
19023 org/org-latex.elc.
19024
19025 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
19026
19027 * vc-dispatcher.el (vc-resynch-window): Update comment.
19028
19029 * term.el (term-handle-ansi-escape): Add comments with the
19030 terminfo capabilities implemented.
19031
19032 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
19033
19034 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19035 (gdb-var-create-handler): Rewritten using JSON parser.
19036 (gdb-propertize-header): Move earlier.
19037 (gdb-set-header): Remove to avoid duplication.
19038 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19039 Refresh disassembly buffers only after threads list have been
19040 update.
19041 (gdb-threads-header, gdb-registers-header): Per-buffer header line
19042 variables.
19043
19044 2009-08-04 Juri Linkov <juri@jurta.org>
19045
19046 * files.el: Commands to add/delete file/directory-local variables.
19047 (read-file-local-variable, read-file-local-variable-value)
19048 (read-file-local-variable-mode, modify-file-local-variable)
19049 (modify-file-local-variable-prop-line)
19050 (modify-dir-local-variable): New functions.
19051 (add-file-local-variable, delete-file-local-variable)
19052 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19053 (add-dir-local-variable, delete-dir-local-variable)
19054 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19055 (copy-dir-locals-to-file-locals-prop-line): New commands.
19056
19057 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
19058
19059 * abbrev.el (insert-abbrev-table-description): Prettify output.
19060 Suggested by Karl Chen.
19061
19062 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
19063
19064 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19065 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19066 (gdb-overlay-arrow-position, gdb-thread-position)
19067 (gdb-disassembly-position): Declare variables.
19068 (gdb-wait-for-pending): Function now.
19069 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19070 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19071 compilation goes smoothly.
19072 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19073 (gdb-non-stop-setting): New customization setting which replaces
19074 `gdb-non-stop' so changing it doesn't break active GDB session.
19075 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19076 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19077 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19078 (gdb-show-threads-by-default): New customization options.
19079 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19080 routines.
19081 (gdb-get-buffer-create): Send buffers update signal when they are
19082 created.
19083 (gdb-invalidate-locals, gdb-invalidate-registers)
19084 (gdb-invalidate-breakpoints)
19085 (gdb-invalidate-threads, gdb-invalidate-disassembly)
19086 (gdb-invalidate-memory): Accept update signal.
19087 (gdb-current-context-command): Use --frame option.
19088 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19089 Implement `gdb-frame-number' selection logic.
19090 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19091 whether to show GUD toolbar buttons.
19092 (gdb-thread-exited): Unselect current thread when it exits.
19093 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19094 (gdb-mark-line): Routine which sets overlay arrow or inverses
19095 video on fringeless displays.
19096 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19097 to build aligned columns of data in GDB buffers and set text
19098 properties line-by-line.
19099 (gdb-invalidate-breakpoints)
19100 (gdb-breakpoints-list-handler-custom)
19101 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19102 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19103 (gdb-registers-handler-custom): Align data columns.
19104 (gdb-locals-handler-custom): Now prints data like in variable
19105 declarations.
19106 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
19107 Remove confusing buttons.
19108 (gdb-invalidate-threads): Append --frame.
19109 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19110 between breakpoints/threads buffers.
19111 (gdb-set-window-buffer): Now can ignore dedicated windows.
19112 (gdb-propertize-header): Use `gdb-set-window-buffer'.
19113 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19114 (def-gdb-thread-buffer-gud-command): Replaces
19115 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19116 for fine thread control.
19117 (gdb-preempt-existing-or-display-buffer): New function used to
19118 display bound buffers without breaking window layout.
19119 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19120 (gdb-select-frame): New version of `gdb-frames-select' which now
19121 sets `gdb-frame-number' so commands may use --frame option instead
19122 of inner debugger state.
19123 (gdb-frame-handler): Do not set `gdb-frame-number'.
19124 (gdb-threads-mode-map): Select threads with mouse.
19125
19126 * progmodes/gud.el (gdb-gud-context-call): Declare function to
19127 avoid compilation warning.
19128 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19129 `gdb-show-stop-p`.
19130
19131 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19132 Argument `key' renamed to `buffer-type'.
19133 (gdb-current-context-buffer-name): Do not add thread info to
19134 buffer name when no thread is selected.
19135 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19136 command (bug 3794).
19137 (gdb-thread-selected): Handle `=thread-selected' notification.
19138 (gdb-wait-for-pending): New macro to deal with congestion problems.
19139 (gdb-breakpoints-list-handler-custom): Don't fail on pending
19140 breakpoints.
19141 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19142 This fixes problem similar to one described in bug 3947.
19143 (gud-menu-map): More menu items.
19144 (gdb-init-1): Reset `gdb-thread-number' to nil.
19145
19146 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19147 non-stop settings.
19148
19149 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19150 (gdb-current-context-command): Do not append --thread if
19151 `gdb-thread-number' is nil.
19152 (gdb-running-threads-count, gdb-stopped-threads-count):
19153 New variables.
19154 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
19155 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19156 New customization options.
19157 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19158 GUD commands.
19159 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
19160 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19161 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19162 set `gdb-thread-number' and update `gud-running' properly.
19163 (gdb-running): Update threads list when new threads appear.
19164 (gdb-stopped): Support non-stop operation and new thread switching
19165 logic.
19166 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19167 (gdb-json-partial-output): New set of JSON routines.
19168 (def-gdb-auto-update-trigger): New `signal-list' optional
19169 argument.
19170 (gdb-thread-list-handler-custom): Update `gud-running',
19171 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19172 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19173 (gdb-continue-thread, gdb-step-thread): New commands for fine
19174 thread execution control.
19175 (gud-menu-map): New menu items to switch non-stop options.
19176 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
19177 (gdb-send): Mimic RET properly (bug 3794).
19178
19179 * progmodes/gdb-mi.el (gdb-rules-name-maker)
19180 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19181 gdb-buffer-rules.
19182 (def-gdb-auto-update-handler): New nopreserve optional argument.
19183 (gdb-stack-list-frames-custom): Print stack from top to bottom.
19184
19185 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
19186 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19187 (gdb-parent-mode): New mode to derive other GDB modes from.
19188 (gdb-display-disassembly-for-thread)
19189 (gdb-frame-disassembly-for-thread): New commands for threads
19190 buffer.
19191
19192 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19193 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
19194 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19195 (gdb-update): We now store all GDB buffers in a list so that they
19196 can be updated by traversing a list instead of calling invalidate
19197 triggers explicitly.
19198 (def-gdb-trigger-and-handler): New macro to define trigger-handler
19199 pair for GDB buffer.
19200 (gdb-stack-buffer-name): Add thread information.
19201 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19202 handle pending triggers.
19203 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19204 (def-gdb-thread-buffer-simple-command)
19205 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19206 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
19207 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19208 New commands which show buffers bound to thread.
19209 (gdb-stack-list-locals-regexp): Remove unused regexp.
19210
19211 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19212 (gdb-locals-buffer-name, gdb-registers-buffer-name)
19213 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19214 to (gud-comint-buffer) in *-buffer-name functions
19215 because (gdb-get-target-string) already does that.
19216 (gdb-locals-handler-custom, gdb-registers-handler-custom)
19217 (gdb-changed-registers-handler): Rewritten without regexps.
19218
19219 * progmodes/gdb-mi.el: Basic thread selection support.
19220 (gdb-thread-number): New variable.
19221 (gdb-current-context-command): New macro which adds --thread
19222 option to command.
19223 (gdb-threads-mode-map): Select thread with SPC.
19224 (gdb-thread-list-handler-custom): Mark current thread with overlay
19225 arrow. Synchronize GDB thread and Emacs thread.
19226 (gdb-select-thread): New command which selects current thread.
19227 (gdb-invalidate-frames, gdb-invalidate-locals)
19228 (gdb-invalidate-registers): Use --thread option.
19229
19230 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
19231
19232 * net/tramp.el (top): Make check for tramp-gvfs loading more
19233 robust. (Bug#3977)
19234 (tramp-handle-insert-file-contents): `unwind-protect' must be
19235 inside `with-parsed-tramp-file-name'.
19236
19237 * net/tramp-gvfs.el (top): Remove superfluous message when loading
19238 fails.
19239
19240 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
19241
19242 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19243 directory if CLASSPATH is not set.
19244
19245 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
19246
19247 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19248 New defconst.
19249 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
19250
19251 2009-08-02 Kevin Ryde <user42@zip.com.au>
19252
19253 * net/newst-backend.el (newsticker--raw-url-list-defaults):
19254 Update freshmeat link. Delete newsforge.com as it seems gone.
19255
19256 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
19257
19258 * select.el (x-set-selection): Doc fix (Bug#4021).
19259
19260 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19261
19262 * help-fns.el (describe-variable): Treat list return values from
19263 dir-locals-find-file properly (Bug#4005).
19264
19265 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
19266
19267 * net/tramp.el (tramp-debug-message): Print also microseconds.
19268
19269 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
19270
19271 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19272 or END is non-nil.
19273 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19274 (tramp-get-debug-buffer): Change `outline-regexp' according to new
19275 format.
19276
19277 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
19278 (tramp-get-file-property): Use it.
19279
19280 * autorevert.el (auto-revert-handler):
19281 Allow `auto-revert-tail-mode' for remote files.
19282
19283 2009-08-02 Jason Rumney <jasonr@gnu.org>
19284
19285 * minibuffer.el (read-file-name): Treat confirm options to
19286 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
19287
19288 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
19289
19290 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
19291 (font-lock-variable-name-face, font-lock-constant-face):
19292 Darken the colors for light backgrounds.
19293
19294 2009-08-01 Eli Zaretskii <eliz@gnu.org>
19295
19296 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19297 month names. (Bug#3987)
19298
19299 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
19300
19301 * simple.el (line-move-finish): Pass whole number to
19302 line-move-to-column.
19303 (line-move-visual): Perform hscroll to the recorded position.
19304
19305 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
19306
19307 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19308
19309 2009-07-29 Alan Mackenzie <acm@muc.de>
19310
19311 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19312
19313 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
19314
19315 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19316 (gdb-place-breakpoints): Use full path when setting breakpoints.
19317
19318 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
19319
19320 * calc/calc.el (calc-mode-map): Add keybinding for
19321 `calc-transpose-lines'.
19322
19323 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
19324
19325 * calc/calc-misc.el (calc-transpose-lines): New function.
19326
19327 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
19328
19329 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19330 Simplify check for out-of-band methods.
19331 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19332 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
19333
19334 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19335
19336 * vc-git.el (vc-git-checkin): Fix typo.
19337
19338 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
19339
19340 * progmodes/js2-mode.el: New file.
19341
19342 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
19343
19344 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19345 (gud-menu-map): Adjust tooltip accordingly.
19346
19347 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19348
19349 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19350 (vc-bzr-log-view-mode): Adjust log-view-file-re.
19351
19352 * add-log.el (change-log-mode-map): Add a menu.
19353
19354 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
19355
19356 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19357 function returns nil.
19358 (dbus-handle-event): Handle special return value :ignore.
19359 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19360
19361 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
19362
19363 * view.el (view-mode-enable): Don't define Helper-return-blurb if
19364 it's not needed.
19365
19366 2009-07-25 Eli Zaretskii <eliz@gnu.org>
19367
19368 Fix Bug#3888:
19369
19370 * w32-vars.el (x-select-enable-clipboard): Doc fix.
19371
19372 * term/pc-win.el (x-display-name, x-colors)
19373 (x-select-enable-clipboard, x-select-text): Doc fix.
19374
19375 * term/common-win.el (x-display-name, x-colors): Doc fix.
19376
19377 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19378 (xw-defined-colors): Doc fix.
19379
19380 * w32-fns.el (x-select-text, x-setup-function-keys)
19381 (x-get-selection, x-set-selection): Doc fix.
19382
19383 * term/x-win.el (x-select-text, x-setup-function-keys)
19384 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19385
19386 * select.el (x-set-selection): Doc fix.
19387
19388 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
19389
19390 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19391 instead of "IsNSSSupportAvailable". Avahi ought to work also when
19392 "IsNSSSupportAvailable" method is not available.
19393 Reported by Steve Youngs <steve@sxemacs.org>.
19394
19395 2009-07-24 Kenichi Handa <handa@m17n.org>
19396
19397 * international/characters.el: Fix setting of category ?C, ?|, ?K,
19398 and ?H. Fix setting of case for Latin Extended and Greek Extended.
19399 (build-unicode-category-table): Fix range checks.
19400
19401 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19402
19403 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19404 the buffer we try to sync is current when calling
19405 vc-resynch-buffer.
19406
19407 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19408 not show up to date files.
19409
19410 2009-07-24 Glenn Morris <rgm@gnu.org>
19411
19412 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19413 Add autoload cookies. If necessary, initialize.
19414 (elint-log): Handle non-file buffers.
19415 (elint-initialize): Add optional argument to reinitialize.
19416 (elint-find-builtin-variables): Save excursion.
19417
19418 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19419
19420 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19421 for Lint.
19422
19423 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19424
19425 * vc.el (vc-print-log-internal): New function, split out from ...
19426 (vc-print-log): ... here.
19427 (vc-dir-move-to-goal-column): Declare.
19428
19429 * vc-git.el (vc-git-add-signoff): New variable.
19430 (vc-git-checkin): Use it.
19431 (vc-git-toggle-signoff): New function.
19432 (vc-git-extra-menu-map): Bind it to menu.
19433 (vc-git--run-command-string): Accept a nil FILE argument.
19434 (vc-git-stash-list): New function.
19435 (vc-git-dir-extra-headers): Use it.
19436
19437 2009-07-23 Glenn Morris <rgm@gnu.org>
19438
19439 * help-fns.el (describe-variable): Describe ignored and risky local
19440 variables in a similar way to that in which we describe safe ones.
19441
19442 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19443 (byte-compile-output-file-form, byte-compile-output-docform)
19444 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19445 Give some more local variables with common names a "bytecomp-" prefix,
19446 so as not to shadow things during compilation.
19447 * emacs-lisp/cl-macs.el (load-time-value)
19448 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19449 `outbuffer' to `bytecomp-outbuffer'.
19450
19451 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19452 since the next two variables cover them automatically now.
19453 (elint-builtin-variables, elint-autoloaded-variables): New.
19454 (elint-unknown-builtin-args): Remove all members, since they can be
19455 parsed automatically now.
19456 (elint-extra-errors): New.
19457 (elint-env-add-env, elint-env-add-macro): Use cadr.
19458 (elint-current-buffer): Use or. Change final message.
19459 (elint-get-top-forms): Use line-end-position.
19460 (elint-init-env): Use cadr. Handle autoload, declare-function,
19461 and defalias.
19462 (elint-add-required-env): Doc fix. Use or. Standardize error.
19463 (regexp-assoc): Remove unused function.
19464 (elint-top-form): Set elint-current-pos, to record the start of the
19465 top-level form, for compilation-mode.
19466 (elint-form): Trap errors in macro expansion. Use dolist.
19467 (elint-unbound-variable): Use elint-builtin-variables and
19468 elint-autoloaded-variables.
19469 (elint-get-args): Use cadr, or.
19470 (elint-check-cond-form): Use dolist, cadr.
19471 (elint-check-condition-case-form): Doc fix. Use cadr.
19472 Use elint-extra-errors.
19473 (elint-log): New function.
19474 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19475 Distinguish errors and warnings.
19476 (elint-log-message): Use with-current-buffer. Inhibit read-only.
19477 Use a bytecomp-style format.
19478 (elint-clear-log): Preserve default-directory. Inhibit read-only.
19479 (elint-get-log-buffer): Use compilation mode. Disable undo.
19480 Don't truncate lines.
19481 (elint-initialize): Set builtin and autoloaded variable lists.
19482 Only process elint-unknown-builtin-args if non-nil.
19483 (elint-find-builtin-variables, elint-find-autoloaded-variables):
19484 New functions.
19485 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
19486
19487 2009-07-22 Kevin Ryde <user42@zip.com.au>
19488
19489 * net/newst-backend.el (newsticker--parse-atom-1.0)
19490 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19491 (newsticker--parse-rss-1.0):
19492 * progmodes/idlwave.el (idlwave-mode):
19493 * progmodes/idlw-shell.el (idlwave-shell-mode):
19494 * progmodes/vera-mode.el (vera-mode):
19495 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19496 * progmodes/vhdl-mode.el (vhdl-mode):
19497 * textmodes/table.el (table-generate-source)
19498 (table--warn-incompatibility):
19499 Hyperlink urls in docstrings with URL `...'.
19500
19501 2009-07-22 Glenn Morris <rgm@gnu.org>
19502
19503 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19504 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19505 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19506 Remove leading * from defcustom docs.
19507
19508 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
19509
19510 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19511 defcustom doc.
19512 (list-load-path-shadows): Optionally, just return shadows as a string.
19513
19514 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19515
19516 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
19517
19518 * mail/rmailedit.el (rmail-edit-mode):
19519 Use auto-save-include-big-deletions.
19520
19521 * mail/rmail.el (rmail-variables):
19522 Use auto-save-include-big-deletions.
19523
19524 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19525 changes.
19526
19527 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19528
19529 * calc/calc.el (calc-undo-length): New variable.
19530 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19531
19532 2009-07-21 Richard Stallman <rms@gnu.org>
19533
19534 * files.el (auto-save-mode): Handle buffer-save-size = -2
19535 for toggling mode.
19536
19537 2009-07-21 Glenn Morris <rgm@gnu.org>
19538
19539 * textmodes/ispell.el (ispell-looking-back): Update declaration.
19540
19541 * calendar/todo-mode.el (calendar-current-date): Update declaration.
19542
19543 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19544 silence compiler. Instead...
19545 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19546 (ps-print-ensure-fontified): Update for above function name changes.
19547
19548 * printing.el (pr-mh-get-msg-num, pr-mh-show)
19549 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19550 silence compiler. Instead...
19551 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19552 (mh-show-buffer): Only define for compiler.
19553 (pr-mh-current-message): Update for above function name changes.
19554
19555 * files.el (abort-if-file-too-large): Explicitly pass `filename'
19556 as an argument.
19557 (find-file-noselect, insert-file-1): Update for above change.
19558
19559 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19560
19561 * mail/mailclient.el (mailclient-send-it): Fix message.
19562
19563 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19564 (edebug-eval): Check cl-debug-env is bound.
19565 (print-level, print-circle): Don't redefine built-in variables.
19566
19567 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19568 (custom-print-vectors): Remove old comments from doc.
19569
19570 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19571 (emerge-version): Make the variable an obsolete alias for the
19572 emacs-version variable. Make the function obsolete.
19573 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19574 Emerge options, rather than merging in into the main Options menu.
19575 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
19576 and auto advance modes. Disable edit/fast items when not relevant.
19577
19578 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19579
19580 * term/vt420.el (terminal-init-vt420): Fix typo.
19581
19582 2009-07-20 Sam Steingold <sds@gnu.org>
19583
19584 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19585 variable (removed from compile.el on 2004-03-11).
19586
19587 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
19588
19589 * files.el (hack-local-variables-filter): Fix last change.
19590
19591 2009-07-19 Juri Linkov <juri@jurta.org>
19592
19593 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19594 (dir-local-variables-alist): New buffer-local variable.
19595 (hack-local-variables-filter): If variable is not dir-local,
19596 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19597 because file-local overrides dir-local.
19598 (c-postprocess-file-styles) <declare-function>:
19599 Remove obsolete declaration.
19600 (hack-dir-local-variables): Add dir-local variable/value pair to
19601 `dir-local-variables-alist' and remove duplicates. Doc fix.
19602
19603 * help-fns.el (describe-variable): Add information about
19604 file-local and dir-local variables.
19605
19606 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
19607
19608 * files.el (hack-local-variables-filter): Rewrite.
19609
19610 2009-07-19 Glenn Morris <rgm@gnu.org>
19611
19612 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19613 Silence compiler by only defining on XEmacs.
19614
19615 * international/mule.el (auto-coding-regexp-alist): Only match
19616 BABYL... at the start of buffer, not of lines. (Bug#3790)
19617
19618 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19619 non-calendar buffers (Bug#3862). Restore "not on a date" message.
19620 (cal-menu-context-mouse-menu): Doc fix.
19621
19622 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19623
19624 * simple.el (mail-user-agent): Doc fix. Set :version tag.
19625
19626 2009-07-18 Juri Linkov <juri@jurta.org>
19627
19628 * info.el: Virtual Info keyword finder.
19629 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
19630 (Info-finder-file): New variable.
19631 (Info-finder-find-file): New function.
19632 (finder-known-keywords, finder-package-info)
19633 (find-library-name, lm-commentary): Use defvar and
19634 declare-function to silence compiler warnings.
19635 (Info-finder-find-node): New function.
19636 (info-finder): New command.
19637
19638 * subr.el (process-kill-buffer-query-function): New function.
19639 (add-hook)<kill-buffer-query-functions>: Add hook
19640 `process-kill-buffer-query-function'.
19641
19642 2009-07-18 Alan Mackenzie <acm@muc.de>
19643
19644 * progmodes/cc-mode.el (c-before-hack-hook)
19645 (c-postprocess-file-styles): Give invocation of `c-set-style'
19646 DONT-OVERRIDE parameter of t. Already set style variables will
19647 thus not be overridden by style settings given by `c-file-syle'.
19648
19649 * files.el (hack-local-variables-filter): Remove entries with
19650 duplicate keys from `file-local-variables-alist'.
19651
19652 2009-07-18 Eli Zaretskii <eliz@gnu.org>
19653
19654 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19655 x-set-selection if display-selections-p returns nil for the
19656 current frame.
19657
19658 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
19659
19660 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19661
19662 2009-07-18 Eli Zaretskii <eliz@gnu.org>
19663
19664 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19665 Accept nil in addition to a regexp.
19666 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19667 Accept nil in addition to a regexp.
19668 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19669 buffers that have an associated file. Handle nil values of
19670 desktop-buffers-not-to-save and desktop-files-not-to-save.
19671 (Bug#3833)
19672
19673 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19674 (x-disown-selection-internal): New functions.
19675
19676 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
19677
19678 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19679 warning.
19680 (gdb-breakpoints-header): Move forward to avoid compiler warning.
19681 (gdb-make-header-line-mouse-map): Remove duplicate definition.
19682
19683 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
19684
19685 * simple.el (set-mark): Revert last change.
19686
19687 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
19688
19689 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19690 rendering of pngs is not possible instead of messaging a long
19691 description.
19692
19693 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
19694
19695 * w32-fns.el (x-selection-owner-p): New function.
19696
19697 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
19698 (mouse-yank-at-click, mouse-yank-primary):
19699 If select-active-regions is non-nil, deactivate the mark before
19700 insertion.
19701
19702 * simple.el (deactivate-mark, set-mark): Only save selection if we
19703 own it.
19704
19705 2009-07-17 Kenichi Handa <handa@m17n.org>
19706
19707 * case-table.el (describe-buffer-case-table): Fix for the case
19708 that KEY is a cons.
19709
19710 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19711
19712 * vc-rcs.el (vc-rcs-find-file-hook):
19713 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19714
19715 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
19716
19717 * net/tramp.el (tramp-wait-for-output): Handle the case when
19718 commands do not return a newline but a null byte before the shell
19719 prompt. (Bug#3858)
19720
19721 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19722
19723 * term/ns-win.el (ns-set-alpha): Don't declare.
19724 (ns-set-background-alpha): Remove function.
19725
19726 2009-07-16 Kevin Ryde <user42@zip.com.au>
19727
19728 * emacs-lisp/copyright.el (copyright-update): Save match-data across
19729 y-or-n-p, for safety.
19730
19731 2009-07-16 Richard Stallman <rms@gnu.org>
19732
19733 * files.el (auto-save-mode): If buffer-saved-size is -2,
19734 don't clobber it.
19735
19736 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19737 (rmail-retry-ignored-headers): Add more uninteresting fields.
19738
19739 2009-07-15 Jari Aalto <jari.aalto@cante.net>
19740
19741 * net/rcirc.el (rcirc): Use history variables.
19742 (rcirc-server-name-history, rcirc-nick-name-history)
19743 (rcirc-server-port-history): New variables.
19744
19745 2009-07-15 Kenichi Handa <handa@m17n.org>
19746
19747 * international/mule-cmds.el (set-language-environment-charset):
19748 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19749 ignore them.
19750
19751 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19752 Delete unibyte-display.
19753
19754 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
19755
19756 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19757
19758 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
19759
19760 * simple.el (deactivate-mark): Optional argument FORCE.
19761 (set-mark): Use deactivate-mark.
19762
19763 * info.el (Info-search): No need to check transient-mark-mode
19764 before calling deactivate-mark.
19765
19766 * select.el (x-set-selection): Doc fix.
19767 (x-valid-simple-selection-p): Allow buffer values.
19768 (xselect--selection-bounds): Handle buffer values.
19769 Suggested by David De La Harpe Golden.
19770
19771 * mouse.el (mouse-set-region, mouse-drag-track):
19772 Call copy-region-as-kill before setting the mark, to let
19773 select-active-regions work.
19774
19775 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
19776
19777 * simple.el (deactivate-mark): If select-active-regions is
19778 non-nil, copy the selection data into a string.
19779 (activate-mark): If select-active-regions is non-nil, set the
19780 selection to the current buffer.
19781 (set-mark): Update selection if select-active-regions is non-nil.
19782
19783 * select.el (x-valid-simple-selection-p): Allow buffer values.
19784
19785 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19788 and more featureful message-mode.
19789
19790 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
19791
19792 * select.el (x-set-selection): Doc fix.
19793 (x-valid-simple-selection-p): Disallow selection data consisting
19794 of a list or cons of integers, since that is not used.
19795 (xselect--selection-bounds, xselect--int-to-cons): New functions.
19796 (xselect-convert-to-string, xselect-convert-to-length)
19797 (xselect-convert-to-filename, xselect-convert-to-charpos)
19798 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19799
19800 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
19801
19802 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19803 output in -break-info command (Emacs bug #3794).
19804
19805 2009-07-14 Glenn Morris <rgm@gnu.org>
19806
19807 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19808 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19809 (edebug-print-length, edebug-print-level, edebug-print-circle)
19810 (edebug-sit-for-seconds, edebug-view-outside)
19811 (edebug-bounce-point, edebug-set-global-break-condition)
19812 (edebug-Go-nonstop-mode, edebug-trace-mode)
19813 (edebug-Trace-fast-mode, edebug-continue-mode)
19814 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19815 (edebug-visit-eval-list): Doc fixes.
19816
19817 * subr.el (def-edebug-spec): Doc fix.
19818
19819 2009-07-14 Kenichi Handa <handa@m17n.org>
19820
19821 * international/characters.el: Fix setting of category ?C.
19822
19823 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
19824
19825 * term/ns-win.el (x-select-font): defalias x-select-font to
19826 ns-popup-font-panel instead of generate-fontset-menu.
19827
19828 2009-07-12 Eli Zaretskii <eliz@gnu.org>
19829
19830 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
19831
19832 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
19833
19834 * arc-mode.el (archive-find-type): Allow for a PK00 string before
19835 the PK\003\004 header (Bug#3770).
19836
19837 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
19838
19839 * pcomplete.el (pcomplete-comint-setup): Check for
19840 shell-dynamic-complete-filename too.
19841
19842 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
19843
19844 * simple.el (temporary-goal-column): Change the value for
19845 line-move-visual to a cons cell.
19846 (line-move-visual): Record or set the window hscroll, if
19847 necessary (Bug#3494).
19848 (line-move-1): Handle cons value of temporary-goal-column.
19849
19850 2009-07-11 Kenichi Handa <handa@m17n.org>
19851
19852 * international/mule-diag.el (describe-character-set): Don't show
19853 width.
19854
19855 2009-07-10 Sam Steingold <sds@gnu.org>
19856
19857 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19858 Omake sometimes indents the errors it prints, so allow all
19859 regexps to start with spaces.
19860
19861 2009-07-10 Eli Zaretskii <eliz@gnu.org>
19862
19863 * cus-edit.el (customize-changed-options-previous-release):
19864 Bump value to 22.1. (Bug#3804)
19865
19866 2009-07-08 Sam Steingold <sds@gnu.org>
19867
19868 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19869 to be a cons cell (test . ignored-directory) to selectively ignore
19870 some directories depending on the location of the search.
19871
19872 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
19873
19874 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19875 remote user is root, on the local host.
19876 (tramp-local-host-p): Either the local user or the remote user
19877 must be root. (Bug#3771)
19878
19879 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
19880
19881 * progmodes/gdb-mi.el (gdb): Remove description of
19882 gdb-use-separate-io-buffer.
19883 (menu): Don't allow toggling of or enable
19884 gdb-use-separate-io-buffer from menubar.
19885
19886 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
19887
19888 * mail/unrmail.el (unrmail): Make sure the message ends with two
19889 newlines (Bug#3769).
19890
19891 2009-07-08 Glenn Morris <rgm@gnu.org>
19892
19893 * calendar/calendar.el (calendar-current-date): Rework previous change.
19894
19895 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
19896
19897 * calendar/calendar.el (calendar-current-date):
19898 Add an optional argument giving an offset from today.
19899
19900 2009-07-08 Glenn Morris <rgm@gnu.org>
19901
19902 * tutorial.el (tutorial--describe-nonstandard-key):
19903 Adjust the message for when a key has been unbound.
19904 (help-with-tutorial): Hide the arch-tag.
19905
19906 2009-07-08 Kenichi Handa <handa@m17n.org>
19907
19908 * international/fontset.el (setup-default-fontset): For each
19909 script, append (not set) font-specs.
19910
19911 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19912 docstring.
19913
19914 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
19915
19916 * progmodes/gdb-mi.el (gdb-init-1): Move sending
19917 -data-list-register-names to ...
19918 (gdb-starting): ... here because GDB 7.0 requires execution to
19919 have started when using this MI command.
19920 (gdb-set-header): New function to distinguish select and
19921 unselected tabs in gdb buffers.
19922 (gdb-propertize-header): New macro that uses gdb-set-header.
19923 (gdb-breakpoints-header, gdb-locals-header): Use it.
19924 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
19925
19926 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
19927
19928 * Makefile.in (ELCFILES): Remove fadr.elc.
19929
19930 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
19931
19932 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19933 may contain frame information, so `string-match' should be used.
19934 (gdb-update): Disassembly is invalidated through
19935 `gdb-get-selected-frame'.
19936 (gdb-pad-string): New function to pad string with spaces.
19937 (gdb-invalidate-disassembly): Invalidate only if the buffer
19938 exists.
19939 (gdb-disassembly-handler-custom): Column alignment.
19940 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19941 placing new ones.
19942 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19943 end of line, too.
19944 (gdb-frame-handler): Match convention to for disassembly buffer
19945 mode name.
19946 (gdb-stack-list-frames-handler): Rewritten without regexps.
19947 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19948 not highlight breakpoints without line information.
19949 (gdb-input): Add trailing newline to command.
19950
19951 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
19952 buffer properly.
19953 (gdb-breakpoints-list-handler-custom): Replacement for
19954 `gdb-break-list-handler'. Using real parser instead of regexps
19955 now.
19956 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
19957 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
19958 to place breakpoints.
19959 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
19960 functions.
19961 (gdb-disassembly-handler-custom): Show overlay arrow.
19962 (gdb-disassembly-place-breakpoints): Show breakpoints in
19963 disassembly buffer.
19964 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
19965 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
19966 instead of parsing breakpoints buffer. Fixed old menu references
19967 in `gud-menu-map'.
19968
19969 * fadr.el: Remove.
19970
19971 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
19972 (gdb-memory-address): New variable which holds top address of
19973 memory page shown in memory buffer.
19974 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
19975 New customization variables.
19976 New functions:
19977 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
19978 display the memory buffer.
19979 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
19980 buffer display parameters.
19981 (def-gdb-memory-format, gdb-memory-format-binary)
19982 (gdb-memory-format-octal, gdb-memory-format-unsigned)
19983 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
19984 Functions for setting memory buffer format.
19985 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19986 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19987 unit size used in memory buffer.
19988 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
19989 Switch to next/previous page of memory buffer.
19990 Now using (bindat-get-field) instead of fadr functions.
19991
19992 2009-07-07 Sam Steingold <sds@gnu.org>
19993
19994 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
19995 non-top-level files.
19996
19997 2009-07-07 Kenichi Handa <handa@m17n.org>
19998
19999 * international/mule-cmds.el (reset-language-environment):
20000 Put the highset priority to the charset iso-8859-1.
20001
20002 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20003
20004 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20005 to the end of the line when locating the block (Bug#700).
20006
20007 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
20008
20009 * net/tramp.el (tramp-handle-write-region): Flush file properties
20010 in case of short track.
20011
20012 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
20013
20014 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20015 Coded custom representation of verilog error regular expressions
20016 to work with Emacs-22's new format.
20017 (verilog-error-regexp-xemacs-alist): Coded custom representation
20018 of verilog error regular expressions to work with XEmacs format.
20019 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20020 error recognition into XEmacs.
20021 (verilog-error-regexp-add-emacs): Hook routine to install verilog
20022 error recognition into Emacs-22.
20023
20024 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20025
20026 * woman.el: Remove stand-alone closing parentheses.
20027 (woman-file-name, woman2-format-paragraphs)
20028 (woman-leave-blank-lines): Code cleanup.
20029 (woman-use-own-frame): Change default to nil.
20030 (woman-italic, woman-bold, woman-unknown, woman-addition):
20031 Change defaults to inherit from default faces.
20032 (woman2-process-escapes): Consume the newline after a stand-alone
20033 filler character (Bug#3651).
20034
20035 2009-07-06 Glenn Morris <rgm@gnu.org>
20036
20037 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20038 (top-level): Move provide to the end.
20039 (ffap): Remove defunct URL from custom group.
20040
20041 * subr.el (eval-after-load): Doc fix.
20042
20043 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
20044
20045 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20046 `calc-embedded-word' is called twice.
20047
20048 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20049
20050 * files.el (find-alternate-file-other-window, find-alternate-file):
20051 Obey confirm-nonexistent-file-or-buffer.
20052
20053 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
20054
20055 * dired-aux.el (dired-show-file-type): Handle remote files.
20056
20057 2009-07-05 Jari Aalto <jari.aalto@cante.net>
20058
20059 * desktop.el (desktop-globals-to-save):
20060 Add file-name-history (Bug#2750).
20061
20062 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
20063
20064 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20065
20066 2009-07-04 Johan Bockgård <bojohan@gnu.org>
20067
20068 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20069 property on entire argument since this is what eshell-lisp-command
20070 expects.
20071
20072 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
20073
20074 * net/tramp-gvfs.el (tramp-gvfs-methods)
20075 (tramp-gvfs-zeroconf-domain)
20076 (tramp-bluez-discover-devices-timeout): Add version flag.
20077 (tramp-gvfs-handler-mounted-unmounted)
20078 (tramp-gvfs-connection-mounted-p): Polish handling of
20079 incompatibilities between GVFS 0.2 and 1.0.
20080
20081 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
20082
20083 * cus-start.el (all): Add make-pointer-invisible.
20084
20085 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20086
20087 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20088 formatted correctly.
20089
20090 2009-07-02 Juri Linkov <juri@jurta.org>
20091
20092 * info.el: Virtual Info files and nodes.
20093 (Info-virtual-files, Info-virtual-nodes): New variables.
20094 (Info-current-node-virtual): New variable.
20095 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20096 New functions.
20097 (Info-file-supports-index-cookies): Use Info-virtual-file-p
20098 to check for a virtual file instead of checking a fixed list
20099 of node names.
20100 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20101 instead of ad-hoc processing of "dir" and (apropos history toc).
20102 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20103 instead of ad-hoc processing of "dir" and (apropos history toc).
20104 Reread a file when moving from a virtual node.
20105 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20106 (Info-directory-toc-nodes, Info-directory-find-file)
20107 (Info-directory-find-node): New functions.
20108 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20109 (Info-history): Move part of code to
20110 `Info-history-find-node'.
20111 (Info-history-toc-nodes, Info-history-find-file)
20112 (Info-history-find-node): New functions.
20113 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20114 (Info-toc): Move part of code to `Info-toc-find-node'.
20115 (Info-toc-find-node): New function.
20116 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
20117 the current Info file name to references because now the node
20118 "*TOC*" belongs to the same Info manual.
20119 (Info-toc-build): Rename from `Info-build-toc'.
20120 (Info-toc-nodes): Rename input argument `file' to `filename'.
20121 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20122 instead of ad-hoc processing of ("dir" apropos history toc).
20123 (Info-index-nodes): Use Info-virtual-file-p
20124 to check for a virtual file instead of checking a fixed list
20125 of node names.
20126 (Info-index-node): Add check for `Info-current-node-virtual'.
20127 Raise `save-match-data' higher up the tree to contain
20128 `search-forward' too (bug fix).
20129 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20130 (Info-virtual-index-nodes): New variable.
20131 (Info-virtual-index-find-node, Info-virtual-index): New functions.
20132 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20133 (Info-apropos-file, Info-apropos-nodes): New variables.
20134 (Info-apropos-toc-nodes, Info-apropos-find-file)
20135 (Info-apropos-find-node, Info-apropos-matches): New functions.
20136 (info-apropos): Move part of code to `Info-apropos-find-node' and
20137 `Info-apropos-matches'.
20138 (Info-mode-map): Bind "I" to `Info-virtual-index'.
20139 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20140 for a virtual file instead of checking a fixed list of node names.
20141
20142 * simple.el (async-shell-command): New command.
20143
20144 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20145
20146 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20147 instead of `mount-info'.
20148
20149 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
20150
20151 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
20152 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
20153
20154 2009-07-02 Kenichi Handa <handa@m17n.org>
20155
20156 * international/mule.el (set-keyboard-coding-system): Force *-unix
20157 coding-system to avoid eol conversion.
20158
20159 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
20160
20161 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20162 Add handler for `process-file', `shell-command' and
20163 `start-file-process'.
20164 (tramp-gvfs-handle-shell-command)
20165 (tramp-gvfs-handle-start-file-process)
20166 (tramp-gvfs-handle-process-file): New defuns.
20167 (tramp-synce-list-devices): Simplify check for existence of property.
20168
20169 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
20170
20171 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20172
20173 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
20174
20175 * language/korean.el (set-language-info-alist): Add korean-cp949,
20176 cp949 to spec.
20177
20178 2009-07-01 Kenichi Handa <handa@m17n.org>
20179
20180 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20181
20182 * international/encoded-kb.el: Deleted.
20183
20184 * international/mule.el (set-keyboard-coding-system): Perform the
20185 necessary setup here instead of calling encoded-kbd-setup-display.
20186
20187 2009-07-01 Glenn Morris <rgm@gnu.org>
20188
20189 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20190
20191 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
20192
20193 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
20194
20195 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
20196
20197 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20198 Handle also the 'rename case, when setting file modes. (Bug#3712)
20199 (tramp-default-file-modes): Remove execute permissions.
20200
20201 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
20202 (top): Add a default for "synce" in `tramp-default-user-alist'.
20203 Add completion function for "synce" method.
20204 (tramp-hal-service, tramp-hal-path-manager)
20205 (tramp-hal-interface-manager, tramp-hal-interface-device):
20206 New defconst.
20207 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20208 (tramp-synce-list-devices, tramp-synce-parse-device-names):
20209 New defuns.
20210
20211 * net/trampver.el: Update release number.
20212
20213 2009-06-30 Kenichi Handa <handa@m17n.org>
20214
20215 * international/fontset.el (setup-default-fontset): Add CJK fonts
20216 for symbols and the other miscellaneous characters.
20217
20218 * language/korea-util.el (setup-korean-environment-internal):
20219 Make char-width-table suitable for Korean environments.
20220 (exit-korean-environment): Cancel above.
20221
20222 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20223 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
20224 setup-function to make char-width-table suitable for respective
20225 environments, and an exit-function to cancel that.
20226
20227 * language/japan-util.el (setup-japanese-environment-internal):
20228 Call use-cjk-char-width-table with arg `ja_JP'.
20229
20230 * international/characters.el (cjk-char-width-table): Delete it.
20231 (cjk-char-width-table-list): New variable.
20232 (use-cjk-char-width-table): New arg local-name.
20233 (use-default-char-width-table): Fix for the case that Emacs is
20234 already using the default char-width-table.
20235
20236 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
20237
20238 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20239 modes mandatory. (Bug#3712)
20240
20241 2009-06-29 Alan Mackenzie <acm@muc.de>
20242
20243 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
20244 correction between the visible width of TABs and their number of bytes.
20245
20246 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
20247
20248 * server.el (server-buffer-done): Prevent kill-buffer from
20249 prompting by clearing the buffer modification flag (Bug#3696).
20250
20251 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
20252
20253 * progmodes/verilog-mode.el (verilog-beg-of-statement)
20254 (verilog-endcomment-reason-re): Support unique case and priority case.
20255 (verilog-basic-complete-re): Support localparam lineup.
20256 (verilog-beg-of-statement-1): Fix for robustness, unique case.
20257 (verilog-set-auto-endcomments): Fix for unique case, always_comb
20258 commenting.
20259 (verilog-leap-to-case-head): Now support *nested* unique &
20260 priority case statements.
20261 (verilog-auto-lineup): Make just declarations the default (as it
20262 had been).
20263 (verilog-leap-to-case-head): Support priority/unique case statements.
20264 (verilog-auto-lineup): Rework to give users radio buttons to
20265 select the various styles of automatic lineup.
20266 (verilog-error-regexp-alist): Rework to support the XEmacs style
20267 of error regular expressions from compilers, lint tools &
20268 simulators. Note that GNU Emacs has made it impossible for a mode
20269 to load such things.
20270 (electric-verilog-terminate-line, verilog-indent-declaration)
20271 (verilog-auto-wiure): Rework for radio button selection of
20272 auto-lineup selection of specification of auto lineup.
20273 (verilog-beg-of-statement-1): Redesign to support proper operation
20274 in additional code, based on testing with auto-lineup.
20275 (verilog-calculate-indent, assignments & declarations)
20276 (verilog-backward-token): Enhance to support auto-lineup of
20277 assignments & declarations.
20278 (verilog-in-directive-p, verilog-at-struct-p): New function for
20279 easy test of whether we are.
20280 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20281 to support safe execution at almost anyline.
20282 (verilog-calc-1): Properly support indenting deep inside generate
20283 blocks.
20284 (verilog-init-font): Remove definition & use of verilog-init-font,
20285 as it is redundant with font-lock-defaults.
20286 (verilog-mode): Alter the definition of verilog-font-lock-defaults
20287 to avoid circular calls if syntax-ppss is a function (as is the
20288 case now in 22.x GNU Emacs) as that function would sometimes call
20289 itself, leading to (nearly) infinite recursion.
20290 (verilog-ovm-begin-re, verilog-ovm-end-re)
20291 (verilog-ovm-statement-re, verilog-leap-to-head)
20292 (verilog-backward-token): Add support for OVM macros. Some are
20293 complete statements, and others open and close scopes like begin
20294 and end.
20295 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20296 (verilog-defun-level-generate-only-re): Really fix the defun-list
20297 compilation issue.
20298 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
20299 coverpoint, constraint and cross statements.
20300 (verilog-defun-level-list, verilog-generate-defun-level-list)
20301 (verilog-all-defun-level-list): Redo these specifications - it is
20302 too hard to support eval-when compile aggregation of lists also
20303 built at when-compile time.
20304 (verilog-defun-level-list): Place defconsts of variables used in
20305 building regular expressions which are built in eval-when-compile
20306 bodies in the same eval-when-compile body to facilitate compile
20307 without load.
20308 (verilog-beg-block-re-ordered): Support indenting
20309 virtual/protected tasks and functions.
20310 (verilog-defun-level-list, verilog-in-generate-region-p)
20311 (verilog-backward-ws&directives, verilog-calc-1): Speed up
20312 indentation of some module items (generate items).
20313 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20314 across virtual/protected tasks and functions.
20315
20316 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
20317
20318 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
20319 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
20320 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20321 in concatenations. Reported by Yishay Belkind.
20322 (verilog-auto-ascii-enum): Support one-hot state machines in
20323 AUTOASCIIENUM. Suggested by Lloyd Gomez.
20324 (verilog-auto-inst, verilog-auto-inst-port): Include interface
20325 modport in AUTOINST and add vl-modport for users.
20326 Reported by David Rogoff.
20327 (verilog-auto-inout-module, verilog-auto-inst)
20328 (verilog-decls-get-interfaces, verilog-insert-definition)
20329 (verilog-insert-one-definition, verilog-read-decls)
20330 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20331 (verilog-sig-modport, verilog-signals-combine-bus)
20332 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20333 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20334 Suggested by David Rogoff.
20335 (verilog-repair-open-comma): Fix non-insertion of comma when
20336 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
20337 (verilog-make-width-expression): Simplify [A-1:0] expression
20338 widths to just {A{1'b0}}.
20339 (verilog-mode): Cleanup checkdoc warnings.
20340 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20341 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
20342 inputs/outputs or data type. Suggested by Vasu Kandadi.
20343 (next-error-last-buffer): Fix byte-compiler warning.
20344 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20345 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
20346 or shell command text during AUTO expansion. Suggested by Tad Truex.
20347 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
20348 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20349 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
20350 in AUTOINOUT. Reported by Matthew Lovell.
20351 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20352 causing use of <= assignments. Reported by Alex Reed.
20353 (verilog-read-decls): Fix triand, trior, wand, wor to be
20354 recognized by AUTOWIRE. Reported by Spencer Isaacson.
20355 (verilog-extended-complete-re): Support import "DPI-C" functions.
20356 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
20357 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
20358 (verilog-insert-date, verilog-insert-year)
20359 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20360 Windows systems. Reported by Michael Potts.
20361 (verilog-read-module-name): Fix AUTOINST when the child module
20362 declaration's name is a tick define. Reported by Elliot Mednick.
20363 (verilog-read-decls): Fix V2K parameter bit subscripts getting
20364 passed to next parameter's definition. Reported by Bruce T.
20365 (verilog-read-decls): Fix detecting "parameter int" when using
20366 AUTOINSTPARAM. Reported by Bruce T.
20367 (verilog-goto-defun): Fix goto not finding modules unless first
20368 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
20369 (verilog-mode): Expand -f flag arguments on entry to mode so
20370 verilog-goto-defun will work. Reported by Lawrence Butcher.
20371 (verilog-getopt): Expand environment variables in -f file
20372 arguments. Suggested by Lawrence Butcher.
20373 (verilog-set-define): Fix "Symbol's value as variable is void"
20374 when reading enumerations.
20375 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20376 Suggested by Stephen Peltan.
20377 (verilog-read-defines): Fix reading of enumerations in include
20378 files. Reported by Steve Peltan.
20379
20380 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
20381
20382 * files.el (trash-directory): Fix defcustom type.
20383
20384 2009-06-28 Juri Linkov <juri@jurta.org>
20385
20386 * help-fns.el (describe-function-1): Correctly locate adviced
20387 functions in hyperlink (Bug#2438).
20388
20389 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
20390
20391 * files.el (trash-directory): Change default to nil.
20392 (move-file-to-trash): If trash-directory is nil and
20393 system-move-file-to-trash is unbound, perform freedesktop-style
20394 trashing.
20395
20396 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
20397
20398 * files.el (move-file-to-trash): Add freedesktop trash
20399 support (Bug#973).
20400
20401 2009-06-28 Glenn Morris <rgm@gnu.org>
20402
20403 * autorevert.el (global-auto-revert-non-file-buffers)
20404 (global-auto-revert-mode): Doc fixes.
20405
20406 2009-06-27 Johan Bockgård <bojohan@gnu.org>
20407
20408 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20409
20410 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
20411
20412 * faces.el (x-handle-named-frame-geometry): Ensure that we have
20413 opened an X connection before calling x-get-resource (Bug#3194).
20414
20415 * play/doctor.el: Remove reference to obsolete website.
20416 (make-doctor-variables): Correct grammar mistake (Bug#2633).
20417
20418 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
20419
20420 Remove find-file-not-found-hook VC method. (Bug#2757)
20421 * vc-hooks.el (vc-file-not-found-hook)
20422 (vc-default-find-file-not-found-hook): Remove functions.
20423 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20424 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20425 * vc.el:
20426 * vc-hg.el:
20427 * vc-git.el: Do not mention find-file-not-found-hook VC method.
20428
20429 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
20430
20431 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
20432 compatibility function for `looking-back'.
20433
20434 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
20435 Use `ispell-looking-back'.
20436
20437 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
20438
20439 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
20440 rather than `filename'.
20441
20442 2009-06-23 Miles Bader <miles@gnu.org>
20443
20444 * face-remap.el (text-scale-set): New function.
20445
20446 2009-06-23 Glenn Morris <rgm@gnu.org>
20447
20448 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20449
20450 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20451
20452 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20453
20454 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20455
20456 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20457 Simplify Persian conditionals.
20458
20459 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20460 variable `filename'.
20461
20462 * comint.el (comint-insert-input): Doc fix.
20463
20464 * Makefile.in (ELCFILES): Fix typo in previous change.
20465
20466 2009-06-23 Miles Bader <miles@gnu.org>
20467
20468 * cus-start.el: Add entry for `recenter-redisplay'.
20469
20470 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20471
20472 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20473 Add an optional argument for the backend, use it instead of
20474 calling vc-backend.
20475 (vc-mode-line): Add an optional argument for the backend.
20476 Pass the backend to vc-state and vc-working-revision. Move code for
20477 special handling for vc-state being a buffer to ...
20478
20479 * vc-rcs.el (vc-rcs-find-file-hook):
20480 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
20481
20482 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20483 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20484 vc-stay-local-p and vc-mode-line calls.
20485
20486 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20487 (vc-cvs-diff, vc-cvs-annotate-command)
20488 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20489 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20490 vc-mode-line calls.
20491
20492 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20493 direct comparison.
20494 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20495 backend when calling vc-mode-line.
20496 (vc-register): Do not create a closure for calling the vc register
20497 function, call it directly.
20498
20499 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20500
20501 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20502 to make it obvious item can be clicked.
20503
20504 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20505
20506 2009-06-23 Kenichi Handa <handa@m17n.org>
20507
20508 * language/korea-util.el (korean-key-bindings): Change the binding
20509 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
20510 same command.
20511
20512 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
20513
20514 Sync with Tramp 2.1.16.
20515
20516 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20517
20518 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
20519 when a loading of a package fails. Completion function for rsync
20520 is `tramp-completion-function-alist-ssh'.
20521 (all): Replace all calls of `split-string' and
20522 `tramp-split-string' by `tramp-compat-split-string'.
20523 (tramp-default-method): Use `tramp-compat-process-running-p'.
20524 (tramp-default-proxies-alist): Allow also Lisp forms.
20525 (tramp-remote-path): Add choice "Private Directories".
20526 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
20527 (tramp-domain-regexp): Allow also "-", "_" and ".".
20528 (tramp-end-of-output): Remove newlines, and add "$" at the end.
20529 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20530 (tramp-debug-message): Insert header line in debug buffer.
20531 (tramp-handle-directory-files-and-attributes-with-stat):
20532 Care about filenames with spaces, or starting with "-".
20533 (tramp-handle-dired-uncache): New defun.
20534 (tramp-handle-insert-directory): Don't flush the directory from
20535 cache, this is handled by `dired-uncache' now.
20536 (tramp-handle-insert-file-contents): Improve error handling.
20537 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20538 Quote `tramp-end-of-output'.
20539 (tramp-action-password): Improve trace message.
20540 (tramp-check-for-regexp): Both echoes must be present, before removing.
20541 (tramp-open-connection-setup-interactive-shell): Trace coding system.
20542 (tramp-compute-multi-hops): Eval cons cells of
20543 `tramp-default-proxies-alist'.
20544 (tramp-maybe-open-connection): Use the same command pattern for
20545 first hop and further hops.
20546 (tramp-wait-for-output): Remove handling of newlines.
20547 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20548 (tramp-split-string): Remove function. It is handled in
20549 tramp-compat now.
20550
20551 * net/tramp-cmds.el (tramp-bug):
20552 Recommend `tramp-cleanup-all-connections' in the bug mail.
20553
20554 * net/tramp-compat.el (tramp-compat-split-string)
20555 (tramp-compat-process-running-p): New defuns.
20556
20557 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20558 for `dired-uncache'.
20559
20560 * net/tramp-gvfs.el: New package.
20561
20562 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20563 Add handler for `dired-uncache'.
20564 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20565
20566 * net/trampver.el: Update release number. Make version check fit
20567 for SXEmacs 22.
20568
20569 2009-06-22 Jim Meyering <meyering@redhat.com>
20570
20571 Automatically handle .xz suffix (XZ-compressed files), too.
20572 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20573 XZ is the successor to LZMA: <http://tukaani.org/xz/>
20574
20575 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
20576 Nick Roberts <nickrob@snap.net.nz>
20577
20578 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
20579 repository (http://sphinx.net.ru/hg/gdb-mi/).
20580
20581 2009-06-22 Glenn Morris <rgm@gnu.org>
20582
20583 * files.el (dir-locals-collect-mode-variables): Allow for any number of
20584 `mode' and `eval' entries. (Bug#3430)
20585
20586 * Makefile.in (ELCFILES): Add fadr.elc.
20587
20588 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20589 differing behavior of \n and ^ in strings. (Bug#3385)
20590
20591 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20592
20593 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20594 property.
20595 (lisp-indent-function): Make it a defcustom.
20596
20597 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
20598
20599 * progmodes/gdb-ui.el: Replace with ...
20600 * progmodes/gdb-mi.el: ... this file.
20601 * progmodes/gud.el: Modify for gdb-mi.el.
20602
20603 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
20604
20605 * fadr.el: New file.
20606
20607 See ChangeLog.14 for earlier changes.
20608
20609 ;; Local Variables:
20610 ;; coding: utf-8
20611 ;; End:
20612
20613 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
20614
20615 This file is part of GNU Emacs.
20616
20617 GNU Emacs is free software: you can redistribute it and/or modify
20618 it under the terms of the GNU General Public License as published by
20619 the Free Software Foundation, either version 3 of the License, or
20620 (at your option) any later version.
20621
20622 GNU Emacs is distributed in the hope that it will be useful,
20623 but WITHOUT ANY WARRANTY; without even the implied warranty of
20624 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20625 GNU General Public License for more details.
20626
20627 You should have received a copy of the GNU General Public License
20628 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.