New function read-char-choice for reading a restricted set of chars.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3ef01959
CY
12011-01-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * subr.el (read-char-choice): New function, factored out from
4 dired-query and hack-local-variables-confirm.
5
6 * dired-aux.el (dired-query):
7 * files.el (hack-local-variables-confirm): Use it.
8
9 * dired-aux.el (dired-compress-file):
10 * files.el (abort-if-file-too-large, find-alternate-file)
11 (set-visited-file-name, write-file, backup-buffer)
12 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
13 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
14 Use new format string args for y-or-n-p and yes-or-no-p.
15
7c837933
AS
162011-01-08 Andreas Schwab <schwab@linux-m68k.org>
17
18 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19 [gcc-include]: Tighten file name match, add match for column
20 number. (Bug#7806)
6c7ec171 21 [gnu]: Remove unused group.
7c837933 22
d0981f82
GM
232011-01-08 Glenn Morris <rgm@gnu.org>
24
e7a42417
GM
25 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
26
d0981f82
GM
27 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
28
d43bb7d3
SS
292011-01-07 Sam Steingold <sds@gnu.org>
30
31 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
32 the `explicit-shell-file-name' because that is the
33 non-interactive shell.
34
8c51d2a2
CY
352011-01-07 Chong Yidong <cyd@stupidchicken.com>
36
37 * subr.el (y-or-n-p): Accept format string args.
38
66b7b0fe
GM
392011-01-07 Glenn Morris <rgm@gnu.org>
40
41 * Makefile.in (EMACSOPT): Add --no-site-lisp.
42
1e004a83
KM
432011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
44
66b7b0fe 45 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 46 the visible containing topic, rather than a collapsed one.
66b7b0fe 47 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
48 (allout-exposure-change-hook): Remove documentation remarks
49 concerning removed allout-view-change-hook.
50 (allout-flag-region): Remove invocation of and documentation
51 remarks concerning allout-view-change-hook.
52
b0a8e46b
GM
532011-01-06 Glenn Morris <rgm@gnu.org>
54
55 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
56 (vc-bzr-annotate-extract-revision-at-line):
57 Handle authors with embedded spaces. (Bug#7792)
58
875c044a
TH
592011-01-05 Tassilo Horn <tassilo@member.fsf.org>
60
61 * doc-view.el (doc-view-image-width): New variable.
62 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
63 backend for PNG images, and do dynamic rescaling instead of
64 reconverting the whole doc.
65
1f6f7722
GM
662011-01-05 Glenn Morris <rgm@gnu.org>
67
68 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
69
e9e68fda
KM
702011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
71
4896e8fc 72 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
73 long text lines that cross more than a single physical window
74 line, ie when truncate-lines is nil.
e9e68fda
KM
75 (allout-next-visible-heading): Provide for change in line-move
76 behavior on long lines when truncate-lines is nil. In that case,
77 line-move can wind up on the same textual line when it moves to
78 the next window line, and moving to the bullet position after the
79 move yields zero advancement. Add logic to detect and compensate
80 for the lack of progress.
81 (allout-current-topic-collapsed-p): move-end-of-line respect for
82 field boundaries is different when operating with body lines
83 shorter than window width versus ones greater than window width,
84 which can yield false negatives in this function. Avoid
85 difference by applying move-end-of-line while field-text-motion is
86 inhibited.
87
3f1b6eb2
GM
882011-01-04 Glenn Morris <rgm@gnu.org>
89
90 * textmodes/rst.el (rst-compile-toolsets):
91 Add pdf and s5 to option alist.
92
6388924a
MA
932011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
94
95 * net/dbus.el (dbus-register-property): Added optional parameter
96 dont-register-service. Updated docstring accordingly.
97
c3e4b003
AS
982011-01-04 Andreas Schwab <schwab@linux-m68k.org>
99
100 * textmodes/rst.el (rst-compile-pdf-preview)
101 (rst-compile-slides-preview): Remove extra line.
102
ef4271fe
GM
1032011-01-04 Glenn Morris <rgm@gnu.org>
104
105 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
106 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
107 default to `prog' without a .py extension.
108 (rst-compile-pdf-preview, rst-compile-slides-preview):
109 Use program names from rst-compile-toolsets, rather than hard-coding.
110 (rst-portable-mark-active-p): Fix presumed typo.
111
7c420169 1122011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 113
7c420169 114 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
115 libpng versions both before and after 1.4.0. (Bug#7716)
116
7c420169 1172011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 118
6491af11
EZ
119 * time.el (display-time-mode): Mention display-time-interval in
120 the doc string. (Bug#7713)
121
7c420169 1222011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
123
124 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
125 condition-case and return an error message string if something
126 goes wrong.
2f952059 127 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
128 header by rmail-mime-insert-header.
129
7c420169 1302011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
131
132 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
133 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
134 (rmail-mime-mbox-buffer)
135 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
136 (rmail-mime-entity): Argument changed. All codes handling an
137 entity object are changed.
2f952059 138 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
139 the above change.
140 (rmail-mime-entity-children, rmail-mime-entity-handler)
141 (rmail-mime-entity-tagline): New functions.
142 (rmail-mime-message-p): New function.
143 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
144 (rmail-mime-entity-segment, rmail-mime-next-item)
145 (rmail-mime-previous-item, rmail-mime-shown-mode)
146 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
147 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
148 (rmail-mime-insert-tagline, rmail-mime-insert-header):
149 New functions.
186f7f0b
KH
150 (rmail-mime-text-handler): Call rmail-mime-insert-text.
151 (rmail-mime-insert-decoded-text): New function.
152 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
153 (rmail-mime-insert-image): Argument changed. Caller changed.
154 (rmail-mime-image): Call rmail-mime-toggle-hidden.
155 (rmail-mime-set-bulk-data): New funciton.
156 (rmail-mime-insert-bulk): Argument changed.
157 (rmail-mime-multipart-handler): Return t.
2f952059
ML
158 (rmail-mime-process-multipart): Argument changed.
159 Handle "multipart/alternative" here.
186f7f0b
KH
160 (rmail-mime-process): Argument changed.
161 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
162 (rmail-mime-insert): Argument changed. Handle raw display mode.
163 (rmail-mime): Argument changed. Handle toggling of raw display
164 mode.
165 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
166 rmail-mime-view-buffer.
167 (rmail-insert-mime-forwarded-message): Likewise.
168 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
169
170 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
171 non-nil, handle the header in rmail-show-mime-function.
172
7c420169 1732011-01-02 Leo <sdl.web@gmail.com>
e1a23575 174
7c420169 175 * help-fns.el (describe-variable): Fix previous change.
e1a23575 176
7c420169 1772011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
178
179 * isearch.el (isearch-lazy-highlight-error): New variable.
180 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
181 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
182 to the current value of `isearch-error' (Bug#7468).
183
7c420169 1842011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
185
186 * help-fns.el (describe-variable): Don't emit trailing whitespace
187 (Bug#7511).
188
7c420169 1892011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
190
191 * textmodes/rst.el (rst-compile-pdf-preview)
192 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
193
7c420169 1942011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
195
196 * emulation/edt-mapper.el: Override mapping of function keys so
197 that the later call to read-key-sequence works.
198
7c420169 1992011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
200
201 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
202 Unix EOLs. (Bug#7589)
203
7c420169
CY
2042011-01-02 Leo <sdl.web@gmail.com>
205
206 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
207 if point is not behind eshell-last-output-end (Bug#7585).
208
2092011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * files.el (file-local-variables-alist):
212 Make permanent-local (bug#7767).
213
2142011-01-02 Glenn Morris <rgm@gnu.org>
215
216 * version.el (emacs-copyright): Set short copyright year to 2011.
217
2182011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
219
220 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
221 an existing temp buffer. (Bug#7746)
222
2232011-01-02 Glenn Morris <rgm@gnu.org>
224
225 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
226 multiple addresses. (Bug#7760)
227
fb9a573a
KM
2282011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
229
e9e68fda 230 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
231 do-auto-fill if everything points back to allout-auto-fill.
232 (allout-mode-deactivate-hook): Declare obsolete, in favor of
233 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
234
8d68c659
MA
2352010-12-31 Michael Albinus <michael.albinus@gmx.de>
236
237 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
238 and "scpx".
239
291cc045
TH
2402010-12-30 Tassilo Horn <tassilo@member.fsf.org>
241
242 * doc-view.el (doc-view-set-doc-type): New function refactored
243 from doc-view-mode.
244 (doc-view-fallback-mode): New function.
245 (doc-view-mode): Use it.
246 (doc-view-mode-maybe): New function that checks if doc-view-mode
247 can be used and falls back to the next best mode otherwise.
248
249 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
250 DVI, OpenDocument, and MS Office files.
251
8ee2dc5c
AS
2522010-12-30 Andreas Schwab <schwab@linux-m68k.org>
253
254 * emacs-lisp/rx.el (rx-syntax): Fix typo.
255
f9e68477
TH
2562010-12-30 Tassilo Horn <tassilo@member.fsf.org>
257
258 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
259 on a copy of auto-mode-alist, because that deletes with side
260 effects.
261
ad727c81
TH
2622010-12-30 Tassilo Horn <tassilo@member.fsf.org>
263
264 * doc-view.el (doc-view-mode, doc-view-toggle-display): Use
265 normal-mode without doc-view-mode bindings in auto-mode-alist as
266 fallback instead of hard coding fundamental mode.
267
b71b7803
TH
2682010-12-30 Tassilo Horn <tassilo@member.fsf.org>
269
270 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
271 Office) files also for searching.
272
95e16d17
TH
2732010-12-30 Tassilo Horn <tassilo@member.fsf.org>
274
275 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
276 Office) files. Not yet enabled via auto-mode-list.
277 (doc-view-unoconv-program): New custom variable.
278 (doc-view-mode-p): Handle new odf document type.
279 (doc-view-odf->pdf): New conversion function.
280 (doc-view-convert-current-doc): Call it for odf files.
281 (doc-view-mode): Recognize newly supported file extensions.
282
b191c9d9
MA
2832010-12-30 Michael Albinus <michael.albinus@gmx.de>
284
285 * net/tramp.el (tramp-default-method-alist)
286 (tramp-default-user-alist)
287 (tramp-local-host-regexp, tramp-prefix-domain-format)
288 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
289
290 * net/tramp-ftp.el:
291 * net/tramp-gvfs.el:
292 * net/tramp-gw.el:
293 * net/tramp-imap.el:
294 * net/tramp-sh.el:
295 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
296 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
297
6e457cc9
KF
2982010-12-29 Karl Fogel <kfogel@red-bean.com>
299
300 * saveplace.el (save-place-alist-to-file): Save list sorted and
301 pretty-printed, so that it is mergeable by line-based text merging,
302 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
303
fb9a573a
KM
3042010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
305
e9e68fda 306 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
307 (allout-mode): Argument "toggle" => "force".
308 Refine the docstring.
309 Remove special provisions for reactivation, besides the 'force'
310 argument.
311 Consolidate layout provisions coce directly into the activation
312 condition branch, now that we've removed those provisions.
313 (allout-unload-function): Explicitly activate the mode before
314 deactivating, if it's initially deactivated.
315 (allout-set-buffer-multibyte): Properly prevent byte-compiler
316 warnings for version of function used only where
317 set-buffer-multibyte is unavailable.
318
c940c054
CY
3192010-12-28 Chong Yidong <cyd@stupidchicken.com>
320
321 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
322 are handled by the menu-bar entries. As before, don't use
323 :visibile to avoid changing the tool-bar.
324
4c145d5d
MA
3252010-12-27 Michael Albinus <michael.albinus@gmx.de>
326
327 * net/secrets.el (secrets-delete-alias): New defun.
328
fe99f704
MA
3292010-12-27 Michael Albinus <michael.albinus@gmx.de>
330
331 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
332 methods, otherwise ~/.ssh/config would be ignored.
333
723ee192
SM
3342010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
335
336 * emacs-lisp/rx.el: Make it a superset of sregex.
337 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
338 of args, add `regex' alias.
339 (rx-info): Add arg to distinguish head and standalone forms.
340 (rx-check, rx-form): Pass the corresponding arg.
341 (rx-**): Simplify.
342 (rx-repeat): Make it work for any number of args.
343 (rx-syntax): Make it accept syntax chars as is.
344 * obsolete/sregex.el: Move from emacs-lisp/.
345 * emacs-lisp/re-builder.el: Remove sregex support.
346 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
347
e77714da
EZ
3482010-12-25 Eli Zaretskii <eliz@gnu.org>
349
350 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
351 PRIMARY first, then the clipboard. (Bug#7699)
352
17870c01
SM
3532010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
356 print-number-table.
357
6bfa51ba
CY
3582010-12-21 Chong Yidong <cyd@stupidchicken.com>
359
d78cdcf7
CY
360 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
361 .emacs.elc (Bug#7530).
362
6bfa51ba
CY
363 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
364 image spec (Bug#7480).
365
9d9cfd53
DU
3662010-12-21 Daiki Ueno <ueno@unixuser.org>
367
368 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
369 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
370 Move from lisp/.
9d9cfd53 371
adc0b793
JD
3722010-12-20 Leo <sdl.web@gmail.com>
373
374 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
375 always be performed (Bug#7680).
376
778ca437
CY
3772010-12-20 Chong Yidong <cyd@stupidchicken.com>
378
3f95d7ff
CY
379 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
380 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
381 mouse-region-match.
778ca437 382
3f95d7ff 383 * color.el: Move from gnus/.
94975270 384
f48fdaad
CY
385 * vc/diff.el (diff-better-file-name): Function deleted.
386 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
387 (diff-no-select): Just use expand-file-name.
388
389 * tool-bar.el (tool-bar--image-expression): New function.
390 (tool-bar-local-item, tool-bar--image-exp): Use it.
391 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
392 Use :enable instead of :visible to avoid changing the tool-bar
393 configuration unnecessarily.
394
395 * info.el (info-tool-bar-map): Add separators.
396
2e306b39
KB
3972010-12-17 Ken Brown <kbrown@cornell.edu>
398
399 * loadup.el: Use version numbers in Cygwin build.
400
395542c6
RT
4012010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
402
403 * ido.el (ido-file-internal): Ask for confirmation before
404 overwriting an existing file (Bug#1238).
405
4039c786
CY
4062010-12-16 Chong Yidong <cyd@stupidchicken.com>
407
408 * tool-bar.el (tool-bar-setup): Add separators.
409
410 * menu-bar.el (featurep): Use menu-bar-separator.
411
45720dc3
GM
4122010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
413
414 Migrate allout encryption provisions from pgg to epg.
415
416 * allout.el (allout-toggle-current-subtree-encryption)
417 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
418 defaulting policy and other changes. Change fetch-pass to keymode-cue,
419 for simpler universal argument interpretation.
420 (allout-toggle-subtree-encryption): Adjust docstring to describe
421 changed encryption provisions. Change fetch-pass to keymode-cue, for
422 simpler universal argument interpretation. Remove provisions for
423 handling key type and identity - they'll all be within
424 allout-encrypt-string or epg/epg or even contained all the way in gpg.
425 (allout-encrypt-string): Include keymode-cue, for optionally prompting
426 for keypair recipients (universal argument > 1) and, in addition,
427 associating the specified recipients with the outline (universal
428 argument > 4) using a file local variable setting for
429 'epa-file-encrypt-to'.
430 Require epa, for recipients handling.
431 Change how regexp filtering elements are named.
432 Describe the problem with caching of incorrect symmetric-decryption
433 keys.
434 Use the epa-passphrase-callback-function, in case the user is using
435 GnuPG v1.
436 Support saving of the selected keypair recipients when invoked with a
437 keymode-cue > 4.
438 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
439 Require 'epa.
440 Establish epg-context with armoring and default epg-protocol.
441 Remove all passphrase cache, verification, and hinting code.
442 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
443 No longer used, delete.
444 (allout-mode): Adjust docstring to describe changed encryption
445 provisions. Describe the problem with caching of incorrect
446 symmetric-decryption keys.
447 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
448 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
449 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
450 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
451 Obsolete, remove.
452
33088bed
DU
4532010-12-16 Daiki Ueno <ueno@unixuser.org>
454
455 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
456 key selection prompt; make 'silent as default (Bug#7487).
457
bfc49a5b
LL
4582010-12-16 Leo <sdl.web@gmail.com>
459
460 * eshell/eshell.el (eshell-directory-name): Use
461 locate-user-emacs-file (Bug#7578).
462
68251e16
GM
4632010-12-15 Glenn Morris <rgm@gnu.org>
464
465 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
466
99f053cf
JA
4672010-12-15 Jari Aalto <jari.aalto@cante.net>
468 Scott Evans <gse@antisleep.com>
469
470 * rect.el (rectange--default-line-number-format)
471 (rectangle-number-line-callback): New functions.
472 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
473
5614fd56
CY
4742010-12-15 Chong Yidong <cyd@stupidchicken.com>
475
476 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
477 Delete unused variables.
478 (move-to-column-force): Remove function obsolete since 21.2.
479
d68b0220
MA
4802010-12-14 Michael Albinus <michael.albinus@gmx.de>
481
482 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
483 (tramp-handle-insert-file-contents): Do not set permanent-local
484 property.
485
486 * net/tramp-cache.el (tramp-persistency-file-name): Use
487 `locate-user-emacs-file' if fboundp.
488
489 * net/tramp-sh.el (tramp-methods): Add "ksu".
490 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
491 method list.
492
0273f794
GM
4932010-12-14 Glenn Morris <rgm@gnu.org>
494
ab274982
GM
495 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
496 (find-tag-marker-ring): Declare.
497 (js-find-symbol): Require etags.
498
e758216c
GM
499 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
500 Require mail-utils.
501 (mail-alias-file): Don't autoload. Doc fix.
502 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
503 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
504 Mark as obsolete, and risky.
505 (mail-setup): Simplify.
506
53aff12a
GM
507 * mail/mailalias.el (build-mail-aliases): Make it interactive.
508 * mail/sendmail.el (build-mail-aliases): Update autoload.
509
aae4b48c
GM
510 * dired.el (dired-trivial-filenames, dired-chown-program)
511 (dired-auto-revert-buffer): Remove autoload cookies.
512 * mail/sendmail.el (mail-recover-1): Require 'dired.
513
bff7c1ad
GM
514 * dired.el (dired-subdir-switches, dired-chown-program)
515 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
516 Make into defcustoms.
517 (dired-chown-program): Simplify initialization.
518
0273f794
GM
519 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
520
bc557672
RF
5212010-12-13 Romain Francoise <romain@orebokech.com>
522
523 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
524
7410c270
G
5252010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
526
527 * net/netrc.el (netrc-point-at-eol): Remove the unused
528 netrc-point-at-old and netrc-bound-and-true-p bindings.
529 (netrc-parse): Cache the netrc contents.
530
f49d1f52 5312010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
532
533 * subr.el (posn-col-row): Evaluate header-line-format in the
534 context of the POSITION window's buffer.
535
f49d1f52 5362010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
537
538 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
539 (with-silent-modifications): Doc fixes.
540
f49d1f52 5412010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
542
543 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 544 Revert previous from. Use `save-restriction'.
158d5945 545
f49d1f52 5462010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
547
548 * calendar/diary-lib.el (diary-list-sexp-entries):
549 Handle case of no newline at end of file. (Bug#7536)
550
f49d1f52 5512010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
552
553 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
554
f49d1f52 5552010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 556
f49d1f52 557 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 558 (tramp-process-actions): Do not widen.
d68b0220 559
f49d1f52
SM
560 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
561 Protect buffer-modified value. (Bug#7557)
32802ee1 562
f49d1f52 5632010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
564
565 * log-edit.el (log-edit-changelog-entries):
566 Regexp quote filename. (Bug#7505)
567
f49d1f52 5682010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
569
570 * cus-edit.el (custom-save-all):
571 Bind print-length and print-level to nil. (Bug#7581)
572
f49d1f52 5732010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 574
d5e6e0b6
GM
575 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
576 Run hooks to update menu contents. (Bug#7586)
577
3c1e62f8
GM
578 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
579 file names, for the sake of MS Windows. (Bug#7588)
580
f49d1f52 5812010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
582
583 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
584 empty lines without a leading space.
585
f49d1f52 5862010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 587
740af6c9
GM
588 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
589 while mapping over marks (Bug#6810).
86a6e8e0 590
f49d1f52 5912010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
592
593 * image-dired.el (image-dired-db-file)
594 (image-dired-temp-image-file, image-dired-gallery-dir)
595 (image-dired-temp-rotate-image-file): Set default values relative
596 to image-dired-dir (Bug#7518).
597
f49d1f52 5982010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
599
600 * format.el (format-decode-run-method): Pass args FROM and TO, not
601 point-min and point-max, to shell-command-on-region (Bug#7488).
602
f49d1f52 6032010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
604
605 * frame.el (blink-cursor-mode): Make default t for ns.
606
f49d1f52 6072010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
608
609 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
610
f49d1f52 6112010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 612
637c2c43
CY
613 * comint.el (comint-dynamic-list-input-ring)
614 (comint-dynamic-complete-filename)
615 (comint-replace-by-expanded-filename)
616 (comint-dynamic-simple-complete)
617 (comint-dynamic-list-filename-completions)
618 (comint-dynamic-list-completions): Doc fix (Bug#7499).
619
74194465
CY
620 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
621 Doc fix (Bug#7471).
622
f49d1f52 6232010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
624
625 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
626 (Bug#7533).
627
f49d1f52 6282010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
629
630 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
631 (Bug#7491).
632
f49d1f52 6332010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
634
635 * files.el (file-relative-name): Handle UNC file names on
636 DOS/Windows. (Bug#4674)
637
f49d1f52 6382010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
639
640 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
641 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
642 (epg-context-set-passphrase-callback): Mention that the callback
643 is not called when used with GnuPG 2.x.
644
f49d1f52 6452010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
646
647 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
648 Ensure ps-footer-font-size-internal is initialized.
649 Call ps-get-page-dimensions before trying to use ps-font-for-text.
650
f49d1f52 6512010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
652
653 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
654 within condition-case.
655 (rmail-show-mime): Don't use condition-case.
656 (rmail-search-mime-message): New function.
657 (rmail-search-mime-message-function): Set to
658 rmail-search-mime-message.
659
f49d1f52 6602010-12-13 Leo <sdl.web@gmail.com>
bd794450 661
0fdd1db7 662 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
663 (ido-mode): Use it.
664 (ido-completing-read): Call it.
665
fdbb4d85
KF
6662010-12-12 Karl Fogel <kfogel@red-bean.com>
667
668 * bookmark.el (bookmark-name-from-full-record): Rename back to
669 this original name from `bookmark-name-from-record' reverting part
670 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
671 As Drew Adams pointed out, there was no reason to cause churn for
672 third-party callers.
673
0e5cf2b8
AM
6742010-12-12 Alan Mackenzie <acm@muc.de>
675
676 * progmodes/cc-engine.el (c-forward-type): Before scanning a
677 template arglist, check that the current language supports this.
678
6961d41c
GM
6792010-12-11 Glenn Morris <rgm@gnu.org>
680
2b404597
GM
681 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
682 state of the file matches. (Bug#7544)
683 (vc-bzr-register, vc-bzr-checkin)
684 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
685 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
686
6961d41c
GM
687 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
688
1e5d2a04
KK
6892010-12-11 Karel Klíč <kklic@redhat.com>
690
691 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
692
175069ef
SM
6932010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 Derive from prog-mode, use derived-mode-p, and fix up various
696 minor style issues in lisp/progmodes.
697
698 * progmodes/vhdl-mode.el (vhdl-mode):
699 * progmodes/verilog-mode.el (verilog-mode):
700 * progmodes/vera-mode.el (vera-mode):
701 * progmodes/sql.el (sql-mode):
702 * progmodes/scheme.el (scheme-mode):
703 * progmodes/perl-mode.el (perl-mode):
704 * progmodes/octave-inf.el (inferior-octave-mode):
705 * progmodes/autoconf.el (autoconf-mode):
706 * progmodes/m4-mode.el (m4-mode):
707 * progmodes/inf-lisp.el (inferior-lisp-mode):
708 * progmodes/idlwave.el (idlwave-mode):
709 * progmodes/icon.el (icon-mode):
710 * progmodes/idlw-help.el (idlwave-help-mode):
711 * progmodes/dcl-mode.el (dcl-mode):
712 * progmodes/idlw-shell.el (idlwave-shell-mode):
713 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
714 (ebrowse-member-mode, ebrowse-electric-position-mode):
715 Use define-derived-mode.
716
717 * progmodes/xscheme.el (exit-scheme-interaction-mode)
718 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
719 (xscheme-debugger-mode-p, xscheme-send-string-1):
720 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
721 (tcl-load-file, tcl-restart-with-file):
722 * progmodes/ps-mode.el (ps-run-running):
723 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
724 * progmodes/js.el (js--get-all-known-symbols):
725 * progmodes/inf-lisp.el (inferior-lisp-proc):
726 * progmodes/idlwave.el (idlwave-beginning-of-statement)
727 (idlwave-template, idlwave-update-buffer-routine-info)
728 (idlwave-update-current-buffer-info)
729 (idlwave-get-routine-info-from-buffers, idlwave-choose)
730 (idlwave-scan-class-info, idlwave-fix-keywords)
731 (idlwave-list-buffer-load-path-shadows):
732 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
733 (idlwave-toolbar-remove):
734 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
735 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
736 (idlwave-shell-menu-def):
737 * progmodes/idlw-complete-structtag.el
738 (idlwave-prepare-structure-tag-completion):
739 * progmodes/gud.el (gud-set-buffer):
740 * progmodes/f90.el (f90-backslash-not-special):
741 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
742
743 * progmodes/xscheme.el (xscheme-start)
744 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
745 * progmodes/which-func.el (which-function):
746 * progmodes/vhdl-mode.el (vhdl-set-style):
747 * progmodes/verilog-mode.el (verilog-set-compile-command)
748 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
749 (verilog-set-define, verilog-auto-reeval-locals):
750 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
751 * progmodes/simula.el (simula-mode):
752 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
753 * progmodes/python.el (python-check, python-mode):
754 * progmodes/prolog.el (prolog-mode-variables):
755 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
756 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
757 * progmodes/delphi.el (delphi-mode):
758 * progmodes/cc-styles.el (c-setup-paragraph-variables):
759 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
760 (c-font-lock-init): Move make-local-variable to their setq.
761
762 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
763 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
764 make-local-hook.
765 * progmodes/sh-script.el (sh-require-final-newline): Remove.
766 (sh-set-shell): Don't set require-final-newline since it's already done
767 by prog-mode.
768 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
769 since we never set it.
770 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
771 Use read-string and standard prompt.
772 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
773 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
774 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
775 (meta-common-mode-map): Rename from meta-mode-map.
776 Remove C-m binding, which is a user preference, not mode specific.
777 (meta-common-mode): New major mode; replace meta-common-initialization.
778 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
779 around with font-lock.
780 * progmodes/etags.el (select-tags-table-mode):
781 Derive from special-mode.
782 * progmodes/octave-mod.el (octave-mode):
783 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
784 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
785 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
786 Let define-derived-mode do its job.
787 * progmodes/cpp.el (cpp-edit-mode-map):
788 Move initialization into declaration.
789 (cpp-edit-mode): Use define-derived-mode.
790 (cpp-edit-load): Use derived-mode-p.
791 * progmodes/mixal-mode.el (mixal-mode):
792 * progmodes/f90.el (f90-mode):
793 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
794 require-final-newline since prog-mode does it already.
795 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
796 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
797 * progmodes/antlr-mode.el: Require cc-mode upfront.
798 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
799 the declaration.
800 (antlr-directory-dependencies, antlr-show-makefile-rules):
801 Use derived-mode-p.
802 (antlr-language-option): Don't assume point-min==1.
803 (antlr-mode): Use define-derived-mode.
804 * progmodes/ada-mode.el: Use derived-mode-p.
805 (ada-mode): Use define-derived-mode.
806 Use hack-local-variables-hook.
807
61f91c04
SM
8082010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
811 (texinfo-mode): Don't disable adaptive-fill-mode.
812 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
813 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
814 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
815 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
816 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
817 (texinfo-insert-@quotation, texinfo-insert-@samp)
818 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
819 (texinfo-insert-@uref): Use define-skeleton.
820 (texinfo-insert-@-with-arg): Delete.
821
72a44673
EZ
8222010-12-10 Eli Zaretskii <eliz@gnu.org>
823
824 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
825 nil, do quote archive member names. (Bug#6144)
826
ab540f59
GM
8272010-12-10 Glenn Morris <rgm@gnu.org>
828
66f782de
GM
829 * files.el (diff-no-select): Declare.
830
e554b3f8
GM
831 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
832 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
833
ab540f59
GM
834 * comint.el (comint-input-ring-file-name): Doc fix.
835
f68ab99b
EZ
8362010-12-09 Eli Zaretskii <eliz@gnu.org>
837
838 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
839 New functions.
61f91c04
SM
840 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
841 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
842 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
843 instead of `nil'.
844 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
845 and menu-bar-positive-p instead of `nil' and `>', respectively.
846 (Bug#1077)
847
650453a9
VJL
8482010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
849
850 * whitespace.el (whitespace-newline-mode): Code fix.
851
28d5de72
GM
8522010-12-09 Glenn Morris <rgm@gnu.org>
853
854 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
855 Rename functions without commas, update callers.
856
b596d50d 8572010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 858
b596d50d
GM
859 * whitespace.el (whitespace-cleanup-region):
860 Clean up spaces before tabs. (Bug#7582)
16498102 861
eff37c5e
KF
8622010-12-08 Karl Fogel <kfogel@red-bean.com>
863
864 * bookmark.el: Adjust parameter names and doc strings to resolve
865 confusion over whether "bookmark" meant a bookmark name or a
866 bookmark record. Along the way, shorten one function's name for
867 similar reasons. (Issue #7548)
868 (bookmark-name-from-record): New name for
869 `bookmark-name-from-full-record'. All callers changed.
870 (bookmark-get-bookmark, bookmark-get-bookmark-record)
871 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
872 (bookmark-get-annotation, bookmark-set-annotation)
873 (bookmark-get-filename, bookmark-set-filename)
874 (bookmark-get-position, bookmark-set-position)
875 (bookmark-get-front-context-string, bookmark-set-front-context-string)
876 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
877 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
878 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
879 Rename `bookmark' parameter to `bookmark-name-or-record', to
880 clearly show its role, and shorten or adjust doc strings accordingly.
881 (bookmark-set-name): Same, and pass the parameter directly to
882 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
883 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
884 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
885 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
886 and in some cases shorten doc string accordingly.
887 (bookmark-rename): Change `old' and `new' parameters to `old-name'
888 and `new-name', and adjust an internal variable to avoid confusion.
889 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
890 parameter in doc string.
891
5fe9ebd1
GM
8922010-12-08 Glenn Morris <rgm@gnu.org>
893
ac8331a7
GM
894 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
895 from gdb's history file. (Bug#7575)
896
5fe9ebd1
GM
897 * mail/emacsbug.el (report-emacs-bug):
898 Try to handle some other mail clients.
899
33cf0fb2
SM
9002010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * files.el (dir-locals-collect-variables): Don't let errors stop us.
903 Use string-prefix-p.
904 (file-name-version-regexp): New var.
905 (file-name-sans-versions):
906 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
907 (jka-compr-get-compression-info): Use dolist.
908 (jka-compr-compression-info-list): Don't bother specifying
909 version/backup regexps.
910
11c31b99
TH
9112010-12-07 Tassilo Horn <tassilo@member.fsf.org>
912
913 * simple.el (just-one-space): Make argument n default to 1 if
914 omitted.
915
a733fc37
SM
9162010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * electric.el (electric-indent-post-self-insert-function):
919 Delete trailing newlines even if we don't reindent.
920
88b5a757
DD
9212010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
922
a733fc37
SM
923 * minibuffer.el (completion-at-point): Remove the `arg'.
924 * bindings.el (complete-symbol): Move back from minibuffer.el.
925
9262010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
927
88b5a757
DD
928 * simple.el (just-one-space): Delete newlines for negative arg.
929
ce327e48
SM
9302010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
933 (ansi-color-filter-apply): Simplify.
934 (ansi-color-apply): Use `font-lock-face' rather than `face'.
935
ac73d955
BR
9362010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
937
938 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
939
8c44f097
CY
9402010-12-04 Chong Yidong <cyd@stupidchicken.com>
941
942 * dired.el (dired-use-ls-dired): Set default to a special
943 "unspecified" value.
944 (dired-insert-directory): When called the first time, check
945 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
946
15af15e5
TO
9472010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
948
949 * replace.el: Add "collect" feature to occur.
950 (occur-collect-regexp-history): New var.
88b5a757
DD
951 (occur-read-primary-args): Return a replace string for nlines,
952 if needed.
15af15e5
TO
953 (occur): Extend the meaning of nlines.
954
b2e6e5bd
SM
9552010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
958 (which-func-update-1): Distinguish symbols from strings.
959 (which-function): Stay within 80 columns.
960
ee9355dc
SM
9612010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
962
7f0ea0ff
SM
963 * subr.el (with-demoted-errors): Distinguish symbols from strings.
964
ee9355dc
SM
965 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
966 Improve docstring.
967 (comment-style): Use comment-styles's docs to describe values.
968
3e972d98
JD
9692010-12-03 Jan Djärv <jan.h.d@swipnet.se>
970
971 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
972 and ns-show-prefs (Bug#7535).
973
974 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
975 bindings (Bug#7535).
976
c879436a
GM
9772010-12-03 Glenn Morris <rgm@gnu.org>
978
afe27238
GM
979 * nxml/nxml-mode.el: Require rng-nxml.
980 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
981 Remove declarations.
982
65beee52
GM
983 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
984 * nxml/rng-nxml.el, nxml/rng-valid.el:
985 Remove leading `*' from defcustom docs.
986
ad961a00
GM
987 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
988 (normal-top-level-add-to-load-path, tty-handle-args):
989 Convert comments to basic doc-strings.
990
c5fd0ab5
GM
991 * net/browse-url.el (browse-url-url-at-point)
992 (browse-url-default-browser): Remove autoload cookies.
993
f62f063d
GM
994 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
995 Remove more undefined cl functions.
996
c879436a
GM
997 * vc/diff.el (diff-sentinel): Make new arguments optional.
998 * ibuf-ext.el (diff-sentinel): Update declaration.
999
3721e124
DU
10002010-12-03 Daiki Ueno <ueno@unixuser.org>
1001
1002 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1003 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1004 (epg-context-set-passphrase-callback): Mention that the callback
1005 is not called when used with GnuPG 2.x.
1006
66feec8b
MA
10072010-12-02 Michael Albinus <michael.albinus@gmx.de>
1008
1009 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1010 (tramp-file-name-port): Check also for `tramp-default-port'.
1011 (tramp-get-connection-name): New defun.
1012 (tramp-get-connection-process): Use it.
1013 (tramp-debug-message): Extend function exclude list.
1014 (tramp-drop-volume-letter): Fix doc string.
1015
1016 * net/tramp-cmds.el: Remove solved todo item.
1017
1018 * net/tramp-efs.el:
1019 * net/tramp-ftp.el:
1020 * net/tramp-gvfs.el:
1021 * net/tramp-gw.el:
1022 * net/tramp-imap.el:
1023 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1024 and `tramp-default-user-alist', respectively.
1025
88b5a757
DD
1026 * net/tramp-gw.el (tramp-gw-open-connection):
1027 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
1028
1029 * net/tramp-imap.el (tramp-imap-make-iht): Use just
1030 `tramp-file-name-port'.
1031
1032 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1033 and "psftp". Exchange "%k" marker with options.
1034 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1035 Compute size of link target.
1036 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1037 `tramp-current-*' up due to gateway methods. Optimze computing of
1038 copy arguments. Use `tramp-get-connection-name' and
1039 `tramp-get-connection-buffer'. Improve debug messages.
1040 (tramp-compute-multi-hops): Remove port determination.
1041 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1042
1043 * net/trampver.el: Update release number.
1044
bd77c2ef
GM
10452010-12-02 Glenn Morris <rgm@gnu.org>
1046
05907bb3
GM
1047 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1048 Avoid infinite loop over windows. (Bug#7492)
1049
bd77c2ef
GM
1050 * progmodes/flymake.el (flymake-check-file-limit):
1051 Allow nil to mean "no limit".
1052 (flymake-check-patch-master-file-buffer): Update for above change.
1053 Allow a .tex file-name extension to be optional.
1054 (flymake-master-tex-init): Also match \include statements.
1055
f7ca27a1
SS
10562010-11-30 Sam Steingold <sds@gnu.org>
1057
1058 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1059 (nxml-parent-document-set): A function to set `nxml-parent-document'.
1060 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1061 (nxml-mode-hook): Remove `defcustom' (auto-defined by
1062 define-derived-mode').
1063 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1064 users who want to call `nxml-parent-document-set'.
1065
402c8a49
CY
10662010-11-27 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1069 stand-alone lines, since that is handled by log-edit-match-to-eoh
1070 (Bug#6465).
1071
d1882ac7
EW
10722010-11-27 Eduard Wiebe <usenet@pusto.de>
1073
1074 * dired.el (dired-get-filename): Replace backslashes with slashes
1075 in file names on MS-Windows, needed by `locate'. (Bug#7308)
1076 * locate.el (locate-default-make-command-line): Don't consider
1077 drive letter and root directory part of
1078 `directory-listing-before-filename-regexp'. (Bug#7308)
1079 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1080
07976ae3 10812010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
1082
1083 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1084 of :smie-open/close-alist.
1085 (smie-next-sexp): Make it accept a "start token" as argument.
1086 (smie-indent-keyword): Be careful not to misidentify tokens that span
1087 more than one line, as empty lines. Add argument `token'.
1088
07976ae3 10892010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 1090
afde451a
KH
1091 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1092 multipart subtypes, insert all as usual.
1093
3d9ee611
KH
1094 * mail/rmail.el: Require rfc2047.
1095
07976ae3 10962010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
1097
1098 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1099 (rmail-mime-entity-disposition)
1100 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1101 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1102 (rmail-mime-save): Handle the case that the button's `data' is a
1103 MIME entity.
1104 (rmail-mime-insert-text): New function.
9e0ecdab 1105 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
1106 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1107 (rmail-mime-insert-bulk): New function mostly copied from the old
1108 rmail-mime-bulk-handler.
9e0ecdab
GM
1109 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1110 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
1111 the old rmail-mime-multipart-handler.
1112 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 1113 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
1114 rmail-mime-show.
1115 (rmail-mime-insert-multipart, rmail-mime-parse)
1116 (rmail-mime-insert, rmail-show-mime)
1117 (rmail-insert-mime-forwarded-message)
1118 (rmail-insert-mime-resent-message): New functions.
1119 (rmail-insert-mime-forwarded-message-function): Set to
1120 rmail-insert-mime-forwarded-message.
1121 (rmail-insert-mime-resent-message-function): Set to
1122 rmail-insert-mime-resent-message.
1123
1124 * mail/rmailsum.el: Require rfc2047.
1125 (rmail-header-summary): Handle multiline Subject: field.
1126 (rmail-summary-line-decoder): Change the default to
1127 rfc2047-decode-string.
1128
1129 * mail/rmail.el (rmail-enable-mime): Change the default to t.
1130 (rmail-mime-feature): Change the default to `rmailmm'.
1131 (rmail-quit): Delete the specifal code for rmail-enable-mime.
1132 (rmail-display-labels): Likewise.
1133 (rmail-show-message-1): Check rmail-enable-mime, and use
1134 rmail-show-mime-function for a MIME message. Decode the headers
1135 according to RFC2047.
1136
07976ae3 11372010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
1138
1139 * progmodes/which-func.el (which-func-imenu-joiner-function):
1140 Return a string, as expected.
1141 (which-function-mode): Make sure we stop any previous timer before
1142 starting a new one.
1143
07976ae3 11442010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
1145
1146 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
1147 (tramp-default-user-alist, tramp-default-proxies-alist):
1148 Adapt custom options type. (Bug#7445)
e40fc745 1149
07976ae3 11502010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
1151
1152 * progmodes/python.el: Add Ipython support (Bug#5390).
1153 (python-shell-prompt-alist)
1154 (python-shell-continuation-prompt-alist): New options.
1155 (python--set-prompt-regexp): New function.
33aeea0e
SM
1156 (inferior-python-mode, run-python, python-shell):
1157 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
1158 prompt based on the Python interpreter.
1159 (python--prompt-regexp): New var.
1160 (python-check-comint-prompt)
1161 (python-comint-output-filter-function): Use it.
1162 (run-python): Use a pipe (Bug#5694).
1163
07976ae3 11642010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
1165
1166 * progmodes/python.el (run-python): Doc fix.
1167 (python-keep-current-directory-in-path): New var (Bug#7454).
1168
07976ae3 11692010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
1170
1171 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1172 Prompt user before actually printing.
1173
0b839457
GM
11742010-11-27 Glenn Morris <rgm@gnu.org>
1175
1176 * startup.el (package-enable-at-startup, package-initialize):
1177 Remove unnecessary declarations.
1178
96107967
EZ
11792010-11-27 Eli Zaretskii <eliz@gnu.org>
1180
1181 * international/characters.el (glyphless-char-display-control):
1182 Exclude newline and TAB from the c0-control group.
1183
a140ec5f
GM
11842010-11-27 Glenn Morris <rgm@gnu.org>
1185
82445062
GM
1186 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1187 (expand-mail-aliases): Remove unnecessary autoload.
1188
08b5f072
GM
1189 * allout.el (allout-command-prefix, allout-mode-map): Declare.
1190
e96d4147
GM
1191 * shell.el (shell-dir-cookie-re): Move definition before use.
1192
a140ec5f
GM
1193 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1194 Replace undefined CL functions.
1195
a2249e66
EZ
11962010-11-26 Eli Zaretskii <eliz@gnu.org>
1197
228482b2
EZ
1198 * simple.el (prog-mode): Set bidi-paragraph-direction to
1199 left-to-right.
1200
a2249e66
EZ
1201 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1202
d01d7b8d
GM
12032010-11-26 Glenn Morris <rgm@gnu.org>
1204
1205 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1206 diary-outlook-formats can be sensitive to calendar-date-style.
1207 (diary-outlook-formats): Simplify the default setting.
1208 (diary-from-outlook-internal): Pass subject and body as arguments.
1209 Use dolist rather than dotimes. Don't save the diary buffer.
1210 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1211 Pass subject and body as explicit arguments to the -internal function.
1212
b3ea64a3
LMI
12132010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1214
1215 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1216 parsing them. This makes mailto:...?subject=foo\nbar work.
1217
d5e7b0d8
SM
12182010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * vc/diff.el (diff): Fix last change.
1221
872ab164
SM
12222010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
1225 (pcase--dontcare-upats): New var.
1226 (pcase-let, pcase-let*): Generate better code.
1227 Accept the same bodies as `let'.
1228 (pcase-dolist): New macro.
1229 (pcase--trivial-upat-p): New helper function.
1230 (pcase--expand): Strip leading "(let nil" if any.
1231
876d1684
LMI
12322010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1233
7bd9b9d8
LMI
1234 * mail/mailclient.el (browse-url): Require.
1235 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1236 use the external browser function to send the mail (bug#7469).
1237
876d1684
LMI
1238 * net/browse-url.el (browse-url-browser-function): Revert the
1239 default back to the previous value, since the new value broke
1240 mailclient.el.
1241 (browse-url-mailto-function): New variable for mailto: URLs.
1242 (browse-url): Use the new variable for mailto: URLs.
1243
6e13206c
SM
12442010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * eshell/esh-cmd.el (eshell-parse-command):
1247 * eshell/esh-arg.el (eshell-parse-arguments):
1248 * eshell/em-script.el (eshell-source-file):
1249 Use with-silent-modifications.
1250
3d92f44e
CY
12512010-11-23 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
1254 for a merge location.
1255
1256 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1257 (vc-bzr-merge-branch): Always prompt.
1258 (vc-bzr-async-command): Use the full branch filename.
1259
8f5f1e68
SM
12602010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * shell.el (shell): Use current-buffer by default if it's already
1263 a shell mode buffer and its process is dead.
ee9355dc 1264 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 1265
331460ac
TH
12662010-11-23 Tassilo Horn <tassilo@member.fsf.org>
1267
8f5f1e68
SM
1268 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1269 Mention that the keywords should be comma separated.
331460ac 1270
2c3160c5
CY
12712010-11-23 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1274 Accept optional prefix arg meaning to prompt for a command.
1275 (vc-update): Use vc-BACKEND-pull if available. Accept optional
1276 prefix arg meaning to prompt for a command.
1277 (vc-pull): Alias for vc-update.
1278
1279 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1280 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1281 (vc-bzr-merge-branch): New functions, implementing merge-branch
1282 and pull operations.
1283
b2e44819
SM
12842010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1285
8a0eb852
SM
1286 * Makefile.in: Fix up last merge.
1287
b2e44819
SM
1288 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1289 (diff-sentinel): Get them as arguments instead.
1290 (diff-old-file, diff-new-file, diff-extra-args): Remove.
1291 (diff-file-local-copy, diff-better-file-name): New funs.
1292 (diff-no-select): Rename from diff-into-buffer.
1293 Support buffers additionally to files. Move `buf' arg. Don't display buf.
1294 Prefer closures to buffer-local variables.
1295 (diff): Adjust accordingly.
1296 (diff-buffer-with-file): Move from files.el.
1297 * files.el (diff-buffer-with-file): Move to vc/diff.el.
1298 (diff-buffer-internal): Remove.
1299 (diff-buffer-buffer): Remove.
1300 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1301 the buffer name used, and so as not to mess up windows and frames.
1302
6a7662bb
BR
13032010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1304
1305 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1306 (diff-buffer-internal): New function extracted from diff-buffer-with-file
1307 (diff-buffer-with-file): Use it.
1308 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1309 (diff): Use it.
1310
c799747b
TH
13112010-11-22 Tassilo Horn <tassilo@member.fsf.org>
1312
1313 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1314 \ref's or \pageref's value as default instead of initial input.
1315
e274eb13
MA
13162010-11-21 Michael Albinus <michael.albinus@gmx.de>
1317
1318 * files.el (backup-by-copying-when-mismatch): The default value is
1319 now t.
1320
1321 * startup.el (normal-top-level):
1322 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1323 `backup-by-copying-when-mismatch'.
1324
77af54d7
JD
13252010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1326
1327 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1328
4e2f7d2a
CY
13292010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1330
6a7662bb
BR
1331 * progmodes/python.el (python-font-lock-keywords):
1332 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 1333
b7d1e144
JD
13342010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1335
1336 * term/ns-win.el (ns-right-control-modifier)
1337 (ns-right-command-modifier): Defvar them.
1338
1339 * cus-start.el (all): Add ns-right-control-modifier and
1340 ns-right-command-modifier (Bug#7458).
1341
c11cc37a
GM
13422010-11-20 Glenn Morris <rgm@gnu.org>
1343
1344 * emacs-lisp/authors.el (authors-ignored-files)
1345 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1346
7dcd777e
TH
13472010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1348
1349 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1350 (report-emacs-bug-parse-query-results)
1351 (report-emacs-bug-create-existing-bugs-buffer): Pass through
1352 keywords used for querying the bug database to show them in the
1353 existing bugs buffer.
1354
d2bd5189
JD
13552010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1356
1357 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1358
1359 * info.el (info-tool-bar-map): Add some :vert-only keywords.
1360
0e7c0582
EZ
13612010-11-20 Eli Zaretskii <eliz@gnu.org>
1362
1363 * international/characters.el (glyphless-char-display-control):
1364 Make it a defcustom, with update-glyphless-char-display as its
1365 :set attribute.
1366 (top level): Don't call update-glyphless-char-display.
1367
7398933f
MA
13682010-11-20 Michael Albinus <michael.albinus@gmx.de>
1369
1370 Sync with Tramp 2.2.0.
1371
1372 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1373 `file-remote-p' (due to compatibility).
1374
1375 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1376 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1377
1378 * net/trampver.el: Update release number.
1379
1cd64aae
EZ
13802010-11-20 Eli Zaretskii <eliz@gnu.org>
1381
1382 * faces.el (glyphless-char): Define value for `pc'.
1383
614316a7
TH
13842010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1385
26214810
EZ
1386 Implemented a bug querying mechanism.
1387 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
1388 (report-emacs-bug-create-existing-bugs-buffer)
1389 (report-emacs-bug-parse-query-results)
26214810 1390 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 1391
9061f667
TH
13922010-11-19 Tassilo Horn <tassilo@member.fsf.org>
1393
1394 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1395 a \ref{} or \pageref{} macro, then use its value as initial input.
1396
1265829e
JB
13972010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1398
1399 * calc/calc-units.el (math-build-units-table-buffer):
1400 calc/README: Mention that the TeX specific units won't use the
1401 `tex' prefix in TeX mode.
1402 calc/calc-lang.el (math-variable-table): Don't use the `tex'
1403 prefix for units in TeX mode.
1404
9fca7811
SM
14052010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
1408 * comint.el (comint-kill-region): Make the yank-handler argument
1409 obsolete.
9fca7811 1410
4a47c275 14112010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 1412
e2f454c4
SM
1413 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1414 that are both openers (resp. closers) and something else.
1415 (smie-grammar): Loosen definition of valid values.
1416 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1417 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1418 (smie-indent-after-keyword): Adjust users.
1419 (smie-indent-keyword): Don't indent empty lines.
1420
88bf1bec
SM
1421 * vc-hg.el (vc-hg-program): New var.
1422 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1423 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1424
4a47c275 14252010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
1426
1427 * emacs-lisp/autoload.el (autoload-find-destination): The function
1428 coding-system-eol-type may return non-numeric values. (Bug#7414)
1429
4a47c275 14302010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
1431
1432 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1433
4a47c275 14342010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
1435
1436 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1437
4a47c275 14382010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
1439
1440 * textmodes/picture.el (picture-mouse-set-point): Don't use
1441 posn-col-row; explicitly compute the motion based on the posn at
1442 the window-start (Bug#7390).
1443
4a47c275 14442010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
1445
1446 * novice.el (disabled-command-function):
1447 Fix 2009-11-15 change. (Bug#7384)
1448
4a47c275 14492010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
1450
1451 * calendar/calendar.el (diary-iso-date-forms): Make elements
1452 mutually exclusive. (Bug#7377)
1453
4a47c275 14542010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
1455
1456 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1457 when filling the remaining "unconstrained" values.
1458
4a47c275 14592010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 1460
acef0722
SM
1461 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1462 safety predicate.
1463
1464 * files.el (safe-local-variable-p): Gracefully handle errors.
1465
7bea8c7a
SM
1466 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1467 Use smie-indent-virtual when indenting relative to an opener.
1468 (smie-rule-separator): Use smie-rule-parent.
1469 (smie-indent-keyword): Consult rules, even for openers at bol.
1470 (smie-indent-comment-close): Try to align closer's content.
1471
4a47c275 14722010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
1473
1474 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1475
4a47c275 14762010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 1477
aa514451
GM
1478 * printing.el (pr-menu-bind): Doc fix.
1479
32b636de
GM
1480 * speedbar.el (speedbar-toggle-images): Doc fix.
1481
bc1d5cdf
GM
1482 * progmodes/python.el (python-shell): Doc fix.
1483
c790cad4
GM
1484 * wid-edit.el (widget-field-use-before-change)
1485 (widget-use-overlay-change): Doc fixes.
1486
c51bb5d2
SM
14872010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1488
8bbb7dd8
SM
1489 Minor cleanup to improve style.
1490 * textmodes/rst.el (rst-update-section): Use point-marker.
1491 (rst-get-decoration): Eliminate unneeded assignment.
1492 (rst-promote-region, rst-straighten-decorations)
1493 (rst-section-tree, rst-adjust): Use point-marker.
1494 (rst-toc-mode-mouse-goto): Avoid setq.
1495 (rst-shift-region-guts, rst-shift-region-left)
1496 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1497 (rst-convert-bullets-to-enumeration): Use copy-marker.
1498
b7e270a2
SM
1499 * minibuffer.el (completion-fail-discreetly): New var.
1500 (completion--do-completion): Use it.
1501
c51bb5d2
SM
1502 * electric.el (electric-pair-pairs): New var.
1503 (electric-pair-post-self-insert-function): Use it.
1504 (electric-layout-post-self-insert-function): Don't insert a before
1505 newline unless it's actually needed.
1506
c04f2ac0
SM
15072010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1508
bac2de0f
SM
1509 * progmodes/python.el (run-python): Explain why we remove the current
1510 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1511
c04f2ac0
SM
1512 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1513
7100ff98
SM
15142010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1515
03f70355
SM
1516 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1517 (octave-mode-map): Don't bind ;, SPC, and LF.
1518 (octave-auto-indent, octave-auto-newline): Remove.
1519 (electric-layout-rules): Declare.
1520 (octave-mode): Set electric-layout-rules.
1521 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1522 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1523 (octave-electric-space): Remove.
1524
7100ff98
SM
1525 * electric.el (electric-layout-mode): New minor mode.
1526 (electric--after-char-pos): New function.
1527 (electric-indent-post-self-insert-function): Use it.
1528 (electric-layout-rules): New var.
1529 (electric-layout-post-self-insert-function): New function.
1530 (electric-indent-mode): Make them interact better.
1531
cca982d0
SM
15322010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1535 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1536 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1537
84992dff
AM
15382010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1539
1540 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1541 Make sure to check inside the word (Bug#6761).
1542
afa42fe3
CY
15432010-11-14 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * startup.el (command-line): If the cursorColor resource is set,
1546 change the cursor face-spec (Bug#7392).
1547
a798747d 15482010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 1549
a798747d 1550 The main features of the following allout.el changes are:
1c9b9df0
KM
1551 - implement user customization for the allout key bindings
1552 - add a customization control by which the user can inhibit use of
a798747d 1553 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
1554 describe-prefix-bindings
1555 - adapt to new version of called-interactively-p, while
a798747d 1556 maintaining backwards compatibility with old version
1c9b9df0
KM
1557 - fix hotspot navigation so i works properly with meta-modified keys
1558
a798747d
GM
1559 * allout.el (allout-keybindings, allout-bind-keys)
1560 (allout-keybindings-binding, allout-prefixed-keybindings)
1561 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1562 (allout-keybindings-list, allout-mode-map-adjustments)
1563 (allout-setup-mode-map): Establish allout-mode keymaps as user
1564 customizable settings, and also establish a customizable setting which
1565 regulates whether or not a trailing control-h is reserved for use with
1566 describe-prefix-bindings - and inhibit it by default, so that control-h
1567 *is* reserved for describe-prefix-bindings unless the user changes it.
1568
1569 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1570 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
1571 modified events more comprehensively.
1572
a798747d
GM
1573 * allout.el (allout-substring-no-properties):
1574 Alias to use or provide version of `substring-no-properties'.
1575 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 1576
a798747d
GM
1577 * allout.el (allout-next-single-char-property-change):
1578 Alias to use or provide version of `next-single-char-property-change'.
1579 (allout-annotate-hidden, allout-hide-by-annotation):
1580 Use `allout-next-single-char-property-change'.
1c9b9df0 1581
a798747d
GM
1582 * allout.el (allout-select-safe-coding-system):
1583 Alias to use or provide version of `select-safe-coding-system'.
1584 (allout-toggle-subtree-encryption):
1585 Use `allout-select-safe-coding-system'.
1c9b9df0 1586
a798747d
GM
1587 * allout.el (allout-set-buffer-multibyte):
1588 Alias to use or provide version of `set-buffer-multibyte'.
1589 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 1590
a798747d
GM
1591 * allout.el (allout-called-interactively-p): Macro for using the
1592 different versions of called-interactively-p identically, depending on
1593 the subroutine's argument signature.
1594 (allout-back-to-current-heading, allout-beginning-of-current-entry):
1595 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 1596
a798747d
GM
1597 * allout.el (allout-init, allout-ascend, allout-end-of-level)
1598 (allout-previous-visible-heading, allout-forward-current-level)
1599 (allout-backward-current-level, allout-show-children):
1600 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 1601
a798747d
GM
1602 * allout.el (allout-before-change-handler):
1603 Exempt edits to the (overlaid) character after the allout outline
1604 bullet from edit confirmation prompt.
1c9b9df0 1605
a798747d
GM
1606 * allout.el (allout-add-resumptions):
1607 Ensure that it respects correct buffer for keybindings.
1c9b9df0 1608
a798747d
GM
1609 * allout.el (allout-beginning-of-line):
1610 Use `allout-previous-single-char-property-change' alias for the sake of
1611 diverse compatibility.
1c9b9df0 1612
a798747d
GM
1613 * allout.el (allout-end-of-line):
1614 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 1615
0216b738
CY
16162010-11-13 Chong Yidong <cyd@stupidchicken.com>
1617
1618 * frame.el (frame-notice-user-settings): Don't clobber other
1619 user-set parameters when calling face-set-after-frame-default in
1620 response to background-color parameter (Bug#7373).
1621
0eb025fb
EZ
16222010-11-13 Eli Zaretskii <eliz@gnu.org>
1623
1624 * international/characters.el (glyphless-char-display-control):
88b5a757 1625 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
1626 Signal an error if display method is not one of the recognized
1627 symbols.
0eb025fb 1628
6e060cee
MA
16292010-11-13 Michael Albinus <michael.albinus@gmx.de>
1630
1631 * net/tramp-compat.el (tramp-compat-line-beginning-position)
1632 (tramp-compat-line-end-position): Remove them.
1633
1634 * net/tramp.el (tramp-parse-rhosts-group)
1635 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1636 (tramp-parse-hosts-group, tramp-parse-passwd-group)
1637 (tramp-parse-netrc-group, tramp-parse-putty-group)
1638 * net/tramp-cmds.el (tramp-append-tramp-buffers)
1639 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1640 (tramp-sh-handle-file-selinux-context)
1641 (tramp-sh-handle-file-name-all-completions)
1642 (tramp-sh-handle-insert-directory)
1643 (tramp-sh-handle-expand-file-name, tramp-find-executable)
1644 (tramp-wait-for-output, tramp-send-command-and-read)
1645 * net/tramp-smb.el (tramp-smb-read-file-entry)
1646 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1647
1648 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1649 `point-at-bol'.
1650 (tramp-remote-coding-commands): Add an alternative using "base64
1651 -d -i". This is needed for older base64 versions from GNU
1652 coreutils. Reported by Klaus Reichl
1653 <Klaus.Reichl@thalesgroup.com>.
1654
8da5345f
HN
16552010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
1656
1657 * simple.el (count-words-region): New function.
1658
c156a63b
SM
16592010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1660
78835dd0
SM
1661 * shell.el (shell-dir-cookie-re): New custom variable.
1662 (shell-dir-cookie-watcher): New function.
1663
ebff325e
SM
1664 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1665 and compilation-mode (bug#7350).
1666
4e9e1584
SM
1667 * vc/smerge-mode.el (smerge-refine): Choose better default part to
1668 highlight when one of them is empty.
1669
4490f875
SM
1670 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1671 trailing space.
1672 (skeleton-newline): New function.
1673 (skeleton-internal-1): Use it.
1674
c156a63b
SM
1675 * simple.el (open-line): `newline' may strip trailing space.
1676
f3bb9e16
KR
16772010-11-12 Kevin Ryde <user42@zip.com.au>
1678
1679 * international/mule-cmds.el (princ-list): Use mapc.
1680
7847454a
GM
16812010-11-12 Glenn Morris <rgm@gnu.org>
1682
1683 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1684 Use it to replace all instances of "*Compile-Log*"
1685
aa310257
SM
16862010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1689 indentation specs.
1690
cbf83ce9
SM
16912010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * progmodes/modula2.el: Use SMIE and skeleton.
1694 (m2-mode-syntax-table): (*..*) can be nested.
1695 Add //...\n. Fix paren syntax.
1696 (m2-mode-map): Remove LF and TAB bindings.
1697 (m2-indent): Add safety property.
1698 (m2-smie-grammar): New var.
1699 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1700 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1701 (m2-mode): Use define-derived-mode.
1702 (m2-newline, m2-tab): Remove.
1703 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1704 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1705 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1706 (m2-import): Use define-skeleton.
1707
e7c4fb1e
GM
17082010-11-11 Glenn Morris <rgm@gnu.org>
1709
b3e4c911
GM
1710 * obsolete/lucid.el: Don't warn about any CL functions in this file.
1711
b3e22bd4
GM
1712 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1713 (ls-lisp-verbosity): Add custom :set-after property.
1714 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1715 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1716 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
1717 (ls-lisp-set-options): New function.
1718 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1719 Doc fix.
b3e22bd4 1720
55a4b4fe
GM
1721 * play/landmark.el (lm-prompt-for-move):
1722 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1723
e7c4fb1e
GM
1724 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1725
1726 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1727 (idlwave-study-twins): Prefix dynamic local variable `name'.
1728 (idlwave-routine-twin-compare): Update for above change.
1729
1730 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1731 Prefix dynamic local variables `name', `kwd', and `link'.
1732 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1733 * progmodes/idlw-complete-structtag.el
1734 (idlwave-complete-structure-tag-help):
1735 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1736 (idlwave-complete-sysvar-tag-help)
1737 (idlwave-complete-class-structure-tag-help):
1738 Update for above name changes.
1739
afe2870b
LMI
17402010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * net/browse-url.el (browse-url-browser-function): Change the
1743 default to use `browse-url-mail' on mailto: URLs.
1744
fbe3be3f
CY
17452010-11-10 Chong Yidong <cyd@stupidchicken.com>
1746
cbf83ce9
SM
1747 * emacs-lisp/package.el (package-read-all-archive-contents):
1748 Reset package-archive-contents to nil before re-reading.
fbe3be3f 1749
a7cfbaea 17502010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
1751
1752 * textmodes/flyspell.el (flyspell-word): Do not re-check words
1753 already found as misspellings by (flyspell-large-region), just
c97685d4 1754 do highlighting (bug#7322).
bd4532fc 1755
13e7256f
GM
17562010-11-10 Glenn Morris <rgm@gnu.org>
1757
6d2a1e35
GM
1758 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1759
d4aca69c
GM
1760 * emulation/edt.el (edt-with-position): New macro.
1761 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1762 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1763 (edt-paragraph-forward, edt-paragraph-backward): Use it.
1764
f8a09adb
GM
1765 * emulation/tpu-extras.el (tpu-with-position): New macro.
1766 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1767
c026460b
GM
1768 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1769
dea53a43
GM
1770 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1771 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1772 (texinfo-master-menu, texinfo-insert-node-lines)
1773 (texinfo-multiple-files-update):
1774 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1775 Use line-beginning-position.
1776
72bc50c0
GM
1777 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1778 No recent Emacs supports system-type `emx'.
1779
1780 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1781 (ada-command-separator, ada-default-prj-properties)
1782 (ada-find-any-references): Update for above name change.
1783
1784 * dirtrack.el (dirtrack-directory-function)
1785 (dirtrack-canonicalize-function):
1786 * filecache.el (file-cache-completion-ignore-case)
1787 (file-cache-case-fold-search, file-cache-ignore-case):
1788 * term.el (serial-port-is-file-p): Cosmetic change.
1789
1790 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1791 Remove non-existent `windows-95' system-type.
1792 * dired.el (dired-chown-program): Remove non-existent `linux'
1793 system-type.
1794
17731c39
GM
1795 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1796 (ping-program-options): Remove non-existent `linux' system-type.
1797
9228bbd3
GM
1798 * startup.el (package-initialize): Update declaration.
1799
6e404950
GM
1800 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1801 (ls-lisp-handle-switches): Use time-less-p.
1802 (ls-lisp-format-time): Use float-time.
1803
6f0d4bb6
GM
1804 * textmodes/remember.el (remember-time-to-seconds): Remove.
1805 (remember-store-in-mailbox): Use float-time.
1806
1807 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1808
1809 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1810 never a real function.
1811 (with-no-warnings): Remove compat stub, now unused.
1812 (time-less-p): Doc fix.
1813 (time-to-number-of-days): Simplify.
1814
73171bd4
GM
1815 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1816 Remove.
1817 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1818 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1819 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1820 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1821 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1822
13e7256f
GM
1823 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1824 (eshell-shuffle-files, eshell-shorthand-tar-command)
1825 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1826 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1827 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1828 Prefix dynamic local variable `matches'.
1829
b565f5a1
GM
1830 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1831 Prefix dynamic local variable `skeleton'.
1832
5ad3e885
KY
18332010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1834
1835 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1836 in mail buffer; make yank-action always a command that yanks original
1837 buffer.
1838
14121c52
GM
18392010-11-09 Glenn Morris <rgm@gnu.org>
1840
1841 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1842
d607b96b 18432010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 1844
9bdba5f5
SM
1845 * minibuffer.el (minibuffer-completion-help): Specify the end of the
1846 completion field (bug#7211).
1847
73525e72
SM
1848 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1849 Fix handling of backslash escapes.
1850 (python-quote-syntax): Adjust accordingly.
1851
d607b96b 18522010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
1853
1854 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1855 (vc-mtn-workfile-branch): Adjust to new output format.
1856
d607b96b 18572010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
1858
1859 * international/mule-cmds.el (princ-list): Mark as obsolete.
1860
d607b96b 18612010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
1862
1863 * emacs-lisp/smie.el: New package.
1864
d607b96b 18652010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 1866
7f925a67
SM
1867 * files.el (backup-by-copying-when-mismatch):
1868 Set `permanent-local' property.
6ce78fdc
MA
1869
1870 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 1871 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 1872
d607b96b 18732010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
1874
1875 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
1876
d607b96b 18772010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 1878
7f925a67 1879 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 1880 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
1881 AUTOINOUT for SV style multidimensional arrays, bug294.
1882 Reported by Eric Mastromarchi.
1883 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
1884 font-lock-fontify-buffer to cleanup style issues.
1885
d607b96b 18862010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
1887
1888 * locate.el (locate, locate-mode): Doc fixes.
1889
d607b96b 18902010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
1891
1892 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1893 user for confirmation.
1894 (server-force-stop): Use it.
1895 (server-start): Use server-force-stop for kill-emacs-hook, to
1896 avoid user interaction while killing Emacs.
1897
9b026d9f
GM
18982010-11-09 Glenn Morris <rgm@gnu.org>
1899
3406534c 1900 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 1901 (meta-indent-line): Simplify.
3406534c 1902
9b026d9f
GM
1903 * vc/emerge.el (emerge-line-number-in-buf):
1904 * textmodes/ispell.el (ispell-region):
1905 * textmodes/fill.el (current-fill-column):
1906 * progmodes/xscheme.el (xscheme-send-current-line):
1907 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
1908 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
1909 * progmodes/sh-script.el (sh-handle-prev-do):
1910 * progmodes/meta-mode.el (meta-indent-line):
1911 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
1912 (idlwave-in-quote):
1913 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
1914 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
1915 * progmodes/fortran.el (fortran-looking-at-if-then):
1916 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
1917 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
1918 (cperl-find-pods-heres):
1919 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
1920 * net/quickurl.el (quickurl-list-insert):
1921 * net/ldap.el (ldap-search-internal):
1922 * net/eudc.el (eudc-expand-inline):
1923 * mail/sendmail.el (sendmail-send-it):
1924 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
1925 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
1926 (viper-brac-function):
1927 * calc/calc-yank.el (calc-do-grab-region):
1928 * calc/calc-keypd.el (calc-keypad-press):
1929 * term.el (term-move-columns, term-insert-spaces):
1930 * speedbar.el (speedbar-highlight-one-tag-line):
1931 * simple.el (current-word):
1932 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1933 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
1934 (Info-scroll-down):
1935 * hippie-exp.el (he-line-beg):
1936 * epa.el (epa--marked-keys):
1937 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
1938 (dired-update-file-line, dired-add-entry, dired-remove-entry)
1939 (dired-relist-entry):
1940 * buff-menu.el (Buffer-menu-buffer):
1941 * array.el (current-line):
1942 * allout.el (allout-resolve-xref)
1943 (allout-latex-verbatim-quote-curr-line):
1944 Replace yet more uses of end-of-line etc with line-end-position, etc.
1945
db94771e
SM
19462010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1398b795
SM
1948 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
1949 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
1950 (checkdoc-syntax-table): Initialize in the declaration.
1951 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
1952 the mode on unconditionally.
1953
db94771e
SM
1954 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
1955 (extent-end-position, extent-start-position): Remove setf method for
1956 non-existing functions (bug#7319).
1957
674728d4
SM
19582010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
1961 (smie-precs->prec2): Rename from smie-precs-precedence-table.
1962 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
1963 (smie-prec2->grammar): Rename from smie-prec2-levels.
1964 (smie-grammar): Rename from smie-op-levels.
1965 (smie-indent--hanging-p): Rename from smie-hanging-p.
1966 (smie-rule-hanging-p): New alias.
1967 (smie-indent--bolp): Rename from smie-bolp.
1968 (smie-indent--hanging-p): New alias.
1969 (smie--token): New dynamically bound variable.
1970 (smie-indent--parent): New function.
1971 (smie-rule-parent-p): Use it; rename from smie-parent-p.
1972 (smie-rule-next-p): Rename from smie-next-p.
1973 (smie-rule-prev-p): Rename from smie-prev-p.
1974 (smie-rule-sibling-p, smie-rule-parent)
1975 (smie-indent--separator-outdent, smie-rule-separator): New functions.
1976 (smie-rule-separator-outdent): New var.
1977 (smie-indent--rule): Merge with smie-indent--column.
1978 (smie-indent-forward-token, smie-indent-backward-token):
1979 Also recognize close parens.
1980 (smie-indent-keyword): Don't use smie-indent--column any more.
1981 (smie-indent-after-keyword): Ignore closers by default.
1982 (smie-indent-line): Use with-demoted-errors.
1983 * progmodes/octave-mod.el (octave-smie-grammar):
1984 Rename from octave-smie-op-levels.
1985 (octave-smie-rules): Adjust to new behavior.
1986 * progmodes/prolog.el (prolog-smie-grammar):
1987 Rename from prolog-smie-op-levels.
1988
26f097bf
GM
19892010-11-07 Glenn Morris <rgm@gnu.org>
1990
de3490e1
GM
1991 * eshell/esh-util.el (subst-char-in-string)
1992 (directory-files-and-attributes): These compatibility definitions are
1993 not needed on any version of Emacs since at least 21.4.
1994
3ba6b2ee
GM
1995 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1996 (verilog-get-end-of-line): Remove.
1997 (verilog-within-string, verilog-re-search-forward-substr)
1998 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1999 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2000 Use point-at-bol, point-at-eol.
2001 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2002 Remove.
2003 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2004 (electric-pascal-terminate-line, pascal-set-auto-comments)
2005 (pascal-indent-paramlist, pascal-indent-declaration)
2006 (pascal-get-lineup-indent, pascal-func-completion)
2007 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2008 Use point-at-bol, point-at-eol.
2009 * progmodes/flymake.el (flymake-line-beginning-position)
2010 (flymake-line-end-position): Remove.
2011 (flymake-highlight-line): Use point-at-bol, point-at-eol.
2012 * eshell/esh-util.el (line-end-position, line-beginning-position):
2013 Remove compat definitions.
2014
76fc02b6
GM
2015 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2016 Use end-of-line N.
2017 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2018 Use line-end-position.
2019
e180ab9f
GM
2020 * emacs-lisp/chart.el (chart-zap-chars):
2021 * play/decipher.el (decipher-set-map):
2022 * progmodes/ada-mode.el (ada-get-current-indent)
2023 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2024 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2025 * progmodes/ada-xref.el (ada-initialize-runtime-library)
2026 (ada-get-all-references):
2027 * progmodes/cperl-mode.el (cperl-electric-paren)
2028 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2029 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2030 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2031 (cperl-word-at-point-hard):
2032 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2033 (idlwave-shell-filename-string, idlwave-shell-batch-command)
2034 (idlwave-shell-display-line):
2035 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2036 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2037 * progmodes/js.el (js--re-search-forward-inner)
2038 (js--re-search-backward-inner):
2039 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2040 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2041 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2042 * textmodes/flyspell.el (flyspell-process-localwords):
2043 * textmodes/ispell.el (ispell-buffer-local-parsing)
2044 (ispell-buffer-local-dict, ispell-buffer-local-words):
2045 Use point-at-bol and point-at-eol.
2046
26f097bf
GM
2047 * speedbar.el (speedbar-generic-item-info)
2048 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2049 (speedbar-add-indicator, speedbar-check-vc-this-line)
2050 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2051 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2052 Replace more uses of end-of-line etc with line-end-position.
2053
b05fde66
GM
20542010-11-06 Glenn Morris <rgm@gnu.org>
2055
5ed619e0
GM
2056 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2057 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2058 (texinfo-delete-existing-pointers, texinfo-find-pointer)
2059 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2060 (texinfo-multiple-files-update):
2061 * textmodes/table.el (table--probe-cell-left-up)
2062 (table--probe-cell-right-bottom):
2063 * textmodes/picture.el (picture-tab-search):
2064 * textmodes/page-ext.el (pages-copy-header-and-position)
2065 (pages-directory-for-addresses):
2066 * progmodes/vera-mode.el (vera-get-offset):
2067 * progmodes/simula.el (simula-calculate-indent):
2068 * progmodes/python.el (python-pdbtrack-overlay-arrow):
2069 * progmodes/prolog.el (end-of-prolog-clause):
2070 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2071 * progmodes/icon.el (indent-icon-exp):
2072 * progmodes/etags.el (tag-re-match-p):
2073 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2074 * progmodes/ebnf2ps.el (ebnf-begin-file):
2075 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2076 (dcl-save-local-variable):
2077 * play/life.el (life-setup):
2078 * play/gametree.el (gametree-looking-at-ply):
2079 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2080 * mail/sendmail.el (mail-mode-auto-fill):
2081 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2082 * emacs-lisp/edebug.el (edebug-overlay-arrow):
2083 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2084 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2085 (woman-tab-to-tab-stop, WoMan-warn-ignored):
2086 * type-break.el (type-break-file-keystroke-count):
2087 * term.el (term-replace-by-expanded-history-before-point)
2088 (term-skip-prompt, term-extract-string):
2089 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2090 (speedbar-contract-line, speedbar-toggle-line-expansion)
2091 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2092 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2093 * sort.el (sort-skip-fields):
2094 * skeleton.el (skeleton-internal-list):
2095 * simple.el (line-move-finish, line-move-to-column):
2096 * shell.el (shell-forward-command):
2097 * misc.el (copy-from-above-command):
2098 * makesum.el (double-column):
2099 * ebuff-menu.el (electric-buffer-update-highlight):
2100 * dired.el (dired-move-to-end-of-filename):
2101 * dframe.el (dframe-popup-kludge):
2102 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2103 * arc-mode.el (archive-get-lineno):
2104 Use line-end-position and line-beginning-position.
2105
e2a9c0bc
GM
2106 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2107 (idlwave-study-twins): Prefix dynamic local `class'.
2108 (idlwave-routine-twin-compare): Update for above name change.
2109
4e44448f
GM
2110 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2111 Use boundp tests to silence compiler. Update for changed name of
2112 bytecomp-filename variable.
2113
8f6c3eac
GM
2114 * emulation/viper-cmd.el (viper-read-string-with-history):
2115 Prefix dynamic local `initial'.
2116 (viper-minibuffer-standard-hook): Update for above name change.
2117
79d1dabe
GM
2118 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2119 (elint-init-form): Update for above name change.
2120
0e4bb7f0
GM
2121 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2122 local variables `cbeg' and `cend' a prefix.
2123 (mail-extr-voodoo): Update for above name change.
2124
c8f3bf36
GM
2125 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2126 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2127 (reftex-toc-promote-action): Doc fix.
2128
2129 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2130 `prompt', `data' a prefix.
2131 (reftex-select-post-command-hook, reftex-select-callback)
2132 (reftex-select-mouse-accept, reftex-select-read-cite):
2133 Update for above name changes.
2134
2135 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2136 `refstyle' to reftex-refstyle.
2137 (reftex-offer-label-menu): Update for above name change.
2138 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2139 `refstyle' name change.
2140
b05fde66
GM
2141 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2142 with with-current-buffer.
2143 (diff, template): Give dynamic local variables a prefix.
2144 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2145 (emerge-line-number-in-buf): Update for above name change.
2146 (emerge-combine-versions-internal): Rename local `template' to
2147 emerge-combine-template.
2148 (emerge-combine-versions-edit): Update for above name change.
2149
5d8f9169
RA
21502010-11-06 Ralf Angeli <angeli@caeruleus.net>
2151
2152 * textmodes/reftex-cite.el
2153 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2154 entries with whitespace after \bibitem.
2155 (reftex-create-bibtex-file): Match entries containing numbers and
2156 symbol constituents. Make sure that entries with whitespace at
2157 various places are found.
2158
f8aefe82
MA
21592010-11-05 Christian Millour <cm@abtela.com> (tiny change)
2160
2161 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2162
e06918d2
JD
21632010-11-05 Jan Djärv <jan.h.d@swipnet.se>
2164
2165 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2166
17fc58c9
GM
21672010-11-05 Glenn Morris <rgm@gnu.org>
2168
f7fe4837
GM
2169 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2170 (woman2-roff-buffer): Give local variable `request' a prefix.
2171 (woman0-macro): Rename argument `request' in the same way.
2172 (woman-request): New name for `request' dynamic variable.
2173 (woman-unquote, woman-forward-arg): Update for above name change.
2174 (woman1-roff-buffer): Give local variable `unquote' a prefix.
2175 (woman1-unquote): New name for `unquote' dynamic variable.
2176 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2177 (woman-translations): Rename from `translations'. No longer global.
2178 (woman2-tr, woman-translate): Update for above name change.
2179 (woman-translate): Check for bound variable.
2180 (woman2-roff-buffer): Give local variable `translations' a prefix.
2181
869c4186
GM
2182 * play/doctor.el: Give all local variables a prefix. Update callers.
2183 (doc$, doctor-put-meaning): Use backquote.
2184
215461a8
GM
2185 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2186 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2187
17fc58c9
GM
2188 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2189 variables bytes, ptr, op a prefix.
2190 (disassemble-offset): Update for above change.
2191
015eea59
CY
21922010-11-03 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * emacs-lisp/package.el (package-unpack): Remove no-op.
2195 (package--builtins, package--dir): Doc fix.
2196 (package-activate-1, package-activate, package-install)
2197 (package-compute-transaction): Fix error message.
2198 (package-delete): Use delete-directory. Omit system packages.
2199 (package-initialize): Set package-alist to nil first.
2200 (package-menu-mark-delete, package-menu-mark-install): Don't add
2201 symbols that are inconsistent with the package state.
2202 (package-menu-execute): Perform deletions and installations as
2203 single batch operations.
2204
033862d1
GM
22052010-11-03 Glenn Morris <rgm@gnu.org>
2206
0b03a950
GM
2207 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2208 (props): Remove unnecessary declaration.
2209
e337e22c
GM
2210 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2211 set-process-query-on-exit-flag.
2212
a88e24dd 2213 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
2214 (reftex-toc-do-promote): Remove unused local `mpos'.
2215 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 2216
537b04b9
GM
2217 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2218
52365e61
GM
2219 * play/landmark.el (lm-losing-threshold): Correct spelling.
2220 (lm-human-plays): Use new name.
2221
cd32f8a9
GM
2222 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2223 (gomoku-human-plays): Use new name.
2224
033862d1
GM
2225 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2226 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2227 (gomoku-score-trans-table, gomoku-winning-threshold)
2228 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2229
4b99edf2
CY
22302010-11-03 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * emacs-lisp/package.el: Don't put built-in packages in
2233 package-alist, to avoid loading inefficiencies.
2234 (package-built-in-p): Make VERSION optional, and treat it as a
2235 minimum acceptable version.
6a7662bb
BR
2236 (package-activate): Search separately for built-in packages.
2237 Emit a warning if a dependency fails.
4b99edf2
CY
2238 (define-package): Handle most common case, where there is no
2239 obsolete package, first.
2240 (package-compute-transaction): Print required version in error.
2241 (package--initialized): New variable.
2242 (list-packages): Use it.
2243 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
2244 built-in packages in packages-alist; keep it separate.
2245 Set package--initialized.
4b99edf2
CY
2246 (describe-package): Avoid activating packages as a side-effect.
2247 Search separately for built-in packages.
2248 (describe-package-1): Handle the case where an elpa package is
2249 simultaneously built-in and available/installed.
6a7662bb
BR
2250 (package-installed-p, package--generate-package-list):
2251 Search separately for built-in packages.
4b99edf2
CY
2252 (package-load-descriptor): Doc fix.
2253
3225dcaa
SM
22542010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2257 Handle __DATA__ and __END__.
2258
fa14dc18
NF
22592010-11-02 Noah Friedman <friedman@splode.com>
2260
2261 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2262 nil, do not ask to recompile files that are not already compiled,
2263 and do not recompile them.
2264
0f75c62a
CY
22652010-11-02 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * emacs-lisp/package.el (package-initialize): Ensure that
2268 obsoleted built-in packages are not in package-activated-list
2269 during activation.
2270 (describe-package-1): Make the "installed" status override
2271 "built-in".
2272
b29f5b7b
VJL
22732010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2274
2275 * subr.el (version-separator, version-regexp-alist): Remove '*'
2276 from docstring.
2277 (version-list-<=, version<=, version=): Doc fix.
2278
b18fad6d
KH
22792010-11-01 Kenichi Handa <handa@m17n.org>
2280
2281 * faces.el (glyphless-char): Inherit underline for tty.
2282
a8039db1 22832010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
2284
2285 Implement various display methods for glyphless characters.
2286
2287 * international/characters.el (char-acronym-table): New variable.
2288 (glyphless-char-control): New variable.
2289 (update-glyphless-char-display): New funciton.
2290
2291 * faces.el (glyphless-char): New face.
2292
28886d5e
GM
22932010-11-01 Glenn Morris <rgm@gnu.org>
2294
919dd7aa
GM
2295 * calendar/holidays.el (general-holidays, oriental-holidays)
2296 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2297 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2298 the definitions of their targets.
2299
c79fc059
GM
2300 * emacs-lisp/smie.el (smie): New custom group.
2301 (smie-blink-matching-inners, smie-indent-basic): Add :group.
2302
c8ccffb1
GM
2303 * faces.el (xw-defined-colors, x-setup-function-keys):
2304 * mouse-sel.el (x-select-text):
2305 * term/w32console.el (x-setup-function-keys): Update declarations.
2306
f4ff702e
GM
2307 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2308
806c491a
GM
2309 * textmodes/ispell.el (comment-add): Declare.
2310
c3dfebd1
GM
2311 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2312 Declare.
2313
28886d5e
GM
2314 * info.el (finder-keywords-hash, package-alist): Declare.
2315
693c9d15
CY
23162010-11-01 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * finder.el (finder-compile-keywords): Don't use intern-soft,
2319 since package names may not yet exist in the obarray.
2320
23212010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
2322
2323 * vc/vc-arch.el (vc-arch-checkin):
2324 * vc/vc-cvs.el (vc-cvs-checkin):
2325 * vc/vc-mtn.el (vc-mtn-checkin):
2326 * vc/vc-rcs.el (vc-rcs-checkin):
2327 * vc/vc-sccs.el (vc-sccs-checkin):
2328 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2329 since 2010-04-21 commit by Stefan Monnier.
2330
36967cf7
GM
23312010-11-01 Glenn Morris <rgm@gnu.org>
2332
feb5e60a
GM
2333 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2334
1f023ca9
GM
2335 * startup.el (package-enable-at-startup, package-initialize):
2336 Silence compiler.
2337
36967cf7
GM
2338 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2339 Silence compiler.
2340
430e7297
JD
23412010-10-31 Julien Danjou <julien@danjou.info>
2342
2343 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2344 (byte-recompile-directory):
2345 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
2346 Use `byte-recompile-file'.
2347
c8c59954
GM
23482010-10-31 Glenn Morris <rgm@gnu.org>
2349
2350 * cus-start.el: Handle standard values via a keyword.
2351 Only set version property if specified.
2352 (cursor-in-non-selected-windows, menu-bar-mode)
2353 (tool-bar-mode, show-trailing-whitespace):
2354 Do not specify standard values.
2355 (transient-mark-mode, temporary-file-directory): Use :standard.
2356
04e63796
JD
23572010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2358
2359 * term/x-win.el (x-get-selection-value): New function that gets
2360 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2361
2699a554 23622010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
2363
2364 * net/tramp.el (tramp-handle-insert-file-contents): For root,
2365 preserve owner and group when editing files. (Bug#7289)
2366
35fcc05c 23672010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
2368
2369 * speedbar.el (speedbar-mode):
2370 * play/fortune.el (fortune-in-buffer, fortune):
2371 * play/gomoku.el (gomoku-mode):
2372 * play/landmark.el (lm-mode):
2373 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2374 Replace inappropriate uses of toggle-read-only. (Bug#7292)
2375
82f7efc3
GM
2376 * select.el (x-selection): Mark it as an obsolete alias.
2377
2699a554 23782010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 2379
f486841f 2380 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
2381 major-mode (bug#7284).
2382
2699a554 23832010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2384
2385 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2386 rather than just an unused variable that inherits from the real one.
2387
e6ef5dd9
AM
23882010-10-31 Alan Mackenzie <acm@muc.de>
2389
2390 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2391 This fixes bug #7185.
2392
8a500a91
CY
23932010-10-30 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * startup.el (command-line): Search for package directories, and
2396 don't load package.el if none are found.
2397
6a7662bb
BR
2398 * emacs-lisp/package.el (describe-package, list-packages):
2399 Call package-initialize if it has not been called yet.
8a500a91 2400
4f9e41e4
AM
24012010-10-30 Alan Mackenzie <acm@muc.de>
2402
2403 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2404 which fontifies the tail of an enum.
2405 (c-basic-matchers-after): Insert a call to the above new function.
2406 This fixes bug #7264.
2407
88f43c67
GM
24082010-10-30 Glenn Morris <rgm@gnu.org>
2409
2410 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2411 tool-bar-mode, transient-mark-mode. (Bug#7306)
2412 Include the :set property in the dumped Emacs.
2413
c4d17d50
SM
24142010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 SMIE: change indent rules format, improve smie-setup.
2417 * emacs-lisp/smie.el (smie-precs-precedence-table)
2418 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2419 Mark them pure so the tables gets built at compile time.
2420 (smie-bnf-precedence-table): Store the closer-alist in the table.
2421 (smie-prec2-levels): Preserve the closer-alist.
2422 (smie-blink-matching-open): Be more forgiving in case of indentation.
2423 (smie-hanging-p): Rename from smie-indent--hanging-p.
2424 (smie-bolp): Rename from smie-indent--bolp.
2425 (smie--parent, smie--after): New dynamic vars.
2426 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2427 (smie-indent-rules): Remove.
2428 (smie-indent--offset-rule): Remove fun.
2429 (smie-rules-function): New var.
2430 (smie-indent--rule): New fun.
2431 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2432 (smie-indent-exps): Use it.
2433 (smie-setup): Setup paren blinking; add keyword args for token
2434 functions; extract closer-alist from op-levels.
2435 (smie-indent-debug-log): Remove var.
2436 (smie-indent-debug): Remove fun.
2437 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2438 (prolog-smie-rules): New fun to replace it.
2439 (prolog-mode-variables): Simplify.
2440 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2441 it's setup automatically.
2442 (octave-smie-indent-rules): Remove.
2443 (octave-smie-rules): New fun to replace it.
2444 (octave-mode): Simplify.
2445
9d794026
GM
24462010-10-29 Glenn Morris <rgm@gnu.org>
2447
e088c02a
GM
2448 * files.el (temporary-file-directory): Remove (already defined in C).
2449 * cus-start.el: Add temporary-file-directory.
2450
9d794026
GM
2451 * abbrev.el (abbrev-mode):
2452 * composite.el (auto-composition-mode):
2453 * menu-bar.el (menu-bar-mode):
2454 * simple.el (transient-mark-mode):
2455 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2456 that they do not define the associated variables twice.
2457 * simple.el (transient-mark-mode): Remove defvar.
2458 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2459 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2460 Handle multiple groups, and also custom-delayed-init-variables.
2461 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2462
dcc029e0
SM
24632010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2466 (pcase-if): Add one minor optimization.
2467 (pcase-split-equal): Rename from pcase-split-eq.
2468 (pcase-split-member): Rename from pcase-split-memq.
2469 (pcase-u1): Add strings to the member optimization.
2470 Add `guard' variant of predicates.
2471 (pcase-q1): Add string patterns.
2472
a62b88d4
SM
24732010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2476
f41f19b0
GM
24772010-10-28 Glenn Morris <rgm@gnu.org>
2478
b3edb781
GM
2479 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2480 Move menu-bar related settings to ../menu-bar.el.
2481 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2482 Move ns-specific settings here from term/ns-win.el.
2483
f41f19b0
GM
2484 * simple.el (x-selection-owner-p): Remove unused declaration.
2485
6175cd08
SM
24862010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * minibuffer.el (completion-cycling): New var (bug#7266).
2489 (minibuffer-complete, completion--do-completion):
2490 Use completion--flush-all-sorted-completions.
2491 (minibuffer-complete): Only cycle if completion-cycling is set.
2492 (completion--flush-all-sorted-completions): Unset completion-cycling.
2493 (minibuffer-force-complete): Set completion-cycling.
2494 (completion-all-sorted-completions): Move declaration before first use.
2495
19677c71
LL
24962010-10-28 Leo <sdl.web@gmail.com>
2497
2498 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2499 which changes the order of matches seen by users (bug#7231).
2500
25012010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
2502
2503 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2504 Don't confuse -omega as "-o mega".
2505
2122161f
SM
25062010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2507
ce8794df
SM
2508 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2509 (log-edit-author): New dynamic var.
2510 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2511 to return the author if different from committer.
2512 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2513
80cb310d
SM
2514 * play/landmark.el: Adjust commenting convention.
2515 (lm-nil-score): Rename from nil-score.
2516 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2517 (OOOOscore): Move into a let in lm-score-trans-table.
2518 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2519
2122161f
SM
2520 * electric.el (electric-indent-chars): Autoload.
2521 * progmodes/octave-mod.el (octave-mode):
2522 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2523 (ruby-mode-abbrev-table): Merge initialization and declaration.
2524
e925113b
GM
25252010-10-27 Glenn Morris <rgm@gnu.org>
2526
208d109c
GM
2527 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2528 variable.
2529
7d3e3843
GM
2530 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2531
e925113b
GM
2532 * term/ns-win.el: Restore require of cl when compiling.
2533 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
2534 (ns-handle-nxopen): Optionally handle the temp-case.
2535 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2536 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 2537
b94a5a43
GM
25382010-10-26 Glenn Morris <rgm@gnu.org>
2539
2540 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2541
fc3eda04
AR
25422010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2543
2544 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2545 global map.
2546 * term/common-win.el (x-setup-function-keys): Remove most of the
2547 keymappings. Comment on the remaining ones.
2548
c79b0b1c
PO
25492010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
2550
c31dc2c0 2551 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
2552 (server-start): Use server-port.
2553
725513b7
GM
25542010-10-26 Glenn Morris <rgm@gnu.org>
2555
d7d8c62a
GM
2556 * term/ns-win.el (ns-version-string): Remove unused declaration.
2557 (ns-invocation-args): Change to x-invocation-args.
2558 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2559 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2560 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2561 Use x-invocation-args instead of ns-invocation-args.
2562 (ns-initialize-window-system, handle-args-function-alist):
2563 Use x-handle-args instead of ns-handle-args.
2564 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2565 * startup.el (command-line-ns-option-alist): Replace
2566 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2567 ns-handle-iconic with the x- equivalents.
2568
725513b7
GM
2569 * term/common-win.el (x-select-enable-clipboard):
2570 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2571
2572 * term/ns-win.el: No need to require cl when compiling.
2573 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2574 (xw-defined-colors): Use the common-win definitions.
2575 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2576 (ns-handle-iconic): Make it an alias for x-handle-iconic.
2577 * term/common-win.el (x-select-text, x-alternatives-map)
2578 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2579 * loadup.el [ns]: Load common-win.
2580
77ec02d8
DU
25812010-10-26 Daiki Ueno <ueno@unixuser.org>
2582
2583 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 2584 recipients; expand mail aliases (Bug#7280).
77ec02d8 2585
6a5c2175
GM
25862010-10-25 Glenn Morris <rgm@gnu.org>
2587
59ba9d59
GM
2588 * term/common-win.el (x-handle-switch): Simplify with pop.
2589 Optionally handle numeric switches.
2590 (x-handle-numeric-switch): Just call x-handle-switch.
2591 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2592 (x-handle-name-switch, x-handle-display, x-handle-args):
2593 Simplify with pop.
2594
6a5c2175
GM
2595 * term/ns-win.el: Do not require easymenu.
2596 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2597 <spell>: Move adjustments to menu-bar.el.
2598 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2599 <separator-undo, spell>: Move ns-win's adjustments here.
2600 * loadup.el [ns]: Do not load easymenu.
2601
01898dc2
CY
26022010-10-24 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 2605 Delete (Bug#7222).
01898dc2
CY
2606
2607 * startup.el (fancy-startup-tail): Instead of using inline images,
2608 refer to image files from etc/.
2609
2610 * wid-edit.el (checkbox): Likewise.
2611 (widget-image-find): Center image specs.
2612
a44d921f
GM
26132010-10-24 Glenn Morris <rgm@gnu.org>
2614
2615 * term/ns-win.el (x-select-text): Doc fix.
2616 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2617 (x-select-text): Move to term/common-win.
2618 * term/w32-win.el (xw-defined-colors): Move to common-win.
2619 * term/x-win.el (xw-defined-colors, x-alternatives-map)
2620 (x-setup-function-keys, x-select-text): Move to common-win.
2621 * term/common-win.el (x-select-text, x-alternatives-map)
2622 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2623 definitions here.
2624
709228c0 26252010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
2626
2627 * net/mairix.el (mairix-searches-mode-map):
2628 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2629
0c382083 26302010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342
WS
2631
2632 * verilog-mode.el (verilog-directive-re): Make this variable
2633 auto-built for efficiency of execution and updating.
2634 (verilog-extended-complete-re): Support 'pure' fucntion & task
2635 declarations (these have no bodies).
ca39416c
AH
2636 (verilog-beg-of-statement): General cleanup to enable support of
2637 'pure' fucntion & task declarations (these have no bodies).
2638 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
2639 noticed by Steve Pearlmutter.
2640 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
2641 (verilog-directive-nest-re, verilog-set-auto-endcomments):
2642 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
2643 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2644 attribute handling for lining up declarations and assignments.
2645 (verilog-beg-of-statement-1): Fix issue where continued declaration
2646 is indented differently if it is after a begin..end clock.
2647 (verilog-in-attribute-p, verilog-skip-backward-comments)
2648 (verilog-skip-forward-comment-p): Support proper treatment of
2649 attributes by indent code. Reported by Jeff Steele.
ca39416c 2650 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
2651 (verilog-backward-up-list, verilog-in-struct-region-p)
2652 (verilog-backward-token, verilog-in-struct-p)
2653 (verilog-in-coverage-p, verilog-do-indent)
2654 (verilog-pretty-declarations): Use verilog-backward-up-list as
2655 wrapper around backward-up-list inorder to properly skip comments.
2656 Reported by David Rogoff.
2657 (verilog-property-re, verilog-endcomment-reason-re)
2658 (verilog-beg-of-statement, verilog-set-auto-endcomments)
2659 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2660 of if). Reported by Max Bjurling and
2661 (verilog-calc-1): Fix for clocking block in modport
2662 declaration. Reported by Brian Hunter.
2663
0c382083 26642010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342
WS
2665
2666 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2667 (verilog-gate-keywords, verilog-read-sub-decls)
2668 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2669 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2670 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
2671 (verilog-read-decls): Fix spaces in V2K module parameters causing
2672 mis-identification as interfaces, bug287.
2673 (verilog-read-decls): Fix not treating "parameter string" as a
2674 parameter in AUTOINSTPARAM.
2675 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2676 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 2677 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
2678 function end comment highlight. Reported by Steve Pearlmutter.
2679 (verilog-font-lock-keywords-2): Fix highlighting of single
2680 character pins, bug264. Reported by Michael Laajanen.
2681 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2682 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
2683 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2684 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
2685 (verilog-pretty-expr): Fix interactive arguments, bug272.
2686 Reported by Mark Johnson.
2687 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2688 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
2689 bug269. Suggested by Gary Delp.
2690 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
2691 (verilog-preprocessor, verilog-set-compile-command):
2692 Create verilog-preprocess and verilog-preprocessor to show
2693 preprocessed output.
a03c2342
WS
2694 (verilog-get-beg-of-line, verilog-get-end-of-line)
2695 (verilog-modi-file-or-buffer, verilog-modi-name)
2696 (verilog-modi-point, verilog-within-string): Move defmacro's
2697 before first use to avoid warning. Reported by Steve Pearlmutter.
2698 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2699 (verilog-colorize-region, verilog-highlight-buffer)
2700 (verilog-highlight-includes, verilog-highlight-modules)
2701 (verilog-highlight-region, verilog-mode): Rename colorize to
2702 highlight to match other packages. Disable module highlighting,
2703 as received speed complaints, reenable for experimentation only
2704 using new verilog-highlight-modules.
2705 (verilog-read-decls): Fix regexp stack overflow in very large
2706 AUTO_TEMPLATEs, bug250.
2707 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2708 (verilog-scan): Create verilog-save-buffer-state to standardize
2709 making insignificant changes that shouldn't call hooks.
2710 (verilog-save-no-change-functions, verilog-save-scan-cache)
2711 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2712 Create verilog-save-no-change-functions to wrap verilog-scan
2713 preservation, and fix to work with nested preserved calls.
2714 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2715 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2716 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
2717 (verilog-submit-bug-report): Update variable list to be complete.
2718 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2719 breaking on-the-fly font-locking.
2720 (verilog-colorize-buffer, verilog-colorize-include-files)
2721 (verilog-colorize-include-files-buffer, verilog-colorize-region)
2722 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2723 (verilog-mode, verilog-read-inst-module-matcher): With point on a
2724 AUTOINST cell instance name, middle mouse button now finds-file on
2725 it. Suggested by Brad Dobbie.
2726 (verilog-alw-get-temps, verilog-auto-reset)
2727 (verilog-auto-sense-sigs, verilog-read-always-signals)
2728 (verilog-read-always-signals-recurse): Fix loop indexes being
2729 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
2730 initialization section of a for() should be ignored.
2731 Reported by Dan Dever.
a03c2342
WS
2732 (verilog-error-font-lock-keywords)
2733 (verilog-error-regexp-emacs-alist)
2734 (verilog-error-regexp-xemacs-alist): Fix error detection of
2735 Cadence HAL, reported by David Asher. Repair drift between the
2736 three similar error variables.
2737 (verilog-modi-lookup, verilog-modi-lookup-cache)
2738 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2739 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2740 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
2741 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2742 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
2743 "{1*2{...". Broke in last revision.
2744 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2745 submodule connections with replications "{#{a},#{b}}".
2746
0c382083
CY
27472010-10-24 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2750 Fix typo in docstring.
2751
27522010-10-24 Kenichi Handa <handa@m17n.org>
2753
2754 * face-remap.el (text-scale-adjust): Call read-event with a proper
2755 prompt.
2756
27572010-10-24 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * emacs-lisp/unsafep.el: Don't mark functions that display
2760 messages as safe. Suggested by Johan Bockgård.
2761
27622010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2765 Turn comments into docstrings.
2766
2767 * minibuffer.el (completion--replace): Move point where it belongs
2768 when there's a common suffix (bug#7215).
2769
9317e499
CY
27702010-10-24 Chong Yidong <cyd@stupidchicken.com>
2771
2772 Merge read-color and facemenu-read-color (Bug#7242).
2773
2774 * faces.el (read-color): Use the completion code from
2775 facemenu-read-color. Require match in completion. Doc fix.
2776
2777 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
2778 (facemenu-set-foreground, facemenu-set-background):
2779 Use read-color.
9317e499
CY
2780
2781 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
2782 (set-cursor-color, set-mouse-color, set-border-color):
2783 Use read-color.
9317e499 2784
a44d921f 27852010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
2786
2787 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2788 argument of delete-file and delete-directory (Bug#7011).
2789
43207249
CY
27902010-10-24 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2793 button-buffer-map.
2794
484db896 27952010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
2796
2797 * emacs-lisp/package.el (package--generate-package-list): Make the
2798 *Packages* buffer read-only.
2799
10f5e3e6
AM
28002010-10-24 Alan Mackenzie <acm@muc.de>
2801
2802 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2803 result of `c-beginning-of-decl-1' between invocations of a lambda
2804 function (Bug #7265).
2805
3ec6ca72
DU
28062010-10-24 Daiki Ueno <ueno@unixuser.org>
2807
2808 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2809 executable is not available on the system (Bug#7268).
2810
ec514007
GM
28112010-10-24 Glenn Morris <rgm@gnu.org>
2812
f5f25615
GM
2813 * select.el (selection-coding-system, next-selection-coding-system):
2814 Sync doc with C versions.
3646b86d 2815
8aa0f263
GM
2816 * w32-vars.el (x-select-enable-clipboard):
2817 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2818 * term/common-win.el (x-select-enable-clipboard): Move here.
2819
46710489
GM
2820 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2821 definition of C variable.
2822
ec514007
GM
2823 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2824 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2825 Don't redefine things that are defined in C.
2826 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2827 (show-trailing-whitespace, auto-hscroll-mode)
2828 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2829 Set up the appropriate custom properties.
2830
8a79905d
CY
28312010-10-24 Chong Yidong <cyd@stupidchicken.com>
2832
2833 Bind "C-c ]" to ...
2834 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2835 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2836 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2837 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2838
aa02a29f
GM
28392010-10-23 Glenn Morris <rgm@gnu.org>
2840
7dfc15df
GM
2841 * textmodes/flyspell.el (flyspell-mode): If there was an error,
2842 say what it was.
2843
66c6abf0
GM
2844 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2845 Sync docs with C version.
f3d87560 2846
3193e969
GM
2847 * term/ns-win.el (xw-defined-colors):
2848 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2849
6f748f70
GM
2850 * term/pc-win.el (x-select-enable-clipboard):
2851 * term/x-win.el (x-select-enable-clipboard):
2852 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2853
7aa93795
GM
2854 * comint.el (comint-password-prompt-regexp): Make it less vague.
2855 Bump version.
2856
17284e30
GM
2857 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2858
aa02a29f
GM
2859 * help.el (finder-by-keyword): Remove unnecessary autoload.
2860
69b55131
GM
28612010-10-22 Glenn Morris <rgm@gnu.org>
2862
9a0dd02d
GM
2863 * loadup.el: Unconditionally load float-sup.
2864 * paren.el (show-paren-delay):
2865 * emacs-lisp/float-sup.el:
2866 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2867 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2868 (lazy-lock-stealth-verbose): Assume float support.
2869 * ps-print.el: Assume float support on Emacs.
2870 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2871 Remove non-float branch.
2872
69b55131
GM
2873 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
2874 src/Makefile no longer being pre-processed.
2875
7c23d9e8
SM
28762010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * emacs-lisp/find-func.el (find-library): Use test-completion.
2879
23737b4a
LMI
28802010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2881
7c23d9e8 2882 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 2883
6e060cee 28842010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
2885
2886 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
2887 space in stat format string.
2888 (tramp-send-command): Unset $PS1 when using here documents, in
2889 order not to get several prompts.
2890 (tramp-get-inline-coding): Return `nil' in case of errors.
2891
08ffb131
DU
28922010-10-21 Daiki Ueno <ueno@unixuser.org>
2893
7c23d9e8
SM
2894 * hexl.el (hexl-mode, hexl-mode-exit):
2895 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
2896 (hexl-revert-buffer-function): New function.
2897 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
2898
ba7fdf30
AM
28992010-10-19 Alan Mackenzie <acm@muc.de>
2900
7c23d9e8
SM
2901 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
2902 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
2903 that these keywords aren't wrongly matched as identifiers.
2904
ba7fdf30
AM
2905 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
2906 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 2907 c-after-change. (Bug#7181)
ba7fdf30 2908
7fd8732d
CY
29092010-10-19 Chong Yidong <cyd@stupidchicken.com>
2910
2911 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
2912 Don't mark as safe.
2913
2914 * custom.el (custom-theme-set-variables): Likewise.
2915 (load-theme): Add custom-theme-set-faces and
2916 custom-theme-set-variables to safe-functions while loading.
2917 (custom-enabled-themes): Mark as risky.
2918
3f12b18c
JD
29192010-10-18 Julien Danjou <julien@danjou.info>
2920
2921 * bindings.el: Remove end dashes in default mode-line-format.
2922
b8a47412
CY
29232010-10-19 Chong Yidong <cyd@stupidchicken.com>
2924
2925 * bindings.el (global-map): Bind C-d to delete-char and deletechar
2926 to delete-forward-char.
2927
2928 * simple.el (normal-erase-is-backspace-mode): Remap delete to
2929 deletechar, and hence delete-forward-char.
2930
ca3fa302
JB
29312010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * repeat.el (repeat): Use read-key (bug#6256).
2934
29352010-10-19 Chong Yidong <cyd@stupidchicken.com>
2936
2937 * emacs-lisp/unsafep.el: Don't mark functions that display
2938 messages as safe. Suggested by Johan Bockgård.
2939
29402010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * minibuffer.el (completion--replace): Move point where it belongs
2943 when there's a common suffix (bug#7215).
2944
29452010-10-19 Kenichi Handa <handa@m17n.org>
2946
2947 * international/characters.el: Add category '|' (word breakable)
2948 to fullwidth characters.
2949
3224b54d
MA
29502010-10-19 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
2953 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
2954 order to make stat results a float. Patch by Andreas Schwab
2955 <schwab@linux-m68k.org>.
2956
36ba6f07
JD
29572010-10-18 Julien Danjou <julien@danjou.info>
2958
2959 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
2960 hidden by `make-pointer-invisible'.
2961
43f964fc
SM
29622010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * files.el (locate-file-completion-table): Strip non-matching elements
2965 before checking length of list (bug#7238).
2966
e48eb343
CY
29672010-10-18 Chong Yidong <cyd@stupidchicken.com>
2968
2969 * custom.el (custom-theme-set-variables): Mark as a safe function.
2970 (load-theme): Check forms using unsafep.
2971
2972 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
2973
df987d70
AM
29742010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
2975
43f964fc
SM
2976 * textmodes/ispell.el (ispell-aspell-find-dictionary):
2977 Fix aspell data file searching (bug#7230).
df987d70 2978
29a4c45b
CY
29792010-10-16 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * cus-theme.el (custom-theme--migrate-settings): New var.
2982 (customize-create-theme): Allow editing the `user' theme.
2983 (custom-theme-add-variable, custom-theme-add-var-1)
2984 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2985 to the front of each variable or face widget.
2986 (custom-theme-write): Save theme settings in the correct order.
2987 Optionally, remove saved settings from user customizations.
43f964fc
SM
2988 (custom-theme-write-variables, custom-theme-write-faces):
2989 Save only the checked widgets.
29a4c45b
CY
2990 (customize-themes): Add a link for migrating custom settings.
2991
43f964fc
SM
2992 * custom.el (custom-declare-theme, provide-theme):
2993 Use custom-theme-name-valid-p.
29a4c45b
CY
2994 (custom-theme-name-valid-p): Remove checks that are now
2995 unnecessary since themes no longer obey load-path.
2996
2997 * cus-edit.el (custom-variable-value-create): For the simple
2998 style, hide documentation string when hidden.
2999
782b5e8d
CY
30002010-10-16 Chong Yidong <cyd@stupidchicken.com>
3001
647bc502
CY
3002 * cus-edit.el (custom-variable, custom-face): Combine the
3003 :inhibit-magic and :display-style properties into a single
3004 :custom-style property.
43f964fc
SM
3005 (custom-toggle-hide-variable, custom-toggle-hide-face):
3006 New functions. If hiding an edited value, save it to :shown-value.
3007 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
3008 (custom-magic-reset): Allow magic property to be unset.
3009
782b5e8d
CY
3010 * custom.el: Custom themes no longer use load-path.
3011 (custom-theme-load-path): New option. Change built-in theme
3012 directory to etc/.
3013 (custom-enabled-themes): Add custom-theme-load-path dependency.
3014 (custom-theme--load-path): New function.
3015 (load-theme, custom-available-themes): Use it.
3016
3017 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3018 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
3019 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3020 :custom-style property.
782b5e8d
CY
3021
3022 * themes/*.el: Moved to etc/.
3023
99f65cfa
RA
30242010-10-16 Ralf Angeli <angeli@caeruleus.net>
3025
3026 * textmodes/reftex-cite.el
3027 (reftex-extract-bib-entries-from-thebibliography): Do not move
3028 point when searching for \bibitem entries. Match entries with
3029 spaces or tabs in front of arguments.
3030
da16abfc
CY
30312010-10-16 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * cus-theme.el (customize-create-theme): Delete overlays after
3034 erasing. If given a THEME arg, display only the faces of that arg
3035 instead of custom-theme--listed-faces.
3036 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 3037 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
3038 (custom-theme-add-variable, custom-theme-add-face): Apply value
3039 from the theme settings, instead of the current value.
3040 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3041 (custom-theme-visit-theme): Allow calling outside theme buffers.
3042 (custom-theme-merge-theme): Don't enable the theme when merging.
3043 (custom-theme-write-variables, custom-theme-write-faces): Use the
3044 :shown-value properties to save buffer values, not global ones.
3045 (customize-themes): Display a warning about user customizations.
3046
3047 * cus-edit.el (custom-variable-value-create)
3048 (custom-face-value-create): Obey new special properties
3049 :shown-value and :inhibit-magic.
3050
aa095b2d
MA
30512010-10-15 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
3054 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
3055 <dale@codefu.org>.
aa095b2d 3056
7ca9cfda
KH
30572010-10-14 Kenichi Handa <handa@m17n.org>
3058
9650fc61
KH
3059 * mail/rmail.el (rmail-show-message-1): Catch an error of
3060 base64-decode-region and just show an error message (bug#7165).
3061
43f964fc 3062 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
3063 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3064 a font-spec (bug#7197).
3065
220d91b8 30662010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
3067
3068 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3069
220d91b8 30702010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 3071
c0943d3d
JB
3072 * international/mule.el (define-coding-system):
3073 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
3074 * composite.el (compose-region): Fix typo in docstring.
3075
4983ddea
CY
30762010-10-14 Chong Yidong <cyd@stupidchicken.com>
3077
de43f11b
CY
3078 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3079 only after checking the theme-face property.
3080
4983ddea
CY
3081 * faces.el (face-spec-reset-face): Reset all attributes in one
3082 single call to set-face-attribute.
3083 (face-spec-match-p): Make it a defsubst.
3084 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3085 (x-create-frame-with-faces, tty-create-frame-with-faces)
3086 (tty-set-up-initial-frame-faces): Don't recompute face specs in
3087 frame-set-background-mode, since they are recomputed immediately
3088 afterwards in face-set-after-frame-default.
3089 (face-set-after-frame-default): Minor optimization.
3090 (cursor): Provide non-trivial defface spec.
3091
3092 * custom.el (custom-theme-recalc-face): Simplify.
3093
a974dcf2
JB
30942010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
3095
43f964fc 3096 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
3097 (math-is-polynomial, math-is-poly-rec): Replace `var'
3098 with `math-var'.
3099
43f964fc 3100 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
3101 (calcFunc-table, math-scan-for-limits): Replace `var'
3102 with `math-var'.
3103
10e4702a
GM
31042010-10-13 Glenn Morris <rgm@gnu.org>
3105
3106 * subr.el (last): Deal with dotted lists (reported in bug#7174).
3107
88f427d5
SB
31082010-10-13 Stephen Berman <stephen.berman@gmx.net>
3109
3110 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3111
a1d16a7b
G
31122010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3113
3114 * net/tls.el (tls-program): Remove spurious %s from openssl.
3115 (tls-starttls-switches): Remove starttls hack.
3116 (open-tls-stream): Ditto.
3117 (tls-find-starttls-argument): Ditto.
3118
2e288d54
JB
31192010-10-13 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * image.el (image-library-alist): Declare as obsolete alias.
3122 (image-type-available-p): Use `dynamic-library-alist'.
3123
3124 * term/w32-win.el (dynamic-library-alist):
3125 Use instead of `image-library-alist'.
3126
35744400
IS
31272010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
3128
3129 * subr.el (last): Make it faster. (Bug#7174)
3130
290fe464
RO
31312010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3132
3133 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
3134
2919746c
CY
31352010-10-12 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3138 (describe-theme-1): Extract doc from unloaded themes.
3139
3140 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3141
3142 * themes/tango-theme.el:
3143 * themes/tango-dark-theme.el:
3144 * themes/wheatgrass-theme.el: New files.
3145
6b09b5d1
CY
31462010-10-12 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * cus-theme.el (describe-theme, customize-themes)
3149 (custom-theme-save): New commands.
3150 (custom-new-theme-mode-map): Bind C-x C-s.
3151 (custom-new-theme-mode): Use custom--initialize-widget-variables.
3152 (customize-create-theme): New optional arg THEME.
3153 (custom-theme-revert): Use it.
3154 (custom-theme-visit-theme): Remove dead code.
3155 (custom-theme-merge-theme): Use custom-available-themes.
3156 (custom-theme-write): Make interactive.
3157 (custom-theme-write): Use custom-theme-name-valid-p.
3158 (describe-theme-1, custom-theme-choose-revert)
3159 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3160 New funs.
3161 (custom-theme-allow-multiple-selections): New option.
3162 (custom-theme-choose-mode): New major mode.
3163
43f964fc
SM
3164 * custom.el (custom-theme-set-variables): Remove dead code.
3165 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
3166 (custom--inhibit-theme-enable): New var.
3167 (provide-theme): Obey it.
3168 (load-theme): Replace load with manual read/eval, in order to
3169 check for correctness. Use custom-theme-name-valid-p.
3170 (custom-theme-name-valid-p): New function.
3171 (custom-available-themes): Use it.
3172
3173 * cus-edit.el (custom--initialize-widget-variables): New function.
3174 (Custom-mode): Use it.
3175
43f964fc
SM
3176 * cus-face.el (custom-theme-set-faces): Remove dead code.
3177 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
3178
3179 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3180
16366259
JB
31812010-10-12 Juanma Barranquero <lekktu@gmail.com>
3182
cb7d821e 3183 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 3184
4c14013d 31852010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 3186
4c14013d
JB
3187 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3188 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3189 (mac-right-option-modifier): New alias for ns-right-option-modifier.
3190
3191 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 3192
4c14013d 31932010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
3194
3195 * emacs-lisp/lisp.el (lisp-completion-at-point):
3196 Use emacs-lisp-mode-syntax-table for the whole function.
3197
4c14013d 31982010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
3199
3200 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
3201 instead of font-lock-mode before adding keywords.
3202 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
3203 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3204 non-nil; removed hook inhibit hack.
3205
4c14013d 32062010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 3207
d15f9a2b
GM
3208 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3209 (load-path-shadows-find): ... to this.
3210 (list-load-path-shadows): Update for above change.
3211
c7d6d8a1
GM
3212 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3213
f0b7f5a8
KY
32142010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3215
3216 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3217 Fix comment for declare-function.
3218
05d22d02
CY
32192010-10-11 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * custom.el (custom-fix-face-spec): New function; code moved from
3222 custom-face-edit-fix-value.
3223 (custom-push-theme): Use it when checking if a face has been
3224 changed outside customize.
3225 (custom-available-themes): New function.
3226 (load-theme): Use it.
3227
43f964fc 3228 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
3229
3230 * custom.el (custom-push-theme): Cleanup (use cond).
3231 (disable-theme): Recompute the saved-face property.
3232 (custom-theme-recalc-face): Follow face alias before setting prop.
3233
43f964fc
SM
3234 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3235 New variables, containing checkbox images.
05d22d02
CY
3236
3237 * startup.el (fancy-startup-tail):
3238 * wid-edit.el (checkbox): Use them.
3239
293e7c22
DN
32402010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3241
a0310a6c
DN
3242 * shell.el (shell-mode-map):
3243 * progmodes/modula2.el (m2-mode-map):
3244 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3245 * play/mpuz.el (mpuz-mode-map):
3246 * play/landmark.el (lm-mode-map):
3247 * play/decipher.el (decipher-mode-map):
3248 * play/5x5.el (5x5-mode-map):
3249 * net/telnet.el (telnet-mode-map):
3250 * net/quickurl.el (quickurl-list-mode-map):
3251 * net/mairix.el (mairix-searches-mode-map):
3252 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3253 * net/dig.el (dig-mode-map):
3254 * mail/mspools.el (mspools-mode-map):
3255 * hexl.el (hexl-mode-map):
3256 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3257 (wordstar-C-o-map, wordstar-C-q-map):
3258 * emacs-lisp/edebug.el (edebug-eval-mode-map):
3259 * emacs-lisp/chart.el (chart-map):
3260 * edmacro.el (edmacro-mode-map):
3261 * erc/erc-list.el (erc-list-menu-mode-map):
3262 * array.el (array-mode-map): Declare and define in one step.
3263
293e7c22
DN
3264 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3265
446b12da
DU
32662010-10-10 Daiki Ueno <ueno@unixuser.org>
3267
3268 * epa.el (epa-passphrase-callback-function): Display filename
3269 passed as the 3rd arg.
43f964fc
SM
3270 * epa-file.el (epa-file-passphrase-callback-function):
3271 Pass filename to epa-passphrase-callback-function.
446b12da 3272
76c16af8
CY
32732010-10-09 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * cus-edit.el (custom-face-widget-to-spec)
3276 (custom-face-get-current-spec, custom-face-state): New functions.
3277 (custom-face-set, custom-face-mark-to-save)
3278 (custom-face-value-create, custom-face-state-set): Use them.
3279
3280 * cus-theme.el (custom-theme--listed-faces): New var.
3281 (customize-create-theme): Use *Custom Theme* as the buffer name.
3282 Set revert-buffer-function. Optional arg BUFFER. Insert all
3283 faces listed in custom-theme--listed-faces.
3284 (custom-theme-revert): New function.
3285 (custom-theme-add-variable, custom-theme-add-face): Insert at the
3286 bottom of the list.
3287 (custom-theme-write): Prompt for theme name if empty.
3288 (custom-theme-write-variables): Use dolist.
3289 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3290
e15f8aaa
AM
32912010-10-09 Alan Mackenzie <acm@muc.de>
3292
3293 Enhance fontification of declarators to take account of the
3294 presence/absence of "typedef".
3295
3296 * cc-engine.el (c-forward-type): New &optional param
3297 "brace-block-too".
3298 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 3299 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
3300
3301 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3302 fontification of declarators which follow a "}".
3303 (c-font-lock-declarations): Fontify declarators according to the
3304 presence/absence of "typedef".
3305
3306 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3307 for "typedef".
3308 (c-typedef-decl-key): New lang variable built from
3309 c-typedef-decl-kwds.
3310
cf321e50
LMI
33112010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3312
77aec221
LMI
3313 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3314 since that's too annoying. Move the filter groups commands to
3315 TAB/backtab.
3316
7450df5d
LMI
3317 * epa.el (epa-passphrase-callback-function): Say what we're
3318 querying the password for.
3319
cf321e50 3320 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 3321 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 3322
587faadd
CY
33232010-10-08 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * cus-edit.el (custom-commands, custom-buffer-create-internal)
3326 (custom-magic-value-create): Pad button tags with spaces.
3327 (custom-face-edit): New variable.
3328 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
3329 face editor here, instead of using custom-face-selected.
3330 Pass face defaults to custom-face-edit widget.
587faadd
CY
3331 (custom-face-selected, custom-display-unselected): Delete widgets.
3332 (custom-display-unselected-match): Function removed.
43f964fc
SM
3333 (custom-face-set, custom-face-mark-to-save):
3334 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
3335
3336 * wid-edit.el (widget--completing-widget): New var.
3337 (widget-default-complete): Bind it when doing completion.
3338 (widget-string-complete, widget-file-complete): Use it.
3339
a1ab97d0
GM
33402010-10-09 Glenn Morris <rgm@gnu.org>
3341
85d50db7
GM
3342 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3343 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3344 (holiday-hebrew-misc): Small simplifications.
3345
3fb78d1f
GM
3346 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3347
a1ab97d0
GM
3348 * net/browse-url.el: Don't require thingatpt, term, dired,
3349 executable, or w3-auto when compiling.
3350 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3351 Declare.
3352 (browse-url-text-emacs): Require term.
3353
2187e5bb
AS
33542010-10-08 Andreas Schwab <schwab@linux-m68k.org>
3355
3356 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3357
e5d49589
GM
33582010-10-08 Glenn Morris <rgm@gnu.org>
3359
5823f53f
GM
3360 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3361
e5d49589
GM
3362 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3363 (shadows-compare-text-p): Make it an obsolete alias for...
3364 (load-path-shadows-compare-text): ... new name.
3365 (find-emacs-lisp-shadows): Update for above name change.
3366 (load-path-shadows-same-file-or-nonexistent): New name for the old
3367 shadow-same-file-or-nonexistent.
3368
4628bef1 33692010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
3370
3371 * minibuffer.el (completion--some, completion--do-completion)
3372 (minibuffer-complete-and-exit, minibuffer-completion-help)
3373 (completion-basic-try-completion)
3374 (completion-basic-all-completions)
3375 (completion-pcm--find-all-completions): Use lexical-let to
3376 avoid some false matches in variable completion (Bug#7056)
3377
4628bef1 33782010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
3379
3380 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
3381
4628bef1 33822010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
3383
3384 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3385 return non-nil if the file exists (Bug#7090).
3386
4628bef1 33872010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
3388
3389 * minibuffer.el (completion--replace):
3390 Better preserve markers (bug#7138).
3391
4628bef1 33922010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
3393
3394 * server.el (server-process-filter): Doc fix.
3395
4628bef1 33962010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
3397
3398 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
3399
e4adf61e
GM
34002010-10-08 Glenn Morris <rgm@gnu.org>
3401
24ac444f
GM
3402 * vc/ediff-wind.el (ediff-setup-control-frame):
3403 * vc/ediff-ptch.el (ediff-default-backup-extension):
3404 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3405 (ediff-exec-process): Remove system-types emx, windows-95.
3406
e4adf61e
GM
3407 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
3408
61328d7c
CY
34092010-10-07 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * cus-edit.el (custom-variable, custom-face): Doc fix.
3412 (custom-face-edit): Add value-create attribute.
3413 (custom-face-edit-value-create)
43f964fc
SM
3414 (custom-face-edit-value-visibility-action): New functions.
3415 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
3416 (custom-face-edit-deactivate): Show empty values with shadow face.
3417 (custom-face-selected): Only use this for face specs with default
3418 attributes.
3419 (custom-face-value-create): Cleanup.
3420
3421 * wid-edit.el (widget-checklist-value-create): Use dolist.
3422 (widget-checklist-match-find): Make second arg optional.
3423
ac44263a
GM
34242010-10-07 Glenn Morris <rgm@gnu.org>
3425
849b02b4
GM
3426 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3427 Prefix things.
3428
ac44263a
GM
3429 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3430 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3431 load-path-shadows-mode, update references.
06d9ef85
GM
3432 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3433 Rename variable and button.
3434 (list-load-path-shadows): Update button caller.
ac44263a 3435
29c72a6e
SM
34362010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * emacs-lisp/smie.el (smie-bnf-classify): New function.
3439 (smie-bnf-precedence-table): Use it to remember the closers/openers.
3440 (smie-merge-prec2s): Handle those new entries.
3441 (smie-prec2-levels): Only set precedence to nil for actual
3442 openers/closers.
3443 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3444 that is now unnecessary.
3445
775f75bc 34462010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
3447
3448 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3449
7e1e2a6e
GM
34502010-10-07 Glenn Morris <rgm@gnu.org>
3451
58d1ac6d
GM
3452 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3453 (mail-position-on-field): Remove declarations.
3454 (mail-position-on-field): Autoload it.
3455 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3456 and mail-header-end. Don't require sendmail.
3457
7b9235ad
GM
3458 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3459 (shadow-mode): New mode.
3460 (shadow-find-file): New button.
3461 (list-load-path-shadows): Use shadow-mode and buttons.
3462
52da2182
GM
3463 * iimage.el (iimage-version): Remove.
3464 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3465 Turn into defcustoms.
3466 (iimage-mode-map): Give it a doc string.
3467
7e1e2a6e
GM
3468 * calendar/appt.el (appt-activate): Give a warning rather than an error
3469 if there is no diary-file.
3470
e44eccd7
MA
34712010-10-06 Michael Albinus <michael.albinus@gmx.de>
3472
29c72a6e
SM
3473 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3474 Use `tramp-handle-find-backup-file-name'.
e44eccd7 3475
4583e796
GM
34762010-10-06 Glenn Morris <rgm@gnu.org>
3477
6aecca99
GM
3478 * font-core.el (font-lock-defaults-alist): Remove variable.
3479 (font-lock-mode): Doc fix.
3480 (font-lock-default-function): Do not consult font-lock-defaults-alist.
3481 * font-lock.el (font-lock-refresh-defaults): Doc fix.
3482 (font-lock-set-defaults): Doc fix.
3483 Do not consult font-lock-defaults-alist.
3484
645a6257
GM
3485 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3486
4583e796
GM
3487 * emacs-lisp/cl.el: No longer provide cl-19.
3488
bd8fadca
MA
34892010-10-05 Michael Albinus <michael.albinus@gmx.de>
3490
3491 * net/tramp.el (tramp-handle-directory-files-and-attributes)
3492 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3493 New defuns, taken from tramp-smb.el.
3494 (tramp-coding-system-change-eol-conversion)
43f964fc 3495 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 3496
43f964fc 3497 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
3498 (tramp-compat-coding-system-change-eol-conversion)
3499 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3500 from tramp.el.
3501
3502 * net/tramp-gvfs.el:
3503 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3504 by `tramp-compat-set-process-query-on-exit-flag'.
3505
43f964fc
SM
3506 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3507 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
3508 `tramp-handle-file-exists-p' and
3509 `tramp-handle-file-newer-than-file-p'.
3510 (tramp-imap-handle-file-exists-p)
3511 (tramp-imap-handle-file-executable-p)
3512 (tramp-imap-handle-file-readable-p)
3513 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 3514 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
3515
3516 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3517 by `tramp-compat-set-process-query-on-exit-flag' and
3518 `tramp-coding-system-change-eol-conversion' by
3519 `tramp-compat-coding-system-change-eol-conversion'.
3520
43f964fc
SM
3521 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3522 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
3523 `tramp-handle-file-exists-p' and
3524 `tramp-handle-file-newer-than-file-p'.
3525 (tramp-smb-handle-directory-files-and-attributes)
3526 (tramp-smb-handle-file-exists-p)
43f964fc
SM
3527 (tramp-smb-handle-file-newer-than-file-p): Remove.
3528 (tramp-smb-maybe-open-connection):
3529 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
3530 `tramp-compat-set-process-query-on-exit-flag'.
3531
726c5357
GM
35322010-10-05 Glenn Morris <rgm@gnu.org>
3533
3534 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3535
4a93e698
MA
35362010-10-04 Michael Albinus <michael.albinus@gmx.de>
3537
3538 Continue reorganization of load dependencies. (Bug#7156)
3539
3540 * net/tramp.el (tramp-handle-file-local-copy-hook)
3541 (tramp-delete-temp-file-function): Move down.
3542 (tramp-exists-file-name-handler): Move up.
3543 (tramp-register-file-name-handlers): Simplify autoload.
3544 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3545 (tramp-handle-directory-files, tramp-handle-dired-uncache)
3546 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3547 (tramp-handle-file-name-completion)
3548 (tramp-handle-file-name-directory)
3549 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3550 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3551 (tramp-handle-find-backup-file-name)
3552 (tramp-handle-insert-file-contents, tramp-handle-load)
3553 (tramp-handle-substitute-in-file-name)
3554 (tramp-handle-unhandled-file-name-directory)
3555 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 3556 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
3557
3558 * net/tramp-gvfs.el (top):
3559 * net/tramp-smb.el (top): Do not require 'tramp-sh.
3560
3561 * net/tramp-sh.el (all): Move several objects to tramp.el, see
3562 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3563
b4593555
GM
35642010-10-04 Glenn Morris <rgm@gnu.org>
3565
3566 * calendar/appt.el (appt-add): Ensure reminders are enabled.
3567 (appt-activate): Give status messages.
3568
8762aa10
TZ
35692010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3570
3571 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
3572 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
3573 `gnutls-negotiate' (formerly `starttls-negotiate').
3574 Remove trivial wrapper `starttls-open-stream'.
8762aa10 3575
82fb8701
DN
35762010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3577
3578 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3579 log-outgoing commands.
3580 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3581 to create a buffer local revert-buffer-function variable.
3582 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3583 revert-buffer-function lambda.
3584
c1ae068b
LMI
35852010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3586
3587 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
3588 `gnutls-boot'. Make TYPE the only required parameter.
3589 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
3590 (open-ssl-stream): Use it.
3591
67141a37
GM
35922010-10-03 Glenn Morris <rgm@gnu.org>
3593
77f38949
GM
3594 * subr.el (directory-sep-char): Remove obsolete variable.
3595 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3596 it is "necessary".
3597
67141a37
GM
3598 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3599 * vc/vc.el (vc-static-header-alist): Doc fix.
3600 * vc/vc-cvs.el (vc-cvs-header):
3601 * vc/vc-rcs.el (vc-rcs-header):
3602 * vc/vc-sccs.el (vc-sccs-header):
3603 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3604 * obsolete/vc-mcvs.el (vc-mcvs-header):
3605 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3606 on XEmacs.
3607
96bcef2e
CY
36082010-10-03 Chong Yidong <cyd@stupidchicken.com>
3609
43f964fc
SM
3610 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3611 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 3612
ef47f179
GM
36132010-10-03 Glenn Morris <rgm@gnu.org>
3614
0437978e
GM
3615 * obsolete/x-menu.el: Remove file, obsolete since 21.1
3616
aee3c6f7
GM
3617 * textmodes/rst.el (rst-font-lock-keywords-function):
3618 Drop Emacs 20 code.
3619
f88cd114
GM
3620 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3621
6abfe35f
GM
3622 * printing.el: Drop Emacs 20 code.
3623
59e31cfa
GM
3624 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3625 without having used appt.el already).
3626
922ad43e
GM
3627 * subr.el (make-local-hook): Remove function obsolete since 21.1.
3628 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3629 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3630 XEmacs.
3631 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3632 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3633
ef47f179
GM
3634 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3635 (charset-width, find-charset-region, chars-in-region, forward-point)
3636 (encode-coding-string, coding-system-p, ccl-execute-on-string)
3637 (define-ccl-program, multibyte-string-p, string-make-multibyte):
3638 Remove compatibility cruft (none of these are used by ps*.el).
3639
ac6ca7ba
KR
36402010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3641
3642 * subr.el (booleanp): Return t instead of a list (Bug#7086).
3643
2a847524
CY
36442010-10-03 Chong Yidong <cyd@stupidchicken.com>
3645
43f964fc
SM
3646 * server.el (server-process-filter, server-return-error):
3647 Give emacsclient time to shut down after receiving an error string.
2a847524 3648
4bc3c53d
MA
36492010-10-02 Michael Albinus <michael.albinus@gmx.de>
3650
3651 * files.el (remote-file-name-inhibit-cache): New defcustom.
3652
43f964fc
SM
3653 * time.el (display-time-file-nonempty-p):
3654 Use `remote-file-name-inhibit-cache'.
4bc3c53d 3655
43f964fc
SM
3656 * net/tramp.el (tramp-completion-reread-directory-timeout):
3657 Fix docstring.
4bc3c53d
MA
3658
3659 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3660 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3661 `remote-file-name-inhibit-cache'. Check also for an integer
3662 value. Add/increase counter when `tramp-verbose' >= 10.
3663 (tramp-set-file-property): Add/increase counter when
3664 `tramp-verbose' >= 10.
3665
3666 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3667 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3668 (tramp-bug): Set tramp-autoload cookie. Report all interned
3669 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
3670 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
3671 characters only in strings.
3672
3673 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3674 to backward compatibility.
3675
3676 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3677 (tramp-handle-file-name-all-completions)
43f964fc
SM
3678 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3679 (tramp-open-connection-setup-interactive-shell):
3680 Call `tramp-cleanup-connection' directly.
4bc3c53d 3681
9c524fcb
GM
36822010-10-02 Glenn Morris <rgm@gnu.org>
3683
3226d6ca
GM
3684 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3685
3686 * subr.el (char-bytes): Remove obsolete function.
3687
3688 * isearch.el (isearch-return-char): Remove obsolete function.
3689
3690 * mouse.el: No longer provide mldrag.
3691 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3692 Remove obsolete aliases.
3693
3694 * comint.el (comint-kill-output): Remove obsolete alias.
3695
3696 * composite.el (decompose-composite-char): Remove obsolete function.
3697 * ps-def.el (decompose-composite-char): Remove unused function.
3698
3699 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3700
3701 * outline.el (outline-visible): Remove obsolete function.
3702
3703 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3704 * faces.el (internal-find-face, internal-get-face)
3705 (frame-update-faces, frame-update-face-colors)
3706 (x-frob-font-weight, x-frob-font-slant)
3707 (internal-frob-font-weight, internal-frob-font-slant)
3708 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3709 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3710 (x-make-font-bold-italic): Remove functions and aliases, obsolete
3711 since Emacs 21.1.
3712 * emulation/viper-util.el (viper-get-face):
3713 * obsolete/lucid.el (find-face, get-face): Use facep.
3714 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3715 Remove unused functions.
3716 * vc/ediff-util.el (ediff-submit-report): Doc fix.
3717
9c524fcb
GM
3718 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3719 delete tempfile if interrupted during compilation.
3720
aecb42aa
LMI
37212010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3722
3723 * net/tls.el (tls-starttls-switches): Give up on using starttls with
3724 gnutls-cli.
3725 (tls-program): Add --insecure to be consistent with the defaults from
3726 openssl s_client. Now all three commands are insecure.
3727
73077a9a
EZ
37282010-10-01 Eli Zaretskii <eliz@gnu.org>
3729
3730 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3731 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3732 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3733
1ef075bb
GM
37342010-10-01 Glenn Morris <rgm@gnu.org>
3735
1fcaf927
GM
3736 * obsolete/sc.el: Remove file.
3737
1ef075bb
GM
3738 * files.el (temporary-file-directory): On darwin, also try
3739 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3740
a16f5f64
JB
37412010-10-01 Juanma Barranquero <lekktu@gmail.com>
3742
3743 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3744 Let's not break compatibility gratuitously, shall we?
3745
6b958814
G
37462010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3747
47e08896 3748 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
3749 (tls-find-starttls-argument): Use it.
3750 (open-tls-stream): Ditto.
3751
47e08896 3752 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
3753 entry.
3754 (netrc-machine): Ditto.
3755
cad90f3b
EZ
37562010-09-30 Eli Zaretskii <eliz@gnu.org>
3757
3758 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3759
968ef9b4
JB
37602010-09-30 Juanma Barranquero <lekktu@gmail.com>
3761
3762 * server.el (server-start): Don't write pid to the authentication file.
3763 (server-create-tty-frame): Don't send pid.
3764 (server-process-filter): Send pid at the start of every connection.
3765
3536dea8
GM
37662010-09-30 Glenn Morris <rgm@gnu.org>
3767
8e378d88
GM
3768 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3769 (show-all-diary-entries): Remove obsolete function aliases.
3770
3536dea8
GM
3771 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3772 Remove options, obsolete since 22.1.
6a7662bb
BR
3773 (appt-display-format, appt-display-message):
3774 Remove backwards-compatibility code.
3536dea8
GM
3775 (appt-check): No longer check appt-issue-message.
3776 (appt-make-list): No longer autoload it. Doc fix. No longer
3777 activate the package.
3778
df7fcaff
LMI
37792010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3780
3781 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
3782 (starttls-negotiate): Just call boot, and let the handshake be
3783 triggered from the read loop.
df7fcaff 3784
c2828614
GM
37852010-09-29 Glenn Morris <rgm@gnu.org>
3786
17a46341
GM
3787 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3788 not displaying the diary.
3789 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3790 * calendar/appt.el (appt-check): No longer need to kill diary.
3791
7161e329
GM
3792 * calendar/diary-lib.el (diary-list-entries): Move the
3793 "Preparing..." message entirely here.
3794 (diary-simple-display, diary-fancy-display): Move "Preparing..."
3795 messages to diary-list-entries.
3796 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3797 diary-display-function.
3798
d0de6cba
GM
3799 * calendar/diary-lib.el (diary-include-other-diary-files):
3800 Trap some recursive includes.
3801
c2828614
GM
3802 * calendar/appt.el (appt-activate): Check diary file.
3803
0c43b6f8
KY
38042010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3805
3806 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3807 construction.
3808
3809 * calendar/time-date.el: No need to require cl for Emacs 21.
3810
97ce2730
GM
38112010-09-28 Glenn Morris <rgm@gnu.org>
3812
3813 * calendar/appt.el (appt-check): Minor simplification.
3814
e0a185ae
KY
38152010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3816
3817 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3818 citation prefix.
3819
c19f76a1
AS
38202010-09-27 Andreas Schwab <schwab@linux-m68k.org>
3821
95b6d681
JB
3822 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3823 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 3824
fd057fd2
KH
38252010-09-27 Kenichi Handa <handa@m17n.org>
3826
3827 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3828 "ustar" format.
3829
368b3544
KH
38302010-09-27 Kenichi Handa <handa@m17n.org>
3831
3832 * international/mule.el (define-coding-system): Docstring fixed.
3833
3834 * international/mule-diag.el (describe-character-set): Use princ
3835 with proper print-length and print-level instead of insert.
3836
95b6d681 38372010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
3838
3839 * window.el (walk-windows): Doc fix (bug#7105).
3840
99368725
SM
38412010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * emacs-lisp/float-sup.el (e): Remove.
3844
8ed70bf3
LMI
38452010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3846
3847 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3848 variable.
3849 (starttls-negotiate): Use it.
3850
d2e9d0bb
LMI
38512010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3852
3853 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3854 back.
3855
15413fb4
SM
38562010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3859
1821a7b4
LMI
38602010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3861
6303aba1
LMI
3862 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3863
1821a7b4
LMI
3864 * net/netrc.el (netrc-store-data): New function.
3865
8af55556
TZ
38662010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3867
3868 * net/gnutls.el: GnuTLS glue code to set up a connection.
3869
42343747
JD
38702010-09-25 Julien Danjou <julien@danjou.info>
3871
3872 * notifications.el: Call dbus-register-signal only if it is bound.
3873
ec60da52
GM
38742010-09-25 Glenn Morris <rgm@gnu.org>
3875
3876 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3877 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3878 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3879 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3880 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3881 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3882 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
3883 * eshell/esh-util.el, eshell/esh-var.el:
3884 Remove leading `*' from docs of faces and defcustoms.
3885
4c964351
UM
38862010-09-25 Ulrich Mueller <ulm@gentoo.org>
3887
3888 * eshell/em-ls.el (eshell-ls-archive-regexp):
3889 * eshell/esh-util.el (eshell-tar-regexp):
3890 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3891 * info.el (Info-suffix-list):
3892 * international/mule.el (auto-coding-alist):
3893 * woman.el (woman-file-regexp, woman-file-compression-regexp):
3894 * progmodes/etags.el (tags-compression-info-list):
3895 Support xz compression.
3896
41f54b73
CY
38972010-09-25 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * files.el (get-free-disk-space): Don't assume the "df" output
3900 columns line up (Bug#6995).
3901
40b1a3a9
JB
39022010-09-25 Juanma Barranquero <lekktu@gmail.com>
3903
3904 * finder.el (finder-unknown-keywords):
3905 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
3906 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
3907
ba3033ee
JB
39082010-09-25 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * server.el (server-start): Revert part of 2010-08-08 change. Using
3911 address 127.0.0.1 for local host is now done in Fmake_network_process.
3912
5e339ee2
GM
39132010-09-24 Glenn Morris <rgm@gnu.org>
3914
3915 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
3916 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
3917 * textmodes/css-mode.el, textmodes/dns-mode.el:
3918 Move autoloaded auto-mode-alist entries to files.el.
3919 * files.el (auto-mode-alist): Move entries here.
3920
af3ccb5c
GM
39212010-09-23 Glenn Morris <rgm@gnu.org>
3922
3923 * isearch.el (isearch-lazy-highlight-cleanup)
3924 (isearch-lazy-highlight-initial-delay)
3925 (isearch-lazy-highlight-interval)
3926 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
3927 * net/net-utils.el (ipconfig-program-options):
3928 Move aliases to options before the associated definitions.
3929
266a86bd 39302010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
3931
3932 * newcomment.el (comment-normalize-vars): Better test validity of
3933 comment-end-skip.
3934
27ffea71 39352010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
3936
3937 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
3938 (float-e): New name for `e'.
3939 (degrees-to-radians, radians-to-degrees):
3940 * calendar/solar.el (solar-longitude):
3941 * calculator.el (calculator-registers, calculator-funcall):
3942 * textmodes/artist.el (artist-spray-random-points):
3943 * play/bubbles.el (bubbles--initialize-images): Use new names.
3944
27ffea71 39452010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
3946
3947 Update to CEDET 1.0's version of EIEIO.
3948
9e0d4f9e
SM
3949 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
3950 New function.
a2930e43
EL
3951 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
3952 (eieio-default-eval-maybe): Eval val instead of unquoting only.
3953 (class-precedence-list): If class is nil, return nil.
3954 (eieio-generic-call): If class of first input arg is nil, don't
3955 look up static methods, and do check for primary methods.
3956 (initialize-instance): See if the default needs to be evaluated
3957 during the constructor.
3958 (eieio-perform-slot-validation-for-default): Don't do the check
3959 for values that will eventually be evaluated.
3960 (eieio-eval-default-p): New function.
3961 (eieio-default-eval-maybe): Use it.
3962
27ffea71 39632010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
3964
3965 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
3966 method-invocation-order.
3967 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
3968 (eieio-class-precedence-dfs): Compute class precedence list using
3969 dfs algorithm.
3970 (eieio-class-precedence-bfs): Compute class precedence list using
3971 bfs algorithm.
9e0d4f9e 3972 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
3973 c3 algorithm.
3974 (class-precedence-list): New function.
3975 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
3976 (inconsistent-class-hierarchy): New error symbol.
3977 (call-next-method): Stow the replacement argument list for future
3978 call-next-method invocations.
3979
266a86bd 39802010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 3981
ea7f9ebf
GM
3982 * calendar/appt.el (appt-check): If not displaying the diary,
3983 use (diary 1) to only get the entries we need.
3984 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3985 that it is in day order. (Bug#7019)
3986
1bf6d075
GM
3987 * calendar/appt.el (appt-check): Rather than showing the diary,
3988 just turn off invisible display, and only if needed.
3989
87e798a7
GM
3990 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
3991
1fc7dabf
GM
39922010-09-23 Glenn Morris <rgm@gnu.org>
3993
7a16788b
GM
3994 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3995 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 3996 Start warnings with lower-case, like the majority.
7a16788b 3997
19543b17
GM
3998 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3999
54238e6d
GM
4000 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
4001
ce009d0b
GM
4002 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4003 * files.el (auto-mode-alist): Move ld-script entries here, further down
4004 the list.
4005
7b344dfe
GM
4006 * vc/add-log.el: Don't require timezone when compiling.
4007 (timezone-make-date-sortable): Autoload it.
4008 (change-log-sortable-date-at): Don't require timezone.
4009 Use `ignore-errors'.
4010
d9703498
GM
4011 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4012 Move alias before definition, so it does not need autoloading.
4013
1fc7dabf
GM
4014 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4015 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4016 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4017 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4018 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4019 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4020 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4021 * textmodes/tex-mode.el, textmodes/two-column.el:
4022 Remove leading `*' from docs of defcustoms etc.
4023
7676efad
TZ
40242010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4025
4026 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4027
b069e5a6
G
40282010-09-22 Dan Christensen <jdc@uwo.ca>
4029
4030 * calendar/time-date.el (date-to-time): Try using parse-time-string
4031 first before using the slower timezone-make-date-arpa-standard.
4032
1bf68d53
KY
40332010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4034
4035 * calendar/time-date.el (format-seconds): Comment fix.
4036
cd205c76
GM
40372010-09-22 Glenn Morris <rgm@gnu.org>
4038
4039 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4040 is not automatically buffer-local.
4041
4ddea91b
SM
40422010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4045 (smie-indent-comment): Be more careful with comment-start-skip.
4046 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4047 (smie-indent-functions): Use them.
4048
b0f037ed
MA
40492010-09-21 Michael Albinus <michael.albinus@gmx.de>
4050
4051 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4052
8cf1771a
JD
40532010-09-21 Jan Djärv <jan.h.d@swipnet.se>
4054
36a1b6db
JD
4055 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4056 tool-bar-position. Don't modify frame parameters here.
180fb94a 4057 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 4058
8cf1771a
JD
4059 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4060
0097720d
SM
40612010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4062
5d8e0d5d
SM
4063 * textmodes/reftex-parse.el (reftex-what-macro)
4064 (reftex-context-substring): Let-bind forward-sexp-function to nil
4065 since we don't need/want to treat \begin...\end as a block (bug#7053).
4066
984edd22
SM
4067 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4068
4069 * simple.el (blink-matching-open): Use syntax-class.
4070
3672149f
SM
4071 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4072 Set invisibility spec for pascal's outline mode.
4073 (pascal-outline-change): Clean up calling convention.
4074 (pascal-show-all, pascal-hide-other-defuns): Update callers.
4075
549d0e1e
SM
4076 * progmodes/prolog.el (prolog-smie-forward-token)
4077 (prolog-smie-backward-token): New functions.
4078 (prolog-mode-variables): Use them to parse "!," correctly.
4079 Set up smie-blink-matching for ".".
4080
a9cb95dd
SM
4081 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4082 and `end'.
4083 (ispell-region, ispell-process-line): Update users.
4084
de558d10
SM
4085 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4086 point-min==1.
4087
94eb3112
SM
4088 * textmodes/ispell.el: Fix commenting convention.
4089 (ispell-parse-output): Simplify, use push.
4090 (ispell-region): Use match-string-no-properties.
4091 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4092 (ispell-minor-mode): Use define-minor-mode.
4093 (ispell-message): Remove unused var `skip-regexp'.
4094 (ispell-add-per-file-word-list): Use dynamic let-binding.
4095 Try and use the proper comment marker.
4096
1f7f45a5
SM
4097 * mail/sendmail.el: Fix commenting convention.
4098 (sendmail-send-it): Use line-beginning-position.
4099
0097720d
SM
4100 * help-fns.el (describe-variable): Add original value, if applicable.
4101
596880ea
JB
41022010-09-20 Juanma Barranquero <lekktu@gmail.com>
4103
f0713411
JB
4104 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4105
596880ea
JB
4106 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4107
37c0347e
SM
41082010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4109
2bc01104
SM
4110 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4111 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4112 (smie-prec2-levels): Use them to better diagnose precedence cycles.
4113 (smie-blink-matching-check): Don't signal a mismatch if car is t.
4114 (smie-blink-matching-open): Rewrite to remove assumptions, so that
4115 something like "." can also be a closer.
4116 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4117 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4118 Rename internal functions to use "--". Update callers.
4119
e2c3f530
SM
4120 * frame.el (make-frame-names-alist): Don't list frames on other displays.
4121
37c0347e
SM
4122 * fringe.el (fringe-styles): New var.
4123 (fringe-mode, fringe-query-style): Use it.
4124
74790210
MM
41252010-09-18 Michael R. Mauger <mmaug@yahoo.com>
4126
4127 * progmodes/sql.el: Version 2.8
93acd23d 4128 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
4129 (sql-product-alist): Add :list-all and :list-table features for
4130 SQLite, Postgres and MySQL products.
4131 (sql-redirect): Handle default value.
4132 (sql-execute, sql-execute-feature): New functions.
4133 (sql-read-table-name): New function.
93acd23d 4134 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
4135 (sql-mode-map, sql-interactive-mode-map): Add key definitions
4136 for above functions.
4137 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4138 for above functions.
4139 (sql-postgres-login-params): Add user and database defaults.
4140 (sql-buffer-live-p): Bug fix.
93acd23d 4141 (sql-product-history): New variable.
74790210
MM
4142 (sql-read-product): New function. Use it.
4143 (sql-set-product, sql-product-interactive): Use it.
4144 (sql-connection-history): New variable.
93acd23d 4145 (sql-read-connection): New function. Use it.
74790210
MM
4146 (sql-connect): New function.
4147 (sql-for-each-login): Redesign function interface.
4148 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
4149 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
4150 (sql-comint): Check for program. Existing live buffer.
74790210
MM
4151 (sql-comint-postgres): Add port parameter.
4152
cec01cd2
SM
41532010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * emacs-lisp/warnings.el: Fix commenting convention.
4156 (display-warning): Use special mode and make the buffer read-only.
4157
c2a845b5
JB
41582010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
4159
4160 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4161 empty string when it follows a repeated or optional pattern.
4162
f5632fb6
SM
41632010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * indent.el (indent-according-to-mode): Apply syntax-propertize.
4166 (indent-region): Use indent-according-to-mode.
4167
71b961e8
EZ
41682010-09-18 Eli Zaretskii <eliz@gnu.org>
4169
4170 * fringe.el (fringe-mode): Doc fix.
4171
dbbd7ad4
KRC
41722010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4173
4174 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4175 refreshing the preview buffer.
4176
b879a6e2
SM
41772010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4180 (latex-syntax-propertize-rules): New consts; replace
4181 tex-font-lock-syntactic-keywords.
4182 (tex-env-mark, latex-env-before-change): New functions.
4183 (latex-electric-env-pair-mode): New minor mode.
4184 (tex-font-lock-verb): Change arguments; do move point.
4185 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4186 representation as a form of comment.
4187 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4188 (doctex-syntax-propertize-rules): New const; replaces
4189 doctex-font-lock-syntactic-keywords.
4190 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4191
4192 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4193 (fortran-make-syntax-propertize-function): New function; replaces
4194 fortran-font-lock-syntactic-keywords.
4195 (fortran-mode): Use it.
4196 (fortran-line-length): Use it. Improve interactive spec.
4197
4198 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4199 (syntax-propertize-rules): Add var-ref case. Fix offset computation
4200 when adding surrounding \(..\).
4201
4202 * progmodes/js.el (js-mode): Fix last change (bug#7054).
4203
4be520fb
SM
42042010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4205
269c197e
SM
4206 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4207 Use with-current-buffer.
4208
4be520fb
SM
4209 * isearch.el (isearch-face): Rename from `isearch'.
4210 (isearch-highlight): Use new name.
4211
a67597d6
EZ
42122010-09-17 Eli Zaretskii <eliz@gnu.org>
4213
4214 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4215 5, for `half' width fringes. (Bug#6933)
4216
31c381e8
SM
42172010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4218
3fe6ef4e
SM
4219 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4220 (byte-compile-defvar): "foo/bar" does not lack a prefix.
4221
31c381e8
SM
4222 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4223
fb0cf781
J
42242010-09-17 Stephen Berman <stephen.berman@gmx.net>
4225
4226 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4227 in calculating new frame position. Add more space between new and
4228 parent on the left (Bug#7048).
4229
1a9dc3b5
MA
42302010-09-17 Michael Albinus <michael.albinus@gmx.de>
4231
4232 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4233 defmacro.
4234
dff0fdc3
CY
42352010-09-16 Chong Yidong <cyd@stupidchicken.com>
4236
31c381e8 4237 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 4238
117c96c7
CY
4239 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4240 obsolete alias for x-selection-value.
4241
dff0fdc3
CY
4242 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4243
c6f2191f
MA
42442010-09-16 Michael Albinus <michael.albinus@gmx.de>
4245
4246 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4247 cookie.
4248
6139f995
MA
42492010-09-15 Michael Albinus <michael.albinus@gmx.de>
4250
4251 * net/tramp-compat.el (tramp-compat-with-temp-message)
4252 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4253 (tramp-compat-process-put): New defuns.
4254
4255 * net/tramp.el (top):
4256 * net/tramp-gvfs.el (top):
4257 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4258
31c381e8
SM
4259 * net/tramp.el (tramp-progress-reporter-update):
4260 Use `tramp-compat-funcall'.
6139f995
MA
4261
4262 * net/tramp.el (tramp-process-actions):
4263 * net/tramp-gvfs.el (tramp-handle-vc-registered):
4264 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
4265 (tramp-get-remote-stat, tramp-get-remote-readlink):
4266 Use `tramp-compat-with-temp-message'.
6139f995
MA
4267
4268 * net/tramp-sh.el (top): Require 'cl.
4269 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
4270 (tramp-open-connection-setup-interactive-shell):
4271 Use `tramp-compat-process-put'.
6139f995 4272
22c3ce97
AM
42732010-09-15 Alan Mackenzie <acm@muc.de>
4274
4275 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4276 indentation.
a4ee83cc 4277 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 4278
4f1e9960
SM
42792010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4282 `lexical' for warnings related to lexical scoping.
4283 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4284 global vars which don't have a prefix and could hence affect lexical
4285 scoping in unrelated files.
4286
01e80360
LMI
42872010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4288
4289 * net/imap.el: Revert back to version
4290 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4291 seem problematic.
4292
5e2a84e3
JB
42932010-09-14 Juanma Barranquero <lekktu@gmail.com>
4294
4295 * obsolete/old-whitespace.el (whitespace-unload-function):
4296 Explicitly pass `obarray' to `unintern' to avoid a warning.
4297
f3a30a50
SM
42982010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4301 Add `when' argument. Update callers.
4302
4303 * subr.el (unintern): Declare the obarray arg mandatory.
4304
92b99a01
GM
43052010-09-14 Glenn Morris <rgm@gnu.org>
4306
67ae9766
GM
4307 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4308 Doc fixes.
4309
92b99a01
GM
4310 * calendar/diary-lib.el (diary-included-files): New variable.
4311 (diary-list-entries): Maybe initialize diary-included-files.
4312 (diary-include-other-diary-files): Append to diary-included-files.
4313 * calendar/appt.el (appt-update-list): Also check the members of
4314 diary-included-files. (Bug#6999)
08151ec5 4315 (appt-check): Doc fix.
92b99a01 4316
6664fc59 43172010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
4318
4319 * simple.el (line-move-visual): Do not truncate goal column to
4320 integer size. (Bug#7020)
4321
6664fc59 43222010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
4323
4324 * repeat.el (repeat): Allow repeating when the last event is a click.
4325 Suggested by Drew Adams (bug#6256).
4326
6664fc59 43272010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
4328
4329 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4330 Replace setting HGRCPATH to "" by some less invasive --config options.
4331
6664fc59 43322010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
4333
4334 * font-lock.el (font-lock-beginning-of-syntax-function):
4335 Mark as obsolete.
4336
6664fc59 43372010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
4338
4339 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4340 and tool-bar modes. (Bug#6211)
4341 (menu-bar-mode): Move setting of standard-value after the
4342 minor-mode definition, otherwise it seems to have no effect.
4343
6664fc59 43442010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
4345
4346 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4347 Fix typo. (Bug#6976)
4348
6664fc59 43492010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
4350
4351 * whitespace.el: Allow cleaning up blanks without blank
4352 visualization (Bug#6651). Adjust help window for
4353 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
4354 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
4355 (whitespace-style): Add new value 'face. Adjust docstring.
4356 (whitespace-space, whitespace-hspace, whitespace-tab):
4357 Adjust foreground property face.
9c405a86
CY
4358 (whitespace-line-column): Adjust docstring and type declaration.
4359 (whitespace-style-value-list, whitespace-toggle-option-alist)
4360 (whitespace-help-text): Adjust const initialization.
4361 (whitespace-toggle-options, global-whitespace-toggle-options):
4362 Adjust docstring.
4363 (whitespace-display-window, whitespace-interactive-char)
4364 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4365 (whitespace-help-scroll): New fun.
4366
ba96ddf5
KY
43672010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4368
4369 * calendar/time-date.el (format-seconds): Comment fix.
4370
a386ac70
MM
43712010-09-13 Michael R. Mauger <mmaug@yahoo.com>
4372
4373 * progmodes/sql.el: Version 2.7.
4374 (sql-buffer-live-p): Improve detection.
4375 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4376 (sql-set-sqli-buffer): Use it.
4377 (sql-product-interactive): Run `sql-set-sqli-hook'.
4378 (sql-rename-buffer): Code cleanup.
4379 (sql-redirect, sql-redirect-value): New functions. More to come.
4380
5d921df2
JB
43812010-09-13 Juanma Barranquero <lekktu@gmail.com>
4382
4383 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.
4384 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4385 (TRAMP_SRC): New macro.
4386 ($(lisp)/net/tramp-loaddefs.el): New target.
4387
03c1ad43
MA
43882010-09-13 Michael Albinus <michael.albinus@gmx.de>
4389
4390 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
4391
4392 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
4393
4394 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
4395 'tramp-compat, everything else is required there.
4396 Use `ignore-errors' where appropriate.
03c1ad43
MA
4397 (tramp-inline-compress-start-size, tramp-copy-size-limit)
4398 (tramp-terminal-type, tramp-end-of-output)
4399 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4400 (tramp-completion-function-alist-ssh)
4401 (tramp-completion-function-alist-telnet)
4402 (tramp-completion-function-alist-su)
4403 (tramp-completion-function-alist-putty, tramp-remote-path)
4404 (tramp-remote-process-environment, tramp-sh-extra-args)
4405 (tramp-actions-before-shell, tramp-uudecode)
4406 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4407 (tramp-perl-file-attributes)
4408 (tramp-perl-directory-files-and-attributes)
4409 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4410 (tramp-perl-encode, tramp-perl-decode)
4411 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4412 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4413 (tramp-handle-make-symbolic-link, tramp-handle-load)
4414 (tramp-handle-file-name-as-directory)
4415 (tramp-handle-file-name-directory)
4416 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4417 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4418 (tramp-do-file-attributes-with-ls)
4419 (tramp-do-file-attributes-with-perl)
4420 (tramp-do-file-attributes-with-stat)
4421 (tramp-handle-set-visited-file-modtime)
4422 (tramp-handle-verify-visited-file-modtime)
4423 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4424 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4425 (tramp-handle-file-selinux-context)
4426 (tramp-handle-set-file-selinux-context)
4427 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4428 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4429 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4430 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4431 (tramp-handle-file-ownership-preserved-p)
4432 (tramp-handle-directory-file-name, tramp-handle-directory-files)
4433 (tramp-handle-directory-files-and-attributes)
4434 (tramp-do-directory-files-and-attributes-with-perl)
4435 (tramp-do-directory-files-and-attributes-with-stat)
4436 (tramp-handle-file-name-all-completions)
4437 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4438 (tramp-handle-copy-file, tramp-handle-copy-directory)
4439 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4440 (tramp-do-copy-or-rename-file-via-buffer)
4441 (tramp-do-copy-or-rename-file-directly)
4442 (tramp-do-copy-or-rename-file-out-of-band)
4443 (tramp-handle-make-directory, tramp-handle-delete-directory)
4444 (tramp-handle-delete-file)
4445 (tramp-handle-dired-recursive-delete-directory)
4446 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4447 (tramp-handle-insert-directory)
4448 (tramp-handle-unhandled-file-name-directory)
4449 (tramp-handle-expand-file-name)
4450 (tramp-handle-substitute-in-file-name)
4451 (tramp-handle-executable-find, tramp-process-sentinel)
4452 (tramp-handle-start-file-process, tramp-handle-process-file)
4453 (tramp-handle-call-process-region, tramp-handle-shell-command)
4454 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4455 (tramp-handle-insert-file-contents)
4456 (tramp-handle-insert-file-contents-literally)
4457 (tramp-handle-find-backup-file-name)
4458 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4459 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4460 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4461 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4462 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4463 (tramp-find-file-exists-command, tramp-open-shell)
4464 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4465 (tramp-open-connection-setup-interactive-shell)
4466 (tramp-local-coding-commands, tramp-remote-coding-commands)
4467 (tramp-find-inline-encoding, tramp-call-local-coding-command)
4468 (tramp-inline-compress-commands, tramp-find-inline-compress)
4469 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 4470 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
4471 (tramp-send-command-and-check, tramp-barf-unless-okay)
4472 (tramp-send-command-and-read, tramp-mode-string-to-int)
4473 (tramp-convert-file-attributes, tramp-check-cached-permissions)
4474 (tramp-file-mode-from-int, tramp-file-mode-permissions)
4475 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4476 (tramp-method-out-of-band-p, tramp-local-host-p)
4477 (tramp-get-remote-path, tramp-get-remote-tmpdir)
4478 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4479 (tramp-get-test-command, tramp-get-test-nt-command)
4480 (tramp-get-file-exists-command, tramp-get-remote-ln)
4481 (tramp-get-remote-perl, tramp-get-remote-stat)
4482 (tramp-get-remote-readlink, tramp-get-remote-trash)
4483 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4484 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 4485 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
4486 tramp-sh.el.
4487 (tramp-methods, tramp-default-method-alist)
4488 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4489 Move initialization to tramp-sh.el.
4490 (tramp-temp-name-prefix): Make it a defconst.
4491 (tramp-dissect-file-name): Don't check anymore for multi-hop
4492 methods.
4493 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 4494 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
4495 (tramp-get-debug-buffer): Use it.
4496
4497 * net/tramp-cache.el (top): Set tramp-autoload cookie for
4498 initialization forms.
4499 (tramp-set-connection-property): Don't protect `tramp-message'
4500 call, it isn't necessary any longer.
4501 (tramp-dump-connection-properties): Use `ignore-errors'.
4502
4503 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4504 'password-cache and 'auth-source.
4505
4506 * net/tramp-gvfs.el (top):
4507 * net/tramp-smb.el (top): Require 'tramp-sh.
4508
4509 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4510
4511 * net/tramp-sh.el: New file, derived from tramp.el.
4512 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 4513 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
4514 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4515 Use `ignore-errors' where appropriate.
4516 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
4517 `tramp-file-name-handler-alist'.
4518 (tramp-send-command-and-check): Return t or nil. Remove all
4519 `zerop' checks, where called.
4520 (tramp-handle-set-file-modes)
4521 (tramp-do-copy-or-rename-file-directly)
4522 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 4523 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
4524 (tramp-sh-file-name-handler, tramp-send-command-and-check)
4525 (tramp-get-remote-ln): Set tramp-autoload cookie.
4526
4527 * net/tramp-fish.el: Remove file.
4528
c5fe4acb
DU
45292010-09-13 Daiki Ueno <ueno@unixuser.org>
4530
4531 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4532 buffer-file-name to avoid file-locking. (Bug#7026)
4533
7ea2d383
MA
45342010-09-13 Julien Danjou <julien@danjou.info>
4535
4536 * notifications.el (notifications-notify): Add support for
4537 image-path and sound-name.
4538 (notifications-specification-version): Add this variable.
4539
5616cc54
SM
45402010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4541
31c381e8 4542 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 4543
94c7243b
LL
45442010-09-12 Leo <sdl.web@gmail.com>
4545
4546 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4547 (rcirc-completion-start): New variables.
4548 (rcirc-nick-completions): Rename to rcirc-completions.
4549 (rcirc-nick-completion-start-offset): Delete.
4550 (rcirc-completion-at-point): New function for constructing
4551 completion data for both nicks and irc commands. Add to
4552 completion-at-point-functions in rcirc mode.
4553 (rcirc-complete): Rename from rcirc-nick-complete; use
4554 rcirc-completion-at-point.
4555 (defun-rcirc-command): Update rcirc-client-commands.
4556
0f34ae28
GM
45572010-09-11 Glenn Morris <rgm@gnu.org>
4558
4559 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4560 atomically, to avoid parallel build errors. (Bug#4196)
4561
9250002f
MM
45622010-09-11 Michael R. Mauger <mmaug@yahoo.com>
4563
4564 * progmodes/sql.el: Version 2.6
4565 (sql-dialect): Synonym for "sql-product".
4566 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4567 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4568 Set "sql-buffer" to buffer name not buffer object so multiple sql
4569 interactive buffers work properly. Reverts misguided changes in
4570 earlier work.
4571 (sql-comint): Make sure different buffer name is used if "*SQL*"
4572 buffer is for a different product.
4573 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4574 login param.
4575 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4576 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4577 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4578 Accept new buffer name or prompt for one.
4579 (sql-port): Default to zero.
4580 (sql-comint-mysql): Handle "sql-port" as a numeric.
4581 (sql-port-history): Delete unused variable.
4582 (sql-get-login): Default "sql-port" to a number.
31c381e8 4583 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
4584 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4585 "sqlite3" executables.
31c381e8 4586 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
4587 (sql-buffer-live-p): New function.
4588 (sql-mode-menu, sql-send-string): Use it.
4589 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4590 syntax pattern.
4591 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4592 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4593
a9ec34f4
LMI
45942010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4595
31c381e8 4596 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 4597
cf38dd42
SM
45982010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4601 to replace texinfo-font-lock-syntactic-keywords.
4602 (texinfo-mode): Use it.
4603
4604 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4605 Use syntax-propertize-function.
4606
4607 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4608 replace sgml-font-lock-syntactic-keywords.
4609 (sgml-mode): Use it.
4610
4611 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4612 since we don't use it.
4613
4614 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4615
4616 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4617 if available.
4618 (vhdl-fontify-buffer): Adjust.
4619
4620 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4621 replace tcl-font-lock-syntactic-keywords.
4622 (tcl-mode): Use it.
4623
4624 * progmodes/simula.el (simula-syntax-propertize-function): New var to
4625 replace simula-font-lock-syntactic-keywords.
4626 (simula-mode): Use it.
4627
4628 * progmodes/sh-script.el (sh-st-symbol): Remove.
4629 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4630 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4631 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4632 (sh-font-lock-paren): Set syntax-multiline.
4633 (sh-font-lock-syntactic-keywords): Remove.
4634 (sh-syntax-propertize-function): New function to replace it.
4635 (sh-mode): Use it.
4636
4637 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4638 Define while compiling.
4639 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4640 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4641 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4642 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4643 (ruby-here-doc-end-syntax): Only define when
4644 syntax-propertize is not available.
4645 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4646 New functions.
4647 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4648 (electric-indent-chars): Silence bytecompiler.
4649 (ruby-mode): Use prog-mode, syntax-propertize-function, and
4650 electric-indent-chars.
4651
4652 * progmodes/python.el (python-syntax-propertize-function): New var to
4653 replace python-font-lock-syntactic-keywords.
4654 (python-mode): Use it.
4655 (python-quote-syntax): Simplify and adjust to new use.
4656
4657 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4658 replace perl-font-lock-syntactic-keywords.
4659 (perl-syntax-propertize-special-constructs): New fun to replace
4660 perl-font-lock-special-syntactic-constructs.
4661 (perl-font-lock-syntactic-face-function): New fun.
4662 (perl-mode): Use it.
4663
4664 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4665 to replace octave-font-lock-close-quotes.
4666 (octave-syntax-propertize-function): New function to replace
4667 octave-font-lock-syntactic-keywords.
4668 (octave-mode): Use it.
4669
4670 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4671 replaces mixal-font-lock-syntactic-keywords.
4672 (mixal-mode): Use it.
4673
4674 * progmodes/make-mode.el (makefile-syntax-propertize-function):
4675 New var; replaces makefile-font-lock-syntactic-keywords.
4676 (makefile-mode): Use it.
4677 (makefile-imake-mode): Adjust.
4678
4679 * progmodes/js.el (js--regexp-literal): Define while compiling.
4680 (js-syntax-propertize-function): New var; replaces
4681 js-font-lock-syntactic-keywords.
4682 (js-mode): Use it.
4683
4684 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4685 replaces gdb-script-font-lock-syntactic-keywords.
4686 (gdb-script-mode): Use it.
4687
4688 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4689 (fortran--font-lock-syntactic-keywords): New var.
4690 (fortran-line-length): Update syntax-propertize-function and
4691 fortran--font-lock-syntactic-keywords.
4692
4693 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4694
4695 * progmodes/cfengine.el (cfengine-mode):
4696 Use syntax-propertize-function.
4697 (cfengine-font-lock-syntactic-keywords): Remove.
4698
4699 * progmodes/autoconf.el (autoconf-mode):
4700 Use syntax-propertize-function.
4701 (autoconf-font-lock-syntactic-keywords): Remove.
4702
4703 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4704 (ada-after-change-function, ada-initialize-syntax-table-properties)
4705 (ada-handle-syntax-table-properties): Only define when
4706 syntax-propertize is not available.
4707 (ada-mode): Use syntax-propertize-function.
4708
4709 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4710 (font-lock-fontify-syntactic-keywords-region): Move handling of
4711 font-lock-syntactically-fontified to...
4712 (font-lock-default-fontify-region): ...here.
4713 Let syntax-propertize-function take precedence.
4714 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4715
4716 * emacs-lisp/syntax.el (syntax-propertize-function)
4717 (syntax-propertize-chunk-size, syntax-propertize--done)
4718 (syntax-propertize-extend-region-functions): New vars.
4719 (syntax-propertize-wholelines, syntax-propertize-multiline)
4720 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4721 (syntax-propertize): New functions.
4722 (syntax-propertize-rules): New macro.
4723 (syntax-ppss-flush-cache): Set syntax-propertize--done.
4724 (syntax-ppss): Call syntax-propertize.
4725
4726 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4727
36f7d366
AM
47282010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
4729
4730 * textmodes/ispell.el (ispell-init-process): Improve comments.
4731 XEmacs compatibility changes regarding (add-hook) 'local option
4732 and (set-process-query-on-exit-flag).
4733
8fca3921
MA
47342010-09-09 Michael Albinus <michael.albinus@gmx.de>
4735
cf38dd42
SM
4736 * net/tramp-cache.el (tramp-parse-connection-properties):
4737 Set tramp-autoload cookie.
8fca3921 4738
399653d6
GM
47392010-09-09 Glenn Morris <rgm@gnu.org>
4740
4741 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4742 (imagemagick-register-types): Doc fix.
4743
c34a9669
SM
47442010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4745
b073dc4b
SM
4746 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4747
4748 * progmodes/js.el (require): Require is already "eval-and-compile".
4749 (js--re-search-forward): Avoid `eval'. Preserve the error data.
4750 (js--re-search-backward): Use js--re-search-forward.
4751
4752 * progmodes/fortran.el (fortran-line-length): Don't recompute
4753 syntactic keywords redundantly a second time.
4754
4755 * progmodes/ada-mode.el: Replace "(set '" with setq.
4756 (ada-mode): Simplify.
4757 (ada-create-case-exception, ada-adjust-case-interactive)
4758 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4759 (ada-search-ignore-string-comment, ada-move-to-start)
4760 (ada-move-to-end): Use with-syntax-table.
4761
4762 * font-lock.el (save-buffer-state): Remove `varlist' arg.
4763 (font-lock-unfontify-region, font-lock-default-fontify-region):
4764 Update usage correspondingly.
4765 (font-lock-fontify-syntactic-keywords-region):
4766 Set parse-sexp-lookup-properties buffer-locally here.
4767 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4768
c34a9669
SM
4769 * simple.el (blink-matching-open): Don't burp if we can't find a match.
4770
13639aab
GM
47712010-09-08 Glenn Morris <rgm@gnu.org>
4772
5a972c36
GM
4773 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4774 Error if not compiled with -DBYTE_CODE_METER.
4775
13639aab
GM
4776 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4777 Ignore dir-locals-file.
4778
331b2b90
SM
47792010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4782 Not a const.
4783 (compilation-error-regexp-alist-alist): Rule out ": " in file names
4784 for the `gnu' messages.
4785 (compilation-set-skip-threshold): New command.
4786 (compilation-start): Use \' rather than $.
4787 (compilation-forget-errors): Use clrhash.
4788
73b4d51a
AM
47892010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
4790
4791 * textmodes/ispell.el (ispell-valid-dictionary-list):
4792 Simplify logic.
4793
0f34aa77
MA
47942010-09-08 Michael Albinus <michael.albinus@gmx.de>
4795
4796 Migrate to Tramp 2.2. Rearrange load dependencies.
4797 (Bug#1529, Bug#5448, Bug#5705)
4798
4799 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4800 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4801 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4802
4803 * net/tramp.el (top): Remove all other tramp-* loads except
4804 tramp-compat.el. Remove all changes to tramp-unload-hook for
4805 other tramp-* packages. Rearrange defun order. Change calls of
4806 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4807 `tramp-compat-octal-to-decimal' to new function names.
4808 (tramp-terminal-type, tramp-initial-end-of-output)
4809 (tramp-methods, tramp-foreign-file-name-handler-alist)
4810 (tramp-tramp-file-p, tramp-completion-mode-p)
4811 (tramp-send-command-and-check, tramp-get-remote-path)
4812 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4813 (tramp-shell-quote-argument): Set tramp-autoload cookie.
4814 (with-file-property, with-connection-property): Move to
4815 tramp-cache.el.
4816 (tramp-local-call-process, tramp-decimal-to-octal)
4817 (tramp-octal-to-decimal): Move to tramp-compat.el.
4818 (tramp-handle-shell-command): Do not require 'shell.
4819 (tramp-compute-multi-hops): No special handling for tramp-gw-*
4820 symbols.
4821 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4822
4823 * net/tramp-cache.el (top): Require 'tramp. Add to
4824 `tramp-unload-hook'.
4825 (tramp-cache-data, tramp-get-file-property)
4826 (tramp-set-file-property, tramp-flush-file-property)
4827 (tramp-flush-directory-property, tramp-get-connection-property)
4828 (tramp-set-connection-property, tramp-flush-connection-property)
4829 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4830 cookie.
4831 (with-file-property, with-connection-property): New defuns, moved
4832 from tramp.el.
4833 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4834 macro.
4835
4836 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4837 (tramp-version): Set tramp-autoload cookie.
4838
4839 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
4840 changes to tramp-unload-hook for other tramp-* packages. Add to
4841 `tramp-unload-hook'.
4842 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4843 (tramp-compat-call-process): New defuns, moved from tramp.el.
4844
4845 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4846 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4847 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
4848 `tramp-compat-decimal-to-octal' to new function name.
4849 (tramp-fish-method): Make it a defconst.
4850 (tramp-fish-file-name-p): Make it a defsubst.
4851 (tramp-fish-method, tramp-fish-file-name-handler)
4852 (tramp-fish-file-name-p): Set tramp-autoload cookie.
4853
4854 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4855 `tramp-foreign-file-name-handler-alist'. Add to
4856 `tramp-unload-hook'.
4857 (tramp-ftp-method): Make it a defconst.
4858 (tramp-ftp-file-name-p): Make it a defsubst.
4859 (tramp-ftp-method, tramp-ftp-file-name-handler)
4860 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4861
4862 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4863 `tramp-foreign-file-name-handler-alist'. Add to
4864 `tramp-unload-hook'. Change checks, whether package can be
4865 loaded.
4866 (tramp-gvfs-file-name-p): Make it a defsubst.
4867 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4868 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4869 (tramp-gvfs-handle-file-directory-p): New defun.
4870 (tramp-gvfs-file-name-handler-alist): Use it.
4871
4872 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
4873 `tramp-foreign-file-name-handler-alist'. Add to
4874 `tramp-unload-hook'.
4875 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
4876 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
4877 defconst.
4878 (tramp-gw-tunnel-method, tramp-gw-socks-method)
4879 (tramp-gw-open-connection): Set tramp-autoload cookie.
4880
4881 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4882 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4883 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
4884 loaded.
4885 (tramp-imap-file-name-p): Make it a defsubst.
4886 (tramp-imap-method, tramp-imaps-method)
4887 (tramp-imap-file-name-handler)
4888 (tramp-imap-file-name-p): Set tramp-autoload cookie.
4889
4890 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4891 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4892 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
4893 loaded. Change call of `tramp-compat-decimal-to-octal' to new
4894 function name.
4895 (tramp-smb-tunnel-method): Make it a defconst.
4896 (tramp-smb-file-name-p): Make it a defsubst.
4897 (tramp-smb-method, tramp-smb-file-name-handler)
4898 (tramp-smb-file-name-p): Set tramp-autoload cookie.
4899
4900 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
4901 (tramp-uuencode-region): Set tramp-autoload cookie.
4902
4903 * net/trampver.el (top) Add to `tramp-unload-hook'.
4904 (tramp-version, tramp-bug-report-address): Set tramp-autoload
4905 cookie. Update release number.
4906
308e764f
AM
49072010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
4908
4909 * textmodes/ispell.el (ispell-start-process): Make sure original
4910 arg list is properly initialized (Bug#6993, Bug#6994).
4911
10999305 49122010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4913
4914 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
4915
4916 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4917 chars like - or ] (bug#6984).
4918 (rx-any-condense-range): Explode 2-char ranges.
4919
10999305
CY
49202010-09-06 Glenn Morris <rgm@gnu.org>
4921
4922 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
4923
49242010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
4925
4926 * textmodes/bibtex.el:
4927 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
4928
f292afe5
LMI
49292010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4930
331b2b90 4931 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
4932 since no callers use it.
4933 (imap-message-get): Ditto.
4934 (imap-message-put): Ditto.
4935 (imap-mailbox-map): Ditto.
4936 (imap-mailbox-put): Ditto.
4937 (imap-mailbox-get): Ditto.
a131b9b8 4938 (imap-mailbox-get): Revert last change for this function.
f292afe5 4939
dfe1285d
LMI
49402010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4941
331b2b90 4942 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
4943 callers to use `imap-fetch' instead. According to the comments, this
4944 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
4945 (imap-enable-exchange-bug-workaround): Remove.
4946 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 4947
3ff31c90
LMI
49482010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4949
4950 * net/imap.el (imap-log): New convenience function used throughout
4951 instead of repeating the same code all over the place.
4952
dfe1285d 49532010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
4954
4955 * mouse.el (mouse-save-then-kill): Save region to kill-ring
4956 when mouse-drag-copy-region is non-nil (Bug#6956).
4957
93a596e1
CY
49582010-09-05 Chong Yidong <cyd@stupidchicken.com>
4959
8d76af4a
CY
4960 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
4961 Improve regexps (Bug#6987).
4962 (dired-sort-toggle): Search more robustly for -t flag.
4963
93a596e1
CY
4964 * files.el (get-free-disk-space): Search more robustly for
4965 "available" column. Suggested by Ehud Karni
4966 <ehud@unix.mvs.co.il>.
4967
733946e7
JB
49682010-09-05 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * international/uni-bidi.el:
4971 * international/uni-category.el:
4972 * international/uni-combining.el:
4973 * international/uni-decimal.el:
4974 * international/uni-mirrored.el:
4975 * international/uni-name.el: Regenerate.
4976
2e664aab
SM
49772010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4978
6aeafb34
SM
4979 * electric.el (electric-indent-post-self-insert-function):
4980 Don't reindent with a sloppy indentation function.
4981
2e664aab
SM
4982 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4983 border case in change-log-mode.
4984
13ef65a4
CY
49852010-09-04 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4988 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4989 Recognize leading tab in gcc-include regexp. Ignore names with
4990 leading "from" or "in" in gnu regexp (Bug#6937).
4991
5abf1556
SM
49922010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4993
6aeafb34 4994 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
4995 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4996 (ispell-start-process): Avoid setq and simplify logic.
4997 (ispell-init-process): Setup kill-buffer-hook locally when needed.
4998 (kill-buffer-hook): Don't use it globally with code that uses
4999 expand-file-name since that may call kill-buffer via
5000 code_conversion_restore.
5001
0be01d2c
CY
50022010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
5003
5004 * emacs-lisp/package.el (package-directory-list): Only call
5005 file-name-nondirectory on a string.
5006
ebf662f4
CY
50072010-09-02 Chong Yidong <cyd@stupidchicken.com>
5008
5abf1556
SM
5009 * emacs-lisp/package.el (package--download-one-archive):
5010 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
5011 (package-activate-1, package-mark-obsolete, define-package)
5012 (package-compute-transaction, package-list-maybe-add): Use push.
5013
e5eddfd1
SM
50142010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5015
89acf735
SM
5016 Use SMIE's blink-paren for octave-mode.
5017 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5018 Backslashes do not escape single-quotes, single-quotes do.
5019 (octave-block-else-regexp, octave-block-end-regexp)
5020 (octave-block-match-alist): Remove.
5021 (octave-smie-bnf-table): New var, with old content.
5022 (octave-smie-op-levels): Use it.
5023 (octave-smie-closer-alist): New var.
5024 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
5025 (octave-blink-matching-block-open): Remove.
5026 (octave-reindent-then-newline-and-indent, octave-electric-semi)
5027 (octave-electric-space): Let self-insert-command run expand-abbrev and
5028 blink parens.
5029
3b843809
SM
5030 * electric.el (electricity): New group.
5031 (electric-indent-chars): New var.
5032 (electric-indent-post-self-insert-function): New fun.
5033 (electric-indent-mode): New minor mode.
5034 (electric-pair-skip-self): New custom.
5035 (electric-pair-post-self-insert-function): New function.
5036 (electric-pair-mode): New minor mode.
5037
0da20854
SM
5038 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5039 calcAlg-blink-matching-open.
5040 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5041 (calc-do-alg-entry): Only touch the part of the keymap that varies.
5042 Use the new blink-matching-check-function.
5043
a49e651e
SM
5044 Provide blink-matching support to SMIE.
5045 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5046 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5047 (smie-blink-matching-check, smie-blink-matching-open): New functions.
5048
e5eddfd1
SM
5049 * simple.el (newline): Fix last change to properly remove itself from
5050 the hook.
5051
b13ebb5c
SM
50522010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * simple.el (newline): Eliminate optimization.
5055 Use post-self-insert-hook to set hard-newline and things before
5056 running post-self-insert-hook.
5057 (blink-matching-check-mismatch): New function.
5058 (blink-matching-check-function): New variable.
5059 (blink-matching-open): Use them.
5060 Skip back forward over prefix chars skipped by forward-sexp.
5061 Don't check if the parens are backslash escaped.
5062 (blink-paren-post-self-insert-function): Check backslash escaping here.
5063
e687c2cd
CY
50642010-09-02 Chong Yidong <cyd@stupidchicken.com>
5065
b13ebb5c
SM
5066 * emacs-lisp/package.el (package-menu-mode-map):
5067 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
5068 (package-menu-mode): Set revert-buffer-function.
5069 (package-menu-revert): Doc fix.
5070
567efba9
AM
50712010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
5072
5073 * textmodes/ispell.el (ispell-init-process): Use "~/" as
5074 `default-directory' unless using Ispell per-directory personal
5075 dictionaries and not in a mini-buffer under XEmacs.
5076 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 5077 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 5078
6d7cc563
JD
50792010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5080
08d4877e
J
5081 * simple.el (kill-new): Call interprogram-cut-function with only
5082 one argument.
5083
45240125
JD
5084 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5085 Remove cut buffer from error message.
5086
5087 * term/x-win.el (x-select-text):
5088 * term/pc-win.el (x-selection-value):
5089 * term/ns-win.el (x-selection-value):
5090 * eshell/em-term.el:
5091 * w32-fns.el (x-get-selection-value):
5092 * mouse-sel.el (mouse-sel-set-selection-function):
5093 * frame.el (display-selections-p): Remove cut-buffer in documentation.
5094
6d7cc563
JD
5095 * term/x-win.el: Update documentation for x-last-selected-text-*.
5096 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5097 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
5098 (x-select-text): Remove argument PUSH, update documentation.
5099 Remove cut-buffer code.
6d7cc563 5100 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 5101 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
5102 Update documentation, remove cut-buffer code.
5103 Call x-selection-value-internal.
6d7cc563
JD
5104 (x-clipboard-yank): Call x-selection-value-internal.
5105 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5106
5107 * term/pc-win.el (x-last-selected-text):
5108 x-cut-buffer-or-selection-value renamed to x-selection-value
5109 (x-select-text): Remove argument PUSH, update documentation.
5110
5111 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5112 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 5113 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
5114 (x-select-text): Remove argument PUSH, update documentation.
5115
5116 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5117
5118 * w32-fns.el (x-last-selected-text):
5119 x-cut-buffer-or-selection-value renamed to x-selection-value.
5120 (x-cut-buffer-max): Remove.
5121 (x-select-text): Remove argument PUSH, update documentation.
5122
5123 * simple.el (interprogram-cut-function): Remove mention of PUSH.
5124
5125 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5126
5127 * mouse-sel.el (mouse-sel-get-selection-function):
5128 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 5129 (x-select-text): Remove optional push.
6d7cc563 5130
4de81ee0
SM
51312010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5132
8f4e9110
SM
5133 * simple.el (blink-paren-function): Move from C to here.
5134 (blink-paren-post-self-insert-function): New function.
5135 (post-self-insert-hook): Use it.
5136
4de81ee0
SM
5137 * emacs-lisp/pcase.el (pcase-split-memq):
5138 Fix overenthusiastic optimisation.
5139 (pcase-u1): Handle the case of a lambda pred.
5140
d419e1d9
KH
51412010-08-31 Kenichi Handa <handa@m17n.org>
5142
5143 * international/mule-cmds.el (standard-display-european-internal):
5144 Setup standard-display-table for 8-bit characters by storing 8-bit
5145 characters in the element vector.
5146
1e05f387
SM
5147 * disp-table.el (standard-display-8bit):
5148 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
5149 characters in the element vector.
5150 (standard-display-european): Likewise.
5151
61f7096c
CY
51522010-08-31 Masatake YAMATO <yamato@redhat.com>
5153
5154 * textmodes/nroff-mode.el (nroff-view): New command.
5155 (nroff-mode-map): Bind it to C-c C-c.
5156
ec5d3ff7
SM
51572010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5158
c8977b2e
SM
5159 * emacs-lisp/smie.el (smie-down-list): New command.
5160
ec5d3ff7
SM
5161 Remove old indentation and navigation code on octave-mode.
5162 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5163 smie-down-list rather than add a binding for octave-down-block.
5164 (octave-mark-block, octave-blink-matching-block-open):
5165 Rely on forward-sexp-function.
5166 (octave-fill-paragraph): Don't narrow, so you can use
5167 indent-according-to-mode.
5168 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5169 (octave-in-block-p, octave-re-search-forward-kw)
5170 (octave-re-search-backward-kw, octave-indent-calculate)
5171 (octave-end-as-array-index-p, octave-block-end-offset)
5172 (octave-scan-blocks, octave-forward-block, octave-backward-block)
5173 (octave-down-block, octave-backward-up-block, octave-up-block)
5174 (octave-before-magic-comment-p, octave-indent-line): Remove.
5175
187d3296
CY
51762010-08-31 Chong Yidong <cyd@stupidchicken.com>
5177
5178 * emacs-lisp/package.el (package--read-archive-file): Just use
5179 `read', to avoid copying an additional string.
5180 (package-menu-mode): Set header-line-format here.
5181 (package-menu-refresh, package-menu-revert): Signal an error if
5182 not in the Package Menu.
5183 (package-menu-package-list): New var.
5184 (package--generate-package-list): Operate on the current buffer;
5185 don't assume that it is *Packages*, since the user may rename it.
5186 Allow persistent package listings and sort keys using
5187 package-menu-package-list and package-menu-package-sort-key.
5188 (package-menu--version-predicate): Fix version calculation.
5189 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
5190 (package--list-packages): Create the *Packages* buffer.
5191 Set package-menu-package-list-key.
187d3296
CY
5192 (list-packages): Sorting by status is now the default.
5193 (package-buffer-info): Use match-string-no-properties.
5194 (define-package): Add a &rest argument for future proofing, but
5195 don't use it yet.
5196 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
5197 Merge into a single function, package-install-from-buffer.
5198 (package-install-file): Change caller.
187d3296
CY
5199
5200 * finder.el: Load finder-inf using `require'.
5201 (finder-list-matches): Sorting by status is now the default.
5202 (finder-compile-keywords): Simpify printing.
5203
e17b68ed
SM
52042010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5207 (octave-mode-map): Remove special bindings for forward/backward-block
5208 and octave-backward-up-block. Use smie-close-block.
5209 (octave-continuation-marker-regexp): New var.
5210 (octave-continuation-regexp): Use it.
5211 (octave-operator-table, octave-smie-op-levels)
5212 (octave-operator-regexp, octave-smie-indent-rules): New vars.
5213 (octave-smie-backward-token, octave-smie-forward-token): New funs.
5214 (octave-mode): Use SMIE.
5215 (octave-close-block): Delete.
5216
42b6a73b
EZ
52172010-08-30 Eli Zaretskii <eliz@gnu.org>
5218
5219 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5220 CLIPBOARD, not in PRIMARY. (Bug#6944)
5221
f291fe60
SM
52222010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5223
ee992a8c
SM
5224 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5225 a list of parents.
5226 (smie-indent-column): Allow indirection through variables.
5227
d36b74ca
SM
5228 * composite.el (save-buffer-state): Delete, unused.
5229 * font-lock.el (save-buffer-state): Use with-silent-modifications.
5230 (font-lock-default-fontify-region): Use with-syntax-table.
5231 * jit-lock.el (with-buffer-unmodified): Remove.
5232 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5233
f291fe60
SM
5234 Use `declare' in defmacros.
5235 * window.el (save-selected-window):
5236 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5237 * progmodes/python.el (def-python-skeleton):
5238 * net/dbus.el (dbus-ignore-errors):
5239 * jka-cmpr-hook.el (with-auto-compression-mode):
5240 * international/mule.el (with-category-table):
5241 * emacs-lisp/timer.el (with-timeout):
5242 * emacs-lisp/lisp-mnt.el (lm-with-file):
5243 * emacs-lisp/eieio.el (with-slots):
5244 * emacs-lisp/easymenu.el (easy-menu-define):
5245 * emacs-lisp/debug.el (debugger-env-macro):
5246 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5247 (Multiple-value-call, Multiple-value-prog1):
5248 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5249 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5250 edebug rule to definition.
5251 * emacs-lisp/lisp-mode.el (save-selected-window)
5252 (with-current-buffer, combine-after-change-calls)
5253 (with-output-to-string, with-temp-file, with-temp-buffer)
5254 (with-temp-message, with-syntax-table, read-if, eval-after-load)
5255 (dolist, dotimes, when, unless):
5256 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5257
96ae4c8f
CY
52582010-08-29 Chong Yidong <cyd@stupidchicken.com>
5259
5260 * finder.el: Require `package'.
5261 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5262 (finder-package-info): Var deleted.
5263 (finder-keywords-hash, finder--builtins-alist): New vars.
5264 (finder-compile-keywords): Compute package--builtins and
5265 finder-keywords-hash instead of finder-keywords-hash, respecting
5266 the "Package" header.
f291fe60
SM
5267 (finder-unknown-keywords, finder-list-matches):
5268 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
5269 (finder-mode): Don't set font-lock-defaults.
5270 (finder-exit): We don't use "*Finder-package*" and "*Finder
5271 Category*" buffers anymore.
5272
5273 * emacs-lisp/package.el (package--builtins-base): Var deleted.
5274 (package--builtins): Set default value to nil.
5275 (package-initialize): Load precomputed value of package--builtins
5276 from finder-inf.el.
5277 (package-alist, package-compute-transaction)
5278 (package-download-transaction): Improve docstring.
5279 (package-read-all-archive-contents): Do not change
5280 package--builtins here.
5281 (list-packages): Make package-list-packages an alias for this.
5282 Sort by status by default.
5283 (package--list-packages): Add optional PACKAGES arg.
5284 (describe-package-1): Use font-lock-face property. For built-in
5285 packages, insert file commentary.
5286 (package--generate-package-list): Rename from
5287 package-list-packages-internal; all callers changed. Add optional
5288 PACKAGES arg. Add alphabetical sort fallbacks.
5289 (package-menu--version-predicate, package-menu--status-predicate)
5290 (package-menu--description-predicate)
5291 (package-menu--name-predicate): New functions.
5292
5293 * info.el (Info-finder-find-node): Search package-alist instead of
5294 finder-package-info.
5295
e2046ecf
CY
52962010-08-29 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * subr.el (version-regexp-alist): Don't use "a" and "b" for
5299 "alpha" and "beta".
5300 (version-to-list): Handle versions like "10.3d".
5301
6fe79b7c
SM
53022010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5305 (macroexp-accumulate): Use `declare'.
5306
1a868076
VJL
53072010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5308
5309 * whitespace.el (whitespace-style): Adjust type declaration.
5310
9e69cb05
KH
53112010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
5312
5313 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5314 empty argument to gvfs-copy.
5315
53162010-08-26 Chong Yidong <cyd@stupidchicken.com>
5317
5318 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5319 handle new TRASH arg of `delete-file'.
5320
53212010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5322
5323 * net/tramp.el (tramp-handle-insert-directory): Don't use
5324 `forward-word', its default syntax could be changed.
5325
53262010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5327 Michael Albinus <michael.albinus@gmx.de>
5328
5329 Implement compression for inline methods.
5330
5331 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5332 (tramp-copy-size-limit): Allow also nil.
5333 (tramp-inline-compress-commands): New defconst.
5334 (tramp-find-inline-compress, tramp-get-inline-compress)
5335 (tramp-get-inline-coding): New defuns.
5336 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5337 replaced by `tramp-get-inline-coding'.
5338 (tramp-handle-file-local-copy, tramp-handle-write-region)
5339 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5340
53412010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
5342
5343 Detect ssh 'ControlMaster' argument automatically in some cases.
5344
5345 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5346 (tramp-default-method): Use it.
5347
53482010-08-26 Karel Klíč <kklic@redhat.com>
5349
5350 * net/tramp.el (tramp-file-name-for-operation):
5351 Add file-selinux-context.
5352
53532010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
5354
5355 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5356
53572010-08-26 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5360 (Bug#6907).
5361
4142607e
NW
53622010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
5363
5364 * progmodes/js.el: Make indentation more customizable (Bug#6914).
5365 (js-paren-indent-offset, js-square-indent-offset)
5366 (js-curly-indent-offset): New options.
5367 (js--proper-indentation): Use them.
5368
88a36e60
DC
53692010-08-26 Daniel Colascione <dan.colascione@gmail.com>
5370
5371 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5372 instead of inspecting font-lock properties (Bug#6916).
5373
38dbc4d8
DR
53742010-08-26 David Reitter <david.reitter@gmail.com>
5375
5376 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 5377 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
5378 (server-execute): Do not run hooks here.
5379
44ffae96
MA
53802010-08-26 Michael Albinus <michael.albinus@gmx.de>
5381
5382 Sync with Tramp 2.1.19.
5383
20b8ac83
MA
5384 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5385 (tramp-reporter-dump-variable, tramp-load-report-modules)
5386 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5387 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5388
5389 * net/tramp-compat.el (top): Do not autoload
5390 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5391 only when `start-file-process' is not bound.
5392 (byte-compile-not-obsolete-vars): Define if not bound.
5393 (tramp-compat-funcall): New defmacro.
5394 (tramp-compat-line-beginning-position)
5395 (tramp-compat-line-end-position)
5396 (tramp-compat-temporary-file-directory)
5397 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5398 (tramp-compat-copy-file, tramp-compat-copy-directory)
5399 (tramp-compat-delete-file, tramp-compat-delete-directory)
5400 (tramp-compat-number-sequence, tramp-compat-process-running-p):
5401 Use it.
5402 (tramp-advice-file-expand-wildcards): Do not use
5403 `tramp-handle-file-remote-p'.
5404 (tramp-compat-make-temp-file): Simplify fallback implementation.
5405 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5406 (tramp-compat-copy-tree): Remove function.
5407 (tramp-compat-delete-file): New defun.
5408 (tramp-compat-delete-directory): Provide implementation for older
5409 Emacsen.
5410 (tramp-compat-file-attributes): Handle only
5411 `wrong-number-of-arguments' error.
5412
95b6d681
JB
5413 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5414 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
5415 (tramp-fish-handle-delete-file): Add TRASH arg.
5416 (tramp-fish-handle-directory-files-and-attributes):
5417 Do not use `tramp-fish-handle-file-attributes.
5418 (tramp-fish-handle-file-local-copy)
5419 (tramp-fish-handle-insert-file-contents)
5420 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5421
5422 * net/tramp-gvfs.el (top): Require url-util.
5423 (tramp-gvfs-mount-point): Remove.
5424 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5425 and `set-file-selinux-context'.
5426 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5427 (tramp-gvfs-handle-file-selinux-context)
5428 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5429 (with-tramp-dbus-call-method): Format trace message.
5430 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5431 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
5432 Implement backup call, when operation on local files fails.
5433 Use progress reporter. Flush properties of changed files.
6a7662bb
BR
5434 (tramp-gvfs-handle-delete-file): Add TRASH arg.
5435 Use `tramp-compat-delete-file'.
20b8ac83
MA
5436 (tramp-gvfs-handle-expand-file-name): Expand "~/".
5437 (tramp-gvfs-handle-make-directory): Make more traces.
5438 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5439 (tramp-gvfs-url-file-name): Hexify file name in url.
5440 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5441 into account for the resulting file name.
5442 (tramp-gvfs-handler-askquestion): Preserve current message, in
5443 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
5444 Return dummy mountpoint, when the answer is "no".
5445 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
5446 (tramp-gvfs-handler-mounted-unmounted)
5447 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
5448 attribute "default_location". Set "prefix" property.
5449 Handle default-location.
20b8ac83
MA
5450 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5451 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5452 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
5453 "no" in interactive questions, for example).
5454 Use `tramp-compat-funcall'.
20b8ac83
MA
5455
5456 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5457 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5458 (tramp-imap-do-copy-or-rename-file)
5459 (tramp-imap-handle-insert-file-contents)
5460 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5461 (tramp-imap-handle-delete-file): Add TRASH arg.
5462
1e05f387
SM
5463 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5464 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
5465 (tramp-smb-handle-copy-file)
5466 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5467 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5468 Use `with-progress-reporter'.
5469 (tramp-smb-handle-delete-file): Add TRASH arg.
5470
5471 * net/tramp.el (tramp-methods): Move hostname to the end in all
5472 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
5473 appropriate.
5474 (tramp-verbose): Describe verbose level 9.
5475 (tramp-completion-function-alist)
5476 (tramp-file-name-regexp, tramp-chunksize)
5477 (tramp-local-coding-commands, tramp-remote-coding-commands)
5478 (with-connection-property, tramp-completion-mode-p)
5479 (tramp-action-process-alive, tramp-action-out-of-band)
5480 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5481 (tramp-exists-file-name-handler): Fix docstring.
5482 (tramp-remote-process-environment): Use `format' instead of
5483 `concat'. Protect version string by apostroph.
5484 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5485 XEmacs.
5486 (tramp-file-name-regexp-unified)
5487 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5488 not regard the volume letter as remote filename. (Bug#5447)
5489 (tramp-perl-file-attributes)
5490 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5491 (tramp-vc-registered-read-file-names): Read input as
5492 here-document, otherwise the command could exceed maximum length
5493 of command line.
5494 (tramp-file-name-handler-alist): Add `file-selinux-context' and
5495 `set-file-selinux-context'.
5496 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5497 backtrace functions.
5498 (tramp-error-with-buffer): Don't show the connection buffer when
5499 we are in completion mode.
5500 (tramp-progress-reporter-update, tramp-remote-selinux-p)
5501 (tramp-handle-file-selinux-context)
5502 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5503 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5504 New defuns.
5505 (with-progress-reporter): New defmacro.
5506 (tramp-debug-outline-regexp): New defconst.
5507 (top, tramp-rfn-eshadow-setup-minibuffer)
5508 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5509 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5510 (tramp-completion-mode-p, tramp-check-for-regexp)
5511 (tramp-open-connection-setup-interactive-shell)
5512 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5513 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5514 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5515 Use `tramp-compat-funcall'.
5516 (tramp-handle-make-symbolic-link): Flush file properties.
5517 (tramp-handle-load, tramp-handle-file-local-copy)
5518 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5519 (tramp-handle-vc-registered, tramp-maybe-send-script)
5520 (tramp-find-shell): Use `with-progress-reporter'.
5521 (tramp-do-file-attributes-with-stat): Add space in format string,
5522 in order to work around a bug in pdksh. Reported by Gilles Pion
5523 <gpion@lfdj.com>.
5524 (tramp-handle-verify-visited-file-modtime): Do not send a command
5525 when the connection is not established.
5526 (tramp-handle-set-file-times): Simplify the check for utc.
5527 (tramp-handle-directory-files-and-attributes)
5528 (tramp-get-remote-path): Use `copy-tree'.
5529 (tramp-completion-handle-file-name-all-completions): Ensure, that
5530 non remote files are still checked. Oops.
1e05f387
SM
5531 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5532 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
5533 (tramp-do-copy-or-rename-file): Add progress reporter.
5534 (tramp-do-copy-or-rename-file-directly): Do not use
5535 `tramp-handle-file-remote-p'.
5536 (tramp-do-copy-or-rename-file-out-of-band):
5537 Use `tramp-compat-delete-directory'.
5538 (tramp-do-copy-or-rename-file-out-of-band)
5539 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5540 Use `format-spec-make'.
5541 (tramp-handle-delete-file): Add TRASH arg.
5542 (tramp-handle-dired-uncache): Flush directory cache, not only file
5543 cache.
5544 (tramp-handle-expand-file-name)
5545 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
5546 (tramp-completion-handle-file-name-completion):
5547 Use `tramp-connectable-p'.
20b8ac83
MA
5548 (tramp-handle-start-file-process): Set connection property "vec".
5549 Use it, in order to invalidate file caches. Check only for
5550 `remote-tty' process property.
5551 Implement tty setting. (Bug#4604, Bug#6360)
5552 (tramp-file-name-for-operation): Add `call-process-region' and
5553 `set-file-selinux-context'.
5554 (tramp-find-foreign-file-name-handler)
5555 (tramp-advice-make-auto-save-file-name)
5556 (tramp-set-auto-save-file-modes): Remove superfluous check for
5557 `stringp'. This is done inside `tramp-tramp-file-p'.
5558 (tramp-file-name-handler): Trace 'quit. Catch the error for some
5559 operations when we are in completion mode. This gives the user
5560 the chance to correct the file name in the minibuffer.
5561 (tramp-completion-mode-p): Use `non-essential'.
5562 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5563 compatibility: Use `completion-ignore-case' if
5564 `read-file-name-completion-ignore-case' does not exist.
5565 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5566 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5567 `tramp-open-shell'.
5568 (tramp-action-password): Hide password prompt before next run.
5569 (tramp-process-actions): Widen connection buffer for the trace.
5570 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5571 process property. Trace stty settings if `tramp-verbose' >= 9.
5572 Apply workaround for IRIX64 bug. Move argument of last
5573 `tramp-send-command' where it belongs to.
5574 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5575 front of `login-args'.
5576 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5577 on "/dev/null" instead of "/".
5578 (tramp-get-ls-command-with-dired): Make test for "--dired"
5579 stronger.
5580 (tramp-set-auto-save-file-modes): Adapt version check.
5581 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5582 (tramp-handle-process-file): Call the program in a subshell, in
5583 order to preserve working directory.
5584 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5585 `tramp-remote-sh' from `tramp-methods'.
5586 (tramp-get-ls-command): Make test for "--color=never" stronger.
5587 (tramp-check-for-regexp): Use (forward-line 1).
5588
44ffae96
MA
5589 * net/trampver.el: Update release number.
5590
cb6c4991
CY
55912010-08-26 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * help.el (help-map): Bind `C-h P' to describe-package.
5594
5595 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5596
5597 * emacs-lisp/package.el (package-refresh-contents): Catch errors
5598 when downloading archives.
5599 (describe-package-1): Add package commentary.
5600 (package-install-button-action): New function.
5601 (package-menu-mode-map): Bind ? to package-menu-describe-package.
5602 (package-menu-view-commentary): Function removed.
5603 (package-list-packages-internal): Hide the `package' package too.
5604
b60f961f
KH
56052010-08-25 Kenichi Handa <handa@m17n.org>
5606
5607 * language/misc-lang.el ("Arabic"): New language environment.
5608 Setup composition-function-table for Arabic characters.
5609
5610 * international/fontset.el (setup-default-fontset): Fix typo for
5611 arabic OTF spec (fini->fina).
5612
a0c16be4
J
56132010-08-25 Jan Djärv <jan.h.d@swipnet.se>
5614
5615 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5616 on all frames.
5617
85cc3d4f
VJL
56182010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5619
5620 * whitespace.el: Allow cleaning up blanks without blank
5621 visualization (Bug#6651). Adjust help window for
5622 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5623 instead of whitespace-line-column (from EmacsWiki). New version
5624 13.1.
88b5a757 5625 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
5626 (whitespace-space, whitespace-hspace, whitespace-tab):
5627 Adjust foreground property face.
85cc3d4f
VJL
5628 (whitespace-line-column): Adjust docstring and type declaration.
5629 (whitespace-style-value-list, whitespace-toggle-option-alist)
5630 (whitespace-help-text): Adjust const initialization.
5631 (whitespace-toggle-options, global-whitespace-toggle-options):
5632 Adjust docstring.
5633 (whitespace-display-window, whitespace-interactive-char)
5634 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5635 (whitespace-help-scroll): New fun.
5636
cb8759ca
CY
56372010-08-24 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * emacs-lisp/package.el (list-packages): Alias for
5640 package-list-packages.
5641
44a41a47
KR
56422010-08-24 Kevin Ryde <user42@zip.com.au>
5643
be7748e7
KR
5644 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5645 (Bug#5651).
5646
44a41a47
KR
5647 * progmodes/ruby-mode.el (ruby): Add defgroup.
5648
edfd00fa
CY
56492010-08-24 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * progmodes/python.el: Add Ipython support (Bug#5390).
5652 (python-shell-prompt-alist)
5653 (python-shell-continuation-prompt-alist): New options.
5654 (python--set-prompt-regexp): New function.
6a7662bb
BR
5655 (inferior-python-mode, run-python, python-shell):
5656 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
5657 prompt based on the Python interpreter.
5658 (python--prompt-regexp): New var.
5659 (python-check-comint-prompt)
5660 (python-comint-output-filter-function): Use it.
5661 (run-python): Use a pipe (Bug#5694).
5662
56632010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
5664
5665 * progmodes/python.el (python-send-region): Send a different
5666 Python command if Ipython is in use.
5667 (python-check-version): Use a Python command to find the version.
5668
1c409d0b
CY
56692010-08-24 Chong Yidong <cyd@stupidchicken.com>
5670
5671 * mouse.el (mouse-yank-primary): Avoid setting primary when
5672 deactivating the mark (Bug#6872).
5673
733946e7 56742010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
5675
5676 * progmodes/python.el (python-block-pairs): Allow use of "finally"
5677 with "else" (Bug#3991).
5678
e73f184c
MA
56792010-08-23 Michael Albinus <michael.albinus@gmx.de>
5680
5681 * net/dbus.el: Accept UNIX domain sockets as bus address.
5682 (top): Don't initialize `dbus-registered-objects-table' anymore,
5683 this is done in dbusbind,c.
5684 (dbus-check-event): Adapt test for bus.
5685 (dbus-return-values-table, dbus-unregister-service)
5686 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5687 Adapt doc string.
5688
1a140747
JB
56892010-08-23 Juanma Barranquero <lekktu@gmail.com>
5690
5691 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5692
7133b7ee
JL
56932010-08-22 Juri Linkov <juri@jurta.org>
5694
5695 * simple.el (read-extended-command): New function with the logic
5696 for `completing-read' moved to Elisp from `execute-extended-command'.
5697 Use `function-called-at-point' in `minibuffer-default-add-function'
5698 to get a command name for M-n (bug#5364, bug#5214).
5699
198a7a97
CY
57002010-08-22 Chong Yidong <cyd@stupidchicken.com>
5701
5702 * startup.el (command-line-1): Issue warning for ignored arguments
5703 --unibyte, etc (Bug#6886).
5704
c00725d7
LL
57052010-08-22 Leo <sdl.web@gmail.com>
5706
5707 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5708 (ignore, bright, dim, keyword): Split list of nicknames before
5709 passing to rcirc-add-or-remove (Bug#6894).
5710
bc7d7ea6
CY
57112010-08-22 Chong Yidong <cyd@stupidchicken.com>
5712
5713 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5714
b0126eac 57152010-08-22 Leo <sdl.web@gmail.com>
e0143335 5716
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 5717 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 5718 * ido.el: Revert Óscar's.
e0143335
LL
5719 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5720 Remember the buffers at head, rather than their name.
76e3243a 5721 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 5722
b0126eac 57232010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
5724 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5727 extra backslash added to each line (bug#6890).
5728
b0126eac 57292010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
5730
5731 * subr.el (read-key): Don't echo keystrokes (bug#6883).
5732
b0126eac 57332010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
5734
5735 * menu-bar.el (menu-bar-games-menu): Add landmark.
5736
b0126eac 57372010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 5738
9130a2d6
GM
5739 * align.el (align-regexp): Make group and spacing arguments
5740 use the interactive defaults when non-interactive. (Bug#6698)
5741
fb89a654
GM
5742 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5743 expansion, so as not to need sendmail.
5744 (mail-text-start): Remove declaration.
5745 (rmail-retry-failure): Require sendmail.
5746
b0126eac 57472010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
5748
5749 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5750
b0126eac 57512010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 5752
186e86db
SM
5753 * progmodes/flymake.el (flymake-start-syntax-check-process):
5754 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 5755
b0126eac 57562010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
5757
5758 * files.el: Add `word-wrap' as safe local variable.
5759
b0126eac 57602010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
5761
5762 * woman.el (woman-translate): Case matters. (Bug#6849)
5763
b0126eac 57642010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
5765
5766 * simple.el (kill-region): Doc fix (Bug#6787).
5767
b0126eac 57682010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
5769
5770 * calendar/diary-lib.el (diary-header-line-format):
5771 Fit it to the window, not the frame.
5772
b0126eac 57732010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
5774
5775 * subr.el (ignore-errors): Add debug declaration.
5776
b0126eac 57772010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
5778
5779 * whitespace.el (whitespace-color-off): Remove post-command-hook
5780 locally.
5781
537ffaf3
SM
57822010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5785
d64b8a68
CY
57862010-08-21 Chong Yidong <cyd@stupidchicken.com>
5787
5788 * cus-edit.el (custom-group-value-create): Add extra newline
5789 before end line (Bug#6876).
5790
d2625c3d
CY
57912010-08-21 Chong Yidong <cyd@stupidchicken.com>
5792
5793 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5794 when extending it. Before killing on the second click, check if
5795 the buffer is the correct one. Doc fix.
5796 (mouse-secondary-save-then-kill): Allow usage without first
5797 calling mouse-start-secondary, by defaulting to point. Don't save
5798 an empty secondary selection. Doc fix.
5799
80525855
VJL
58002010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5801
91bdeb66
VJL
5802 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
5803 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 5804 New version 13.0.
80525855
VJL
5805 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5806 Adjust initialization.
5807 (whitespace-bob-marker, whitespace-eob-marker)
5808 (whitespace-buffer-changed): New vars.
5809 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5810 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
5811 (whitespace-post-command-hook, whitespace-display-char-on):
5812 Adjust code.
80525855 5813 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 5814 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 5815
4b9c0a49
SM
58162010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5817
118cf454
SM
5818 * files.el (locate-file-completion-table): Only list the .el and .elc
5819 extensions if there's no other choice (bug#5955).
5820
a2e5caf7
SM
5821 * facemenu.el (facemenu-self-insert-data): New var.
5822 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5823 New functions.
5824 (facemenu-add-face): Use them.
5825
4b9c0a49
SM
5826 * simple.el (blink-matching-open): Obey forward-sexp-function.
5827
0193499f
SM
58282010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5829
b2a15250
SM
5830 * simple.el (prog-mode-map): New var.
5831 (prog-indent-sexp): New command.
5832
b5ba2d6f
SM
5833 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5834
9acd1bdc
SM
5835 * progmodes/prolog.el (smie): Require.
5836
8723cfa4
SM
5837 * emacs-lisp/smie.el (smie-default-backward-token)
5838 (smie-default-forward-token): Strip properties.
5839 (smie-next-sexp): Be more careful with associative operators.
5840 (smie-forward-sexp-command): Generalize.
5841 (smie-backward-sexp-command): Simplify.
5842 (smie-closer-alist): New var.
5843 (smie-close-block): New command.
5844 (smie-indent-debug-log): New var.
5845 (smie-indent-offset-rule): Add a few more cases.
5846 (smie-indent-column): New function.
5847 (smie-indent-after-keyword): Use it.
5848 (smie-indent-keyword): Use it.
5849 Fix up the opener code's point position.
5850 (smie-indent-comment): Only applies at BOL.
5851 (smie-indent-debug): New command.
5852
0193499f
SM
5853 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5854 declarations that are useful before running the macro.
5855
0c9b8993
GM
58562010-08-18 Joakim Verona <joakim@verona.se>
5857
5858 * image.el (imagemagick-types-inhibit): New variable.
5859 (imagemagick-register-types): New function.
5860 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
5861 (image-transform-set-scale, image-transform-fit-to-height)
5862 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
5863 (image-transform-fit-to-width, image-transform-fit-to-height):
5864 New functions.
ccd80618
JV
5865 (image-toggle-display-image): Support image transforms.
5866
1075cd61
KY
58672010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * image.el (create-animated-image): Don't add heuristic mask to image
5870 (Bug#6839).
5871
64cb6c78
J
58722010-08-18 Jan Djärv <jan.h.d@swipnet.se>
5873
0193499f
SM
5874 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
5875 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 5876
ff80a446
SM
58772010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
5878
afa22f7c
SM
5879 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
5880
ff80a446
SM
5881 Font-lock '...' strings, plus various simplifications and fixes.
5882 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5883 (octave-font-lock-close-quotes): New function.
5884 (octave-font-lock-syntactic-keywords): New var.
5885 (octave-mode): Use it. Set beginning-of-defun-function.
5886 (octave-mode-map): Don't override the <foo>-defun commands.
5887 (octave-mode-menu): Pass it directly to easy-menu-define;
5888 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
5889 (octave-block-match-alist): Fix up last change so that
5890 octave-close-block uses the more specific keyword.
5891 (info-lookup-mode): Silence byte-compiler.
5892 (octave-beginning-of-defun): Not interactive any more.
5893 Optimize slightly.
5894 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
5895 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
5896 (octave-completion-at-point-function): Make sure point is within
5897 beg..end.
5898 (octave-reindent-then-newline-and-indent):
5899 Use reindent-then-newline-and-indent.
5900 (octave-add-octave-menu): Remove.
5901
2269b349
JD
59022010-08-17 Jan Djärv <jan.h.d@swipnet.se>
5903
489cd5bd
JD
5904 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
5905 (report-emacs-bug-can-use-xdg-email): New functions.
5906 (report-emacs-bug): Set can-xdg-email to result of
5907 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
5908 \C-cm to report-emacs-bug-insert-to-mailer and add help text
5909 about it.
30ebab6d 5910
a2fb159c
GM
5911 * net/browse-url.el (browse-url-default-browser): Add cond
5912 for browse-url-xdg-open.
5913 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
5914
59152010-08-17 Glenn Morris <rgm@gnu.org>
5916
5917 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
5918 (c-fontify-recorded-types-and-refs): Define for compiler.
5919 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
5920 before use.
5921
5922 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
5923 Fix format call.
5924
bb6aba9c
MA
59252010-08-17 Michael Albinus <michael.albinus@gmx.de>
5926
5927 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
5928 properties.
5929 (tramp-handle-process-file): Call the program in a subshell, in
5930 order to preserve working directory.
5931 (tramp-action-password): Hide password prompt before next run.
5932 (tramp-process-actions): Widen connection buffer for the trace.
5933
8f10c937
DD
59342010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5935
5936 * net/rcirc.el (rcirc-log-process-buffers): New option.
5937 (rcirc-print): Use it.
5938 (rcirc-generate-log-filename): New function.
5939 (rcirc-log-filename-function): Change default to
5940 rcirc-generate-log-filename (Bug#6828).
5941
7c23dd44
CY
59422010-08-16 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * simple.el (deactivate-mark): If select-active-regions is `only',
5945 only set selection for temporarily active regions.
5946
5947 * cus-start.el: Change defcustom for select-active-regions.
5948
6d3e82d2
CY
59492010-08-15 Chong Yidong <cyd@stupidchicken.com>
5950
5951 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
5952 (mouse-drag-track): Use LOCATION arg to push-mark.
5953 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
5954 consideration when updating point and mark (Bug#6840).
5955
c68263b1
CY
59562010-08-15 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5959 Give the Ruby rule a lower priority than Gnu (Bug#6778).
5960
456f369a
ŠN
59612010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
5962
ff80a446
SM
5963 * font-lock.el (lisp-font-lock-keywords-2):
5964 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
5965 with-demoted-errors, and with-silent-modifications (Bug#6025).
5966
c22e18f5
KR
59672010-08-14 Kevin Ryde <user42@zip.com.au>
5968
5969 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
5970 (copyright-update): Temporary switch-to-buffer to ensure the
5971 buffer change being queried is visible (Bug#5394).
c22e18f5 5972
6f1a6faf
TT
59732010-08-14 Tom Tromey <tromey@redhat.com>
5974
5975 * progmodes/etags.el (tags-file-name): Mark safe if stringp
5976 (Bug#6733).
5977
e7afcf30
EZ
59782010-08-14 Eli Zaretskii <eliz@gnu.org>
5979
5980 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5981 MS-DOS. (Bug#6689)
5982
2b4e6277
J
59832010-08-13 Jan Djärv <jan.h.d@swipnet.se>
5984
5985 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5986 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5987 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5988 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
5989 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5990 Call menu-bar-set-tool-bar-position.
2b4e6277 5991
dc94fc85
SM
59922010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5993
c5683ceb
SM
5994 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5995 comment style (bug#6834).
5996 * progmodes/scheme.el (scheme-mode-syntax-table):
5997 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5998 "b" flag in "' 14b" syntax.
5999
c82d5b11
SM
6000 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6001 for (un)commenting the region and performing completion.
6002 (octave-mode-menu): Use standard commands for help and completion.
6003 (octave-mode-syntax-table): Support %{..%} comments (sort of).
6004 (octave-mode): Use define-derived-mode.
6005 Set completion-at-point-functions and don't set columns.
6006 Don't disable adaptive-fill-regexp.
6007 (octave-describe-major-mode, octave-comment-region)
6008 (octave-uncomment-region, octave-comment-indent)
6009 (octave-indent-for-comment): Remove.
6010 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 6011 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
6012 (octave-initialize-completions): No need to make an alist.
6013 (octave-completion-at-point-function): New function.
6014 (octave-complete-symbol): Use it.
6015 (octave-insert-defun): Use define-skeleton.
6016
6017 * progmodes/octave-mod.el (octave-mode): Set comment-add.
6018 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 6019
61b6abbd
AL
60202010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6021
6022 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6023 indentation of inserted comment.
6024
3a46642b
J
60252010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6026
6027 * faces.el (region): Add type gtk that uses gtk colors.
6028
6029 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6030 Handle theme-name change.
6031
3bd2cfef
MM
60322010-08-10 Michael R. Mauger <mmaug@yahoo.com>
6033
6034 * progmodes/sql.el: Version 2.5
6035 (sql-product-alist): Add :prompt-cont-regexp property for several
6036 database products.
6037 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
6038 (sql-output-newline-count, sql-output-by-send):
6039 New variables. Record number of newlines in input text.
3bd2cfef
MM
6040 (sql-send-string): Handle multiple filters and count newlines.
6041 (sql-send-magic-terminator): Count terminator newline.
6042 (sql-interactive-remove-continuation-prompt): Filters output to
6043 remove continuation prompts; one for each newline.
6044 (sql-interactive-mode): Set up new variables, prompt regexp and
6045 output filter.
6046 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 6047 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 6048
d02c9bcd
SM
60492010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * emacs-lisp/pcase.el: New file.
6052
80ca4f1e
MA
60532010-08-10 Michael Albinus <michael.albinus@gmx.de>
6054
6055 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6056 as here-document, otherwise the command could exceed maximum
6057 length of command line.
d02c9bcd
SM
6058 (tramp-handle-vc-registered): Call script accordingly.
6059 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 6060
2948599b
KH
60612010-08-10 Kenichi Handa <handa@m17n.org>
6062
6063 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6064 composable pattern.
6065
148cef8e
CY
60662010-08-09 Chong Yidong <cyd@stupidchicken.com>
6067
6068 * emacs-lisp/package.el (package-version-split)
6069 (package--version-first-nonzero, package-version-compare):
6070 Functions removed.
6071 (package-directory-list, package-load-all-descriptors)
6072 (package--built-in, package-activate, define-package)
6073 (package-installed-p, package-compute-transaction)
6074 (package-read-all-archive-contents)
6075 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
6076 (package-tar-file-info, package-list-packages-internal):
6077 Use version-to-list and version-list-*.
148cef8e 6078
d02c9bcd
SM
6079 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6080 Use version-to-list.
148cef8e
CY
6081 (package-upload-buffer-internal): Use version-list-<=.
6082
82a9ce0f
KH
60832010-08-09 Kenichi Handa <handa@m17n.org>
6084
231e5e5f 6085 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
6086 composable pattern.
6087
7adf5fdc
CY
60882010-08-08 Chong Yidong <cyd@stupidchicken.com>
6089
fc560445
CY
6090 * tutorial.el (tutorial--default-keys): C-d is now bound to
6091 delete-forward-char (Bug#6826).
6092
7adf5fdc
CY
6093 * mouse.el (mouse-drag-track): Remove accidentally-removed check
6094 for `double' value of mouse-1-click-follows-link (Bug#6807).
6095
e54a1075
JB
60962010-08-08 Johan Bockgård <bojohan@gnu.org>
6097
6098 * replace.el (replace-highlight): Bind isearch-forward and
6099 isearch-error, ensuring that highlighting is updated if the user
6100 switches the search direction (Bug#6808).
6101
6102 * isearch.el (isearch-lazy-highlight-forward): New var.
6103 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6104 (isearch-lazy-highlight-update): Use it.
6105
7815fe19 61062010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 6107
8d9e03e4
JB
6108 * international/mule.el (define-charset): Store NAME as :base property.
6109 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
6110 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6111 current priority. Force using the designation of the specific
8d9e03e4 6112 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 6113
7815fe19 61142010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
6115
6116 * emulation/pc-select.el (pc-selection-mode-hook)
6117 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6118 (pc-selection-mode): Fix typos in docstrings.
6119
7815fe19 61202010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
6121
6122 * language/cyrillic.el: Don't add "microsoft-cp1251" to
6123 ctext-non-standard-encodings-alist here.
6124
8d9e03e4
JB
6125 * international/mule.el (ctext-non-standard-encodings-alist):
6126 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
6127 (ctext-standard-encodings): New variable.
6128 (ctext-non-standard-encodings-table): List only elements for
6129 non-standard encodings.
186e86db 6130 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
6131 Check ctext-standard-encodings.
6132
6133 * international/mule-conf.el (compound-text): Doc fix.
6134 (ctext-no-compositions): Doc fix.
6135 (compound-text-with-extensions): Doc fix.
6136
7815fe19 61372010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
6138
6139 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6140
8d9e03e4 61412010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 6142
9ebc731b
JB
6143 * progmodes/which-func.el (which-func-format): Split help-echo text
6144 into lines, like other mode-line tooltips.
6145
d5b8058f
JB
6146 * server.el (server-start): When using TCP sockets, force IPv4
6147 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
6148
8d9e03e4 61492010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
6150
6151 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6152
8d9e03e4 61532010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
6154
6155 * term.el (term-delimiter-argument-list): Reflow docstring.
6156 (term-read-input-ring, term-write-input-ring, term-send-input)
6157 (term-bol, term-erase-in-display, serial-supported-or-barf):
6158 Fix typos in docstrings.
6159
8d9e03e4 61602010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
6161
6162 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6163
8d9e03e4 61642010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
6165
6166 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6167
8d9e03e4 61682010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
6169
6170 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6171 Fix typo in docstring (bug#6747).
6172
7815fe19 61732010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
6174
6175 * eshell/esh-io.el (eshell-get-target): Better detection of
6176 read-only file (Bug#6762).
6177
7815fe19 61782010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
6179
6180 * align.el (align-default-spacing): Doc fix.
6181 (align-region-heuristic, align-regexp): Fix typos in docstrings.
6182
733946e7 61832010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 6184
490b89ac 6185 * calendar/icalendar.el
93acd23d
JB
6186 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
6187 (icalendar--get-weekday-numbers): New.
81ee9410 6188 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 6189 values in weekly rules. (Bug#6766)
81ee9410 6190
490b89ac
UJ
61912010-08-08 Ulf Jasper <ulf.jasper@web.de>
6192
6193 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6194 (icalendar--create-uid, icalendar-export-region)
6195 (icalendar--parse-summary-and-rest): Code formatting.
6196
2c695727
JB
61972010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6198
6199 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6200 to italicize headers.
6201 (calc-highlight-selections-with-faces): New variable.
6202 (calc-selected-face, calc-nonselected-face): New faces.
6203
6204 * calc/calccomp.el (math-comp-highlight-string): Use
6205 `calc-highlight-selections-with-faces' to determine how to highlight
6206 sub-formulas.
6207
6208 * calc/calc-sel.el (calc-show-selections): Change message to when
6209 using faces to highlight selections.
6210
b93d4f22
MM
62112010-08-07 Michael R. Mauger <mmaug@yahoo.com>
6212
8d9e03e4
JB
6213 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6214 Add SQLite 3 keywords, functions and datatypes.
6215 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
6216 (Bug#6686).
6217
9852377f
CY
62182010-08-07 Chong Yidong <cyd@stupidchicken.com>
6219
6220 * simple.el (select-active-regions): Move to keyboard.c.
6221 (deactivate-mark): Used saved-region-selection.
6222 (select-active-region): Function removed.
6223 (activate-mark, set-mark, push-mark-command)
6224 (handle-shift-selection): Don't call it.
6225 (keyboard-quit): Avoid adding the region to the window selection.
6226
6227 * mouse.el (mouse-drag-track): Remove hacks to deal with old
6228 select-active-regions implementation.
6229 (mouse-yank-at-click): Doc fix.
6230
6231 * cus-start.el: Add custom declaration for select-active-regions.
6232
822775bf
EZ
62332010-08-07 Eli Zaretskii <eliz@gnu.org>
6234
4c5130d6
EZ
6235 * simple.el (delete-forward-char): Doc fix.
6236
822775bf
EZ
6237 * tutorial.el (help-with-tutorial): Hack safe file-local variables
6238 after reading the tutorial.
6239
bd4c5e3e
AM
62402010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
6241
6a7662bb
BR
6242 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6243 Fix for the case that a C style comment has its delimiters alone on
bd4c5e3e
AM
6244 their respective lines.
6245
d00fa9b6
MA
62462010-08-06 Michael Albinus <michael.albinus@gmx.de>
6247
8d9e03e4 6248 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 6249 property "vec".
6a7662bb
BR
6250 (tramp-process-sentinel): Use it for flushing the cache.
6251 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
6252 already when running the sentinel.
6253
62542010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
6255
6256 * comint.el (comint-mode): Make directory tracking functions
6257 functional on remote files. (Bug#6764)
6258
b3d42406
DN
62592010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6260
6261 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6262
29cf3e20
EZ
62632010-08-05 Eli Zaretskii <eliz@gnu.org>
6264
6a7662bb
BR
6265 * emacs-lisp/find-gc.el (find-gc-source-files):
6266 Rename unexec.c => unexcoff.c.
29cf3e20 6267
6a7662bb
BR
6268 * emacs-lisp/authors.el (authors-fixed-entries):
6269 Rename unexec.c => unexcoff.c.
29cf3e20 6270
39e1bf0b
MA
62712010-08-05 Michael Albinus <michael.albinus@gmx.de>
6272
6273 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6274 cache, not only file cache.
6275 (tramp-process-sentinel): New defun.
6276 (tramp-handle-start-file-process): Use it, in order to invalidate
6277 file caches.
6278
9f982e22
LL
62792010-08-03 Leo <sdl.web@gmail.com>
6280
6281 * server.el (server-start): Simplify loop.
6282
0798a8d8
SM
62832010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6284
548c5c47
SM
6285 * frame.el (screen-height, screen-width, set-screen-width)
6286 (set-screen-height): Remove ancient compatibility aliases.
6287
3311d1c2
SM
6288 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6289 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
6290
0798a8d8
SM
6291 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6292 that change current buffer.
6293
26ee77a6
YM
62942010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6295
6296 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6297 beginning of the string. Use `string-match-p'. (Bug#6765)
6298
aa1859f5
J
62992010-08-01 Jan Djärv <jan.h.d@swipnet.se>
6300
6301 * cus-start.el (x-gtk-use-system-tooltips): New variable.
6302
376c2b6b
CY
63032010-08-01 Chong Yidong <cyd@stupidchicken.com>
6304
0798a8d8 6305 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 6306 (package--builtins): Tweak descriptions.
0798a8d8
SM
6307 (package-print-package): Upcase descriptions if necessary.
6308 Show all built-in packages in font-lock-builtin-face.
6309 (package-list-packages-internal): Omit "emacs" package.
6310 Show status of built-in packages as "built-in".
376c2b6b 6311
16041401
CY
63122010-07-31 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
6315 before killing to preserve the primary selection (Bug#6701).
6316
6317 * term/x-win.el (x-select-text): Doc fix.
6318
0798a8d8
SM
63192010-07-31 Nathaniel Flath <flat0103@gmail.com>
6320
452ea855
AM
6321 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6322 (objc-font-lock-extra-types):
452ea855 6323 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
6324 * progmodes/cc-langs.el (c-make-mode-syntax-table)
6325 (c++-make-template-syntax-table)
6326 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6327 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6328 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6329 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
6330 * progmodes/cc-fonts.el (c-make-inverse-face)
6331 (c-basic-matchers-after):
452ea855
AM
6332 * progmodes/cc-engine.el (c-forward-keyword-clause)
6333 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6334 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6335 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
6336 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6337 The above functions were modified or created.
452ea855 6338
37766706
J
63392010-07-31 Jan Djärv <jan.h.d@swipnet.se>
6340
0798a8d8 6341 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 6342
cd83d522
EZ
63432010-07-31 Eli Zaretskii <eliz@gnu.org>
6344
6345 * files.el (bidi-paragraph-direction): Define safe local values.
6346
6347 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6348 language-info-alist. Remove outdated FIXME in a comment.
6349
28e5cf7c
AM
63502010-07-31 Alan Mackenzie <acm@muc.de>
6351
6352 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6353 Auto-fill broken in C/C++ modes.
6354
bfeabdc3
JD
63552010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6356
6357 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6358 (menu-bar-showhide-tool-bar-menu-customize-disable)
6359 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
6360 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6361 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
6362 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6363 make a menu for Options => toolbar that can move it.
6364
063e5294
CY
63652010-07-29 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * emacs-lisp/package-x.el (package--make-rss-entry):
6368 (package-maint-add-news-item, package--update-news)
6369 (package-upload-buffer-internal): New arg ARCHIVE-URL.
6370
6371 * emacs-lisp/package.el (package-archive-url): Rename from
6372 package-archive-id.
6373 (package-install): Doc fix.
6374 (package-download-single, package-download-tar, package-install)
6375 (package-menu-view-commentary): Callers changed.
6376
683cc385
MA
63772010-07-29 Michael Albinus <michael.albinus@gmx.de>
6378
6379 * net/tramp.el (tramp-handle-start-file-process): Check only for
6380 `remote-tty' process property.
6381 (tramp-open-shell): Don't check for tty.
6382 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6383 process property.
6384
6385 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6386 host.
6387
bc44bef7
PH
63882010-07-28 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * emacs-lisp/package.el (package-load-list, package-archives)
6391 (package-archive-contents, package-user-dir)
6392 (package-directory-list, package--builtins, package-alist)
6393 (package-activated-list, package-obsolete-alist): Mark as risky.
6394
63952010-07-28 Phil Hagelberg <phil@evri.com>
6396
6397 Add support for non-default package repositories.
6398 * emacs-lisp/package.el (package-archive-base): Var deleted.
6399 (package-archives): New variable.
6400 (package-archive-contents): Doc fix.
0798a8d8 6401 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
6402 (package--write-file-no-coding): New function.
6403 (package-unpack-single): Use it.
6404 (package-archive-id): New function.
6405 (package-download-single, package-download-tar)
6406 (package-menu-view-commentary): Use it.
6407 (package-installed-p): Make second argument optional.
6408 (package-read-all-archive-contents): New function.
6409 (package-initialize): Use it.
6410 (package-read-archive-contents): Add ARCHIVE argument.
6411 (package--add-to-archive-contents): New function.
6412 (package-install): Don't call package-read-archive-contents.
6413 (package--download-one-archive): Store archive file in a
6414 subdirectory of package-user-dir.
6415 (package-menu-execute): Remove spurious line movement.
6416
8a52f00a
JD
64172010-07-28 Jan Djärv <jan.h.d@swipnet.se>
6418
6419 * cus-start.el (tool-bar-style): Add text-image-horiz.
6420
b21d3ceb
MA
64212010-07-28 Michael Albinus <michael.albinus@gmx.de>
6422
6423 * progmodes/gud.el (gud-common-init): Check for remoteness of
6424 `file', and not of `default-directory'.
6425
8fbcce2d
MA
64262010-07-28 Michael Albinus <michael.albinus@gmx.de>
6427
6428 * net/tramp.el (tramp-methods): Move hostname to the end in all
6429 ssh `tramp-login-args'.
6430 (tramp-verbose): Describe verbose level 9.
6431 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6432 (tramp-open-connection-setup-interactive-shell): Trace stty
6433 settings if `tramp-verbose' >= 9.
6434 (tramp-handle-start-file-process): Implement tty setting.
6435 (Bug#4604, Bug#6360)
6436
6437 * net/tramp-cmds.el (tramp-bug): Recommend setting of
6438 `tramp-verbose' to 9.
6439
128440c9
AH
64402010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
6441
6442 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6443 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6444 Remove references to package `lisp-re' (bug#4369).
6445
ae0c2494
TT
64462010-07-27 Tom Tromey <tromey@redhat.com>
6447
6448 * progmodes/js.el (js-mode):
6449 * progmodes/make-mode.el (makefile-mode):
6450 * progmodes/simula.el (simula-mode):
6451 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6452
0ed082fe 64532010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
6454
6455 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6456
7c7c04c0
JB
6457 * time.el (display-time-day-and-date): Remove spurious * in docstring.
6458 (display-time-world-buffer-name, display-time-world-mode-map):
6459 Fix typos in docstrings.
6460
0ed082fe 64612010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
6462
6463 * image-mode.el (image-display-size): New function.
6464 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6465 (image-mode-fit-frame): Use it (Bug#6639).
6466
0ed082fe 64672010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
6468
6469 * dired.el (dired-buffers-for-dir): Handle list values of
6470 dired-directory (Bug#6636).
6471
aa2d4bd3
SS
64722010-07-26 Sam Steingold <sds@gnu.org>
6473
6474 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6475 Do not call `x-get-selection' the second time, reuse the value.
6476
78b84da3
DU
64772010-07-26 Daiki Ueno <ueno@unixuser.org>
6478
6479 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 6480 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 6481
4f195cf7
DU
64822010-07-25 Daiki Ueno <ueno@unixuser.org>
6483
6484 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6485 exists before passing an error to find-file-not-found-functions
6486 (bug#6723).
6487
195e19e4
LH
64882010-07-23 Lukas Huonker <l.huonker@gmail.com>
6489
6490 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6491 Remove leading nil element, adjust values.
6492 (tetris-shapes, tetris-shape-scores):
6493 Change representation of shapes and remove some redundancy.
6494 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6495 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6496 Adjust for working with new representation of shapes.
6497 (tetris-shape-rotations): New function.
6498 (tetris-move-bottom, tetris-move-left, tetris-move-right)
6499 (tetris-rotate-prev, tetris-rotate-next):
6500 Adjust for working with the new version of tetris-test-shape.
6501
9cf2db99
MT
65022010-07-23 Markus Triska <markus.triska@gmx.at>
6503
6504 * progmodes/ps-mode.el: Use comint (bug#5954).
6505 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6506 (ps-mode-other-newline): Simplify.
6507 (ps-run-mode): Derive from comint-mode instead of
6508 fundamental-mode, yielding input history etc.
6509 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6510 (ps-run-send-string): Adapt for comint-mode.
6511 (ps-run-newline): Remove now unneeded function.
6512
225d5e9e
MA
65132010-07-23 Michael Albinus <michael.albinus@gmx.de>
6514
6515 * net/tramp.el (tramp-methods): Move hostname to the end in all
6516 plink `tramp-login-args'.
6517
84bc68f2
MA
65182010-07-23 Michael Albinus <michael.albinus@gmx.de>
6519
6520 * net/tramp.el (tramp-open-shell): New defun.
6521 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6522 Use it.
6523
1eb5ca1c
MA
65242010-07-23 Michael Albinus <michael.albinus@gmx.de>
6525
6526 * net/tramp.el (tramp-file-name-regexp-unified)
6527 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6528 not regard the volume letter as remote filename. (Bug#5447)
6529
440735a7
JB
65302010-07-23 Juanma Barranquero <lekktu@gmail.com>
6531
6532 * custom.el (custom-declare-variable): Give a clearer error message
6533 when the docstring is missing (bug#6476).
6534
5474c40f
MM
65352010-07-22 Michael R. Mauger <mmaug@yahoo.com>
6536
6537 * progmodes/sql.el: Version 2.4. Improved Login prompting.
6538 (sql-login-params): New widget definition.
6539 (sql-oracle-login-params, sql-mysql-login-params)
6540 (sql-solid-login-params, sql-sybase-login-params)
6541 (sql-informix-login-params, sql-ingres-login-params)
6542 (sql-ms-login-params, sql-postgres-login-params)
6543 (sql-interbase-login-params, sql-db2-login-params)
6544 (sql-linter-login-params): Use it.
6545 (sql-sqlite-login-params): Use it; Define "database" parameter as
6546 a file name.
c4cc8b9a 6547 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
6548 (sql-comint-sqlite): Make sure database name is complete.
6549 (sql-for-each-login): New function.
6550 (sql-connect, sql-save-connection): Use it.
6551 (sql-get-login-ext): New function.
6552 (sql-get-login): Use it.
6553 (sql-make-alternate-buffer-name): Handle :file parameters.
6554
9c0deccb
JB
65552010-07-22 Juanma Barranquero <lekktu@gmail.com>
6556
6557 * dired.el (dired-no-confirm): Document value t and fix defcustom to
6558 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
6559
aac818a8
TL
65602010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6561
6562 * dired.el (dired-mode-map): Use command remapping (bug#6632).
6563
47d2734f
LM
65642010-07-22 Lawrence Mitchell <wence@gmx.li>
6565
6566 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6567
10e73994
MA
65682010-07-21 Michael Albinus <michael.albinus@gmx.de>
6569
6570 * net/tramp.el (tramp-get-ls-command)
6571 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6572 instead of "/".
6573
d26b0ea9
MM
65742010-07-20 Michael R. Mauger <mmaug@yahoo.com>
6575
6576 * progmodes/sql.el: Version 2.3.
f49d1f52 6577 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 6578 enhanced the widget definition.
88b5a757
DD
6579 (sql-mode-menu): Add submenu to select connections.
6580 (sql-interactive-mode-menu): Add "Save Connection" item.
6581 (sql-add-product): Fix menu item.
d26b0ea9
MM
6582 (sql-get-product-feature): Improved error handling.
6583 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6584 (sql-make-alternate-buffer-name): Simplified.
6585 (sql-product-interactive): Handle missing product.
6586 (sql-connect): Support string keys, minor improvements.
6587 (sql-save-connection): New function.
6588 (sql-connection-menu-filter): New function.
6589
af4b9ae5
MA
65902010-07-20 Michael Albinus <michael.albinus@gmx.de>
6591
6592 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
6593 (tramp-open-connection-setup-interactive-shell):
6594 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
6595 `tramp-send-command' where it belongs to.
6596
da040a16
MA
65972010-07-20 Michael Albinus <michael.albinus@gmx.de>
6598
6599 * net/tramp.el (tramp-perl-file-attributes)
6600 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6601 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6602 front of `login-args'.
6603
16f3ade5
JB
66042010-07-19 Juanma Barranquero <lekktu@gmail.com>
6605
6606 * time.el (display-time-world-mode): Define with `define-derived-mode'.
6607 Set `show-trailing-whitespace' to nil.
6608 (display-time-world-display): Simplify.
6609
00af0b67
AM
66102010-07-18 Alan Mackenzie <acm@muc.de>
6611
6612 Enhance `c-file-style' in file/directory local variables.
a628ad9d 6613 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
6614 (c-before-hack-hook): Call `c-set-style' differently according to
6615 whether c-file-style was set in file or directory local
6616 variables.
6617
30c4d8dc
MM
66182010-07-18 Michael R. Mauger <mmaug@yahoo.com>
6619
6620 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
6621 (sql-product, sql-user, sql-database, sql-server, sql-port):
6622 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
6623 property.
6624 (sql-password): Use defcustom :risky keyword rather than putting
6625 risky-local-variable property.
6626 (sql-oracle-login-params, sql-sqlite-login-params)
6627 (sql-solid-login-params, sql-sybase-login-params)
6628 (sql-informix-login-params, sql-ingres-login-params)
6629 (sql-ms-login-params, sql-postgres-login-params)
6630 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 6631 (sql-linter-login-params): Add `port' option.
88b5a757 6632 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
6633 (sql-comint-oracle, sql-comint-sybase)
6634 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6635 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6636 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 6637 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 6638 sql-comint-*.
88b5a757 6639 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 6640 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 6641 (sql-connection): New variable.
30c4d8dc
MM
6642 (sql-interactive-mode): Set it.
6643 (sql-connection-alist): New variable.
6644 (sql-connect): New function.
6645 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 6646 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 6647
f12492c8
TV
66482010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6649
6650 * image-mode.el (image-bookmark-make-record): Do not set context
6651 in an image (Bug#6650).
6652
91023c68
CY
66532010-07-17 Chong Yidong <cyd@stupidchicken.com>
6654
6655 * simple.el (select-active-region): New function.
6656 (push-mark-command, set-mark, activate-mark)
6657 (handle-shift-selection): Use it.
6658 (deactivate-mark): Don't check for size of region.
6659
6660 * mouse.el (mouse-drag-track): Use select-active-region.
6661
1c0e8f0e
MA
66622010-07-17 Michael Albinus <michael.albinus@gmx.de>
6663
6664 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6665 "--dired" stronger.
6666
2490cbbc
CY
66672010-07-17 Chong Yidong <cyd@stupidchicken.com>
6668
6669 * term/x-win.el (x-select-enable-primary): Change default to nil.
6670 (x-select-enable-clipboard): Add :version keyword.
6671
6672 * mouse.el (mouse-drag-copy-region):
6673 * simple.el (select-active-regions): Likewise.
6674
f253ef6a
RS
66752010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
6676
a628ad9d 6677 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
6678 (vc-coding-system-for-diff): Use it to decide whether to inherit
6679 from the file the EOL format for reading the diffs of that file.
6680 (Bug#4451)
6681
134a027f
EZ
66822010-07-16 Eli Zaretskii <eliz@gnu.org>
6683
6684 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6685 unibyte, so compressed attachments are not compressed again.
6686
7e4289ad
MA
66872010-07-16 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6690 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6691 (tramp-find-shell): Simplify setting connection property.
6692 (tramp-get-ls-command): Make test for "--color=never" stronger.
6693
7473fff9 66942010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
6695
6696 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6697 blocks within record declarations (i.e. variant parts) correctly.
6698
a11b38ee
SS
66992010-07-15 Simon South <ssouth@member.fsf.org>
6700
6701 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6702 over literal tokens when parsing so newlines aren't "absorbed" by
6703 single-line comments. Corrects the indentation of case blocks
6704 that have a comment on the first line.
6705
077e0753
KF
67062010-07-14 Karl Fogel <kfogel@red-bean.com>
6707
6708 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6709 by Drew Adams (Bug#5504).
6710
243881ed
J
67112010-07-14 Jan Djärv <jan.h.d@swipnet.se>
6712
6713 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 6714 now that Unicode is used (Bug#6594).
243881ed 6715
f9d71b42
CY
67162010-07-14 Chong Yidong <cyd@stupidchicken.com>
6717
6718 * term/x-win.el (x-select-enable-clipboard): Default to t.
6719 (x-initialize-window-system): Don't overwrite Paste menu item.
6720
6721 * simple.el (select-active-regions): Default to t.
6722 (push-mark-command): Don't overwrite primary with empty string.
6723
6724 * mouse.el: Bind mouse-2 to mouse-yank-primary.
6725 (mouse-drag-copy-region): Default to nil.
6726
6727 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6728 Cut/Copy/Paste menu bar items.
6729
a628ad9d 67302010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
6731
6732 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6733 Patch applied by Karl Fogel.
6734
6735 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6736 and `bookmark-current-buffer' if they have been already set in
6737 another buffer (e.g gnus-art).
6738
e44fa724 67392010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 6740 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
6741
6742 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6743
6744 * bookmark.el (bookmark-make-record-default): Allow unneeded
6745 information to be omitted from the record.
6746
6747 Adjust declarations and calls:
6748
6749 * info.el (bookmark-make-record-default): Adjust declaration.
6750 (Info-bookmark-make-record): Adjust call.
6751
6752 * woman.el (bookmark-make-record-default): Adjust declaration.
6753 (woman-bookmark-make-record): Adjust call.
6754
6755 * man.el (bookmark-make-record-default): Adjust declaration.
6756 (Man-bookmark-make-record): Adjust call.
6757
6758 * image-mode.el (bookmark-make-record-default): Adjust declaration.
6759
6760 * doc-view.el (bookmark-make-record-default): Adjust declaration.
6761
0c4371fe
KF
67622010-07-13 Karl Fogel <kfogel@red-bean.com>
6763
6764 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6765 This is also from Thierry Volpiatto's patch in bug #6444. However,
6766 because it was extraneous to the functional change in that patch,
6767 and causes a re-indendation, I am committing it separately.
6768
2bb8db3e 67692010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
6770
6771 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6772 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 6773 Patch applied by Karl Fogel (Bug#6444).
068a0233 6774
21bd02a6
CY
67752010-07-13 Chong Yidong <cyd@stupidchicken.com>
6776
6777 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6778
79cb9c05
AR
67792010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6780
6781 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6782 Dempsky; bug#5084). Remove incorrect binding for S-tab.
6783 (ns-alternatives-map): Change S-tab binding to backtab
6784 (bug#6616).
6785
6786 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6787 under ns.
6788
beb000f9
AS
67892010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6790
dd86ea11
JB
6791 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6792 (Bug#5806)
e9952282 6793
beb000f9
AS
6794 * language/tv-util.el (tai-viet-re): Remove format.
6795
6f2cdcd1
KH
67962010-07-12 Kenichi Handa <handa@m17n.org>
6797
dd86ea11
JB
6798 * language/hebrew.el: Remove no-byte-compile declaration.
6799 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
6800 composition-function-table for 3-character looking back.
6801 (hebrew-font-get-precomposed): New function.
6802 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6803
f479ef6e
CY
68042010-07-11 Chong Yidong <cyd@stupidchicken.com>
6805
6806 * mouse.el (mouse-drag-track): Handle select-active-regions
6807 (Bug#6612).
6808
3277c1ee
MA
68092010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
6810
6811 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6812 empty argument to gvfs-copy.
6813
3260caf8
GM
68142010-07-10 Glenn Morris <rgm@gnu.org>
6815
6816 * calendar/calendar.el (calendar-week-end-day): New function.
6817 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6818 Respect calendar-week-start-day. (Bug#6606)
6819 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6820 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6821 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6822 respect calendar-week-start-day.
6823
c876b263
CY
68242010-07-10 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * simple.el (use-region-p): Doc fix (Bug#6607).
6827
dce34635
AG
68282010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
6829
6a7662bb
BR
6830 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6831 Add regexps for cucumber and ruby.
dce34635 6832
c0397930
DU
68332010-07-08 Daiki Ueno <ueno@unixuser.org>
6834
6835 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6836 (epa-file-insert-file-contents): Hack to prevent
192cfe77 6837 find-file from opening empty buffer when decryption failed
c0397930
DU
6838 (bug#6568).
6839
fd5539c6
AM
68402010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
6841
a628ad9d
JB
6842 * textmodes/ispell.el (ispell-alternate-dictionary):
6843 Use file-readable-p.
fd5539c6
AM
6844 Return nil if no word-list is found at default locations.
6845 (ispell-complete-word-dict): Default to nil.
6846 (ispell-command-loop): Use 'word-list' when using lookup-words.
6847 (lookup-words): Use ispell-complete-word-dict or
6848 ispell-alternate-dictionary. Check for word-list availability
6849 and handle errors if needed with better messages (Bug#6539).
6850 (ispell-complete-word): Use ispell-complete-word-dict or
6851 ispell-alternate-dictionary.
6852
4565b08e
CS
68532010-07-07 Christoph Scholtes <cschol2112@gmail.com>
6854
6855 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6856 builtins (BufferError, BytesWarning, WindowsError; callables
6857 bin, bytearray, bytes, format, memoryview, next, print; __package__).
6858
a2c270e7
GM
68592010-07-07 Glenn Morris <rgm@gnu.org>
6860
6861 * play/zone.el (top-level): Do not require timer, tabify, or cl.
6862 (zone-shift-left): Ignore intangibility, and any errors from
6863 forward-char.
6864 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
6865 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6866 deleting, and copying text properties.
6867 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6868 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6869 to point-max is hard.
6870 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6871 (zone-fill-out-screen): Ignore intangibility.
6872
81133808
CY
68732010-07-05 Chong Yidong <cyd@stupidchicken.com>
6874
4ad11f8c
CY
6875 * menu-bar.el (menu-bar-mode):
6876 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
6877 if it has been set.
6878
81133808
CY
6879 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
6880 word/line selection (Bug#6565).
6881
b24344ca
JB
68822010-07-04 Juanma Barranquero <lekktu@gmail.com>
6883
6884 * net/dbus.el (dbus-send-signal): Declare function.
6885
b1ce08da
MA
68862010-07-04 Michael Albinus <michael.albinus@gmx.de>
6887
6888 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
6889 (dbus-register-property): New optional argument EMITS-SIGNAL.
6890 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
6891
5592c08f
CY
68922010-07-03 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * mouse.el (mouse-drag-overlay): Variable deleted.
6895 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
6896 (mouse--remap-link-click-p): New function.
6897 (mouse-drag-track): Handle dragging by using temporary Transient
6898 Mark mode, instead of a special overlay.
6899 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
6900 mouse-show-mark.
6901
6902 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
6903 deleted.
6904
a6ed0e28
JL
69052010-07-02 Juri Linkov <juri@jurta.org>
6906
6907 * autoinsert.el (auto-insert-alist): Fix readability
6908 by using dotted pair notation for lambda.
6909
c91e692b
JL
69102010-07-02 Juri Linkov <juri@jurta.org>
6911
6912 * faces.el (read-face-name): Rename arg `string-describing-default'
6913 to `default'. Doc fix. Display the default value in quotes
6914 in the prompt. With empty input, return the `default' arg,
6915 unless the default value is a string (in which case return nil).
6916 (describe-face): Replace the string `default' arg of `read-face-name'
6917 with the symbol `default'.
6918
23640f8f
CY
69192010-07-02 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * emulation/viper-cmd.el (viper-delete-backward-char)
6922 (viper-del-backward-char-in-insert)
6923 (viper-del-backward-char-in-replace, viper-change)
6924 (viper-backward-indent): Replace delete-backward-char with
6925 delete-char (Bug#6552).
6926
b32d1614
CY
69272010-07-01 Chong Yidong <cyd@stupidchicken.com>
6928
6929 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
6930
c1ef4455
CY
69312010-06-30 Chong Yidong <cyd@stupidchicken.com>
6932
6933 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
6934 argument passed to frame-creation-function (Bug#5378).
6935
6936 * faces.el (x-handle-named-frame-geometry)
6937 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
6938 (face-set-after-frame-default, tty-create-frame-with-faces):
6939 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
6940 PARAMETER argument.
6941
55702e89
AS
69422010-06-30 Andreas Schwab <schwab@linux-m68k.org>
6943
6944 * startup.el (command-line): Don't call tool-bar-setup in a
6945 tty-only build.
6946
dc9a226c
CY
69472010-06-30 Chong Yidong <cyd@stupidchicken.com>
6948
6949 * ruler-mode.el (ruler--save-header-line-format): New fun.
6950 (ruler-mode): Use it as a setter function, so as not to overwrite
6951 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
6952
a2f043d3
CY
69532010-06-29 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
6956 (vc-root-diff, vc-print-root-log, vc-log-incoming)
6957 (vc-log-outgoing): Use it.
6958 (vc-diff-internal): Set diff-vc-backend.
6959
6960 * vc/diff-mode.el (diff-vc-backend): New var.
6961
62d115ef
J
69622010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6963
6a7662bb
BR
6964 * dynamic-setting.el (font-setting-change-default-font):
6965 Remove call to message.
62d115ef 6966
1180f752
KH
69672010-06-28 Kenichi Handa <handa@m17n.org>
6968
6969 * international/quail.el (quail-insert-kbd-layout): Fix the
6970 showing of untranslated characters.
6971
b9229673
CY
69722010-06-28 Chong Yidong <cyd@stupidchicken.com>
6973
6974 * simple.el (delete-active-region): New option.
6975 (delete-backward-char): Implement in Lisp.
6976 (delete-forward-char): New command.
6977
6978 * mouse.el (mouse-region-delete-keys): Deleted.
6979 (mouse-show-mark): Simplify.
6980
6981 * bindings.el (global-map): Bind delete and DEL, the former to
6982 delete-forward-char.
6983
a628ad9d 69842010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
6985
6986 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6987 (ruby-mode): Bind indent-line-function (Bug#5119).
6988
3468f435
CY
69892010-06-27 Chong Yidong <cyd@stupidchicken.com>
6990
6991 * startup.el (command-line): Recognize "0" X resource value.
6992
6431f2e6
CY
69932010-06-27 Chong Yidong <cyd@stupidchicken.com>
6994
6995 * startup.el (command-line): Use X resources to set the value of
6996 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6997
6998 * menu-bar.el (menu-bar-mode):
6999 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7000 Set init-value to t.
7001
7002 * frame.el (frame-notice-user-settings): Don't change
7003 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7004 vice versa (Bug#2249).
7005
b61dfbe2
EZ
70062010-06-26 Eli Zaretskii <eliz@gnu.org>
7007
7008 * w32-fns.el (w32-convert-standard-filename): Doc fix.
7009
f5cbf40e
AM
70102010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7011
a628ad9d
JB
7012 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7013 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 7014
a628ad9d 7015 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 7016 default directories are expanded (Bug#6143).
f5cbf40e 7017
8f3b8a5f
JL
70182010-06-24 Juri Linkov <juri@jurta.org>
7019
7020 * minibuffer.el (completions-format): Change default from nil to
7021 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
7022
5af72a47
JL
70232010-06-24 Juri Linkov <juri@jurta.org>
7024
7025 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7026 buffer-locally to lambda that re-runs the vc diff command.
7027 (Bug#6447)
7028
8f804316
CY
70292010-06-24 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7032 echo area is in use (Bug#3412).
7033
be19ef0b
GM
70342010-06-22 Glenn Morris <rgm@gnu.org>
7035
6555773f
GM
7036 * textmodes/texinfmt.el (texinfo-format-region)
7037 (texinfo-raise-lower-sections, texinfo-format-separate-node)
7038 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7039 (texinfo-format-option, texinfo-noindent):
7040 Use line-beginning-position and line-end-position.
7041
be19ef0b
GM
7042 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7043 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7044 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7045 utf-8 characters.
7046
7f0b7b3e
KF
70472010-06-21 Karl Fogel <kfogel@red-bean.com>
7048
49554388
GM
7049 * play/zone.el (zone-fall-through-ws): Fix next-line ->
7050 forward-line fallout.
7051
e8579ebc
CY
70522010-07-06 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * mouse.el (mouse-appearance-menu): Add docstring.
7055
7056 * help.el (describe-key): Print up-event using key-description.
7057
5d1cd8bd
MA
70582010-07-03 Michael Albinus <michael.albinus@gmx.de>
7059
7060 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 7061 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
7062 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7063
112dbc0e
MA
70642010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
7065
7066 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7067
d0cb23ca
DN
70682010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
7069
7070 Avoid displaying files with a nil state in vc-dir.
a628ad9d 7071 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
7072 cases that cause insertion.
7073 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7074 with a nil state.
7075
01b229d1
CY
70762010-06-30 Chong Yidong <cyd@stupidchicken.com>
7077
7078 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7079
8bf1c786 70802010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
7081
7082 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
7083
dfc6544c
CY
70842010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7085
7086 * generic-x.el (bat-generic-mode): Fix regexp for command line
7087 switches (Bug#5719).
7088
b7d4de51
CY
70892010-06-27 Masatake YAMATO <yamato@redhat.com>
7090
dfc6544c
CY
7091 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7092 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 7093
3726248f
CY
70942010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
7095
8bf1c786 7096 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
7097 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7098 bindings of bookmark-automatically-show-annotations (Bug#6515).
7099
aca54191
EZ
71002010-06-25 Eli Zaretskii <eliz@gnu.org>
7101
7102 * arc-mode.el (archive-zip-extract): Don't quote the file name on
7103 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
7104
2330fa87
ŠN
71052010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
7106
7107 * comint.el (make-comint, make-comint-in-buffer): Mention return
7108 value in the docstrings. (Bug#6498)
7109
29115ca9
YR
71102010-06-24 Yoni Rabkin <yoni@rabkins.net>
7111
7112 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7113 since it is not present when using some non-default switches.
7114
2c79f053
KF
71152010-06-23 Karl Fogel <kfogel@red-bean.com>
7116
7f0b7b3e
KF
7117 * simple.el (compose-mail): Fix doc string to refer to
7118 `compose-mail-user-agent-warnings', instead of to the
7119 nonexistent `compose-mail-check-user-agent'.
7120
43a91810
AM
71212010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
7122
7123 Fix an indentation bug:
7124
7125 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7126 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7127 of existing values.
7128
7129 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7130 (c-clear->-pair-props-if-match-before): now return t when they've
7131 cleared properties, nil otherwise.
7132 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7133 by taking account of the existing value.
7134
7135 * progmodes/cc-defs.el
7136 (c-clear-char-property-with-value-function): Fix this to clear the
7137 property rather than overwriting it with nil.
7138
8adb4c33
CY
71392010-06-20 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * emacs-lisp/package.el (package-print-package): Add link to
7142 package description via describe-package.
7143 (describe-package-1): List package requirements. Add button to
7144 perform installation.
7145 (package-menu-describe-package): New command.
7146
7147 * help-mode.el (help-package): New button type.
7148
cced7584
CY
71492010-06-19 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * emacs-lisp/package.el: Move package-list-packages binding to
7152 menu-bar.el.
7153 (describe-package, describe-package-1, package--dir): New funs.
7154 (package-activate-1): Use package--dir.
7155
7156 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7157
7158 * help-mode.el (help-package-def): New button type.
7159
7160 * menu-bar.el: Move package-list-packages binding here from
7161 package.el.
7162
d148e8f9
GH
71632010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
7164
7165 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
7166
b1a03ef6
SM
71672010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * emacs-lisp/edebug.el (edebug-read-list):
7170 Phase out old-style backquotes.
7171
dbd6da78
JL
71722010-06-17 Juri Linkov <juri@jurta.org>
7173
7174 * help-mode.el (help-mode): Set buffer-local variable
7175 revert-buffer-function to help-mode-revert-buffer.
7176 (help-mode-revert-buffer): New function.
7177
7178 * info.el (Info-revert-find-node): Check for major-mode Info-mode
7179 before popping to "*info*" (like in other Info functions).
7180 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
7181 old-history-forward. Pop to old-buffer-name or "*info*" to
7182 recreate the killed buffer. Set Info-history-forward from
7183 old-history-forward.
7184 (Info-breadcrumbs-depth): Add :group and :version.
7185
64eba874
DN
71862010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
7187
7188 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7189
26508c03
AM
71902010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
7191
a628ad9d
JB
7192 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7193 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 7194
69582fcd
JB
71952010-06-17 Juanma Barranquero <lekktu@gmail.com>
7196
54ea2a0d
JB
7197 * emacs-lisp/package.el (package-menu-mode-map):
7198 Move initialization into declaration.
7199
69582fcd
JB
7200 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7201
44198b6e
CY
72022010-06-17 Chong Yidong <cyd@stupidchicken.com>
7203
7204 * emacs-lisp/package.el (package-archive-base): Point to
7205 elpa.gnu.org.
7206 (package-enable, package-load-list): New defcustoms.
7207 (package-user-dir, package-directory-list): Turn into defcustoms.
7208 Don't include package-user-dir in package-directory-list.
7209 (package--builtins-base): Don't include Emacs as a "package".
7210 (package-subdirectory-regexp): New var.
7211 (package-load-all-descriptors, package-compute-transaction)
7212 (package-download-transaction): Obey package-load-list.
7213 (package-activate-1): Rename from package-do-activate.
7214 (package-list-packages-internal): Check package-load-list.
7215 (package-load-descriptor, package-generate-autoloads)
7216 (package-unpack, package-unpack-single)
6a7662bb
BR
7217 (package--read-archive-file, package-delete):
7218 Use expand-file-name.
44198b6e
CY
7219
7220 * emacs-lisp/package-x.el: New file. Package uploading
7221 functionality split out from package.el.
7222
95b6d681 7223 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
7224
72252010-06-17 Tom Tromey <tromey@redhat.com>
7226
7227 * emacs-lisp/package.el: New file.
7228
50d76a9f
DN
72292010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7230
7231 Fix vc-annotate for renamed files when using Git.
76e3243a 7232 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
7233 ls-files. Doe not pass the object as a file name to cat-file, it
7234 is not a file name.
7235 (vc-git-annotate-command): Pass the file name using -- to avoid
7236 ambiguity with the revision.
7237 (vc-git-previous-revision): Pass a relative file name.
7238
6095a05b
GM
72392010-06-22 Glenn Morris <rgm@gnu.org>
7240
943375a6
GM
7241 * progmodes/js.el (js-mode-map): Use standard capitalization and
7242 ellipses for menu entries.
7243
6095a05b
GM
7244 * wid-edit.el (widget-complete): Doc fix.
7245
4514199e
JH
72462010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
7247
7248 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7249
c4786d60
DN
72502010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7251
11c46b39 7252 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 7253 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 7254 VC backend. Use it when non-nil.
a628ad9d 7255 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 7256 (Bug#6487).
11c46b39 7257
c4786d60 7258 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 7259 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
7260 Do not pass the file name to the 'previous-revision call when we
7261 don't want a file diff. (Bug#6489)
7262
04ec0963
DN
72632010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7264
11c46b39 7265 Fix finding revisions for renamed files in vc-annotate.
76e3243a 7266 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 7267 the VC backend. Use it when non-nil.
76e3243a 7268 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
7269 backend to vc-find-revision. (Bug#6487)
7270
c036381c
DN
72712010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7272
7273 Fix reading file names in Git annotate buffers.
95b6d681
JB
7274 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7275 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 7276
05c123e6
AM
72772010-06-20 Alan Mackenzie <acm@muc.de>
7278
7279 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7280 in file local variables, set it first.
7281
4111f0c7
GM
72822010-06-19 Glenn Morris <rgm@gnu.org>
7283
74739ffd
GM
7284 * descr-text.el (describe-char-unicode-data): Insert separating
7285 space when needed. (Bug#6422)
7286
4111f0c7
GM
7287 * progmodes/idlwave.el (idlwave-action-and-binding):
7288 Fix typo in 2009-12-03 change. (Bug#6450)
7289
e20f0421
SM
72902010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7293 handling for `lambda' (misunderstanding).
7294
fb3e306a
JB
72952010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
7296
dd86ea11 7297 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
7298 constants aren't distributed after they are factored out.
7299
e020fb59
JL
73002010-06-16 Juri Linkov <juri@jurta.org>
7301
7302 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7303 `list-colors-print'. (Bug#6332)
7304
b8add347
SM
7305 * subr.el (read-quoted-char): Fix up last change (bug#6290).
7306
36901266
SM
73072010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7308
49b2e83d
SM
7309 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7310 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
7311
36901266
SM
7312 * font-lock.el (font-lock-major-mode): Rename from
7313 font-lock-mode-major-mode to distinguish it from
7314 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7315 (font-lock-set-defaults):
7316 * font-core.el (font-lock-default-function): Adjust users.
7317 (font-lock-mode): Don't set it at all.
7318
2a64315a 73192010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 7320
76e3243a 7321 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 7322
2a64315a 73232010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
7324
7325 * calendar/appt.el (appt-time-msg-list): Doc fix.
7326 (appt-check): Let-bind appt-warn-time.
7327 (appt-add): Make the 3rd argument optional.
7328 Simplify argument names. Doc fix. Check for integer WARNTIME.
7329 Only add WARNTIME to the output list if non-nil.
7330
2a64315a 73312010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
7332
7333 * calendar/appt.el (appt-check): Let the 3rd element of
7334 appt-time-msg-list specify the warning time.
7335 (appt-add): Add new argument with the warning time. (Bug#5176)
7336
6a7662bb 73372010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 7338
76e3243a 7339 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
7340 older than version 1.6. (Bug#6361)
7341
2a64315a 73422010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
7343
7344 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7345 used by cl-do-arglist. (Bug#6408)
7346
30d7ac37
AM
73472010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
7348
6a7662bb
BR
7349 * textmodes/ispell.el (ispell-dictionary-base-alist):
7350 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
7351 Suggested by Rolando Pereira (bug#6434).
7352
8fd02581
JB
73532010-06-15 Juanma Barranquero <lekktu@gmail.com>
7354
7355 * facemenu.el (list-colors-sort): Doc fix.
7356
6a7662bb 73572010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
7358
7359 * progmodes/sql.el (sql-connect-mysql): Fix typo.
7360
f0bf7c8e
JL
73612010-06-14 Juri Linkov <juri@jurta.org>
7362
7363 Add sort option `list-colors-sort'. (Bug#6332)
7364 * facemenu.el (color-rgb-to-hsv): New function.
7365 (list-colors-sort): New defcustom.
7366 (list-colors-sort-key): New function.
7367 (list-colors-display): Doc fix. Sort list according to the option
7368 `list-colors-sort'.
7369 (list-colors-print): Add HSV values to `help-echo' property of
7370 RGB strings.
7371
c42fe9a5
JL
73722010-06-14 Juri Linkov <juri@jurta.org>
7373
7374 * compare-w.el: Move to the "vc" subdirectory.
7375
b263a4c4
SM
73762010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7377
d8b0cddd
SM
7378 * image-mode.el (image-mode-map): Remap left-char and right-char.
7379
b263a4c4
SM
7380 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7381
89877f5f
CY
73822010-06-12 Chong Yidong <cyd@stupidchicken.com>
7383
133a8d82
CY
7384 * term/common-win.el (x-colors): Add all the color names defined
7385 in rgb.txt (Bug#6332).
7386
89877f5f
CY
7387 * facemenu.el (list-colors-print): Don't print extra names if it
7388 will overflow the window width.
7389
7390 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 7391 change (Bug#6343).
89877f5f 7392
9d1f18b5
EZ
73932010-06-12 Eli Zaretskii <eliz@gnu.org>
7394
7395 * files.el (make-directory): Doc fix (bug#6396).
7396
b81a0b56
MA
73972010-06-12 Michael Albinus <michael.albinus@gmx.de>
7398
7399 * net/tramp.el (tramp-remote-process-environment): Protect version
7400 string by apostroph.
7401 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7402 XEmacs.
7403 (tramp-file-name-for-operation): Add `call-process-region'.
7404 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7405
7406 * net/tramp-compat.el (top): Do not autoload
7407 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7408 only when `start-file-process' is not bound.
7409 (tramp-advice-file-expand-wildcards): Do not use
7410 `tramp-handle-file-remote-p'.
7411 (tramp-compat-make-temp-file): Handle the case, that
7412 `make-temp-file' has no third argument EXTENSION.
7413
69f18acc
JB
74142010-06-11 Juanma Barranquero <lekktu@gmail.com>
7415
5fee75d4
JB
7416 * makefile.w32-in (WINS_BASIC): Include new directory vc.
7417
69f18acc
JB
7418 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7419
9766adfb
JL
74202010-06-11 Juri Linkov <juri@jurta.org>
7421
7422 * finder.el (finder-known-keywords): Add keyword "vc"
7423 for version control.
7424
7425 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7426 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7427 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7428 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7429
56b2854f
JL
74302010-06-11 Juri Linkov <juri@jurta.org>
7431
7432 Move version control related files to the "vc" subdirectory.
7433 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7434 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7435 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7436 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7437 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7438 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7439 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7440 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7441 Move files to the "vc" subdirectory.
7442
6534e58a
CY
74432010-06-11 Chong Yidong <cyd@stupidchicken.com>
7444
7445 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7446 (Bug#6367).
7447
84d9562f
SE
74482010-06-11 Stephen Eglen <stephen@gnu.org>
7449
7450 * shell.el: Bind `shell-resync-dirs' to M-RET.
7451
3ef0a6a5
MA
74522010-06-10 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * notifications.el: Move file from lisp/net, because it is
7455 supposed to talk locally to the user.
7456
fa4003da
MA
74572010-06-10 Julien Danjou <julien@danjou.info>
7458
7459 * net/notifications.el (notifications-on-action-signal)
7460 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 7461 argument to the callback functions. Add docstrings.
fa4003da
MA
7462 (notifications-notify): Fix docstring.
7463
46e6650e
GM
74642010-06-10 Glenn Morris <rgm@gnu.org>
7465
7466 * emacs-lisp/authors.el (authors-ignored-files)
7467 (authors-valid-file-names): Add some files.
7468
a71832f7
SM
74692010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7472 merge conflict, giving preference to the emacs-23 version of the code.
7473
8c6eab5a
SM
74742010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7475
989bc97f
SM
7476 * emacs-lisp/advice.el (ad-compile-function):
7477 Define warning-suppress-types before we let-bind it (bug#6275).
7478
8c6eab5a
SM
7479 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7480 declare it, make it buffer-local and permanent-local (bug#6324).
7481 (vc-resynch-window): Adjust name.
7482 * vc-hooks.el (vc-find-file-hook): Adjust name.
7483
890a18d6
MA
74842010-06-09 Michael Albinus <michael.albinus@gmx.de>
7485
7486 * net/notifications.el (notifications-notify): Fix docstring.
7487
bf3e70eb
JB
74882010-06-09 Juanma Barranquero <lekktu@gmail.com>
7489
7490 Update to Unicode 6.0.0 beta.
7491 * international/charprop.el: Update copyright.
7492 * international/mule-cmds.el (ucs-names): Update character ranges.
7493 * international/uni-bidi.el:
7494 * international/uni-category.el:
7495 * international/uni-combining.el:
7496 * international/uni-comment.el:
7497 * international/uni-decimal.el:
7498 * international/uni-decomposition.el:
7499 * international/uni-digit.el:
7500 * international/uni-lowercase.el:
7501 * international/uni-mirrored.el:
7502 * international/uni-name.el:
7503 * international/uni-numeric.el:
7504 * international/uni-old-name.el:
7505 * international/uni-titlecase.el:
7506 * international/uni-uppercase.el: Regenerate.
7507
b978141d
JB
75082010-06-09 Juanma Barranquero <lekktu@gmail.com>
7509
ee8359ba
JB
7510 * emacs-lisp/smie.el (comment-string-strip): Declare function.
7511 (smie-precs-precedence-table): Fix typo in docstring.
7512
f64ab8fb
JB
7513 * vc-mtn.el (log-edit-extract-headers): Declare function.
7514
883ffa8c
JB
7515 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7516
b978141d
JB
7517 * net/notifications.el (dbus-register-signal): Declare function.
7518 (notifications-notify): Fix typos and reflow docstring.
7519
5f4f2ae4
DN
75202010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7521
7522 Improve VC create/retrieve tag/branch.
7523 * vc.el (vc-create-tag): Do not read the directory name for VCs
7524 with repository revision granularity. Adjust the tag/branch
7525 prompt. Reset VC properties.
7526 (vc-retrieve-tag): Do not read the directory name for VCs
7527 with repository revision granularity. Reset VC properties.
7528
41a86354
MA
75292010-06-09 Julien Danjou <julien@danjou.info>
7530
ef33fd34 7531 * net/notifications.el: New file.
41a86354 7532
fab43c76
DN
75332010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7534
00fd1147
DN
7535 Add optional support for resetting VC properties.
7536 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7537 call vc-file-clearprops when true.
7538 (vc-resynch-buffer): Add new optional argument, pass it down.
7539 (vc-resynch-buffers-in-directory): Likewise.
7540
fab43c76
DN
7541 Improve support for special markup in the VC commit message.
7542 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7543 * vc-hg.el (vc-hg-checkin): Add support for Date:.
7544 * vc-git.el (vc-git-checkin):
7545 * vc-bzr.el (vc-bzr-checkin): Likewise.
7546
e7d67e73
SM
75472010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7550 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7551
277e6741
MP
75522010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
7553
7554 * iimage.el: Remove images as soon as the underlying text is modified.
7555 (iimage-modification-hook): New function.
7556 (iimage-mode-buffer): Use it.
7557
83156c18
SM
75582010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7559
7560 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7561 smie-indent-offset-after. Add :prev case. Make a bit more generic.
7562 (smie-indent-virtual): Remove `virtual' arg. Update callers.
7563 (smie-indent-keyword): Add handling of open-paren keywords.
7564 (smie-indent-comment-continue): Don't assume comment-continue.
7565
13b5221f
MR
75662010-06-07 Martin Rudalics <rudalics@gmx.at>
7567
7568 * window.el (pop-to-buffer): Remove the conditional that
7569 compares new-window and old-window, so it will reselect
7570 the selected window unconditionally.
7571 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7572
c2ea5810
SM
75732010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * emacs-lisp/smie.el (smie-indent-offset-after)
7576 (smie-indent-forward-token, smie-indent-backward-token): New functions.
7577 (smie-indent-after-keyword): Use them.
7578 (smie-indent-fixindent): Only applies to the indentation of the BOL.
7579 (smie-indent-keyword): Tweak the black magic.
7580 (smie-indent-comment-continue): Strip comment-continue before use.
7581 (smie-indent-functions): Indent comments before keywords.
7582
27dd3c11
JL
75832010-06-06 Juri Linkov <juri@jurta.org>
7584
7585 * isearch.el (isearch-lazy-highlight-search): Fix looping
7586 by checking for empty match. This syncs this loop with the
7587 similar loop in `isearch-search'. (Bug#6362)
7588
35b148ee
JB
75892010-06-05 Juanma Barranquero <lekktu@gmail.com>
7590
7591 * net/dbus.el (dbus-register-method): Declare function.
7592 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7593 (dbus-introspect): Doc fix.
7594 (dbus-event-bus-name, dbus-introspect-get-interface)
7595 (dbus-introspect-get-argument): Reflow docstrings.
7596
eccdfe5f
DN
75972010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
7598
7599 vc-log-incoming/vc-log-outgoing fixes for Git.
7600 * vc-git.el (vc-git-log-view-mode): Fix font lock for
7601 incoming/outgoing logs.
7602 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7603 instead of vc-git-compute-remote.
7604 (vc-git-compute-remote): Remove.
7605
86253dc0
CY
76062010-06-04 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * term/common-win.el (x-colors): Add "dark green" and "dark
7609 turquoise" (Bug#6332).
7610
0665f661
JL
76112010-06-04 Juri Linkov <juri@jurta.org>
7612
7613 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7614 Instead of setting `replace' to t and replacing the same string
7615 with itself, don't do certain actions when
7616 kill-do-not-save-duplicates is non-nil and string is equal to car
7617 of kill-ring: don't call menu-bar-update-yank-menu, don't push
7618 interprogram-paste strings to kill-ring, and don't push the input
7619 argument `string' to kill-ring.
7620 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7621
087fc47a
JB
76222010-06-04 Juanma Barranquero <lekktu@gmail.com>
7623
7624 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7625
4f201088
MA
76262010-06-04 Michael Albinus <michael.albinus@gmx.de>
7627
7628 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7629 (tramp-gvfs-handler-mounted-unmounted)
7630 (tramp-gvfs-connection-mounted-p): Handle default-location.
7631
7632 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7633 move files to trash.
7634
18ccd78a
JB
76352010-06-04 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * international/mule-cmds.el (nonascii-insert-offset)
7638 (nonascii-translation-table): Add obsolescence information.
7639
7640 * international/mule.el (make-translation-table-from-vector): Doc fix.
7641
3845c322
GM
76422010-06-03 Glenn Morris <rgm@gnu.org>
7643
7644 * desktop.el (desktop-clear-preserve-buffers):
7645 Add "*Warnings*" buffer. (Bug#6336)
7646
54d3626e
DN
76472010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
7648
6941ffec
DN
7649 vc-log-incoming/vc-log-outgoing improvements for Git.
7650 * vc-git.el (vc-git-log-outgoing): Use the same format as the
7651 short log.
7652 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
7653
54d3626e
DN
7654 Add bindings for vc-log-incoming and vc-log-outgoing.
7655 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7656 and vc-log-outgoing.
7657 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7658 and vc-log-outgoing.
7659
aa1bc616
CY
76602010-06-03 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * net/rcirc.el (rcirc-sort-nicknames): Remove.
7663 (rcirc-handler-366): Always sort nicknames.
7664
e2d2a205
JB
76652010-06-03 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7668
44ea155d
CY
76692010-06-03 Chong Yidong <cyd@stupidchicken.com>
7670
a628ad9d 7671 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 7672
a91dedc4
SM
76732010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * net/rcirc.el (rcirc-sort-nicknames): Change default.
7676 (rcirc-sort-nicknames-join): Avoid setq.
7677
c62bf05a
DD
76782010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7679
7680 * net/rcirc.el (rcirc-sort-nicknames): New custom.
7681 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7682 (rcirc-handler-366): Use them.
7683
dd2c3c92
SM
76842010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 Split smie-indent-calculate into more manageable chunks.
7687 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7688 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7689 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7690 (smie-indent-exps): Extract from smie-indent-calculate.
7691 (smie-indent-functions): New var.
7692 (smie-indent-functions): Use them.
7693
927c346b
SM
76942010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7697 (smie-indent-calculate): Simplify and cleanup.
7698
1efeec86
MA
76992010-06-02 Michael Albinus <michael.albinus@gmx.de>
7700
7701 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
7702 (tramp-gvfs-mount-point): Remove.
7703 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7704 New defuns.
1efeec86
MA
7705 (with-tramp-dbus-call-method): Format trace message.
7706 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
7707 Implement backup call, when operation on local files fails.
7708 Use progress reporter. Flush properties of changed files.
1efeec86
MA
7709 (tramp-gvfs-handle-make-directory): Make more traces.
7710 (tramp-gvfs-url-file-name): Hexify file name in url.
7711 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7712 into account for the resulting file name.
7713 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7714 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
7715 (tramp-gvfs-handler-mounted-unmounted)
7716 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7717 attribute "default_location". Set "prefix" property.
7718 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7719 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7720 exists. Raise an error, if not (due to a corresponding answer
7721 "no" in interactive questions, for example).
7722
89877f5f 77232010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
7724
7725 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7726
24f574a9
JB
77272010-06-01 Juanma Barranquero <lekktu@gmail.com>
7728
7729 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7730 right-*. (Bug#6265)
7731
290736f2
DN
77322010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7733
61158bfa
DN
7734 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7735 * vc-git.el (vc-git-compute-remote): New function.
7736 (vc-git-log-outgoing): Use it instead of hard coding a value.
7737 (vc-git-log-incoming): New function.
7738
5828f6ca
DN
7739 Improve state updating for VC tag commands.
7740 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7741 to update the state of all buffers in the directory.
7742
290736f2
DN
7743 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7744
feceda26
SM
77452010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7748 `file-directory-p' to the filename part rather than to the whole text.
7749
896114cf
SM
77502010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7753
1603358c
DA
77542010-05-31 Drew Adams <drew.adams@oracle.com>
7755
7756 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7757
fe40dc63
JB
77582010-05-31 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * subr.el (momentary-string-display): Just use read-event to read
7761 the exit event (Bug#6238).
7762
9e8014c6
EZ
77632010-05-30 Eli Zaretskii <eliz@gnu.org>
7764
7765 * international/mule.el (define-coding-system): Doc fix (bug#6313).
7766
61a08071
JB
77672010-05-30 Juanma Barranquero <lekktu@gmail.com>
7768
7769 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7770 Suggested by Eli Zaretskii <eliz@gnu.org>.
7771
5feec8ca
SM
77722010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * minibuffer.el (completion-file-name-table): Don't return a boundary
7775 past the end of `string' (bug#6299).
7776 (completion--file-name-table): Delegate to completion-file-name-table
7777 for the `boundaries' case.
7778
8175cb90
JB
77792010-05-30 Juanma Barranquero <lekktu@gmail.com>
7780
2b94133f
JB
7781 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7782 movement commands.
7783
8175cb90
JB
7784 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7785 `path-separator', but maintain compatibility with Emacs 20.2.
7786
0191e222
CY
77872010-05-29 Chong Yidong <cyd@stupidchicken.com>
7788
7789 * server.el (server-process-filter): Receive parent-id argument
7790 from emacsclient.
7791 (server-create-window-system-frame): New arg. Pass parent-id as
7792 frame parameter.
7793
9b655a0a
EZ
77942010-05-29 Eli Zaretskii <eliz@gnu.org>
7795
db5dce9d
EZ
7796 Bidi-sensitive word movement with arrow keys.
7797 * subr.el (right-arrow-command, left-arrow-command): Move to
7798 bindings.el.
7799
7800 * bindings.el (right-char, left-char): Move from subr.el and
7801 rename from right-arrow-command and left-arrow-command.
7802 (right-word, left-word): New functions.
7803 (global-map) <right>: Bind to right-char.
7804 (global-map) <left>: Bind to left-char.
7805 (global-map) <C-right>: Bind to right-word.
7806 (global-map) <C-left>: Bind to left-word.
7807
9b655a0a
EZ
7808 * ls-lisp.el (ls-lisp-classify-file): New function.
7809 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7810 (ls-lisp-classify): Call ls-lisp-classify-file.
7811 (insert-directory): Remove blanks from switches.
7812
fcb52808
CY
78132010-05-29 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * ansi-color.el: Delete unused escape sequences (Bug#6085).
7816 (ansi-color-drop-regexp): New constant.
7817 (ansi-color-apply, ansi-color-filter-region)
896114cf 7818 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
7819 (ansi-color-apply): Build string list before calling concat.
7820
0040735a
JL
78212010-05-28 Juri Linkov <juri@jurta.org>
7822
7823 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7824 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7825 (Bug#5270)
7826
b6827fff
MA
78272010-05-28 Michael Albinus <michael.albinus@gmx.de>
7828
7829 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7830 to ignored backtrace functions.
7831 (with-progress-reporter): Expand docstring.
7832 (tramp-handle-delete-file): Implement TRASH argument.
7833 (tramp-get-remote-trash): New defun.
7834
eba082a2
MA
78352010-05-28 Michael Albinus <michael.albinus@gmx.de>
7836
6a7662bb
BR
7837 * net/tramp-compat.el (tramp-compat-delete-file):
7838 Use `symbol-value' for backward compatibility.
eba082a2
MA
7839
7840 * net/tramp.el (tramp-handle-make-symbolic-link)
7841 (tramp-handle-load)
7842 (tramp-do-copy-or-rename-file-via-buffer)
7843 (tramp-do-copy-or-rename-file-directly)
7844 (tramp-do-copy-or-rename-file-out-of-band)
7845 (tramp-handle-process-file, tramp-handle-call-process-region)
7846 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7847 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7848 (tramp-delete-temp-file-function): Use `delete-file' instead
7849 of `tramp-compat-delete-file'.
7850
7851 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7852 (tramp-fish-handle-make-symbolic-link)
7853 (tramp-fish-handle-process-file): Use `delete-file' instead
7854 of `tramp-compat-delete-file'.
7855
6a7662bb
BR
7856 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7857 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
7858
7859 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7860 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7861 `tramp-compat-delete-file'.
7862
6a7662bb
BR
7863 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7864 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
7865
7866 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7867 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7868 (tramp-smb-handle-write-region): Use `delete-file' instead of
7869 `tramp-compat-delete-file'.
7870 (tramp-smb-handle-delete-directory): Use 'trash as arg.
7871
f1a5d776
CY
78722010-05-27 Chong Yidong <cyd@stupidchicken.com>
7873
7874 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 7875 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
7876 (dired-do-flagged-delete, dired-do-delete): Use trash.
7877
7878 * speedbar.el (speedbar-item-delete): Allow trashing.
7879
7880 * files.el (delete-directory): New arg TRASH.
7881
7882 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
7883 (ange-ftp-rename-remote-to-remote)
7884 (ange-ftp-rename-local-to-remote)
7885 (ange-ftp-rename-remote-to-local, ange-ftp-load)
7886 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
7887 `delete-file'.
7888 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
7889 allow trashing.
7890
7891 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7892 handle new TRASH arg of `delete-file'.
7893
c4ce1145 7894 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
7895 (tramp-handle-make-symbolic-link, tramp-handle-load)
7896 (tramp-do-copy-or-rename-file-via-buffer)
7897 (tramp-do-copy-or-rename-file-directly)
7898 (tramp-do-copy-or-rename-file-out-of-band)
7899 (tramp-handle-process-file, tramp-handle-call-process-region)
7900 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7901 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7902 (tramp-delete-temp-file-function): Use null TRASH arg in
7903 tramp-compat-delete-file call.
7904
7905 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7906 (tramp-fish-handle-delete-file)
7907 (tramp-fish-handle-make-symbolic-link)
7908 (tramp-fish-handle-process-file): Use null TRASH arg in
7909 `tramp-compat-delete-file' call.
7910
7911 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
7912 arg in `tramp-compat-delete-file' call.
7913
7914 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7915 (tramp-gvfs-handle-write-region): Use null TRASH arg in
7916 `tramp-compat-delete-file' call.
7917
7918 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
7919 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
7920 `tramp-compat-delete-file' call.
7921
7922 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7923 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7924 (tramp-smb-handle-write-region): Use null TRASH arg in
7925 tramp-compat-delete-file call.
7926 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
7927 (tramp-smb-handle-delete-file): Rename arg.
7928
7929 * diff.el (diff-sentinel):
7930 * epg.el (epg--make-temp-file, epg-decrypt-string)
7931 (epg-verify-string, epg-sign-string, epg-encrypt-string):
7932 * jka-compr.el (jka-compr-partial-uncompress)
7933 (jka-compr-call-process, jka-compr-write-region):
7934 * server.el (server-sentinel): Remove optional arg from
7935 delete-file, reverting 2010-05-03 change.
7936
ecb0ab90
CY
79372010-05-27 Chong Yidong <cyd@stupidchicken.com>
7938
6a7662bb
BR
7939 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7940 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 7941
2b25da45
KH
79422010-05-27 Kenichi Handa <handa@m17n.org>
7943
7944 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
7945 element of GSTRING is nil.
7946
11e4d8c0
SM
79472010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * emacs-lisp/smie.el (smie-forward-token-function)
7950 (smie-backward-token-function): New vars.
7951 (smie-backward-sexp, smie-forward-sexp)
7952 (smie-indent-hanging-p, smie-indent-calculate): Use them.
7953 (smie-default-backward-token): Rename from smie-backward-token and
7954 skip comments.
7955 (smie-default-forward-token): Rename from smie-forward-token and
7956 skip comments.
7957 (smie-next-sexp): Handle nil results from next-token.
7958 (smie-indent-calculate): Add a new case for special `fixindent' comments.
7959
4da3541b
CY
79602010-05-27 Chong Yidong <cyd@stupidchicken.com>
7961
896114cf
SM
7962 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7963 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
7964
79652010-05-27 Masatake YAMATO <yamato@redhat.com>
7966
7967 * htmlfontify.el (hfy-face-resolve-face): New function.
7968 (hfy-face-to-style): Use it (Bug#6279).
7969
6dc439cb
SM
79702010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
7973 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
7974
021eb8d7
GM
79752010-05-26 Glenn Morris <rgm@gnu.org>
7976
7977 * emulation/edt.el (edt-load-keys): Use locate-library.
7978
bef4957b
CY
79792010-05-25 Chong Yidong <cyd@stupidchicken.com>
7980
7981 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7982 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
7983 (log-edit-changelog-insert-entries): Args changed.
7984 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
7985 (log-edit-insert-changelog-entries): Reorganize return value of
7986 `log-edit-changelog-entries' to pass filenames to
7987 log-edit-changelog-insert-entries.
7988
84fb0956
TV
79892010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7990
7991 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7992 `image-dired-dired-insert-marked-thumbs' to
7993 `image-dired-dired-toggle-marked-thumbs'.
7994
7995 * image-dired.el: Require cl when compiling.
7996 (image-dired-dired-toggle-marked-thumbs): Rename from
7997 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
7998 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
7999 to 'no-dir. Skip files whose names don't match
8000 `image-file-name-regexp'. When file has a thumbnail overlay,
8001 delete it. (Bug#5270)
8002
0fb1193d
JL
80032010-05-25 Juri Linkov <juri@jurta.org>
8004
8005 * image-mode.el (image-mode): Add image-after-revert-hook to
8006 after-revert-hook.
8007 (image-after-revert-hook): New function. (Bug#5669)
8008
fc937924
JL
80092010-05-25 Juri Linkov <juri@jurta.org>
8010
8011 * image.el (image-animated-p): When delay between animated images
8012 is 0, set it to 10 (0.1 sec). (Bug#6258)
8013
fa9ba953
MA
80142010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
8015
8016 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 8017 `forward-word', its default syntax could be changed.
fa9ba953 8018
9e021389
MA
80192010-05-25 Michael Albinus <michael.albinus@gmx.de>
8020
8021 * net/tramp.el (tramp-progress-reporter-update): New defun.
8022 (with-progress-reporter): Use it.
8023 (tramp-process-actions):
6a7662bb
BR
8024 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8025 Preserve current message, in order to let progress reporter continue
9e021389
MA
8026 afterwards. (Bug#6257)
8027
6169260b
GM
80282010-05-25 Glenn Morris <rgm@gnu.org>
8029
8030 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8031 Add :version.
8032
d26781af
RY
80332010-05-25 Ryan Yeske <rcyeske@gmail.com>
8034
8826afe3 8035 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
8036 (rcirc-default-full-name): Change to "unknown".
8037 (rcirc-user-name-history): Add variable.
8826afe3
GM
8038
80392010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 8040 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
8041
8042 * net/rcirc.el (rcirc-server-alist): Add :pass.
8043 (rcirc): When prompting for connection parameters, also prompt for
d26781af 8044 username and password.
a628ad9d 8045 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
8046 value to server when connecting.
8047
d355a0b7
SM
80482010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8049
f5228f84
SM
8050 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8051 (smie-merge-prec2s): Pass the tables as separate args.
8052 (smie-bnf-precedence-table): Adjust call accordingly.
8053 (smie-prec2-levels): Set levels at the end.
8054
d355a0b7
SM
8055 Replace Lisp calls to delete-backward-char by delete-char.
8056 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
8057 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8058 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 8059 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
8060 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8061 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8062 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8063 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8064 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8065 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8066 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8067 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8068 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8069 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
8070 delete-backward-char by calls to delete-char.
8071
f668ef02
KH
80722010-05-25 Kenichi Handa <handa@m17n.org>
8073
8074 * language/hebrew.el (hebrew-shape-gstring): New function.
8075 Register it in composition-function-table for all Hebrew combining
8076 characters.
8077
397eb3f3
SM
80782010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * epa.el (epa--select-keys): Don't explicitly delete the window since
8081 that can fail (e.g. sole window in frame). Use dedication instead.
8082
171eda53 80832010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
8084
8085 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8086
110683ad
CY
80872010-05-22 Chong Yidong <cyd@stupidchicken.com>
8088
8089 * image.el (image-refresh): Define as an alias for image-flush.
8090
8091 * image-mode.el (image-toggle-display-image): Caller changed.
8092
df9db151
JL
80932010-05-21 Juri Linkov <juri@jurta.org>
8094
8095 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8096 Remove "all" from grep-files-aliases. Split grep-files-aliases by
8097 whitespace, call wildcard-to-regexp on substrings and concat them
8098 with "\\|". (Bug#6114)
8099
c0209c2c
AM
81002010-05-21 Alan Mackenzie <acm@muc.de>
8101
171eda53
SM
8102 * progmodes/cc-engine.el (c-parse-state-get-strategy):
8103 Replace parameter `here' with `here-' and `here-plus', which sandwich
8104 any pertinent CPP construct.
c0209c2c
AM
8105 (c-remove-stale-state-cache-backwards): Fix a bug which happens
8106 when doing (c-parse-state) in a CPP construct: Exclude any "new"
8107 CPP construct from taking part in the scanning.
8108
655bded0
MA
81092010-05-21 Michael Albinus <michael.albinus@gmx.de>
8110
8111 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
8112 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8113 Tune `with-progress-reporter' messages.
655bded0
MA
8114 (tramp-handle-vc-registered):
8115 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8116 (tramp-fish-handle-insert-file-contents)
8117 (tramp-fish-maybe-open-connection):
8118 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8119 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8120 (tramp-imap-handle-insert-file-contents)
8121 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8122
3e17a1a7
JB
81232010-05-21 Juanma Barranquero <lekktu@gmail.com>
8124
bf1e8d4a
JB
8125 * add-log.el (change-log-font-lock-keywords):
8126 Highlight all authors in multi-author entries.
8127
3e17a1a7
JB
8128 * smerge-mode.el (smerge-refine-ignore-whitespace)
8129 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8130 Fix typos in docstrings.
8131 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8132
969e684a
GM
81332010-05-21 Glenn Morris <rgm@gnu.org>
8134
e75c1e7d
GM
8135 * progmodes/fortran.el (fortran-mode):
8136 * progmodes/f90.el (f90-mode): Derive from prog-mode.
8137
969e684a
GM
8138 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8139 having a relative path in src/Makefile.in.
8140
a50878fa
KR
81412010-05-20 Kevin Ryde <user42@zip.com.au>
8142
8143 * help-mode.el (help-make-xrefs): For Info node links turn
8144 newlines into spaces. Link node names with newlines are matched
8145 by help-xref-info-regexp and buttonized, this change ensures they
8146 can be followed successfully with RET. (Bug#6206)
8147
f66a2f90
JL
81482010-05-20 Juri Linkov <juri@jurta.org>
8149
8150 * locate.el (locate): Use pop-to-buffer instead of
8151 switch-to-buffer-other-window. (Bug#6204)
8152
201d895a
JL
81532010-05-20 Juri Linkov <juri@jurta.org>
8154
8155 * replace.el (replace-highlight): Fix lazy-highlighting
8156 for `M-s w str M-% str RET'.
8157
1ddb2ea0
MY
81582009-12-15 Masatake YAMATO <yamato@redhat.com>
8159
8160 * isearch.el (isearch-yank-word-or-char): Pull next subword
8161 when `subword-mode' is activated. (Bug#6220)
8162
a6020335
MH
81632010-05-20 Mark A. Hershberger <mah@everybody.org>
8164
8165 * isearch.el (isearch-update-post-hook): New hook.
8166 (isearch-update): Use the new hook. (Bug#6225)
8167
50de6a38
JL
81682010-05-20 Juri Linkov <juri@jurta.org>
8169
8170 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8171 [f1], [help], and (char-to-string help-char) instead of "\C-h".
8172 (Bug#6222)
8173
5d944a8f
JL
81742010-05-20 Juri Linkov <juri@jurta.org>
8175
8176 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8177 (Bug#6223)
8178
f5d6548a
JL
81792010-05-20 Juri Linkov <juri@jurta.org>
8180
8181 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8182 FILE-NAME to read from the minibuffer when called interactively
8183 with prefix argument instead of using buffer-file-name.
8184 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8185
8186 * dired.el: Update autoloads.
8187
f8e63691
CY
81882010-05-20 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8191 nxml-finish-element, for consistency with SGML mode.
8192
8193 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8194 octave-close-block.
8195
07d7c3bd
JB
81962010-05-20 Juanma Barranquero <lekktu@gmail.com>
8197
8198 * composite.el: Require cl when compiling.
8199 (reference-point-alist, compose-gstring-for-graphic)
8200 (compose-gstring-for-terminal): Fix typos in docstrings.
8201
7bce8510
JL
82022010-05-19 Juri Linkov <juri@jurta.org>
8203
8204 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8205 set-window-parameter.
8206
a7723e05
MA
82072010-05-19 Michael Albinus <michael.albinus@gmx.de>
8208
8209 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8210 where appropriate.
8211 (tramp-maybe-open-connection): Use it.
8212
3f2e7735
EZ
82132010-05-19 Eli Zaretskii <eliz@gnu.org>
8214
8215 * simple.el (move-end-of-line): Make sure we are at line beginning
8216 before backing up to end of previous line.
8217
8d9181c7
MA
82182010-05-19 Michael Albinus <michael.albinus@gmx.de>
8219
8c4ec20f
MA
8220 * password-cache.el (password-cache-remove): Fix docstring.
8221
8d9181c7
MA
8222 * net/secrets.el: Autoload the widget functions.
8223 (secrets-search-items, secrets-create-item)
8224 (secrets-get-attributes, secrets-expand-item): Attributes will be
8225 stored on the password database without leading ":", as all other
8226 clients do as well.
8227 (secrets-mode): Fix docstring.
8228 (secrets-show-secrets): Provide it as autoloaded command only when
8229 D-Bus support is available. Check existence of Secret Service API.
8230
2a96c2a7
SM
82312010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * indent.el (indent-region): Deactivate region (bug#6200).
8234
d24e10b1
GM
82352010-05-19 Glenn Morris <rgm@gnu.org>
8236
8237 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
8238
2833d915
KH
82392010-05-19 Kenichi Handa <handa@m17n.org>
8240
8241 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 8242 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 8243
134c2f29
JB
82442010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8245
8246 * calc/calc-trail.el (calc-trail-isearch-forward)
8247 (calc-trail-isearch-backward): Ensure that the new window
8248 point is set correctly.
8249
278847cd
SM
82502010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * subr.el (read-quoted-char): Resolve modifiers after key
8253 remapping (bug#6212).
8254
3a8e7cbd
MA
82552010-05-18 Michael Albinus <michael.albinus@gmx.de>
8256
8257 Add visualization code for secrets.
8258 * net/secrets.el (secrets-mode): New major mode.
8259 (secrets-show-secrets, secrets-show-collections)
8260 (secrets-expand-collection, secrets-expand-item)
8261 (secrets-tree-widget-after-toggle-function)
8262 (secrets-tree-widget-show-password): New defuns.
8263
472e7ec1
SM
82642010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8265
224b70cb
SM
8266 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8267 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8268 handled in smie-next-sexp.
8269 (smie-indent-calculate): Provide a starting indentation (so the
8270 recursion is well-founded ;-).
8271
472e7ec1
SM
8272 Fix handling of non-associative equal levels.
8273 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8274 when it's not needed.
8275 (smie-op-left, smie-op-right): New functions.
8276 (smie-next-sexp): New function, extracted from smie-backward-sexp.
8277 Better handle equal levels to distinguish the associative case from
8278 the "multi-keyword construct" case.
8279 (smie-backward-sexp, smie-forward-sexp): Use it.
8280
35e53abd
JB
82812010-05-18 Juanma Barranquero <lekktu@gmail.com>
8282
5d8fe0ba
JB
8283 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8284
35e53abd
JB
8285 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8286 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8287
5ad4bef5
SM
82882010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 Provide a simple generic indentation engine and use it for Prolog.
8291 * emacs-lisp/smie.el: New file.
8292 * progmodes/prolog.el (prolog-smie-op-levels)
8293 (prolog-smie-indent-rules): New var.
8294 (prolog-mode-variables): Use them to configure SMIE.
8295 (prolog-indent-line, prolog-indent-level): Remove.
8296
00681a3c
JB
82972010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8298
560bb7ae 8299 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
8300 order before computing the averages.
8301
eba62f7a
JB
83022010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
8303
597517ef 8304 * calc/calc-vec.el (calc-histogram):
5ad4bef5 8305 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
8306 (math-vector-avg): New function.
8307
560bb7ae 8308 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
8309 being grouped depend on the radix (Bug#6189).
8310
8c5ff6dd
KR
83112010-05-15 Ken Raeburn <raeburn@raeburn.org>
8312
8313 * version.el (emacs-copyright, emacs-version): Don't define here,
8314 now that emacs.c defines it.
8315
98d8b17e
EZ
83162010-05-15 Eli Zaretskii <eliz@gnu.org>
8317
71078429
EZ
8318 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8319 "Describe Language Environment" menu item.
8320
ce6233c1
EZ
8321 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8322
d20e1419
EZ
8323 Bidi-sensitive movement with arrow keys.
8324 * subr.el (right-arrow-command, left-arrow-command): New functions.
8325
8326 * bindings.el (global-map): Bind them to right and left arrow keys.
8327
98d8b17e 8328 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
8329 * files.el (convert-standard-filename):
8330 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
8331 the corresponding systems.
8332
8333 * w32-fns.el (w32-convert-standard-filename): Rename from
8334 convert-standard-filename. Doc fix.
8335
8336 * dos-fns.el (dos-convert-standard-filename): Doc fix.
8337 (convert-standard-filename): Don't defalias.
8338 (register-name-alist, make-register, register-value)
8339 (set-register-value, intdos): Obsolete aliases for the
8340 corresponding dos-* functions and variables.
8341 (dos-intdos): Add a doc string.
8342
ae6bc504
JB
83432010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
8344
8345 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8346 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8347 (math-compose-tex-func):
8348 * calc/calccomp.el (math-compose-expr):
8349 * calc/calc-ext.el (math-format-flat-expr-fancy):
8350 * calc/calc-store.el (calc-read-var-name):
8351 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8352
8353 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 8354 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 8355 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 8356 (math-standard-units): Add units.
ae6bc504 8357
c26ea4b2
SM
83582010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8359
7aefa445 8360 * progmodes/asm-mode.el (asm-mode):
13973643
SM
8361 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8362
c26ea4b2
SM
8363 * pcomplete.el (pcomplete-completions-at-point): New function,
8364 extracted from pcomplete-std-complete.
8365 (pcomplete-std-complete): Use it.
8366
02be533b
GM
83672010-05-15 Glenn Morris <rgm@gnu.org>
8368
8369 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8370 Remove references to CVS, RCS and Old directories.
8371
78ed0efc
JB
83722010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
8373
ae6bc504 8374 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
8375 appropriate.
8376
10dcc561
SM
83772010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8378
5ccaa359
SM
8379 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8380 (sh-mode-syntax-table): Give it a default value instead.
8381 (sh-header-marker): Make buffer-local.
8382 (sh-mode): Move make-local-variable to the corresponding setq.
8383 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8384 Use complete-with-action.
8385
10dcc561
SM
8386 * simple.el (prog-mode): New (abstract) major mode.
8387 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8388 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8389
c38762fd
JB
83902010-05-14 Juanma Barranquero <lekktu@gmail.com>
8391
8392 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8393 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8394 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8395 (sql-make-alternate-buffer-name, sql-placeholders-filter)
8396 (sql-escape-newlines-filter, sql-input-sender)
8397 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8398
2ef3c144
CY
83992010-05-13 Chong Yidong <cyd@stupidchicken.com>
8400
560bb7ae 8401 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
8402
8403 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8404 latex-open-block and C-c / to latex-close-block.
8405
8406 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8407 and C-c C-e to sgml-close-tag.
8408
3b30ccda
MA
84092010-05-13 Michael Albinus <michael.albinus@gmx.de>
8410
8411 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 8412 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
8413 (tramp-handle-load, tramp-handle-file-local-copy)
8414 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
8415 (tramp-maybe-send-script, tramp-find-shell):
8416 Use `with-progress-reporter'.
3b30ccda
MA
8417 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8418 Fix message text.
8419
8420 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8421 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8422 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8423 Use `with-progress-reporter'.
8424
57ff5d7b
AM
84252010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
8426
a628ad9d
JB
8427 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8428 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 8429
5a70d10f
SM
84302010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8431
791ffe1c
SM
8432 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8433
5a70d10f
SM
8434 * dos-fns.el: Add "dos-" prefix for namespace control.
8435 (convert-standard-filename): Define as alias for
8436 dos-convert-standard-filename but only if applicable.
8437
38d93f03
AM
84382010-05-12 Alan Mackenzie <acm@muc.de>
8439
8440 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8441 Push the mark at the start of these functions when appropriate.
8442
902a6d8d
SM
84432010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * minibuffer.el (completion-cycle-threshold): New custom var.
8446 (completion--do-completion): Use it.
8447 (minibuffer-complete): Use cycling if appropriate.
8448
9ee120ba
JB
84492010-05-11 Juanma Barranquero <lekktu@gmail.com>
8450
8451 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8452 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8453
841c4085
JL
84542010-05-11 Juri Linkov <juri@jurta.org>
8455
8456 * scroll-all.el (scroll-all-check-to-scroll):
8457 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8458
8a67c70e
SM
84592010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8460
f2b9ed18
SM
8461 * iimage.el (iimage-mode-map): Move initialization into declaration.
8462 (iimage-mode-buffer): Use with-silent-modifications.
8463 Simplify calling convention. Adjust callers.
8464 (iimage-mode): Don't run hook redundantly.
8465
8a67c70e
SM
8466 * minibuffer.el (completion-pcm--pattern->regex):
8467 Fix last change (bug#6160).
8468
4bbedd98
JL
84692010-05-10 Juri Linkov <juri@jurta.org>
8470
8471 Remove nodes visited during Isearch from the Info history.
8472 * info.el (Info-isearch-initial-history)
8473 (Info-isearch-initial-history-list): New variables.
8474 (Info-isearch-start): Record initial values of
8475 Info-isearch-initial-history and Info-isearch-initial-history-list.
8476 Add Info-isearch-end to isearch-mode-end-hook.
8477 (Info-isearch-end): New function.
8478
94ecf5da
MA
84792010-05-10 Michael Albinus <michael.albinus@gmx.de>
8480
8481 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
8482 format string, in order to work around a bug in pdksh.
8483 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
8484 (tramp-handle-verify-visited-file-modtime): Do not send a command
8485 when the connection is not established.
8486 (tramp-handle-set-file-times): Simplify the check for utc.
8487
c5eb971b
JB
84882010-05-10 Juanma Barranquero <lekktu@gmail.com>
8489
8490 Fix use of `filter-buffer-substring' (rework previous change).
8491 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8492 (cua-repeat-replace-region):
8493 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8494 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8495 (cua-cut-region-to-global-mark): Use it.
8496
7492acc9
MM
84972010-05-09 Michael R. Mauger <mmaug@yahoo.com>
8498
77e2fc7a
JB
8499 * progmodes/sql.el: Version 2.1.
8500 (sql-product-alist): Redesign structure of product info.
8501 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
8502 (sql-port, sql-port-history): New variables.
8503 (sql-interactive-product): New variable.
8504 (sql-send-terminator): New variable.
77e2fc7a 8505 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
8506 (sql-oracle-login-params, sql-sqlite-login-params)
8507 (sql-mysql-login-params, sql-solid-login-params)
8508 (sql-sybase-login-params, sql-informix-login-params)
8509 (sql-ingres-login-params, sql-ms-login-params)
8510 (sql-postgres-login-params, sql-interbase-login-params)
8511 (sql-db2-login-params, sql-linter-login-params)
8512 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
8513 (sql-mode-map): Add C-c C-i to start interactive mode.
8514 (sql-mode-menu): Update existing menu entries.
8515 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
8516 (sql-mode-oracle-font-lock-keywords)
8517 (sql-mode-postgres-font-lock-keywords)
8518 (sql-mode-ms-font-lock-keywords)
8519 (sql-mode-sybase-font-lock-keywords)
8520 (sql-mode-informix-font-lock-keywords)
8521 (sql-mode-interbase-font-lock-keywords)
8522 (sql-mode-ingres-font-lock-keywords)
8523 (sql-mode-solid-font-lock-keywords)
8524 (sql-mode-mysql-font-lock-keywords)
8525 (sql-mode-sqlite-font-lock-keywords)
8526 (sql-mode-db2-font-lock-keywords)
77e2fc7a 8527 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
8528 reduce run-time complexity.
8529 (sql-add-product, sql-del-product): New functions.
8530 (sql-set-product-feature, sql-get-product-feature): New functions.
8531 (sql-product-font-lock): Update product API.
8532 (sql-add-product-keywords): New function.
8533 (sql-highlight-product): Update product API.
8534 (sql-help-list-products): New function.
8535 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 8536 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
8537 prompt for port.
8538 (sql-copy-column): Copy without properties.
8539 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
8540 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8541 Implement as a filter.
7492acc9
MM
8542 (sql-escape-newlines-filter): Implement as a filter.
8543 (sql-remove-tabs-filter): New function.
8544 (sql-send-magic-terminator): New function.
8545 (sql-send-string): Implement magic terminator.
8546 (sql-send-region): Use `sql-send-string'.
8547 (sql-interactive-mode): Use product API.
8548 (sql-product-interactive): Use product API.
8549 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8550 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8551 (sql-db2, sql-linter): Use `sql-product-interactive'.
8552 (sql-connect): New function.
8553 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8554 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8555 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
8556 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8557 Use `sql-connect'.
7492acc9 8558
79ccd68f
SM
85592010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8562 New custom variable.
8563 (completion-pcm--string->pattern): Use it.
8564 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8565 Make it handle any symbol as `any'.
8566 (completion-pcm--merge-completions): Extract common suffix for the new
8567 `prefix' symbol as well.
8568 (completion-substring--all-completions): Use the new `prefix' symbol.
8569
0d5852cf
MA
85702010-05-09 Michael Albinus <michael.albinus@gmx.de>
8571
8572 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8573 not bound.
8574 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8575 (tramp-compat-funcall): New defmacro.
8576 (tramp-compat-line-beginning-position)
8577 (tramp-compat-line-end-position)
8578 (tramp-compat-temporary-file-directory)
8579 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8580 (tramp-compat-copy-file, tramp-compat-copy-directory)
8581 (tramp-compat-delete-file, tramp-compat-delete-directory)
8582 (tramp-compat-number-sequence, tramp-compat-process-running-p)
8583 * net/tramp.el (top, with-progress-reporter)
8584 (tramp-rfn-eshadow-setup-minibuffer)
8585 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8586 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8587 (tramp-completion-mode-p, tramp-check-for-regexp)
8588 (tramp-open-connection-setup-interactive-shell)
8589 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8590 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8591 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8592 * net/tramp-cmds.el (tramp-cleanup-all-connections)
8593 (tramp-reporter-dump-variable, tramp-load-report-modules)
8594 (tramp-append-tramp-buffers)
8595 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8596
8597 * net/tramp-imap.el (top): Autoload `epg-make-context'.
8598
f913fe7d
SM
85992010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * progmodes/compile.el (compilation-buffer-modtime): Rename from
8602 buffer-modtime. Adjust users.
8603
0235128c 86042010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 8605
77e2fc7a 8606 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 8607 car of each item, not the whole list (Bug#6083).
f034e176 8608
0235128c 86092010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
8610
8611 * progmodes/js.el (js-mode): Make paragraph variables local before
8612 calling c-setup-paragraph-variables (Bug#6071).
8613
0235128c 86142010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
8615
8616 * composite.el (compose-region, reference-point-alist): Fix typos
8617 in the doc strings.
8618
77e2fc7a 86192010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
8620
8621 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8622 gnuplot's "set" command.
8623
0235128c 86242010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
8625
8626 * abbrev.el (last-abbrev-text): Doc fix.
8627 (abbrev-prefix-mark): Don't escape parenthesis.
8628
0235128c 86292010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
8630
8631 * composite.el (find-composition): Doc fix.
8632
0235128c 86332010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
8634
8635 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8636 (sql-oracle-program, sql-sqlite-options)
8637 (sql-query-placeholders-and-send): Doc fixes.
8638 (sql-set-product, sql-interactive-mode): Reflow docstrings.
8639 (sql-imenu-generic-expression, sql-buffer)
8640 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8641 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8642 (sql-mode-sybase-font-lock-keywords)
8643 (sql-mode-informix-font-lock-keywords)
8644 (sql-mode-interbase-font-lock-keywords)
8645 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8646 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8647 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8648 (sql-product-feature, sql-highlight-product)
8649 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
8650 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8651 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
8652 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8653 Fix typos in docstrings.
8654
0235128c 86552010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
8656
8657 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8658 property instead of `invisible' and `after-string' (bug#5998).
8659
0235128c 86602010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
8661
8662 * image-mode.el (image-mode-as-text): Fix typo in docstring.
8663
0235128c 86642010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
8665
8666 * filecache.el (file-cache-add-directory-list)
8667 (file-cache-add-directory-recursively): Fix typos in docstrings.
8668
0235128c 86692010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
8670
8671 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 8672 (gujarati-composable-pattern): Fix typo.
ece33a6e 8673
0235128c 86742010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
8675
8676 * language/indian.el (oriya-composable-pattern)
0235128c
SM
8677 (tamil-composable-pattern, malayalam-composable-pattern):
8678 Add two-part vowels to "v" (vowel sign).
771533aa 8679
0235128c 86802010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 8681
99833607
CY
8682 * files.el (copy-directory): Handle symlinks (Bug#5982).
8683
0235128c 86842010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
8685
8686 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8687 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
8688 (Bug#5846).
8689
0235128c 86902010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 8691
0ca12598
GM
8692 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8693
d2c7b917
GM
8694 * minibuffer.el (completion-at-point): Doc fix.
8695
ba5bf5f0
SM
86962010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * electric.el (Electric-command-loop): Minor tweak.
8699
8700 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8701 better with dedicated windows.
8702
0235128c
SM
87032010-05-07 Chong Yidong <cyd@stupidchicken.com>
8704
8705 * Version 23.2 released.
8706
560bb7ae 87072010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 8708 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
8709
8710 Highlight vendor specific properties.
8711 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8712 (css-proprietary-property): New face.
8713 (css-font-lock-keywords): Use them.
8714
c0162ade
EZ
87152010-05-07 Eli Zaretskii <eliz@gnu.org>
8716
8717 * cus-start.el (all): Add native condition for tool-bar-* symbols.
8718
f3ee9200
SM
87192010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8720
05623156
SM
8721 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8722 * files.el (auto-mode-alist): Remove redundant entries.
8723
f3ee9200
SM
8724 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8725 * simple.el (auto-save-mode): Move from files.el.
8726 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8727
560bb7ae 87282010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 8729
76e3243a 8730 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 8731
765d4319
KY
87322010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8733
8734 * mail/binhex.el (binhex-decode-region-internal)
8735 * mail/uudecode.el (uudecode-decode-region-internal)
8736 * net/dns.el (dns-read-string-name, dns-write, dns-read)
8737 (dns-read-type, dns-query)
8738 * pgg-parse.el (pgg-parse-armor)
8739 * pgg.el (pgg-verify-region)
8740 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8741 XEmacs.
8742
86d21cc0 8743 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 8744
f83483ff
JB
87452010-05-07 Juanma Barranquero <lekktu@gmail.com>
8746
40ab7974
JB
8747 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8748
f83483ff
JB
8749 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8750 * emulation/cua-base.el (cua-repeat-replace-region):
8751 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8752 (cua-cut-region-to-global-mark):
8753 Remove text properties with `set-text-properties'.
8754
9566840f
MA
87552010-05-06 Michael Albinus <michael.albinus@gmx.de>
8756
f3ee9200
SM
8757 * net/tramp.el (top, with-progress-reporter):
8758 Use `symbol-function' inside `funcall'.
9566840f
MA
8759
8760 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
8761 (tramp-compat-delete-file, tramp-compat-delete-directory):
8762 Handle only `wrong-number-of-arguments' error.
9566840f
MA
8763
8764 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8765 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8766 inside `funcall'.
8767
0c495c21
SM
87682010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8769
1493963b
SM
8770 * minibuffer.el (completion--sreverse, completion--common-suffix):
8771 New functions.
8772 (completion-pcm--merge-completions): Extract common suffix when safe.
8773
0c495c21
SM
8774 * emacs-lisp/easy-mmode.el (define-minor-mode):
8775 Make :variable more flexible.
8776 * files.el (auto-save-mode): Use it to define using define-minor-mode.
8777
221a0647
JL
87782010-05-05 Juri Linkov <juri@jurta.org>
8779
8780 Add `slow' and `history' tags to the desktop data.
8781
8782 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8783 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8784 (Info-finder-find-node): Require `finder.el' to be able
8785 to restore node from the desktop.
8786 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
8787 data `Info-history' and `slow' tag in the assoc list.
8788 (Info-restore-desktop-buffer): Don't restore nodes with the
8789 `slow' tag. Restore `Info-history'.
8790
66bdc868
MA
87912010-05-05 Michael Albinus <michael.albinus@gmx.de>
8792
8793 Add FORCE argument to `delete-file'.
8794
8795 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8796 forcing to delete the temporary file.
8797 (ange-ftp-delete-file): Add FORCE arg.
8798 (ange-ftp-rename-remote-to-remote)
8799 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
8800 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8801 Force file deletion.
66bdc868
MA
8802
8803 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8804
8805 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8806 (tramp-handle-make-symbolic-link, tramp-handle-load)
8807 (tramp-do-copy-or-rename-file-via-buffer)
8808 (tramp-do-copy-or-rename-file-directly)
8809 (tramp-do-copy-or-rename-file-out-of-band)
8810 (tramp-handle-process-file, tramp-handle-call-process-region)
8811 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8812 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8813 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8814
8815 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8816 (tramp-fish-handle-make-symbolic-link)
8817 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8818
0c495c21
SM
8819 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8820 Use `tramp-compat-delete-file'.
66bdc868
MA
8821
8822 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8823 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8824
8825 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8826 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8827
8828 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8829 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
8830 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8831 Use `tramp-compat-delete-file'.
66bdc868 8832
f44379e7
SM
88332010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8834
365f8d85
SM
8835 Minor cleanups.
8836 * subr.el (add-minor-mode): Use push.
8837 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8838 * emulation/edt.el (edt-select-mode): Simplify.
8839
80ac5d4d
SM
8840 Use define-minor-mode in more cases.
8841 * term/tvi970.el (tvi970-set-keypad-mode):
8842 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8843 (normal-erase-is-backspace-mode):
8844 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8845 (set-scroll-bar-mode-1): (Re)move to its sole caller.
8846 (get-scroll-bar-mode): New function.
8847 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8848
8849 Use define-minor-mode for less obvious cases.
f44379e7
SM
8850 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8851 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8852 * international/iso-ascii.el (iso-ascii-mode):
8853 * frame.el (auto-raise-mode, auto-lower-mode):
8854 * composite.el (global-auto-composition-mode): Use define-minor-mode.
8855
c04b03f8
MA
88562010-05-04 Michael Albinus <michael.albinus@gmx.de>
8857
8858 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8859 in order to see error messages for failed logins.
8860
53967e09
CY
88612010-05-03 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * diff.el (diff-sentinel):
8864
8865 * epg.el (epg--make-temp-file, epg-decrypt-string)
8866 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8867
8868 * jka-compr.el (jka-compr-partial-uncompress)
8869 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8870
8871 * server.el (server-sentinel): Use delete-file's new FORCE arg
8872 (Bug#6070).
8873
56eb0904
SM
88742010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 Use define-minor-mode where applicable.
8877 * view.el (view-mode):
8878 * type-break.el (type-break-query-mode)
8879 (type-break-mode-line-message-mode):
8880 * textmodes/reftex.el (reftex-mode):
8881 * term/vt100.el (vt100-wide-mode):
8882 * tar-mode.el (tar-subfile-mode):
8883 * savehist.el (savehist-mode):
8884 * ibuf-ext.el (ibuffer-auto-mode):
8885 * composite.el (auto-composition-mode):
8886 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8887 Use define-minor-mode.
8888 (vhdl-mode): Use static mode-line format.
8889 (vhdl-mode-line-update): Delete.
8890 (vhdl-create-mode-menu, vhdl-activate-customizations)
8891 (vhdl-hs-minor-mode): Don't bother calling it.
8892
672eb710
SM
88932010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8f92b8ad
SM
8895 * simple.el (with-wrapper-hook): Move.
8896 (buffer-substring-filters): Mark obsolete.
8897 (filter-buffer-substring-functions): New variable.
1fada563 8898 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 8899
c04b03f8 89002010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 8901 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
8902
8903 Implement compression for inline methods.
8904
8905 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
8906 (tramp-copy-size-limit): Allow also nil.
8907 (tramp-inline-compress-commands): New defconst.
8908 (tramp-find-inline-compress, tramp-get-inline-compress)
8909 (tramp-get-inline-coding): New defuns.
cb7f3653 8910 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 8911 replaced by `tramp-get-inline-coding'.
6a29a838
MA
8912 (tramp-handle-file-local-copy, tramp-handle-write-region)
8913 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
8914
8c0bf8b3
SM
89152010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8916
07125a91
SM
8917 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
8918 Remove unused functions.
8919
f3a47002
SM
8920 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
8921 Set find-tag-default-function as a variable rather than a property.
8922
8c0bf8b3
SM
8923 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
8924 * progmodes/etags.el (tags-completion-at-point-function):
8925 Remove left over interactive spec. Add autoloading stub.
8926 (complete-tag): Use tags-completion-at-point-function.
8927
27601456
CY
89282010-04-30 Chong Yidong <cyd@stupidchicken.com>
8929
cb7f3653 8930 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 8931
09d0284d
CY
89322010-04-29 Chong Yidong <cyd@stupidchicken.com>
8933
27d3cd56
CY
8934 * ido.el (ido-init-completion-maps): Remove C-v binding.
8935 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 8936
3a07ffce
CY
89372010-04-29 Chong Yidong <cyd@stupidchicken.com>
8938
8939 * minibuffer.el (tags-completion-at-point-function): New function.
8940 (completion-at-point-functions): Use it.
8941
3a07ffce
CY
8942 * progmodes/etags.el (complete-tag): Revert last change.
8943
3d14bb73
AM
89442010-04-29 Alan Mackenzie <acm@muc.de>
8945
8946 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
8947 off-by-one error (in end of macro position).
8948
7d353d11
SM
89492010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
8952 firefox is absent. Don't autoload.
8953 (browse-url-galeon-program): Don't autoload.
8954
48111a85
CY
89552010-04-28 Chong Yidong <cyd@stupidchicken.com>
8956
8957 * bindings.el (complete-symbol): Move into minibuffer.el.
8958
8959 * minibuffer.el (complete-tag): Move from etags.el. If tags
8960 completion cannot be performed, return nil instead of signalling
8961 an error.
8962 (completion-at-point): Make it an alias for complete-symbol.
8963 (complete-symbol): Move from bindings.el, and replace with the
8964 body of completion-at-point.
8965
8966 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
8967
7ba94701
MA
89682010-04-28 Michael Albinus <michael.albinus@gmx.de>
8969
8970 * net/tramp.el (tramp-remote-selinux-p): New defun.
8971 (tramp-handle-file-selinux-context)
8972 (tramp-handle-set-file-selinux-context): Use it.
8973
95c6cc3e
SS
89742010-04-28 Sam Steingold <sds@gnu.org>
8975
8976 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8977 `safe-local-variable' if the value is a string or a symbol with
8978 the property `bug-reference-url-format'.
8979
36045ff3
CY
89802010-04-28 Chong Yidong <cyd@stupidchicken.com>
8981
537ffaf3
SM
8982 * progmodes/bug-reference.el (bug-reference-url-format):
8983 Revert 2010-04-27 change due to security risk.
36045ff3 8984
56924d99
SM
89852010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 Make it possible to locally disable a globally enabled mode.
8988 * simple.el (fundamental-mode): Run fundamental-mode-hook.
8989 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8990 rather than kill-all-local-variables so it runs fundamental-mode-hook.
8991 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8992 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8993 that subsequent hooks get a chance to disable it.
8994
ccaa4765
SM
89952010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8996
17818d71
SM
8997 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8998 Avoid re-enabling a minor mode after the user turned the minor mode
8999 off if MODE-enable-in-buffers is run twice (typically once from
9000 fundamental-mode's after-change-major-mode-hook and a second time from
9001 run-mode-hook's own after-change-major-mode-hook).
9002
ccaa4765
SM
9003 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9004
2a6f654e
SS
90052010-04-27 Sam Steingold <sds@gnu.org>
9006
9007 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9008 `safe-local-variable' if the value is a string or a function, as
9009 documented and implemented on 2010-04-02.
9010
cecaa674
JB
90112010-04-27 Juanma Barranquero <lekktu@gmail.com>
9012
9013 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9014 when method is 'kill.
9015
90162010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 9017
a628ad9d
JB
9018 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9019 condition in default directory check.
1e116bb3
AM
9020 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9021 Kill ispell process when killing its associated buffer.
9022
7dd7fbb9
JD
90232010-04-27 Jan Djärv <jan.h.d@swipnet.se>
9024
9025 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9026 but we aren't using it.
9027
7ac82b84
J
90282010-04-25 Jan Djärv <jan.h.d@swipnet.se>
9029
9030 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9031 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9032
fea1add4
GM
90332010-04-24 Glenn Morris <rgm@gnu.org>
9034
9035 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9036 Ignore VCS-ignore files, and deleted nextstep preferences files.
9037 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9038 (authors-ambiguous-files): New list.
9039 (authors-valid-file-names): Add some deleted files.
9040 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9041 (authors-disambiguate-file-name): New function. (Bug#5501)
9042 (authors-canonical-file-name): Doc fix.
9043 Don't warn about obsolete files.
9044 (authors-canonical-file-name, authors-scan-el):
9045 Use authors-disambiguate-file-name.
9046
cbcfee6e
GM
9047 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9048 Add autoload cookies.
9049 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9050 (generated-autoload-file): Set file-local value to "htmlfontify.el".
9051 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9052 They have definitions / compiler macros in cl.el.
9053 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9054 Replace manual autoloads with generated ones.
9055 (htmlfontify-unload-rgb-file): Remove autoload.
9056 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9057
3b548e1b
SM
90582010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9ae0c310
SM
9060 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9061 (byte-compile-setq-default): Optimize for the
9062 single-var case and don't call byte-compile-form in this case to avoid
9063 inf-loop with byte-compile-set-default.
9064
3b548e1b
SM
9065 * progmodes/compile.el (compilation-start): Abbreviate default directory.
9066
632c5478
MA
90672010-04-23 Michael Albinus <michael.albinus@gmx.de>
9068
9069 Implement SELINUX backends.
9070
3b548e1b
SM
9071 * net/tramp.el (tramp-file-name-handler-alist):
9072 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
9073 (tramp-handle-file-selinux-context)
9074 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
9075 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9076 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 9077
3b548e1b
SM
9078 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9079 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
9080 (tramp-gvfs-handle-file-selinux-context)
9081 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9082 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9083
9084 * net/ange-ftp.el (ange-ftp-copy-file):
9085 * net/tramp-fish.el (tramp-fish-handle-copy-file):
9086 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
9087 * net/tramp-smb.el (tramp-smb-handle-copy-file):
9088 Add PRESERVE-SELINUX-CONTEXT.
632c5478 9089
a94d821f
MA
90902010-04-22 Michael Albinus <michael.albinus@gmx.de>
9091
9092 Synchronize with Tramp repository.
9093
9094 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9095 (tramp-action-process-alive, tramp-action-out-of-band)
9096 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9097 (tramp-exists-file-name-handler): Fix docstring.
9098 (with-progress-reporter): New defmacro.
9099 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9100 (tramp-maybe-open-connection): Use it.
9101
a92375d9
MA
91022010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
9103
9104 Detect ssh 'ControlMaster' argument automatically in some cases.
9105
9106 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9107 (tramp-default-method): Use it.
9108
489fe4c2
MA
91092010-04-22 Michael Albinus <michael.albinus@gmx.de>
9110
25f14cdb
MA
9111 * net/tramp.el (tramp-handle-copy-file): Add new optional
9112 parameter `preserve-selinux-context'.
9113 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9114
a92375d9
MA
91152010-04-22 Michael Albinus <michael.albinus@gmx.de>
9116
489fe4c2
MA
9117 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9118 Ensure, that non remote files are still checked. Oops.
9119
acd1f317
MA
91202010-04-21 Michael Albinus <michael.albinus@gmx.de>
9121
9122 Fix Bug#5840.
9123
9124 * icomplete.el (icomplete-completions): Use `non-essential'.
9125
9126 * net/tramp.el (tramp-connectable-p): New defun.
9127 (tramp-handle-expand-file-name)
9128 (tramp-completion-handle-file-name-all-completions)
9129 (tramp-completion-handle-file-name-completion): Use it.
9130
62c5b459
SM
91312010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9134
f904c0f9
JD
91352010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9136
9137 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9138
9139 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9140
9141 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9142 is present.
9143
9144 * info.el (info-tool-bar-map): Add labels.
9145
9146 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9147
9148 * cus-edit.el (custom-commands): Add labels for tool bar.
9149 (custom-buffer-create-internal, Custom-mode): Adjust for
9150 labels in custom-commands.
9151
9152 * dynamic-setting.el: Renamed from font-setting.el.
9153
c5cbeb12
LL
91542010-04-21 John Wiegley <jwiegley@gmail.com>
9155
9156 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9157 toggles the use of virtual buffers.
537ffaf3 9158 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
9159 (ido-toggle-virtual-buffers): New function.
9160
fcc93746
JB
91612010-04-21 Juanma Barranquero <lekktu@gmail.com>
9162
9163 Use `define-derived-mode'; fix window selection; doc fixes.
9164 * play/tetris.el (tetris, tetris-update-speed-function)
9165 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9166 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9167 (tetris-rotate-next, tetris-end-game, tetris-start-game)
9168 (tetris-pause-game): Fix typos in docstrings.
9169 (tetris-mode-map, tetris-null-map):
9170 Move initialization into declaration.
9171 (tetris-mode): Define with `define-derived-mode';
9172 set show-trailing-whitespace to nil.
9173 (tetris): Prefer window already displaying the "*Tetris*" buffer.
9174
574c05e2
KK
91752010-04-21 Karel Klíč <kklic@redhat.com>
9176
9177 * files.el (backup-buffer): Handle SELinux context, and return it
9178 if a backup was made by renaming.
9179 (backup-buffer-copy): Set SELinux context to the target file.
9180 (basic-save-buffer): Set SELinux context of the newly written file.
9181 (basic-save-buffer-1): Now it also returns any SELinux context.
9182 (basic-save-buffer-2): Set SELinux context of the newly created file,
9183 and return it.
9184 * net/tramp.el (tramp-file-name-for-operation):
9185 Add file-selinux-context.
9186
e97a42c1
SM
91872010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9188
f2b9ed18
SM
9189 Make the log-edit comments use RFC822 format throughout.
9190
e97a42c1
SM
9191 * vc.el (vc-checkin, vc-modify-change-comment):
9192 Adjust to new vc-start/finish-logentry.
9193 (vc-find-conflicted-file): New command.
9194 (vc-transfer-file): Adjust to new vc-checkin.
9195 (vc-next-action): Improve scoping.
9196
9197 * vc-hg.el (vc-hg-log-edit-mode): Remove.
9198 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
9199
9200 * vc-git.el (vc-git-log-edit-mode): Remove.
9201 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
9202 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9203
9204 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9205 (vc-start-logentry): Remove argument `extra'.
9206 (vc-finish-logentry): Remove extra args.
9207
9208 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9209 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
9210 (vc-bzr-conflicted-files): New function.
9211
9212 * log-edit.el (log-edit-extra-flags)
9213 (log-edit-before-checkin-process): Remove.
9214 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9215 (log-edit-headers-alist): New var.
9216 (log-edit-header-contents-regexp): New const.
9217 (log-edit-match-to-eoh): New function.
9218 (log-edit-font-lock-keywords): Use them.
9219 (log-edit): Insert a "Summary:" header as default.
9220 (log-edit-mode): Mark font-lock rules as case-insensitive.
9221 (log-edit-done): Cleanup headers.
9222 (log-view-process-buffer): Remove.
9223 (log-edit-extract-headers): New function to replace it.
9224
938efb77
JB
92252010-04-20 Juanma Barranquero <lekktu@gmail.com>
9226
9227 * subr.el (default-direction-reversed): Remove obsolescence info.
9228
1cfb415b
SM
92292010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9230
cb4f9513
SM
9231 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9232 windows/frames.
9233
6e610c72
SM
9234 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9235 I.e. include text after point in the completion region.
9236 Also, return nil when we're not after/in a symbol.
9237
1cfb415b
SM
9238 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9239 default enable-multibyte-characters.
9240
c80fa13c
SM
92412010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9242
87926e02
SM
9243 * international/mule.el: Help the user choose a valid coding-system.
9244 (read-buffer-file-coding-system): New function.
9245 (set-buffer-file-coding-system): Use it. Prompt the user if the
9246 coding-system cannot encode all the chars.
9247
c80fa13c
SM
9248 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9249 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9250 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9251 Don't use *vc-bzr-shelve*.
9252
6e104790 92532010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
9254
9255 Fix the version number for added files.
9256 * vc-hg.el (vc-hg-working-revision): Check if the file is
9257 registered after hg parent fails (Bug#5961).
9258
6e104790 92592010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
9260
9261 * htmlfontify.el (htmlfontify-buffer)
9262 (htmlfontify-copy-and-link-dir): Autoload entry points.
9263
6e104790 92642010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
9265
9266 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9267 name relative to the project root (Bug#5960).
9268
6e104790 92692010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
9270
9271 * vc-git.el (vc-git-print-log): Doc fix.
9272
6e104790 92732010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
9274
9275 * ido.el (ido-file-internal): Fix 2009-12-02 change.
9276
6e104790 92772010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
9278
9279 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9280 default settings (Bug#5928).
9281
6e104790 92822010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
9283
9284 * progmodes/fortran.el (fortran-match-and-skip-declaration):
9285 New function.
0a23b2c3 9286 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 9287
6e104790 92882010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
9289
9290 * language/indian.el (malayalam-composable-pattern): Fix previous
9291 change (add U+0D4D "SIGN VIRAMA").
9292 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9293 (tamil-composable-pattern): Fix typo in the regexp.
9294 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9295 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9296 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9297
6e104790 92982010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
9299
9300 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9301 paragraph-separate (Bug#5821).
9302
6e104790 93032010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
9304
9305 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9306
9307 * info.el (Info-find-node-2): Comment out code that skips
9308 breadcrumbs line.
9309 (Info-mouse-follow-link): New command.
9310 (Info-link-keymap): New keymap.
9311 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9312 Return a string with links instead of inserting breadcrumbs
9313 to the Info buffer.
9314 (Info-fontify-node): Comment out code that inserts breadcrumbs.
9315 Instead of putting the `invisible' text property over the Info
9316 header, make an overlay over the Info header with the `invisible'
9317 property and `after-string' set to the string returned by
9318 `Info-breadcrumbs'.
9319
6e104790 93202010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
9321
9322 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9323 Reported by monkey@sandpframing.com.
9324
98923800
SM
93252010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9326
b5feea0f
SM
9327 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9328 (tmm-get-keymap): Add key-binding shortcuts now that they're not
9329 available in the "keyseq cache" any more.
9330
98923800
SM
9331 * custom.el (defcustom): Add edebug spec.
9332
fd5c9dfa
JL
93332010-04-18 Juri Linkov <juri@jurta.org>
9334
9335 Test for special mode-class in view-buffer instead of view-file (bug#5513).
9336
9337 * view.el (view-file, view-buffer): Move test for special mode-class
9338 from view-file to view-buffer.
9339
9340 * tar-mode.el (tar-extract): Turn if's into one cond
9341 like in arc-mode.el.
9342
b3671a51
JL
93432010-04-18 Juri Linkov <juri@jurta.org>
9344
9345 Add 7z archive format support (bug#5475).
9346
9347 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9348 (archive-7z-extract): New defcustom.
9349 (archive-find-type): Add magic string for 7z.
9350 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9351 If `stderr-file' is non-nil, use `(t stderr-file)' for the
9352 `buffer' arg of `call-process'.
9353 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9354 call the function `archive-7z-extract' with the variable
9355 `archive-7z-extract' let-bound to `archive-zip-extract'.
9356 (archive-7z-summarize, archive-7z-extract): New functions.
9357
9358 * international/mule.el (auto-coding-alist):
9359 * files.el (auto-mode-alist): Add 7z file extension.
9360
8a37fb25
SM
93612010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9362
e9515805
SM
9363 * loadup.el: Setup hash-cons for pure data.
9364
f8ea0098
SM
9365 Fix duplicate entries in cedet's loaddefs.el files.
9366 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9367 Should make most file-local generated-autoload-file unnecessary.
9368 (print-readably): Silence warnings.
9369 (autoload-find-destination): Take load-name as an arg to make sure
9370 it's the same as the one that will be in the file.
9371 (autoload-generate-file-autoloads): Adjust to above changes.
9372 Try to make the dataflow a bit simpler.
9373
8a37fb25
SM
9374 * cvs-status.el (cvs-refontify): Remove unused.
9375
f8b91752
JB
93762010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
9377
76e3243a 9378 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 9379
76e3243a 9380 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
9381 twos-complement mode.
9382
d8b01fef
JB
93832010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
9384
76e3243a
JB
9385 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9386 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
9387 (calc-inverse): Add "Option" to message, as appropriate.
9388 (calc-hyperbolic): Add "Option" to message, as appropriate.
9389 (calc-option, calc-is-option): New functions.
9390
76e3243a 9391 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
9392 (calc-option-prefix-help): New function.
9393
76e3243a 9394 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 9395
76e3243a 9396 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
9397 (calc-option-flag): New variable.
9398 (calc-do): Set `calc-option-flag to nil.
9399 (calc-set-mode-line): Add "Opt " as appropriate.
9400
74f806a1
JL
94012010-04-16 Juri Linkov <juri@jurta.org>
9402
9403 Move scrolling commands from simple.el to window.el
9404 because their primitives are implemented in window.c.
9405
9406 * simple.el (scroll-error-top-bottom)
9407 (scroll-up-command, scroll-down-command, scroll-up-line)
9408 (scroll-down-line, scroll-other-window-down)
9409 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9410 * window.el (scroll-error-top-bottom)
9411 (scroll-up-command, scroll-down-command, scroll-up-line)
9412 (scroll-down-line, scroll-other-window-down)
9413 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9414 Move from simple.el to window.el because their primitives are
9415 implemented in window.c.
9416
ad40eec5
JL
94172010-04-16 Juri Linkov <juri@jurta.org>
9418
9419 * isearch.el (isearch-lookup-scroll-key): Check both
9420 `isearch-scroll' and `scroll-command' properties.
9421 (scroll-up, scroll-down): Remove `isearch-scroll' property.
9422
9423 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9424
9425 * simple.el (scroll-up-command, scroll-down-command)
9426 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9427
a4b000fb
JL
94282010-04-15 Juri Linkov <juri@jurta.org>
9429
9430 * simple.el (scroll-up-command, scroll-down-command)
9431 (scroll-up-line, scroll-down-line): Put `scroll-command'
9432 property on the these symbols. Remove them from
9433 `scroll-preserve-screen-position-commands'.
9434
9435 * mwheel.el (mwheel-scroll): Put `scroll-command' and
9436 `isearch-scroll' properties on the `mwheel-scroll' symbol.
9437 Remove it from `scroll-preserve-screen-position-commands'.
9438
9439 * isearch.el (isearch-allow-scroll): Doc fix.
9440
4874f5e6
MA
94412010-04-15 Michael Albinus <michael.albinus@gmx.de>
9442
9443 * net/tramp.el (tramp-error-with-buffer): Don't show the
9444 connection buffer when we are in completion mode.
9445 (tramp-file-name-handler): Catch the error for some operations
9446 when we are in completion mode. This gives the user the chance to
9447 correct the file name in the minibuffer.
9448
82883f0a
GM
94492010-04-15 Glenn Morris <rgm@gnu.org>
9450
9451 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9452
528b9ea9
JB
94532010-04-15 Juanma Barranquero <lekktu@gmail.com>
9454
9455 Simplify by using `define-derived-mode'.
9456 * info.el (Info-mode):
9457 * calendar/todo-mode.el (todo-mode):
9458 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9459 (gomoku-mode-map): Move initialization into declaration.
9460
5f2b693f
MA
94612010-04-14 Michael Albinus <michael.albinus@gmx.de>
9462
9463 Fix Bug#5840.
9464 * ido.el (ido-file-name-all-completions-1):
9465 * minibuffer.el (minibuffer-completion-help):
9466 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9467
ebb9641f
SM
94682010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9469
38111a5a
SM
9470 * simple.el (non-essential): New var.
9471
ebb9641f
SM
9472 Add a new field `location' to bookmarks for non-file bookmarks.
9473 * bookmark.el (bookmark-location): Use the new field, if present.
9474 (bookmark-insert-location): Undo last change, not needed any more.
9475 * man.el (Man-bookmark-make-record):
9476 * woman.el (woman-bookmark-make-record): Add `location' field.
9477
7b05466f
JL
94782010-04-14 Juri Linkov <juri@jurta.org>
9479
9480 * simple.el (scroll-error-top-bottom): New defcustom.
9481 (scroll-up-command, scroll-down-command): Use it. Doc fix.
9482
9483 * emulation/pc-select.el (pc-select-override-scroll-error):
9484 Obsolete in favor of `scroll-error-top-bottom'.
9485
32129746
JL
94862010-04-14 Juri Linkov <juri@jurta.org>
9487
9488 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9489 `scroll-up-command' and `M-v' to `scroll-down-command'.
9490
9491 * emulation/cua-rect.el (cua--init-rectangles):
9492 * forms.el (forms--change-commands):
9493 * image-mode.el (image-mode-map):
9494 Remap scroll-down-command and scroll-up-command
9495 in addition to scroll-down and scroll-up.
9496
9013a7f8
JL
94972010-04-14 Juri Linkov <juri@jurta.org>
9498
9499 * mwheel.el (scroll-preserve-screen-position-commands):
9500 Add mwheel-scroll to this list of commands.
9501
9502 * simple.el (scroll-preserve-screen-position-commands):
9503 Add scroll-up-command, scroll-down-command, scroll-up-line,
9504 scroll-down-line to this list of commands.
9505
3b7e1d5f
SM
95062010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9507
c1e25821
SM
9508 * obsolete/complete.el: Move from lisp/complete.el.
9509
5b31b787
SM
9510 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9511
3b7e1d5f
SM
9512 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9513 to the minor mode function now turns the mode ON unconditionally.
9514
398a825b
SM
95152010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9516
a544e7c1
SM
9517 * vc-dir.el (vc-dir-kill-line): New command.
9518 (vc-dir-mode-map): Bind it to C-k.
9519
a1979d8e
SM
9520 * bookmark.el (bookmark-insert-location): Handle a nil filename.
9521
398a825b
SM
9522 * woman.el: Add bookmark declarations to silence the compiler.
9523 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9524 step to compatibility between man and woman bookmarks.
9525 Adjust for Man-default-bookmark-title renaming.
9526 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
9527
9528 * man.el: Add bookmark declarations to silence the compiler.
9529 (Man-name-local-regexp): Make it match NAME as well.
9530 (Man-getpage-in-background): Return the buffer.
9531 (Man-notify-when-ready): Use `case'.
9532 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9533 Don't hardcode "NAME". Simplify.
9534 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9535 Rename from Man-bookmark-make-record.
9536 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
9537 we have the actual man-args. Use Man-getpage-in-background rather
9538 than `man' since the arg is already processed. Let bookmark.el do the
9539 window handling. Only wait for the relevant process.
9540 Don't forget to autoload.
9541
9542 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9543
45be326a
TV
95442010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9545
9546 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9547 New functions.
9548 (woman-mode): Setup bookmark support.
9549
9550 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9551 (man-bookmark-jump): New functions.
9552 (Man-mode): Setup bookmark support.
9553
3acb4c93
CY
95542010-04-10 Jari Aalto <jari.aalto@cante.net>
9555
9556 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9557 recognize ssh-keygen prompt (Bug#2817).
9558
b6bbb65e
MA
95592010-04-10 Michael Albinus <michael.albinus@gmx.de>
9560
9561 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9562
b533bc97
MA
95632010-04-10 Michael Albinus <michael.albinus@gmx.de>
9564
9565 Synchronize with Tramp repository.
9566
9567 * net/tramp.el (tramp-completion-function-alist)
9568 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
9569 (tramp-local-coding-commands, tramp-remote-coding-commands):
9570 Fix docstring.
9571 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
9572 (tramp-handle-directory-files-and-attributes)
9573 (tramp-get-remote-path): Use `copy-tree'.
9574 (tramp-handle-file-name-all-completions): Backward/ XEmacs
9575 compatibility: Use `completion-ignore-case' if
9576 `read-file-name-completion-ignore-case' does not exist.
9577 (tramp-do-copy-or-rename-file-directly): Do not use
9578 `tramp-handle-file-remote-p'.
45be326a
TV
9579 (tramp-do-copy-or-rename-file-out-of-band):
9580 Use `tramp-compat-delete-directory'.
b533bc97 9581 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
9582 (tramp-compute-multi-hops, tramp-maybe-open-connection):
9583 Use `format-spec-make'.
b533bc97
MA
9584 (tramp-find-foreign-file-name-handler)
9585 (tramp-advice-make-auto-save-file-name)
9586 (tramp-set-auto-save-file-modes): Remove superfluous check for
9587 `stringp'. This is done inside `tramp-tramp-file-p'.
9588 (tramp-debug-outline-regexp): New defconst.
9589 (tramp-get-debug-buffer): Use it.
9590 (tramp-check-for-regexp): Use (forward-line 1).
9591 (tramp-set-auto-save-file-modes): Adapt version check.
9592
45be326a
TV
9593 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9594 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
9595 (tramp-compat-make-temp-file): Simplify fallback implementation.
9596 (tramp-compat-copy-tree): Remove function.
9597 (tramp-compat-delete-directory): Provide implementation for older
9598 Emacsen.
9599
9600 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9601 Do not use `tramp-fish-handle-file-attributes.
9602
9603 * net/trampver.el: Update release number.
9604
ba33df00
GM
96052010-04-10 Glenn Morris <rgm@gnu.org>
9606
9607 * progmodes/compile.el (compilation-save-buffers-predicate):
9608 Add missing :version tag.
9609
4a8ae76f
SS
96102010-04-09 Sam Steingold <sds@gnu.org>
9611
9612 * progmodes/compile.el (compilation-save-buffers-predicate):
9613 Remove the "autoload" cookie.
9614
0880716f
SS
9615 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9616 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9617 and `bug-reference-prog-mode' can be used in hooks directly.
9618
6aebd58c
DN
96192010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9620
9621 Add --author support to git commit.
9622 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9623 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
9624 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9625 New declarations.
6aebd58c 9626
f6d90772
ER
96272010-04-09 Eric Raymond <esr@snark.thyrsus.com>
9628
9629 * vc-hooks.el, vc-git.el: Improve documentation comments.
9630
e754e83b
SM
96312010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 Fix some of the problems in defsubst* (bug#5728).
9634 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9635 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9636
9e86ab0b
SS
96372010-04-07 Sam Steingold <sds@gnu.org>
9638
e754e83b
SM
9639 * progmodes/compile.el (compilation-save-buffers-predicate):
9640 New custom variable.
9e86ab0b
SS
9641 (compile, recompile): Pass it to `save-some-buffers'.
9642
b0c8b840
JD
96432010-04-07 Jan Djärv <jan.h.d@swipnet.se>
9644
9645 * wid-edit.el (widget-choose): Move cursor to the second line of
9646 the buffer (Bug#5695).
9647
31527c56
DN
96482010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9649
9650 Add new VC methods: vc-log-incoming and vc-log-outgoing.
9651 * vc.el (vc-print-log-setup-buttons): New function split out from
9652 vc-print-log-internal.
9653 (vc-log-internal-common): New function, a parametrized version of
9654 vc-print-log-internal.
9655 (vc-print-log-internal): Just call vc-log-internal-common with the
9656 right arguments.
9657 (vc-incoming-outgoing-internal):
9658 (vc-log-incoming, vc-log-outgoing): New functions.
9659 (vc-log-view-type): New permanent local variable.
9660
9661 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9662
9663 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9664 of the dynamic bound vc-short-log.
9665 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9666
9667 * vc-git.el (vc-git-log-outgoing): New function.
9668 (vc-git-log-view-mode): Use vc-log-view-type instead
9669 of the dynamic bound vc-short-log.
9670
9671 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9672 of the dynamic bound vc-short-log. Highlight the tag.
9673 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9674 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9675 (vc-hg-incoming-mode): Remove.
9676 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9677
7ec69e2b
DN
96782010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9679
9680 Fix default-directory for vc-root-diff.
9681 * vc.el (vc-root-diff): Bind default-directory to the root
9682 directory for the diff command.
9683
fd9ea9d3
WS
96842010-04-07 Michael McNamara <mac@mail.brushroad.com>
9685
6e104790 9686 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
9687 (verilog-calc-1): Support "disable fork" and "fork wait" multi
9688 word keywords, suggested by Steve Pearlmutter.
6e104790 9689 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 9690 port lists.
6e104790 9691 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 9692 fix bug for /* / comments.
6e104790 9693 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 9694 Speed up and simplfy as this is never called with a bound.
6e104790
SM
9695 (verilog-pretty-declarations): Enhance to line up declarations
9696 inside a parameter list, suggested by Alan Morgan.
9697 (verilog-pretty-expr): Tune assignment regular expression match
9698 string for corner cases; also use markers instead of character
9699 number as indent changes the later.
fd9ea9d3
WS
9700
97012010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
9702
6e104790
SM
9703 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9704 as missing keyword.
9705 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9706 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
9707 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9708 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
9709 Tennant.
9710 (verilog-keywords):
fd9ea9d3
WS
9711 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9712 1800-2009 keywords, including "global.".
9713
2a07afc5
JW
97142010-04-06 John Wiegley <jwiegley@gmail.com>
9715
8b32731a 9716 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 9717 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 9718 file basename). Should use uniquify to offer a real solution.
2a07afc5 9719
f9a27d86
JW
97202010-04-06 John Wiegley <jwiegley@gmail.com>
9721
8b32731a
JB
9722 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9723 comment to code, and add a :version tag.
9724 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 9725
9caf8a8f
JB
97262010-04-06 Juanma Barranquero <lekktu@gmail.com>
9727
9728 Enable recentf-mode if using virtual buffers.
9729 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 9730 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
9731 (ido-make-buffer-list): Simplify.
9732 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
9733
5a97d2da
JL
97342010-04-05 Juri Linkov <juri@jurta.org>
9735
9736 Scrolling commands which scroll a line instead of full screen.
9737 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9738
9739 * simple.el (scroll-up-line, scroll-down-line): New commands.
9740 Put property isearch-scroll=t on them.
9741
9742 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9743 Remove commands.
9744
79ce172a
JL
97452010-04-05 Juri Linkov <juri@jurta.org>
9746
8b32731a 9747 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
9748 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9749
9750 * simple.el (scroll-up-command, scroll-down-command): New commands.
9751 Put property isearch-scroll=t on them.
9752
9753 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9754 `scroll-down-command' and [next] from `scroll-up' to
9755 `scroll-up-command'.
9756
9757 * emulation/cua-base.el: Put property CUA=move on
9758 `scroll-up-command' and `scroll-down-command'.
9759 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9760 and `scroll-down-command' to `cua-scroll-down'.
9761
309d5b43
JB
97622010-04-05 Juanma Barranquero <lekktu@gmail.com>
9763
6460e534 9764 * help.el (describe-mode): Return nil.
309d5b43 9765
0523d117
JW
97662010-04-04 John Wiegley <jwiegley@gmail.com>
9767
9768 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 9769 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
9770 (ido-virtual): Face used to indicate virtual buffers in the list.
9771 (ido-buffer-internal): If a buffer is chosen, and no such buffer
9772 exists, but a virtual buffer of that name does (which would be why
9773 it was in the list), recreate the buffer by reopening the file.
9774 (ido-make-buffer-list): If virtual buffers are being used, call
9775 `ido-add-virtual-buffers-to-list' before the make list hook.
9776 (ido-virtual-buffers): New variable which contains a copy of the
9777 current contents of the `recentf-list', albeit pared down for the
9778 sake of speed, and with proper faces applied.
9779 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9780 create a list of "virtual buffers" to present to the user in
9781 addition to the currently open set. Note that this logic could
9782 get rather slow if that list is too large. With the default
9783 `recentf-max-saved-items' of 200, there is little speed penalty.
9784
202ff0d6
SM
97852010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * font-lock.el: Require CL when compiling.
9788 (font-lock-turn-on-thing-lock): Use `case'.
9789
ef43a0f4
EZ
97902010-04-03 Eli Zaretskii <eliz@gnu.org>
9791
9792 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9793 Zaretskii.
ef43a0f4 9794
9c13a46e
JL
97952010-04-02 Juri Linkov <juri@jurta.org>
9796
9797 * ehelp.el (electric-help-orig-major-mode):
9798 New buffer-local variable.
9799 (electric-help-mode): Set it to original major-mode. Doc fix.
9800 (with-electric-help): Use `electric-help-orig-major-mode' instead
9801 of (default-value 'major-mode). Doc fix.
9802 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9803
3fb87bf5
SS
98042010-04-02 Sam Steingold <sds@gnu.org>
9805
9806 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9807 `vc-hg-command' with a list of flags.
9808
202ff0d6
SM
9809 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9810 Also accept "patch" and "RFE".
dbb5e44a
SS
9811 (bug-reference-fontify): `bug-reference-url-format' can also be a
9812 function to be able to handle the bug kind.
202ff0d6 9813 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 9814
d0b22876
JD
98152010-04-02 Jan Djärv <jan.h.d@swipnet.se>
9816
9817 * tmm.el (tmm-get-keymap): Check with symbolp before passing
9818 value to fboundp, it may not be a symbol.
9819
1625d379
CY
98202010-03-31 Chong Yidong <cyd@stupidchicken.com>
9821
202ff0d6 9822 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 9823
1cd095c6
JL
98242010-03-31 Juri Linkov <juri@jurta.org>
9825
9826 * simple.el (next-line, previous-line): Re-throw a signal
9827 with `signal' instead of using `ding'.
9828 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9829
67189e62
JL
98302010-03-31 Juri Linkov <juri@jurta.org>
9831
9832 * simple.el (keyboard-escape-quit): Raise deselecting the active
9833 region higher than exiting the minibuffer.
9834 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9835
1546c559
JL
98362010-03-31 Juri Linkov <juri@jurta.org>
9837
9838 * image.el (image-animated-p): Use `image-metadata' instead of
9839 `image-extension-data'. Get GIF extenstion data from metadata
9840 property `extension-data'.
9841
85626eef
SM
98422010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * simple.el (append-to-buffer): Simplify.
9845
85738751 98462010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
9847
9848 * textmodes/artist.el (artist-mode): Fix typo in docstring.
9849 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
9850
85738751 98512010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
9852
9853 * language/sinhala.el (composition-function-table): Fix regexp for
9854 the new Unicode specification.
9855
9856 * language/indian.el (devanagari-composable-pattern)
9857 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 9858 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
9859 specification.
9860 (bengali-composable-pattern, gurmukhi-composable-pattern)
9861 (gujarati-composable-pattern, oriya-composable-pattern)
9862 (telugu-composable-pattern): New variables to cope with the new
9863 Unicode specification. Use them in composition-function-table.
9864
85738751 98652010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 9866
79d74ac5 9867 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
9868 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9869 vectors rather than cons cells, as used in menu-bar-update-buffers.
9870
85738751 98712010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 9872
2a793f7f
CY
9873 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
9874 (js-insert-and-indent): Revert 2009-08-15 change, restoring
9875 electric punctuation for "{}();,:" (Bug#5586).
9876
03ffe8be
CY
9877 * mail/sendmail.el (mail-default-directory): Doc fix.
9878
85738751 98792010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
9880
9881 * mail/sendmail.el (mail-default-directory): Doc fix.
9882
85738751 98832010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
9884
9885 * subr.el (version-regexp-alist, version-to-list)
9886 (version-list-<, version-list-=, version-list-<=)
9887 (version-list-not-zero, version<, version<=, version=): Doc fix.
9888 (Bug#5744).
9889
85738751 98902010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
9891
9892 * vc.el (vc-root-diff): Doc fix.
9893
85738751 98942010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 9895
9aa2c576
CY
9896 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
9897
9d30a9f4
CY
9898 * simple.el (append-to-buffer): Fix last change.
9899
85738751 99002010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
9901
9902 * simple.el (append-to-buffer): Ensure that point is preserved if
9903 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
9904 (Bug#5749)
9905
2372f278
SM
99062010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * files.el (auto-mode-case-fold): Change default to t.
9909
2223a1b3
JL
99102010-03-30 Juri Linkov <juri@jurta.org>
9911
9912 * dired-x.el (dired-omit-mode): Doc fix.
9913
0ef84fc8
JL
99142010-03-30 Juri Linkov <juri@jurta.org>
9915
9916 * replace.el (occur-accumulate-lines): Move occur-engine related
9917 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9918 to be located after `occur-engine'.
9919
dc2d2590
JL
99202010-03-30 Juri Linkov <juri@jurta.org>
9921
9922 Make occur handle multi-line matches cleanly with context.
9923 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
9924
9925 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
9926 (occur-engine): Add local variables `ret', `prev-after-lines',
9927 `prev-lines'. Use more arguments for `occur-context-lines'.
9928 Set first elem of its returned list to `data', and the second elem
9929 to `prev-after-lines'. Don't print the separator line.
9930 In the end, print remaining context after-lines.
9931 (occur-context-lines): Add new arguments `begpt', `endpt',
9932 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
9933 after-lines of the previous match with before-lines of the
9934 current match and not overlap them. Return a list with two
9935 values: the output line and the list of context after-lines.
9936
47c88c06
JL
99372010-03-30 Juri Linkov <juri@jurta.org>
9938
9939 * replace.el (occur-accumulate-lines): Fix a bug where the first
9940 context line at the beginning of the buffer was missing.
9941
a7b02820
EZ
99422010-03-30 Eli Zaretskii <eliz@gnu.org>
9943
9944 * files.el: Make bidi-display-reordering safe variable for boolean
9945 values.
9946
9326ba26 99472010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 9948 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
9949
9950 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
9951 (progress-reporter-update, progress-reporter-do-update):
9952 Handle non-numeric value arguments.
9326ba26
CY
9953 (progress-reporter--pulse-characters): New var.
9954
f6f8aa12
CY
99552010-03-28 Chong Yidong <cyd@stupidchicken.com>
9956
9957 * progmodes/compile.el (compilation-start): Fix regexp detection
9958 of initial cd command (Bug#5771).
9959
7ed287b5
CY
99602010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
9961
9962 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
9963
146b8b16
NR
99642010-03-27 Nick Roberts <nickrob@snap.net.nz>
9965
9966 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
9967 * progmodes/gdb-mi.el: Restore.
9968 * progmodes/gdb-ui.el: Remove.
9969 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 9970
b23caf75
GM
99712010-03-25 Glenn Morris <rgm@gnu.org>
9972
9973 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
9974 all dired buffers, even tramp ones. (Bug#5755)
9975
18c812bd
SM
99762010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 Add "union tags" in mpc.el.
9979 * mpc.el: Remove backward compatibility code.
9980 (mpc-browser-tags): Change default.
9981 (mpc--find-memoize-union-tags): New var.
9982 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9983 (mpc-cmd-find): Handle the case where the playlist does not exist.
9984 Handle union-tags.
9985 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
9986 (mpc-cmd-add): Use mpc-cmd-flush.
9987 (mpc-tagbrowser-tag-name): New fun.
9988 (mpc-tagbrowser-buf): Use it.
9989 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
9990
efee6a6d
SM
99912010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9586c41a
SM
9993 Misc cleanup.
9994 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9995 Use replace-regexp-in-string.
9996 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9997 (makefile-imake-mode-syntax-table): Move init into defvar.
9998 (makefile-mode): Use define-derived-mode.
9999
efee6a6d
SM
10000 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10001 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10002 not be present any more.
10003
c6f3804c
JB
100042010-03-24 Juanma Barranquero <lekktu@gmail.com>
10005
10006 * faces.el (set-face-attribute): Fix typo in docstring.
10007 (face-valid-attribute-values): Reflow docstring.
10008
e867cb5d 100092010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 10010
efee6a6d 10011 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 10012
e867cb5d 100132010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
10014
10015 * indent.el (indent-for-tab-command): Doc fix.
10016
e867cb5d 100172010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 10018
efee6a6d
SM
10019 * progmodes/cc-engine.el (c-remove-stale-state-cache):
10020 Fix off-by-one error. Fixes bug #5747.
657071fc 10021
e867cb5d 100222010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
10023
10024 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10025 (image-dired-read-comment): Doc fix.
10026
efee6a6d
SM
10027 * json.el (json-object-type, json-array-type, json-key-type)
10028 (json-false, json-null, json-read-number):
c8de140b
JB
10029 * minibuffer.el (completion-in-region-functions):
10030 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10031 (cal-tex-cursor-week):
10032 * emacs-lisp/trace.el (trace-function):
10033 * eshell/em-basic.el (eshell/printnl):
10034 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10035 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10036 * obsolete/levents.el (allocate-event, event-key, event-object)
10037 (event-point, event-process, event-timestamp, event-to-character)
10038 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10039 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10040 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10041 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10042 (reftex-highlight-selection): Fix typos in docstrings.
10043
e867cb5d 100442010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
10045
10046 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10047
e867cb5d 100482010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
10049
10050 * mail/rmail.el (rmail-highlight-face): Restore option deleted
10051 2008-02-13 without comment; mark it obsolete.
10052 (rmail-highlight-headers): Use rmail-highlight-face once more.
10053
e867cb5d 100542010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
10055
10056 * woman.el (woman2-process-escapes): Only consume the newline if
10057 the filler character is on a line by itself (Bug#5729).
10058
e867cb5d 100592010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
10060
10061 * language/indian.el (devanagari-composable-pattern): Add more
10062 consonants.
10063
e867cb5d 100642010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
10065
10066 * net/trampver.el: Update release number.
10067
e867cb5d 100682010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 10069
efee6a6d
SM
10070 * net/tramp.el (tramp-find-executable):
10071 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
10072 output of "wc -l" more robust.
10073 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10074 (tramp-open-connection-setup-interactive-shell): Remove workaround
10075 for OpenSolaris bug, it is not needed anymore.
10076
e867cb5d 100772010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
10078
10079 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
10080
e867cb5d 100812010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
10082
10083 * files.el (auto-mode-alist): Accept more verilog file patterns.
10084
b2b8574b
SM
100852010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10088
1d94ebb0
GM
100892010-03-24 Glenn Morris <rgm@gnu.org>
10090
7e263967
GM
10091 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10092 log-edit-before-checkin-process.
10093
5ac92c5f
GM
10094 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10095
10096 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 10097
549f324a
GM
10098 * vc-dispatcher.el (vc-start-logentry): Doc fix.
10099 (log-view-process-buffer, log-edit-extra-flags): Declare.
10100
495b517c
GM
10101 * log-edit.el (log-edit-before-checkin-process): Doc fix.
10102
f4087766
SS
101032010-03-23 Sam Steingold <sds@gnu.org>
10104
10105 Fix bug#5620: recalculate all markers on compilation buffer
10106 modifications, not on file modifications.
38e9aa53
GM
10107 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10108 variable: the buffer modification time, for buffers not associated with
10109 files.
f4087766
SS
10110 (compilation-mode): Create it.
10111 (compilation-filter): Update it.
10112 (compilation-next-error-function): Use it instead of
10113 `visited-file-modtime' for timestamp.
10114
774642e5
JL
101152010-03-23 Juri Linkov <juri@jurta.org>
10116
10117 Implement Occur multi-line matches.
10118 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10119
10120 * replace.el (occur): Doc fix.
10121 (occur-engine): Set `begpt' to the beginning of the first line.
10122 Set `endpt' to the end of the last match line. At first, count
10123 line numbers between `origpt' and `begpt'. Split out code from
10124 `out-line' variable to new let-bindings `match-prefix' and
10125 `match-str'. In `out-line' add non-numeric prefix to all
10126 non-first lines of multi-line matches. Finally, count lines
10127 between `begpt' and `endpt' and add to `lines'.
10128
f14d1172
JL
101292010-03-23 Juri Linkov <juri@jurta.org>
10130
10131 * replace.el (occur-accumulate-lines, occur-engine):
10132 Use `occur-engine-line' instead of duplicate code.
10133 (occur-engine-line): New function created from duplicate code
10134 in `occur-accumulate-lines' and `occur-engine'.
10135
53e87c57
JL
10136 * replace.el (occur-engine-line): Add optional arg `keep-props'.
10137 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10138
75a3ff20
JL
101392010-03-23 Juri Linkov <juri@jurta.org>
10140
10141 * finder.el: Remove TODO tasks.
10142
10143 * info.el (Info-finder-find-node): Add node "all"
10144 with all package info. Handle a list of multiple keywords
10145 separated by comma.
10146 (info-finder): In interactive use with a prefix argument,
10147 use `completing-read-multiple' to read a list of keywords
10148 separated by comma.
10149
00278747
SM
101502010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 Add a new completion style `substring'.
10153 * minibuffer.el (completion-basic--pattern): New function.
10154 (completion-basic-try-completion, completion-basic-all-completions):
10155 Use it.
10156 (completion-substring--all-completions)
10157 (completion-substring-try-completion)
10158 (completion-substring-all-completions): New functions.
10159 (completion-styles-alist): New style `substring'.
10160
64cb11cc
SM
101612010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 Get rid of .elc files after removal of the corresponding .el.
10164 * Makefile.in (compile-clean): New target.
10165 (compile-main): Use it.
10166
835e2c65
JD
101672010-03-22 Jan Djärv <jan.h.d@swipnet.se>
10168
10169 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10170 don't do make there. When compiling with separate object dir, there
10171 is no Makefile there.
10172
111a9dff
SM
101732010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 Get rid of the ELCFILES abomination, again.
10176 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10177 (all, compile): Don't call compile-last.
10178 (compile-main): Build the "elcfiles" list dynamically.
10179 (compile-targets): New (internal) target.
10180
82c3d67a
AS
101812010-03-21 Andreas Schwab <schwab@linux-m68k.org>
10182
10183 * Makefile.in (top_srcdir): Define.
10184 (abs_top_builddir): Define.
10185 (srcdir): Don't append `/..'.
10186 (EMACS): Use ${abs_top_builddir}.
10187 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
10188 (update-subdirs, update-authors): Use $(top_srcdir) instead of
10189 $(srcdir).
82c3d67a
AS
10190 (lisp): Use $(srcdir) instead of @srcdir@.
10191
d66ecdbb
JL
101922010-03-21 Juri Linkov <juri@jurta.org>
10193
10194 Fix message of multi-line occur regexps and multi-buffer header lines.
10195 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10196
10197 * replace.el (occur-1): Don't display regexp if it is longer
10198 than window-width. Use `query-replace-descr' to display regexp.
10199 (occur-engine): Don't display regexp in the buffer header for
10200 multi-buffer occur. Display a separate header line with total
10201 match count and regexp for multi-buffer occur.
10202 Use `query-replace-descr' to display regexp.
10203
f05e1b94
TZ
102042010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10205
10206 * net/secrets.el: Fix parenthesis.
10207 (secrets-enabled): Fix parenthesis.
10208
801ba3ba
SM
102092010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10210
3613edce
SM
10211 Use more relative file and directory names.
10212 * Makefile.in (EMACS): Arrange for it to work when we chdir.
10213 (setwins, setwins_almost, setwins_for_subdirs):
10214 Don't `cd'; output relative names.
10215 (all, compile, compile-always, compile-last): Set emacswd.
10216 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10217 Just cd to the lisp source dir so we can use relative file names.
10218
801ba3ba
SM
10219 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10220
2b1400b9
GM
102212010-03-20 Glenn Morris <rgm@gnu.org>
10222
10223 * textmodes/rst.el: Use faces for font-lock customization, and make the
10224 old -face variables obsolete.
10225 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10226 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10227 (rst-block-face, rst-external-face, rst-definition-face)
10228 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10229 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10230 Make obsolete.
10231 (rst-font-lock-keywords-function): Update for above changes.
10232
5e418f17
JL
102332010-03-20 Juri Linkov <juri@jurta.org>
10234
10235 * s-region.el:
10236 * obsolete/s-region.el: Move to obsolete.
10237
b0287b39
JB
102382010-03-19 Juanma Barranquero <lekktu@gmail.com>
10239
10240 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10241
3c95bbb6
DN
102422010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10243
10244 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10245
09158997
DN
102462010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10247
10248 Add special markup processing for commit logs.
10249 * log-edit.el (log-edit-extra-flags): New variable.
10250 (log-edit): Add new argument MODE. Use that mode when non-nil
10251 instead of the log-view-mode.
10252 (log-view-process-buffer): New function.
10253
10254 * vc.el: Document that the checkin method takes optional
10255 arguments. Document new backend specific method: log-view-mode.
10256 (vc-default-log-edit-mode): New function.
10257 (vc-checkin): Use a backend specific log-view-mode.
10258 Pass extra arguments to the checkin method.
10259 (vc-modify-change-comment): Pass a dummy extra argument.
10260
10261 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10262 log-edit.
10263 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10264 (vc-finish-logentry): Process the log buffer before passing it
10265 down. Pass log-edit-extra-flags.
10266
10267 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10268 command.
85626eef
SM
10269 (log-edit-extra-flags, log-edit-before-checkin-process):
10270 New declarations.
09158997
DN
10271
10272 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10273 command.
85626eef
SM
10274 (log-edit-extra-flags, log-edit-before-checkin-process):
10275 New declarations.
09158997
DN
10276 (vc-hg-log-edit-mode): New derived mode.
10277
10278 * vc-arch.el (vc-arch-checkin):
10279 * vc-cvs.el (vc-cvs-checkin):
10280 * vc-git.el (vc-git-checkin):
10281 * vc-mtn.el (vc-mtn-checkin):
10282 * vc-rcs.el (vc-rcs-checkin):
10283 * vc-sccs.el (vc-sccs-checkin):
10284 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10285
f430423d
SM
102862010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10289 parent typo).
10290
aa8f8277
GM
102912010-03-19 Glenn Morris <rgm@gnu.org>
10292
f430423d 10293 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 10294
04525749
GM
102952010-03-18 Glenn Morris <rgm@gnu.org>
10296
c70815f1
GM
10297 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10298
84d0a5f8
GM
10299 * replace.el (query-replace-history): Give it a doc string.
10300 (map-query-replace-regexp): Use query-replace-from-history-variable
10301 and query-replace-to-history-variable.
10302
e3a15161
GM
10303 * mail/hashcash.el (declare-function): Remove duplicate definition.
10304
27be0364
GM
10305 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10306 Make it an obsolete alias for report-emacs-bug-address.
10307 (message-strip-special-text-properties): Declare.
10308 (report-emacs-bug): Remove test for a pretest bug address.
10309 Combine message-mode-specific code.
10310
88b8d18e
GM
10311 * mail/supercite.el: Don't require sendmail.
10312 (mh-in-header-p): Declare rather than using with-no-warnings.
10313 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10314 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
10315
1a355d09
GM
10316 * calendar/cal-french.el: Convert to utf-8.
10317
04525749
GM
10318 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10319 Emacs scripts.
10320
ae84eb97
MA
103212010-03-16 Michael Albinus <michael.albinus@gmx.de>
10322
10323 * net/secrets.el (secrets-enabled): New variable. Use it instead
10324 of a subfeature.
10325
7c75524e
MA
103262010-03-15 Michael Albinus <michael.albinus@gmx.de>
10327
10328 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
10329 service "org.freedesktop.secrets" can be pinged.
10330 Provide subfeature `enabled'.
7c75524e 10331
57938a79
JL
103322010-03-14 Juri Linkov <juri@jurta.org>
10333
10334 Add finder unknown keywords.
10335
10336 * finder.el (finder-unknown-keywords): New function.
10337
10338 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10339 to create a Finder node with unknown keywords.
10340
88f4758e
JL
103412010-03-14 Juri Linkov <juri@jurta.org>
10342
10343 * finder.el (finder-compile-keywords): Replace `princ' with
10344 `prin1' on a list of symbols interned from keyword strings.
10345
10346 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10347 a comma, then split keywords using a comma and optional whitespace.
10348 Otherwise, split by whitespace.
10349
10350 * complete.el:
10351 * face-remap.el:
10352 * log-view.el:
10353 * net/hmac-def.el:
10354 * net/hmac-md5.el:
10355 * net/netrc.el:
10356 * progmodes/mixal-mode.el: Fix keywords.
10357
7725ebb7
MA
103582010-03-13 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * Makefile.in (ELCFILES): Add net/secrets.elc.
10361
10362 * net/secrets.el: New file.
10363
6f320937
CY
103642010-03-12 Chong Yidong <cyd@stupidchicken.com>
10365
10366 * facemenu.el (list-colors-display, list-colors-print): New arg
10367 callback. Use it to allow selecting colors.
10368
10369 * wid-edit.el (widget-image-insert): Insert image prop even if the
10370 current display is non-graphic.
10371 (widget-field-value-set): New fun.
10372 (editable-field): Use it.
10373 (widget-field-value-get): Clean up unused var.
85626eef
SM
10374 (widget-color-value-create, widget-color--choose-action):
10375 New funs. Allow using list-colors-display to choose color.
6f320937 10376
647f9993
CY
103772010-03-12 Chong Yidong <cyd@stupidchicken.com>
10378
10379 * cus-edit.el: Resort topmost custom groups.
10380 (custom-buffer-sort-alphabetically): Default to t.
10381 (customize-apropos): Use apropos-parse-pattern.
10382 (custom-search-field): New var.
10383 (custom-buffer-create-internal): Add custom-apropos search field.
10384 (custom-add-parent-links): Don't display parent doc.
10385 (custom-group-value-create): Don't sort top-level custom group.
85626eef 10386 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
10387
10388 (custom-variable-state): New fun, from custom-variable-state-set.
10389 (custom-variable-state-set): Use it.
10390 (custom-group-value-create): Hide options with standard values
10391 using the :hidden-states property. Use progress reporter.
10392
10393 (custom-show): Simplify.
10394 (custom-visibility): Disable images by default.
10395 (custom-variable): New property :hidden-states.
10396 (custom-variable-value-create): Enable images for
10397 custom-visibility widgets. Use :hidden-states property to
10398 determine initial visibility.
10399
10400 * wid-edit.el (widget-image-find): Give images center ascent.
10401 (visibility): Add :on-image and :off-image properties.
10402 (widget-visibility-value-create): Use them.
10403
eba5b4dd
CY
104042010-03-12 Chong Yidong <cyd@stupidchicken.com>
10405
10406 * cus-edit.el (processes): Remove from development group.
10407 (oop, hypermedia): Delete group.
26f4b8ab 10408 (comm): Promote to top-level group.
eba5b4dd
CY
10409
10410 * net/browse-url.el (browse-url):
10411 * net/xesam.el (xesam):
10412 * net/tramp.el (tramp):
10413 * net/goto-addr.el (goto-address):
26f4b8ab 10414 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
10415
10416 * view.el (view): Remove from editing group.
10417
10418 * uniquify.el (uniquify): Put in files group.
10419
10420 * net/browse-url.el (browse-url):
10421 * ps-print.el (postscript): Put in external group.
10422
10423 * cus-edit.el (outlines):
10424 * textmodes/text-mode.el (text-mode-hook):
10425 * textmodes/table.el (table):
10426 * textmodes/picture.el (picture):
10427 * outline.el (outlines): Put in wp group.
10428
10429 * nxml/nxml-mode.el (nxml): Remove from wp group.
10430
10431 * net/tramp-imap.el (tramp-imap): Put in tramp group.
10432
10433 * mail/metamail.el (metamail): Remove from hypermedia group.
10434
10435 * cus-edit.el (abbrev):
10436 * whitespace.el (whitespace):
10437 * vcursor.el (vcursor):
10438 * reveal.el (reveal):
10439 * hl-line.el (hl-line): Put in convenience group.
10440
10441 * epg-config.el (epg): Put in data group.
10442
10443 * emulation/pc-select.el (pc-select): Put in emulations group.
10444
10445 * calculator.el (calculator): Put in applications group.
10446
8117868f
DN
104472010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10448
10449 Add .dir-locals.el support for file-less buffers.
10450 * files.el (hack-local-variables): Split out code to apply local
10451 variable settings ...
10452 (hack-local-variables-apply): ... here. New function.
10453 (hack-dir-local-variables): Use the default directory for when the
10454 buffer does not have an associated file.
10455 (hack-dir-local-variables-non-file-buffer): New function.
10456 * diff-mode.el (diff-mode):
10457 * vc-annotate.el (vc-annotate-mode):
10458 * vc-dir.el (vc-dir-mode):
10459 * log-edit.el (log-edit-mode):
10460 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10461
855a2294
DN
104622010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10463
10464 Add support for shelving snapshots and for showing shelves.
10465 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10466 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10467 New functions.
10468 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10469 (vc-bzr-extra-menu-map): Map them.
10470
3e5b7009
GM
104712010-03-11 Glenn Morris <rgm@gnu.org>
10472
0dcf7d7e
GM
10473 * cus-edit.el (customize-changed-options-previous-release):
10474 Bump to 23.1.
10475
3e5b7009
GM
10476 * image.el (image-animate-max-time): Fix :version tag.
10477
288f9fc0
CY
104782010-03-10 Chong Yidong <cyd@stupidchicken.com>
10479
10480 * Branch for 23.2.
10481
53ef91b1
SM
104822010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * vc-git.el (vc-git-revision-table): Include remote branches.
10485
b41460ae 104862010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
10487
10488 Animated image API.
10489 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10490
10491 * image.el (image-animate-max-time): New defcustom.
10492 (image-animated-types): New defconst.
10493 (create-animated-image, image-animate-timer)
10494 (image-animate-start, image-animate-stop, image-animate-timeout)
10495 (image-animated-p): New functions.
10496
10497 * image-mode.el (image-toggle-display-image):
10498 Replace `create-image' with `create-animated-image'.
10499
e5d1fb10 105002010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
10501
10502 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10503 instead of "format:"; this ensures that the output is
10504 newline-terminated.
10505
4e7cafbe
CY
105062010-03-08 Chong Yidong <cyd@stupidchicken.com>
10507
10508 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10509 that all errors are caught, and that the return value is always a
10510 list (Bug#5692).
10511
aec66319
KH
105122010-03-08 Kenichi Handa <handa@m17n.org>
10513
10514 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 10515 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 10516
b327c975
AS
105172010-03-07 Andreas Schwab <schwab@linux-m68k.org>
10518
10519 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10520 call to rfc822-bad-address. (Bug#5692)
10521
1c465a6a
CY
105222010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
10523
85626eef
SM
10524 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10525 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 10526
a4e32226
CY
105272010-03-06 Chong Yidong <cyd@stupidchicken.com>
10528
10529 * calculator.el (calculator): Don't bind split-window-keep-point
10530 (Bug#5674).
10531
4c83ed3d
SM
105322010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * vc-git.el: Re-flow to fit into 80 columns.
10535 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10536 Remove spurious `quote' element in each case alternative.
10537 (vc-git-show-log-entry): Use prog1.
10538 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10539
e8defde3
SM
105402010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10543
233f0c9f
CY
105442010-03-03 Chong Yidong <cyd@stupidchicken.com>
10545
10546 * macros.el (insert-kbd-macro): Look up keyboard macro using the
10547 definition, not the name (Bug#5481).
10548
254bedef 105492010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
10550
10551 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10552 argument with a local variable. (Bug#5670)
10553
7187cdae
JL
105542010-03-02 Juri Linkov <juri@jurta.org>
10555
10556 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
10557
9cf3544e
MA
105582010-03-02 Michael Albinus <michael.albinus@gmx.de>
10559
10560 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10561 error when FILENAME and NEWNAME are existing remote directories.
10562
10563 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10564 parameter DIR-FLAG.
10565
33f77982
GM
105662010-03-02 Glenn Morris <rgm@gnu.org>
10567
10568 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10569 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10570
d99ea08e
KH
105712010-03-01 Kenichi Handa <handa@m17n.org>
10572
e8defde3 10573 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
10574 myanmar-composable-pattern.
10575
e8defde3
SM
10576 * international/characters.el (script-list):
10577 * international/fontset.el (script-representative-chars):
10578 Change myanmar to burmese.
d99ea08e 10579 (otf-script-alist): Likewise.
4aa2c3b2
KH
10580 (setup-default-fontset): Likewise. Re-fix :otf spec.
10581
b374f54d
KY
105822010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10583
10584 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10585
71572c03
JD
105862010-02-28 Jan Djärv <jan.h.d@swipnet.se>
10587
10588 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10589
00cffdeb
MA
105902010-02-28 Michael Albinus <michael.albinus@gmx.de>
10591
10592 * net/tramp.el (tramp-handle-write-region): START can be a string.
10593 Take care in the checks. Reported by Dan Davison
10594 <davison@stats.ox.ac.uk>.
10595
d4b06783
MA
105962010-02-28 Michael Albinus <michael.albinus@gmx.de>
10597
10598 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
10599 (dbus-set-property, dbus-get-all-properties):
10600 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 10601
8c3e96d2
CY
106022010-02-28 Chong Yidong <cyd@stupidchicken.com>
10603
de3a1fe9
CY
10604 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10605 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
10606 * calendar/icalendar.el (icalendar--add-diary-entry):
10607 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
10608 * files.el (recover-session-finish): Use with-current-buffer
10609 instead of save-excursion.
10610
c53b9c3b
SM
106112010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 Fix in-buffer completion when after-change-functions modify the buffer.
10614 * minibuffer.el (completion--replace): New function.
10615 (completion--do-completion): Use it and use relative movement.
10616
4a16bdc6
CY
106172010-02-27 Chong Yidong <cyd@stupidchicken.com>
10618
10619 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 10620
b8280f39
CY
106212010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
10622
c53b9c3b
SM
10623 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10624 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 10625
f88cc4d6
KH
106262010-02-26 Kenichi Handa <handa@m17n.org>
10627
10628 * language/burmese.el: Fix entries in composition-function-table.
10629 (myanmar-composable-pattern): New variable.
10630
10631 * international/fontset.el (setup-default-fontset): Add an entry
10632 for myanmar.
10633
10634 * international/characters.el (script-list): Add Myanmar
10635 Extended-A.
10636
cdbf9100
GM
106372010-02-26 Glenn Morris <rgm@gnu.org>
10638
90a94603
GM
10639 * custom.el (custom-initialize-delay): Doc fix.
10640
cdbf9100
GM
10641 * mail/sendmail.el (send-mail-function): Autoload the call
10642 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10643
f95a5fd0
CY
106442010-02-24 Chong Yidong <cyd@stupidchicken.com>
10645
10646 * files.el (hack-local-variables-filter): For eval forms, also
10647 check safe-local-variable-p (Bug#5636).
10648
459a5f4b
MA
106492010-02-22 Michael Albinus <michael.albinus@gmx.de>
10650
10651 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10652 setting the modes by `ignore-errors'. It might fail, for example
10653 if the file is not owned by the user but the group.
10654 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10655
bb23f6e8
CY
106562010-02-21 Chong Yidong <cyd@stupidchicken.com>
10657
6a7662bb
BR
10658 * files.el (directory-listing-before-filename-regexp):
10659 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
10660 date-like filenames (Bug#5597).
10661
b660eb70
CY
10662 * htmlfontify.el (htmlfontify): Doc fix.
10663
10664 * eshell/eshell.el (eshell): Doc fix.
10665
bb23f6e8
CY
10666 * startup.el (fancy-about-screen): In mode-line, apply
10667 mode-line-buffer-id face only to the buffer name (Bug#5613).
10668
3e39928c
CY
106692010-02-20 Kevin Ryde <user42@zip.com.au>
10670
f7e0618c
JB
10671 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10672 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
10673 (Bug#5599).
10674
0f00e948
EZ
106752010-02-20 Eli Zaretskii <eliz@gnu.org>
10676
10677 * subr.el (remove-yank-excluded-properties): Explain in a comment
10678 why `category' property is removed.
10679
3513efb2
CY
106802010-02-19 Chong Yidong <cyd@stupidchicken.com>
10681
6a7662bb
BR
10682 * isearch.el (isearch-update-post-hook, isearch-update):
10683 Revert 2010-02-17 change.
3513efb2 10684
b4340b3f
UJ
106852010-02-19 Ulf Jasper <ulf.jasper@web.de>
10686
10687 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10688 (icalendar--convert-weekly-to-ical)
10689 (icalendar--convert-yearly-to-ical)
10690 (icalendar--convert-block-to-ical)
10691 (icalendar--convert-cyclic-to-ical)
10692 (icalendar--convert-anniversary-to-ical): Take care of time
10693 specifications where hour has 1-digit only (Bug#5549).
10694
8cfae03d
NR
106952010-02-19 Nick Roberts <nickrob@snap.net.nz>
10696
10697 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10698 of disassemble output in GDB 7.1.
10699
055e4eea
GM
107002010-02-19 Glenn Morris <rgm@gnu.org>
10701
10702 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10703 property. (Bug#5593)
10704
ff6b00de
SS
107052010-02-18 Sam Steingold <sds@gnu.org>
10706
10707 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10708
fe8c0b47
SM
107092010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 Use abbreviated file names in bookmarks (bug#5591).
10712 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10713 calls to expand-file-name.
10714 (bookmark-relocate): Use abbreviated file names in bookmarks.
10715 (bookmark-load): Use abbreviated file names in messages.
10716
73a37a69
MA
107172010-02-18 Michael Albinus <michael.albinus@gmx.de>
10718
10719 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10720 expand "." and "..". Reported by Thierry Volpiatto
10721 <thierry.volpiatto@gmail.com>.
10722
6e4f5731
MA
107232010-02-18 Michael Albinus <michael.albinus@gmx.de>
10724
10725 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10726 permissions of the temporary file to "0600". In case the remote
10727 file has no read permissions for the owner, there might be
10728 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
10729
1073022010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
10731
10732 * emacs-lisp/authors.el (authors-renamed-files-alist):
10733 Add entries for INSTALL.CVS.
10734
ba5bf642
MH
107352010-02-17 Mark A. Hershberger <mah@everybody.org>
10736
f7e0618c 10737 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 10738
f7e0618c 10739 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
10740 (isearch-update): Use the new hook.
10741
aac0b0f2
MA
107422010-02-16 Michael Albinus <michael.albinus@gmx.de>
10743
fe8c0b47
SM
10744 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10745 Fix errors in copying directories.
aac0b0f2
MA
10746 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10747 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10748 (tramp-handle-delete-file)
10749 (tramp-handle-dired-recursive-delete-directory)
10750 (tramp-handle-write-region): Flush also the cache for the upper
10751 directory.
10752
05bbe066
CY
107532010-02-16 Chong Yidong <cyd@stupidchicken.com>
10754
e8ab3908
CY
10755 * simple.el (save-interprogram-paste-before-kill): Doc fix.
10756
ff90f4b0
CY
10757 * cus-edit.el (hardware): Doc fix.
10758
10759 * man.el (man): Add to external custom group.
10760
10761 * delim-col.el (columns): Move to wp custom group.
10762
10763 * doc-view.el (doc-view): Add to data custom group.
10764
fe8c0b47 10765 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 10766
05bbe066
CY
10767 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10768 by ispell-parse-output (Bug#5575).
10769
fa6ea913
KH
107702010-02-16 Kenichi Handa <handa@m17n.org>
10771
10772 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10773 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10774 (skkdic-convert): Use `euc-japan' coding system for writing.
10775
88fd78ae
GM
107762010-02-16 Glenn Morris <rgm@gnu.org>
10777
10778 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10779 tex-main-file before using it. (Bug#5562)
10780
2b8c974a
SM
107812010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10784 warnings, since it is annoying for the user to see them each time he
10785 runs the code.
10786
7540f029
MA
107872010-02-15 Michael Albinus <michael.albinus@gmx.de>
10788
10789 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10790 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10791 instead of PROC for caching "first-password-request". Otherwise,
10792 new processes would not profit from passwords already entered.
10793
2b8c974a
SM
10794 * net/tramp-cache.el (tramp-dump-connection-properties):
10795 Don't save "first-password-request" property.
7540f029 10796
fa5f7c5f
JB
107972010-02-14 Juanma Barranquero <lekktu@gmail.com>
10798
10799 * outline.el (outline-head-from-level):
10800 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
10801 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10802 (elint-defun, elint-buffer-env, elint-top-form-logged)
10803 (elint-unbound-variable):
10804 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10805 Fix typos in docstrings.
10806
ecbaeb7b
MA
108072010-02-14 Michael Albinus <michael.albinus@gmx.de>
10808
10809 * files.el (insert-directory): When WILDCARD-REGEXP and
10810 FULL-DIRECTORY-P are nil, insert the file entry instead of the
10811 whole directory. (Bug#5551)
10812
10813 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
10814 dired's alignment sanity. (Bug#5516)
10815
91e3333f
JL
108162010-02-14 Juri Linkov <juri@jurta.org>
10817
10818 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10819 Remove remaining ^H with their preceding chars. (Bug#5566)
10820
36020642
GM
108212010-02-13 Glenn Morris <rgm@gnu.org>
10822
10823 * simple.el (transpose-subr): Give it a doc-string.
10824
10825 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10826 Doc fixes.
10827
f5952338
JL
108282010-02-12 Juri Linkov <juri@jurta.org>
10829
10830 * arc-mode.el (archive-unique-fname): Make directories for nested
10831 archives. (Bug#5540)
10832
918fe50f
JL
108332010-02-12 Juri Linkov <juri@jurta.org>
10834
10835 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
10836
c07ff221
SM
108372010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10838
48b1e7cf
SM
10839 * subr.el (copy-overlay): Handle deleted overlays.
10840
c07ff221
SM
10841 * man.el (Man-completion-table): Don't signal an error if we can't run
10842 manual-program (bug#4056).
10843
0e374247
JB
108442010-02-10 Juanma Barranquero <lekktu@gmail.com>
10845
10846 * textmodes/artist.el (artist-mt): Fix typos in docstring.
10847
dbf8402b
SM
108482010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10849
348d1e60
SM
10850 * info.el (Info-bookmark-jump): Simplify.
10851
dbf8402b
SM
10852 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10853 (bookmark-default-handler): Accept new bookmark field `buffer'.
10854
e6d23bb5
CY
108552010-02-10 Chong Yidong <cyd@stupidchicken.com>
10856
10857 * iswitchb.el (iswitchb-completions): Revert last change.
10858
a8e4290b
MA
108592010-02-10 Michael Albinus <michael.albinus@gmx.de>
10860
2b23acde 10861 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
10862 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10863 This prevents file names like "~/" being listed literally.
a8e4290b 10864
c59d6fad
DN
108652010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10866
348d1e60
SM
10867 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10868 Remove dead code. (Bug#5546)
c59d6fad 10869
3a66e78f
CY
108702010-02-09 Chong Yidong <cyd@stupidchicken.com>
10871
10872 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
10873 correctly (Bug#5548).
10874
f29fd869
CY
108752010-02-08 Jose E. Marchesi <jemarch@gnu.org>
10876
10877 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 10878 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 10879
7fad1447
KH
108802010-02-08 Kenichi Handa <handa@m17n.org>
10881
10882 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 10883 cookie for putting `lisp-indent-function'.
7fad1447 10884
50e4518b
GM
108852010-02-07 Glenn Morris <rgm@gnu.org>
10886
10887 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10888 Move F2003 named interfaces from keywords-2 to keywords-1, and
10889 use function-name-face rather than constant-face.
10890 Simplify "abstract interface" regexp.
10891
a4cc44cf
CY
108922010-02-07 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * eshell/esh-util.el (eshell-file-attributes): New optional arg
10895 ID-FORMAT. Pass it to `file-attributes'.
10896
10897 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
10898
c917476d
CY
108992010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
10900
10901 * faces.el (set-face-attribute): Allow calling
10902 internal-set-lisp-face-attribute with 'unspecified family and
10903 foundry argument (Bug#5536).
10904
7cf3f3d6
GM
109052010-02-07 Glenn Morris <rgm@gnu.org>
10906
10907 * progmodes/f90.el (f90-font-lock-keywords-2)
10908 (f90-looking-at-type-like, f90-looking-at-program-block-end):
10909 Handle F2003 named interfaces.
10910
ffe87109
CY
109112010-02-06 Chong Yidong <cyd@stupidchicken.com>
10912
10913 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
10914 beg and end before calling c-get-state-before-change-functions.
10915
4775ecad
DN
109162010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
10917
33aeea0e
SM
10918 * vc-bzr.el (vc-bzr-dir-extra-headers):
10919 Disable the pending merges header.
4775ecad 10920
0d17c4b9
JL
109212010-02-05 Juri Linkov <juri@jurta.org>
10922
10923 * doc-view.el (doc-view-mode):
10924 * image-mode.el (image-mode): Put property mode-class=special.
10925 (Bug#4896)
10926
8228a275
MH
109272010-02-05 Mark A. Hershberger <mah@everybody.org>
10928
10929 * vc-svn.el (vc-svn-revision-table): New function.
10930
d9320986
MA
109312010-02-05 Michael Albinus <michael.albinus@gmx.de>
10932
10933 * net/ange-ftp.el (ange-ftp-insert-directory):
10934 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10935 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10936 Handle also directories. (Bug#5478)
10937
f43d8ecc
GM
109382010-02-05 Glenn Morris <rgm@gnu.org>
10939
10940 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
10941
ce3a988d
CY
109422010-02-05 Chong Yidong <cyd@stupidchicken.com>
10943
10944 * startup.el (command-line-1): Convert options beginning with a
10945 single dash as well (Bug#5519).
10946
bdd42899
SM
109472010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
10948
51b23c44
SM
10949 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
10950 * minibuffer.el (completion-initials-expand): Only check the presence
10951 of delims *within* the boundaries, since otherwise the / delim is
10952 always found for files.
10953
bdd42899
SM
10954 Fix up various corner case problems.
10955 * doc-view.el (doc-view-last-page-number): New function.
10956 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
10957 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
10958 (doc-view-kill-proc): Avoid inf-loop in freak cases.
10959 (doc-view-reconvert-doc): Use the new recursive delete-directory.
10960 (doc-view-convert-current-doc): Don't create the resolution.el file
10961 here any more.
10962 (doc-view-pdf/ps->png): Do it here instead.
10963 (doc-view-already-converted-p): Check that resolution.el is present.
10964 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
10965 windows that are not yet showing images.
10966
d5b3979c
MA
109672010-02-04 Michael Albinus <michael.albinus@gmx.de>
10968
10969 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
10970 `dired-uncache' for every elemnt which is an absolute file name.
10971
10972 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
10973 directory, handle its directory component.
10974 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
10975 function is called permanently and creates noise, otherwise.
10976
10977 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10978 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10979 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
10980
b003beb1
DB
109812010-02-04 David Burger <dburger@google.com> (tiny change)
10982
10983 * macros.el (apply-macro-to-region-lines):
10984 Minor simplification. (Bug#5485)
10985
ea92f9f3
GM
109862010-02-04 Glenn Morris <rgm@gnu.org>
10987
a03ae20d
GM
10988 * mail/rmail.el (rmail-show-message-1): Handle malformed
10989 quoted-printable text. (Bug#5441)
10990
4d01b827
GM
10991 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10992
ea92f9f3
GM
10993 * simple.el (visual-line-mode): Capitalize lighter.
10994
82055bb7
JW
109952010-02-03 John Wiegley <jwiegley@gmail.com>
10996
10997 * iswitchb.el (iswitchb-completions): Add bookmark files to the
10998 list of files considered for "virtual buffer" completions.
10999
8214b6e4
MA
110002010-02-03 Michael Albinus <michael.albinus@gmx.de>
11001
11002 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 11003 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
11004 when dired is called with a list of files, which are not in
11005 `default-directory'. (Bug#5478)
11006
1df9718f
SM
110072010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11008
11009 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11010
02ba1267
JL
110112010-02-02 Juri Linkov <juri@jurta.org>
11012
11013 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11014 from unidiff to allow function-line after @@.
11015
a0c6a0fb
JL
110162010-02-02 Juri Linkov <juri@jurta.org>
11017
11018 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11019 '(RCS SCCS) with inverted condition.
11020
c35fcd52
MA
110212010-02-02 Michael Albinus <michael.albinus@gmx.de>
11022
11023 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11024 messages.
11025
6ba973c1
JL
110262010-02-01 Juri Linkov <juri@jurta.org>
11027
11028 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11029 compare with "pkunzip" and "pkzip" instead of only "pkzip".
11030 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11031 only when (car archive-zip-extract) is "unzip". (Bug#5475)
11032
0bca393f
SM
110332010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11034
11035 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11036 (doc-view-revert-buffer): New command.
11037 (doc-view-mode-map): Use it.
11038
7a444e2a
DN
110392010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11040
11041 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11042 pending merge is detected.
11043
ad6fc8f4
JL
110442010-01-31 Juri Linkov <juri@jurta.org>
11045
11046 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11047 beginning of interactive spec like all other grep commands do.
11048 Put "all" in front of "gz". (Bug#5260)
11049
b9236874
DN
110502010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
11051
11052 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11053
1e868757
CY
110542010-01-29 Chong Yidong <cyd@stupidchicken.com>
11055
11056 * dirtrack.el (dirtrack): Warn instead of signalling error if the
11057 regexp is incorrect (Bug#5476).
11058
e5c70c41
MA
110592010-01-29 Michael Albinus <michael.albinus@gmx.de>
11060
11061 * net/tramp.el (tramp-handle-insert-directory): Handle also
11062 symlinks, when FILENAME is not in `default-directory'.
11063
0c0b61f1
MA
110642010-01-28 Michael Albinus <michael.albinus@gmx.de>
11065
11066 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 11067 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
11068
11069 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11070 of SWITCHES. Handle the case, FILENAME is not in
11071 `default-directory'. (Bug#5478)
11072 (tramp-register-file-name-handlers): Add safe-magic property.
11073
763f325e
CY
110742010-01-28 Chong Yidong <cyd@stupidchicken.com>
11075
11076 * arc-mode.el (archive-zip-extract): Quote the argument passed to
11077 unzip (Bug#5475).
11078
fd09a83f
CY
110792010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
11080
11081 * progmodes/flymake.el (flymake-allowed-file-name-masks)
11082 (flymake-master-make-header-init): Add other C++ filename masks.
11083 (flymake-find-possible-master-files)
11084 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11085
7e5686f0
MA
110862010-01-28 Michael Albinus <michael.albinus@gmx.de>
11087
11088 Fix some busybox annoyances.
11089
11090 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11091 not responding." string.
11092 (tramp-open-connection-setup-interactive-shell): Dump stty
11093 settings. Enable "neveropen" arg for all `tramp-send-command'
11094 calls. Handle "=" in variable values properly.
11095 (tramp-find-inline-encoding): Raise an error, when no encoding is
11096 found.
11097 (tramp-wait-for-output): Check, whether PROC buffer is available.
11098 Remove spurious " ^H" sequences, sent by busybox.
11099 (tramp-get-ls-command): Suppress coloring, if possible.
11100
c6265c10
GM
111012010-01-28 Glenn Morris <rgm@gnu.org>
11102
c85a168b
GM
11103 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
11104
c6265c10
GM
11105 * log-edit.el (log-edit-strip-single-file-name): Add missing
11106 :safe, :group, and :version tags.
11107
7d82a738
SB
111082010-01-27 Stephen Berman <stephen.berman@gmx.net>
11109
11110 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11111 buffers. (Bug#5477)
11112
8b0e68ea
CY
111132010-01-27 David De La Harpe Golden <david@harpegolden.net>
11114
11115 * files.el (delete-directory): Handle moving to trash without
11116 first doing recursion (Bug#5436).
11117
368d3208
DN
111182010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
11119
11120 * vc-hooks.el (vc-path): Mark as obsolete.
11121
755da7fa
DN
111222010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
11123
e2396d80
DN
11124 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11125 names too.
11126
755da7fa
DN
11127 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11128 for the short log.
11129 (vc-bzr-log-view-mode): Adjust regexp for the above change.
11130
6a6d15ab 111312010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 11132
ac9ffe99 11133 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 11134
48c2d18a 11135 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 11136
25f38310 111372010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
11138
11139 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11140 diff-index command. This requires at least git-1.5.5. (Bug#1589).
11141
51850286
DN
111422010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11143
c2f1d6d8
DN
11144 Remove support for adding --signoff on commit.
11145 Future support will use an incompatible generic mechanism.
11146 * vc-git.el (vc-git-add-signoff): Remove variable.
11147 (vc-git-toggle-signoff): Remove function.
11148 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11149
6a7662bb
BR
11150 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11151 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
11152 was set.
11153 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11154 earlier, call it again in case the background mode has changed.
11155
02c6d0d0
CY
111562010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
11157
11158 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11159 (Bug#3541).
11160
064eee03
CY
111612010-01-23 Chong Yidong <cyd@stupidchicken.com>
11162
02c6d0d0
CY
11163 * emacs-lisp/assoc.el (aelement): Doc fix.
11164 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 11165
5336c3ec 111662010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 11167
48c2d18a 11168 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
11169 is the same as subprogram call, not declaration. (Bug#5435).
11170
0536254e
MA
111712010-01-23 Michael Albinus <michael.albinus@gmx.de>
11172
11173 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11174 (tramp-smb-maybe-open-connection): Use it.
11175
411d06c2
MA
111762010-01-22 Michael Albinus <michael.albinus@gmx.de>
11177
0536254e 11178 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 11179
c893016b
SM
111802010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11181
11182 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11183 just because we see "encoding: 8bit".
11184 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11185
9425f8e1
CY
111862010-01-22 Chong Yidong <cyd@stupidchicken.com>
11187
11188 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11189
6a801864
EZ
111902010-01-22 Eli Zaretskii <eliz@gnu.org>
11191
11192 * jka-compr.el (jka-compr-load): If load-file is not in
11193 load-history, try its file-truename version. (bug#5447)
11194
3e8f7d91
AM
111952010-01-21 Alan Mackenzie <acm@muc.de>
11196
11197 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
11198 * progmodes/cc-engine.el (c-invalidate-state-cache):
11199 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
11200 special cpp construct is still in the buffer.
11201 (c-parse-state): Record the special cpp with markers, not numbers.
11202
f0bd0ad5
CY
112032010-01-21 Kenichi Handa <handa@m17n.org>
11204
11205 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11206 process last-command-event, as it is now decoded first (Bug#5380).
11207
5189d95b
CY
112082010-01-20 Chong Yidong <cyd@stupidchicken.com>
11209
11210 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11211
e073d74a
GM
112122010-01-20 Glenn Morris <rgm@gnu.org>
11213
11214 * indent.el (tab-always-indent): Fix custom-type.
11215
8ee04f3a
AM
112162010-01-19 Alan Mackenzie <acm@muc.de>
11217
11218 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11219 buffer throws "args out of range".
11220 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11221 playing the role of delimiter.
11222
6a47c86a
SL
112232010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
11224
bf0b361c 11225 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
11226 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11227 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11228 changed. Delete RECURSIVE parameter; never used. Improve doc string.
11229 Improve comments in "is" portion. Handle null procedure declaration.
11230 (ada-move-to-end): Improve doc string.
11231
2acfb954
ÓF
112322010-01-18 Óscar Fuentes <ofv@wanadoo.es>
11233
e90d57c0 11234 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 11235 Remove obsolete information from commentary.
e90d57c0
JB
11236 (ido-choice-list): Initialize to nil.
11237 (ido-get-bufname): Reject minibuffers.
11238 (ido-make-buffer-list): If "default" is a nonexistent
11239 buffer, ignore it, as per the function's comment.
11240 (ido-kill-buffer-internal): New function.
11241 (ido-kill-buffer-at-head): Use it.
11242 (ido-visit-buffer): Likewise.
2acfb954 11243
244b023e
CY
112442010-01-18 Chong Yidong <cyd@stupidchicken.com>
11245
11246 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11247
db9e401b
JB
112482010-01-18 Juanma Barranquero <lekktu@gmail.com>
11249
db9e401b
JB
11250 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11251 Fix typos in chart titles.
11252
11253 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
11254 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11255 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11256 (describe-class, eieio-describe-generic, describe-generic):
11257 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11258 (eieio-speedbar-expand):
11259 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11260 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11261 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11262 (viper-del-backward-char-in-replace, viper-backward-indent)
11263 (viper-brac-function, viper-register-to-point, viper-submit-report):
11264 * net/tramp.el (tramp-remote-coding-commands):
11265 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11266 Fix typos in docstrings.
11267
9295137d
CY
112682010-01-17 Chong Yidong <cyd@stupidchicken.com>
11269
11270 * mail/sendmail.el (mail-yank-original): Set the mark if the
11271 specified function for yanking does not do it.
11272
4d0bbcb6
DN
112732010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
11274
7902c120
DN
11275 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
11276
4d0bbcb6
DN
11277 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11278 resyncing a directory.
11279
0b702bc1
SL
112802010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
11281
6a47c86a 11282 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
11283 (ada-ident-re): Delete ., allow multibyte characters.
11284 (ada-goto-label-re): New; matches goto labels.
11285 (ada-block-label-re): New; matches block labels.
11286 (ada-label-re): New; matches both.
11287 (ada-named-block-re): Deleted; callers changed to use
11288 `ada-block-label-re' instead.
11289 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11290 Use `ada-block-label-re'.
11291 (ada-indent-on-previous-lines): Improve handling of goto labels.
11292 (ada-get-indent-block-start): Special-case block label.
11293 (ada-get-indent-label): Split into `ada-indent-block-label' and
11294 `ada-indent-goto-label'.
11295 (ada-goto-stmt-start, ada-goto-next-non-ws):
11296 Optionally ignore goto labels.
11297 (ada-goto-next-word): Simplify.
11298 (ada-indent-newline-indent-conditional): Insert newline before
11299 trying to fix indentation; doc fix.
11300
05287c49
JB
113012010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
11302
11303 * calc/calc.el (calc-command-flags): Give it an initial value.
11304
4963739e
JB
113052010-01-17 Juanma Barranquero <lekktu@gmail.com>
11306
4963739e
JB
11307 * files.el (minibuffer-with-setup-hook):
11308 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11309 (artist-key-draw-continously, artist-key-do-continously-continously)
11310 (artist-key-set-point-continously, artist-mouse-draw-continously):
11311 Fix typos in docstrings.
11312
116bd1ee
CY
113132010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
11314
6a7662bb
BR
11315 * nxml/nxml-mode.el (nxml-extend-after-change-region):
11316 Never return t (Bug#3898).
116bd1ee 11317
2784cd7a 113182010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
11319
11320 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11321 can parse the output of the external commands (Bug#5279).
11322
abd5cfe8
CY
113232010-01-16 Jari Aalto <jari.aalto@cante.net>
11324
11325 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11326
4fe22cdf
CY
113272010-01-16 Chong Yidong <cyd@stupidchicken.com>
11328
bbdc98ef
CY
11329 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11330
c7dc1ac1
CY
11331 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11332
4fe22cdf
CY
11333 * startup.el (command-line): Remove unused --icon-type arg.
11334 Handle --display arg, passing it to command-line-1 (Bug#5392).
11335
045b9da7
ML
113362010-01-16 Mario Lang <mlang@delysid.org>
11337
045b9da7
ML
11338 * emacs-lisp/chart.el (chart-translate-namezone):
11339 * textmodes/artist.el (artist-compute-popup-menu-table):
11340 Remove duplicated words in doc-strings.
11341
6554a5df
CY
113422010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
11343
11344 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11345 to mairix-search to suppress threading (Bug#5342).
11346
ca4f0e9a
KH
113472010-01-15 Kenichi Handa <handa@m17n.org>
11348
11349 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 11350 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 11351
1db3226b
GM
113522010-01-15 Glenn Morris <rgm@gnu.org>
11353
56a03f46
GM
11354 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
11355
11356 * wid-edit.el (widget-keymap): Doc fix.
11357
1db3226b
GM
11358 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11359 former seems to be more widely accepted by various svn versions.
11360
80cd4bb4
JB
113612010-01-14 Juanma Barranquero <lekktu@gmail.com>
11362
d1f18ec0
JB
11363 * find-cmd.el (find-constituents):
11364 * vc-arch.el (vc-arch-root):
11365 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
11366 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11367 * progmodes/ada-stmt.el (ada-if):
11368 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11369 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11370 (ispell-encoding8-command, ispell-aspell-supports-utf8)
11371 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11372
80cd4bb4
JB
11373 * progmodes/flymake.el (flymake-post-syntax-check):
11374 Fix typo in error message.
11375
9c23ca47
JB
113762010-01-14 Juanma Barranquero <lekktu@gmail.com>
11377
11378 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11379 which is always a string. (Bug#5313)
11380
8794c483
JB
113812010-01-14 Juanma Barranquero <lekktu@gmail.com>
11382
11383 * progmodes/ada-xref.el (ada-default-prj-properties):
11384 Simplify previous change.
11385
95005d39
SL
113862010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11387
11388 * progmodes/ada-xref.el (ada-default-prj-properties):
11389 Default ada_project_path to $ADA_PROJECT_PATH.
11390
113912010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
11392
11393 * progmodes/ada-mode.el (ada-create-keymap):
11394 Override `narrow-to-defun' with `ada-narrow-to-defun'.
11395
fb0d1545
SL
113962010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11397
11398 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11399 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11400 (ada-get-current-indent, ada-imenu-generic-expression)
11401 (ada-which-function): Check for it.
11402
5c9434d0
SL
114032010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11404
11405 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11406 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11407
3a4f3a3b
GM
114082010-01-14 Glenn Morris <rgm@gnu.org>
11409
11410 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
11411
d9a7c140
KH
114122010-01-14 Kenichi Handa <handa@m17n.org>
11413
11414 * composite.el (auto-composition-mode): Make it a buffer local
11415 variable (permanent-local).
11416 (auto-composition-function): Set the default value to
11417 auto-compose-chars.
49caf252 11418 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
11419 (global-auto-composition-mode): Likewise.
11420 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 11421
38bee102
KF
114222010-01-13 Karl Fogel <kfogel@red-bean.com>
11423
11424 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 11425
b8b45afc
MA
114262010-01-12 Michael Albinus <michael.albinus@gmx.de>
11427
11428 * files.el (copy-directory): Compute target for recursive
11429 directories with identical names. (Bug#5343)
11430
893db5bc
GM
114312010-01-12 Glenn Morris <rgm@gnu.org>
11432
6a7662bb
BR
11433 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11434 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 11435
d8b8451f
SS
114362010-01-11 Sam Steingold <sds@gnu.org>
11437
11438 * imenu.el (imenu-default-create-index-function): Detect infinite
11439 loops caused by imenu-prev-index-position-function.
11440
30afcdff
JB
114412010-01-11 Juanma Barranquero <lekktu@gmail.com>
11442
11443 * htmlfontify.el (htmlfontify-load-rgb-file)
11444 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11445 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11446 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11447 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11448 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11449 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11450 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11451 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11452 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11453 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11454 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11455 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11456 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11457 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11458 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11459 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11460 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11461 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11462 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11463 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11464 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11465 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11466 backslash-quoting from parentheses, etc.
11467
92b1c416
CY
114682010-01-11 Chong Yidong <cyd@stupidchicken.com>
11469
11470 * progmodes/js.el: Autoload javascript-mode alias.
11471
4454adab
JB
114722010-01-11 Juanma Barranquero <lekktu@gmail.com>
11473
11474 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11475 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11476 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11477 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11478 Fix typos in docstrings.
11479 (ffap-url-regexp): Doc fix.
11480 (ffap-at-mouse): Fix typo in message.
11481
6589a2f9
GM
114822010-01-11 Glenn Morris <rgm@gnu.org>
11483
11484 * version.el (emacs-copyright): Set copyright year to 2010.
11485
4e5617ee
SM
114862010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11487
11488 * format.el (format-annotate-function): Only set
11489 write-region-post-annotation-function after running to-fn so as not to
11490 affect nested write-region calls (bug#5273).
11491
52bee098
CY
114922010-01-10 Chong Yidong <cyd@stupidchicken.com>
11493
a069f067
CY
11494 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11495 wisent/python.el.
11496
e709e39d
CY
114972010-01-09 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * man.el (Man-goto-section): Signal error if the section is not
11500 found (Bug#5317).
11501
6ee86780
JB
115022010-01-09 Juanma Barranquero <lekktu@gmail.com>
11503
11504 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11505 URLs with a leading triple slash in the file: scheme. (Bug#5345)
11506
fa7b5f7b
CY
115072010-01-09 Chong Yidong <cyd@stupidchicken.com>
11508
11509 * progmodes/compile.el: Don't treat compile-command as safe if
11510 compilation-read-command might be nil (Bug#4218).
11511
de62c4d9
JD
115122010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11513
11514 * startup.el (command-line-1): Use orig-argi to check for ignored X and
11515 NS options.
11516
e94be827
KH
115172010-01-08 Kenichi Handa <handa@m17n.org>
11518
4e5617ee
SM
11519 * international/fontset.el (build-default-fontset-data):
11520 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 11521
1dfae2a2
JB
115222010-01-07 Juanma Barranquero <lekktu@gmail.com>
11523
11524 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11525 to `create-file-buffer' as it expects, not just a buffer name.
11526 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11527 to help uniquify. (Bug#3224)
11528
d0cf45b7
JD
115292010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11530
11531 * font-setting.el (font-setting-change-default-font): Use user-spec
11532 instead of name.
11533
7534fa5e
DN
115342010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11535
11536 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11537
fd579fdc
CY
115382010-01-05 Tom Tromey <tromey@redhat.com>
11539
4e5617ee
SM
11540 * progmodes/python.el (python-font-lock-keywords):
11541 Handle qualified decorators (Bug#881).
fd579fdc 11542
37860caf
DN
115432010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11544
11545 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11546 in a lightweight checkout.
11547
69db641d
KH
115482010-01-05 Kenichi Handa <handa@m17n.org>
11549
4e5617ee 11550 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 11551
b25d6a02
DN
115522010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11553
11554 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11555
137d88ca
DN
115562010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11557
11558 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11559 checkouts. (Bug#618)
3d5d0aa9 11560 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
11561 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11562 (vc-bzr-shelve-menu-map):
11563 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11564 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 11565
da76998b
CY
115662010-01-02 Chong Yidong <cyd@stupidchicken.com>
11567
11568 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11569 They are valid characters in URL paths (rfc3986), and at least
11570 Firefox does not understand the encoded version (Bug#3166).
11571
b2ad70b6
CY
115722010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
11573
11574 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
11575 (octave-block-begin-or-end-regexp, octave-block-match-alist):
11576 Add "end" keyword (Bug#3061).
b2ad70b6
CY
11577 (octave-end-as-array-index-p): New function.
11578 (calculate-octave-indent): Use it.
11579
54136282
KF
115802010-01-02 Karl Fogel <kfogel@red-bean.com>
11581
11582 * bookmark.el: Consistently put the text property on the bookmark name.
11583 (bookmark-bmenu-marks-width): Bump back to 2, to include
11584 annotation marks.
11585 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11586 property on the bookmark name, instead of not putting it at all.
11587 (bookmark-bmenu-list): Fix where we put the text property.
11588
cc4d3cad
KF
115892010-01-02 Karl Fogel <kfogel@red-bean.com>
11590
11591 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11592 for showing buffer modified state (as added in the previous change).
11593
b894c439
KF
115942010-01-02 Karl Fogel <kfogel@red-bean.com>
11595
11596 * bookmark.el: Show modified state of bookmark buffer more accurately.
11597 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11598 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11599 (with-buffer-modified-unmodified): New macro.
11600 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11601 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 11602 Use new macro to preserve the buffer modified state.
b894c439 11603
3a69db53
KF
116042010-01-02 Karl Fogel <kfogel@red-bean.com>
11605
4e5617ee 11606 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
11607 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11608 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11609 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11610 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
11611 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11612 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 11613
af414f10
EZ
116142010-01-02 Eli Zaretskii <eliz@gnu.org>
11615
4e5617ee
SM
11616 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11617 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 11618
f2ec0e5e
CY
116192010-01-02 Ryan Yeske <rcyeske@gmail.com>
11620
11621 * net/rcirc.el: Add follow-link binding (Bug#4738).
11622
38c1ba62
EZ
116232010-01-02 Eli Zaretskii <eliz@gnu.org>
11624
4e5617ee 11625 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
11626 (cvs-update): New target for backward compatibility.
11627
4e5617ee 11628 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
11629 (cvs-update): New target for backward compatibility.
11630
ea2c0f5b
KF
116312010-01-02 Karl Fogel <kfogel@red-bean.com>
11632
11633 * bookmark.el: Remove gratuitous gratitude.
11634
5ae329f4
KF
116352010-01-02 Karl Fogel <kfogel@red-bean.com>
11636
c4cc8b9a 11637 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
11638 (bookmark-bmenu-save): Clear buffer modification if no marks.
11639
116402010-01-02 Karl Fogel <kfogel@red-bean.com>
11641
11642 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
11643 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11644 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11645 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11646
11647 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11648 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11649 To: emacs-devel {_AT_} gnu.org
11650 Subject: bookmark.el bug report
11651 Date: Mon, 28 Dec 2009 14:19:16 +0800
11652 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11653
aef053eb
KF
116542010-01-02 Karl Fogel <kfogel@red-bean.com>
11655
11656 * bookmark.el: Improvements suggested by Drew Adams:
11657 (bookmark-bmenu-ensure-position): New name for
11658 `bookmark-bmenu-check-position'. Just ensure the position,
11659 don't return any meaningful value.
11660 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11661 New constants.
11662
0472835f
JB
116632010-01-02 Juanma Barranquero <lekktu@gmail.com>
11664
11665 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11666 (bookmark-yank-point, bookmark-bmenu-check-position):
11667 Fix typos in docstrings.
11668 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11669 (bookmark-name-from-full-record, bookmark-get-position)
11670 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11671 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11672 Remove useless quoting of parenthesis, etc. in docstrings.
11673
11674 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11675 (ediff-append-custom-diff): Fix typo in error message.
11676 (ediff-meta-mark-equal-files): Fix typos in messages.
11677
11678 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11679
0472835f
JB
11680 * net/imap-hash.el (imap-hash-make): Doc fix.
11681 (imap-hash-test): Fix typo in error message; reflow docstring.
11682 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11683 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11684 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11685 Fix typos in docstrings.
11686 (imap-hash-open-connection): Fix typo in error message.
11687
11688 * play/gomoku.el (gomoku): Fix typos in docstring.
11689
11690 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11691 (gdb-jsonify-buffer): Fix typos in docstring.
11692 (gdb-goto-breakpoint): Fix typo in error message.
11693 ("Display Other Windows"): Fix typo in help message.
11694 (gdb-speedbar-expand-node): Fix typo in question.
11695
11696 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11697 (idlwave-html-system-help-location, idlwave-html-help-location)
11698 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11699 (idlwave-help-browser-generic-args, idlwave-help-directory)
11700 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11701 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11702 (idlwave-online-help, idlwave-help-html-link)
11703 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11704 Fix typos in docstrings.
11705 (idlwave-help-with-source, idlwave-help-find-routine-definition):
11706 Reflow docstrings.
11707 (idlwave-help-assistant-start): Fix typo in error message.
11708
11709 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11710 (octave-electric-space): Fix typos in docstrings.
11711
9bbe0828
CY
117122010-01-01 Chong Yidong <cyd@stupidchicken.com>
11713
11714 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11715
a88c46c3
CY
117162010-01-01 Juri Linkov <juri@jurta.org>
11717
11718 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 11719 increase the default to 500 (Bug#5148).
a88c46c3 11720
7ee6c59b
NR
117212009-12-31 Nick Roberts <nickrob@snap.net.nz>
11722
11723 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11724 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11725 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11726
a9c8a2cd
NR
117272009-12-30 Nick Roberts <nickrob@snap.net.nz>
11728
11729 Show working revision correctly for mercurial.
11730 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 11731 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 11732
659e4408
JB
117332009-12-29 Juanma Barranquero <lekktu@gmail.com>
11734
11735 Declare some functions for the byte-compiler.
11736 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11737 (speedbar-timer-fn, speedbar-change-expand-button-char)
11738 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11739
7ee6c59b
NR
117402009-12-29 Nick Roberts <nickrob@snap.net.nz>
11741
11742 This changeset reverts GDB Graphical Interface to use annotations.
11743 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11744
460f6e7c
DN
117452009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11746
11747 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
11748 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11749 Return file names relative to it.
460f6e7c
DN
11750 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11751 relative directory to vc-bzr-after-dir-status.
11752
543f553a
TH
117532009-12-28 Tassilo Horn <tassilo@member.fsf.org>
11754
11755 * font-lock.el (font-lock-refresh-defaults): New function, which
11756 can be used to let font-lock react to external changes in
11757 variables like font-lock-defaults and keywords.
11758 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11759
2592ab76
DN
117602009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11761
ac859983
DN
11762 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11763
2592ab76
DN
11764 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11765
58941d03
JB
117662009-12-28 Juanma Barranquero <lekktu@gmail.com>
11767
11768 Supersede color.diff settings in git log (bug#5211).
11769
11770 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11771 escape chars in its output when the user has color.diff set to `always'.
11772 This fix works on git 1.4.2 and newer (released on 2006-08-13).
11773
39764e76
KR
117742009-12-26 Kevin Ryde <user42@zip.com.au>
11775
11776 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11777 node. Keep previous "Index" name to work with past coreutils too.
11778
91c4831e
KR
11779 * man.el (man): Revise docstring a bit to show -a and -l as
11780 examples. Add -k description since support for it has otherwise
11781 been a secret. (Further to bug#3717.)
651e932e
KR
11782 (Man-bgproc-sentinel): When "-k foo" produces no output show error
11783 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 11784 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 11785
7f4d4a97
MA
117862009-12-26 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11789 switches. Check also for //SUBDIRED// line.
11790
bcffff46
KH
117912009-12-25 Kenichi Handa <handa@m17n.org>
11792
88b5a757 11793 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
11794 handle ZWNJ and ZWJ. Use it in composition-function-table for
11795 Devanagari.
11796 (malayalam-composable-pattern): Fix previous change.
11797
dc1dcfa4
VJL
117982009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11799
11800 * ps-print.el (ps-face-attributes): It was not returning the
11801 attribute face for faces specified as string. Reported by harven
80525855 11802 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
11803 (ps-print-version): New version 7.3.5.
11804
6fe539d2
UJ
118052009-12-18 Ulf Jasper <ulf.jasper@web.de>
11806
85626eef 11807 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
11808 Fix timezone names.
11809 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
11810 (icalendar--add-diary-entry): Remove the trailing blank that
11811 diary-make-entry inserts.
11812
1f3611c6
MA
118132009-12-17 Michael Albinus <michael.albinus@gmx.de>
11814
11815 Make `file-expand-wildcards' work for remote files.
11816
11817 * files.el (file-expand-wildcards): In case of remote files, check
11818 only local file name part for wildcards. Provide feature 'files
11819 and subfeature 'remote-wildcards. (Bug#5198)
11820
11821 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11822 if there is already an established connection.
11823 (tramp-advice-file-expand-wildcards): Remove it.
11824
11825 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 11826 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
11827 Activate advice for older GNU Emacs versions. (Bug#5237)
11828
9762b219
JB
118292009-12-17 Juanma Barranquero <lekktu@gmail.com>
11830
11831 Some doc fixes (more needed).
11832
11833 * find-cmd.el (find-constituents): Reflow docstring.
11834 (find-cmd, find-prune, find-command): Fix typos in docstrings.
11835 (find-generic): Doc fix.
11836
cfb54897
JL
118372009-12-17 Juri Linkov <juri@jurta.org>
11838
11839 Fix regression from 23.1 to allow multiple modes in Local Variables.
11840
11841 * files.el (hack-local-variables-filter): While ignoring duplicates,
11842 don't take `mode' into account.
85626eef
SM
11843 (hack-local-variables-filter, hack-dir-local-variables):
11844 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 11845
ad974e9e
JL
118462009-12-17 Juri Linkov <juri@jurta.org>
11847
85626eef 11848 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
11849
11850 * dired-aux.el (dired-diff): Signal an error when `file' equals to
11851 `current' or when `file' is a directory of the `current' file.
11852
3616e0b9
AS
118532009-12-17 Andreas Schwab <schwab@linux-m68k.org>
11854
11855 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11856 unconditionally preloaded files.
11857
72b57560
JL
118582009-12-16 Juri Linkov <juri@jurta.org>
11859
11860 Revert to old 23.1 logic of using the file at the mark as default.
11861 * dired-aux.el (dired-diff): Use the file at the mark as default
11862 if it's not the same as the current file, and the target dir is
11863 the current dir or the mark is active. Add the current file
11864 as the arg of `dired-dwim-target-defaults'. Use the default file
11865 in the prompt. (Bug#5225)
11866
68712eb6
MA
118672009-12-15 Michael Albinus <michael.albinus@gmx.de>
11868
11869 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11870 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11871 (tramp-check-for-regexp): Check also, when an echoing shell stops
11872 to echo sent commands.
11873
fd471993
CY
118742009-12-14 Chong Yidong <cyd@stupidchicken.com>
11875
11876 * Makefile.in: Revert last change (Bug#5191).
11877
86b5e14c
DN
118782009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
11879
11880 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
11881 (vc-hg-working-revision): Make sure the command is executed in a
11882 known environment so that we can parse the output. (Bug#4417)
86b5e14c 11883
8cffbb75
CY
118842009-12-14 Chong Yidong <cyd@stupidchicken.com>
11885
11886 * progmodes/python.el (python-symbol-completions): Remove text
11887 properties from symbol string before calling python-send-receive.
11888
6c2b67ad
NR
118892009-12-14 Nick Roberts <nickrob@snap.net.nz>
11890
11891 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 11892 when there are values for both file and line. (Bug#5060)
6c2b67ad 11893
ff6f4585
JL
118942009-12-14 Juri Linkov <juri@jurta.org>
11895
11896 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
11897 whitespace after the file name of the first line of unified format,
11898 because git-diff doesn't output whitespace and file modification time
11899 after the file name.
11900
d3de1c8e
JL
119012009-12-14 David Kastrup <dak@gnu.org>
11902
11903 * info.el (Info-hide-cookies-node): Before hiding a cookie,
11904 check if it already has the `display' property added by
11905 `Info-display-images-node', and not put the `invisible' property
11906 in this case.
11907
2f1b7dc4
GM
119082009-12-13 Glenn Morris <rgm@gnu.org>
11909
a0cefee5
GM
11910 * mail/emacsbug.el (message-sort-headers): Define for compiler.
11911 (report-emacs-bug): In message-mode, sort manually before storing
11912 original report text. (Bug#5178)
2f1b7dc4
GM
11913 Remove superfluous save-excursion.
11914
31bb373f
MA
119152009-12-12 Michael Albinus <michael.albinus@gmx.de>
11916
11917 * net/dbus.el (dbus-property-handler): Filter lambda forms out
11918 when responding to "GetAll" properties.
11919
5e1d4968
CY
119202009-12-12 Chong Yidong <cyd@stupidchicken.com>
11921
11922 * simple.el (compose-mail): Remove mail-setup-with-from from
11923 customization checks.
11924
097d86f9
EZ
119252009-12-12 Eli Zaretskii <eliz@gnu.org>
11926
11927 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
11928 RAR archives created on Unix systems.
11929
1d4adede
SM
119302009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
11933 the varalias that was accidentally removed by the 2009-11-19 change
11934 (bug#5186).
11935
3ff3655c
KH
119362009-12-12 Kenichi Handa <handa@m17n.org>
11937
11938 * language/indian.el (indian-compose-regexp): New function.
11939 (malayalam-composable-pattern): Fix the pattern.
11940 (composition-function-table): Set malayalam-composable-pattern for
11941 Malayalam characters.
11942
82d3343c
CY
119432009-12-11 Chong Yidong <cyd@stupidchicken.com>
11944
315eb96d
CY
11945 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11946 rather than down-mouse-1, based on follow-link conventions.
11947
82d3343c
CY
11948 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
11949 are compiled.
11950
86a4c7ac
DN
119512009-12-11 Michael McNamara <mac@mail.brushroad.com>
11952
bf0b361c 11953 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
11954 (verilog-vmm-statement-re, verilog-ovm-statement-re)
11955 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
11956 (verilog-leap-to-head, verilog-backward-token):
11957 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
11958
119592009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
11960
bf0b361c
JB
11961 * progmodes/verilog-mode.el (verilog-auto-lineup)
11962 (verilog-nameable-item-re): Cleanup user-visible spelling and
11963 documentation errors. One reported by Gary Delp.
1d4adede 11964 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
11965 (verilog-read-decls): Fix AUTOWIRE with types declared in a
11966 package, bug195. Reported by Pierre-David Pfister.
11967
fe03f49a
GM
119682009-12-11 Glenn Morris <rgm@gnu.org>
11969
47641aac
GM
11970 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
11971
85094855
GM
11972 * mail/emacsbug.el: No longer require sendmail.
11973 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
11974 (report-emacs-bug-orig-text): Doc fix.
11975 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
11976 New local variables, to adapt to different mail-user-agents.
11977 (report-emacs-bug): Fix test for a gnu.org address.
11978 Use overlays for emphasis, since font-lock defeats 'face property.
11979 Pretest bugs also end up at the newsgroup these days.
11980 Stop message-mode stripping text properties.
11981 Set and use the new buffer-local variables.
11982 (report-emacs-bug-hook): Add doc-string.
11983 Remove some unnecessary save-excursions and simplify.
11984 Use the appropriate hook and send-command.
11985
fe03f49a
GM
11986 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11987 capitalization of some menu entries.
11988
345427f0
VJL
119892009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11990
277e6741
MP
11991 * whitespace.el (whitespace-display-char-on):
11992 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
11993 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11994 New version 12.1.
11995
c70ccbba
EZ
119962009-12-10 Eli Zaretskii <eliz@gnu.org>
11997
11998 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11999 characters in the Attribute field.
12000
f1943c1b
DN
120012009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
12002
12003 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
12004
1c67aeaa
SM
120052009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12008 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12009 Disregard autoload-excludes.
12010 (update-directory-autoloads): Obey autoload-excludes here instead.
12011 But don't store its contents in no-autoloads and remove entries that
12012 refer to excludes files.
12013
d8194864
GM
120142009-12-10 Glenn Morris <rgm@gnu.org>
12015
8c0171c0
GM
12016 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12017 (expand-mail-aliases): Define for compiler.
12018
dba372dd
GM
12019 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12020 Define for compiler.
12021
d8194864
GM
12022 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12023 appropriate for the mail-user-agent in use.
12024
fe5facd3
MA
120252009-12-09 Michael Albinus <michael.albinus@gmx.de>
12026
12027 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12028
99999a1d
DN
120292009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12030
12031 Fix short log parsing and fontification.
12032 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12033 Fix fontification for the [merge] label.
12034
2ea1c4aa
SM
120352009-12-09 Vivek Dasmohapatra <vivek@etla.org>
12036
85626eef 12037 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
12038 * htmlfontify.el (hfy-ignored-properties): New defcustom.
12039 (hfy-fontify-buffer): Use it.
12040
9840deb6
SM
120412009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
12042
a0d1aadf
SM
12043 Minor cleanup.
12044 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12045 Adjust all callers.
12046 (ffap-locate-file): Remove unused arg `dir-ok' and make other
12047 args compulsory. Adjust callers.
12048 (ffap-gopher-at-point): Remove unused var `name'.
12049
9840deb6
SM
12050 Get rid of the ELCFILES abomination.
12051 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12052 (compile-elcfiles): New phony target.
12053 (compile-main): Compute ELCFILES dynamically.
12054 (compile-clean): New target to remove left-over elc files.
12055 (compile, all): Use it.
12056
7eb3f9a8
KH
120572009-12-09 Kenichi Handa <handa@etlken>
12058
12059 * international/mule-diag.el: Require help-mode instead of help-fns.
12060
ae63e572
KH
120612009-12-09 Kenichi Handa <handa@m17n.org>
12062
5ce6e4f4 12063 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
12064 fine ranges instead of pre-calculating accurate ranges.
12065 Iterate with bigger gc-cons-threshold.
ae63e572 12066
e2f3c692
DN
120672009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12068
12069 Add support for stashing a snapshot of the current tree.
12070 * vc-git.el (vc-git-stash-snapshot): New function.
12071 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12072
cf6d0352
JB
120732009-12-08 Jose E. Marchesi <jemarch@gnu.org>
12074
12075 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12076 instead of `(beginning|end)-of-line'.
12077
48e4acc9
GM
120782009-12-08 Glenn Morris <rgm@gnu.org>
12079
6e890faa
GM
12080 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12081
48e4acc9
GM
12082 * Makefile.in (ELCFILES): Regenerate.
12083
d2a1dc7b
JL
120842009-12-07 Juri Linkov <juri@jurta.org>
12085
12086 Don't lazy-highlight the comint output in history Isearch mode.
12087
12088 * comint.el (comint-history-isearch-search): Instead of
12089 `comint-line-beginning-position', use `comint-after-pmark-p'
12090 to check if point if before the process mark, and go to
12091 `process-mark' in this case.
12092
51ef56c4
SM
120932009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12094
fb10ee4a
SM
12095 * textmodes/tex-mode.el (latex-complete)
12096 (latex-indent-or-complete): Remove.
12097 (latex-mode): Set completion-at-point-functions instead.
12098
12099 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
12100 * minibuffer.el (completion-at-point-functions): New var.
12101 (completion-at-point): New command.
fb10ee4a 12102 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
12103 * progmodes/python.el (python-mode-map): Use completion-at-point.
12104 (python-completion-at-point): Rename from python-partial-symbol and
12105 adjust for use in completion-at-point-functions.
12106 (python-mode): Setup completion-at-point for Python completion.
12107 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12108 extracted from lisp-complete-symbol.
12109 (lisp-complete-symbol): Use it.
12110 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12111 setup completion-at-point for Elisp completion.
fb10ee4a
SM
12112 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12113 Use completion-at-point.
51ef56c4 12114 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 12115 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
12116 * progmodes/sym-comp.el: Move to...
12117 * obsolete/sym-comp.el: Move from progmodes.
12118
5e7a9022
EZ
121192009-12-07 Eli Zaretskii <eliz@gnu.org>
12120
12121 Prevent save-buffer in Rmail buffers from using the coding-system
12122 of the current message, and from clobbering the encoding mnemonics
12123 in the mode line (Bug#4623).
12124
12125 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12126 flag, too.
12127 (rmail-message-encoding): New variable.
12128 (rmail-write-region-annotate): Record the encoding of the current
12129 message in rmail-message-encoding.
12130 (rmail-after-save-hook): New function, restores the encoding of
12131 the current message after the message collection is saved.
12132
9136e895
JL
121332009-12-07 Juri Linkov <juri@jurta.org>
12134
12135 * progmodes/grep.el (grep-read-files): Use `completing-read'
12136 instead of `read-string'. Set its `collection' arg to
12137 `read-file-name-internal'. (Bug#4301)
12138
40637410
JL
121392009-12-07 Juri Linkov <juri@jurta.org>
12140
12141 Correctly restore original Isearch point. (Bug#4994)
12142
12143 * isearch.el (isearch-mode): Move `isearch-push-state' after
12144 `(run-hooks 'isearch-mode-hook)'.
12145 (isearch-cancel): When `isearch-push-state-function' is defined,
12146 let-bind `isearch-cmds' to the first state (the last element of
12147 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12148 function and restores the original point). Otherwise, move point
12149 to `isearch-opoint'.
12150
da10ce2b
SM
121512009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12154 chars that don't have names, so the table can be built much faster at
12155 run-time.
12156
3d68fa99
CY
121572009-12-07 Chong Yidong <cyd@stupidchicken.com>
12158
f82b1493
CY
12159 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12160 change. Suggested by David Kastrup.
12161
3d68fa99
CY
12162 * simple.el (compose-mail): Check for incompatibilities and warn.
12163 (compose-mail-user-agent-warnings): New option.
12164
662c5698
DN
121652009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12166
12167 Support showing a single log entry from vc-annotate.
12168 * vc.el (print-log): Add a new argument: START-REVISION.
12169 (vc-print-log-internal): Add a new optional argument and
12170 pass it to the backend.
12171 (vc-print-log, vc-print-root-log): Adjust callers.
12172 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12173 buffer already displays the requested log entry, use it.
12174 Otherwise display only the log entry in question.
12175 * vc-svn.el (vc-svn-print-log):
e4070cdc 12176 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
12177 * vc-hg.el (vc-hg-state):
12178 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12179 (vc-git-show-log-entry): Return t on success.
12180 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12181 (vc-bzr-show-log-entry): Return t on success.
12182 * vc-rcs.el (vc-rcs-print-log):
12183 * vc-sccs.el (vc-sccs-print-log):
12184 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12185
e4070cdc
GM
121862009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12187
5ce6e4f4
JB
12188 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12189 Add menus to the meta mode. (Bug#5043)
e4070cdc 12190
5ce6e4f4 121912009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
12192
12193 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 12194 event-key.
662c5698 12195
662c5698
DN
12196 * ediff.el (ediff-buffers-internal): Add unwind-protect.
12197
dab816a9
MA
121982009-12-07 Michael Albinus <michael.albinus@gmx.de>
12199
12200 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
12201 Berbain <raphael.berbain@gmail.com>.
12202
12203 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
12204 characters.
12205 (tramp-initial-end-of-output): New defconst.
12206 (tramp-methods, tramp-find-shell)
12207 (tramp-open-connection-setup-interactive-shell)
12208 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
12209 (tramp-shell-prompt-pattern, tramp-wait-for-output):
12210 Handle existence of `#' and `$'.
dab816a9 12211
6a7662bb
BR
12212 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12213 Use `tramp-initial-end-of-output'.
dab816a9 12214
a91e1f6b
DN
122152009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12216
12217 Get the background mode from the terminal for xterm, and set
12218 faces accordingly.
12219 * term/xterm.el (xterm-set-background-mode): New function.
12220 (terminal-init-xterm): Use it in case xterm supports background
12221 color queries. Recompute faces after getting the background
12222 color.
12223
5fa9d1ec
GM
122242009-12-07 Ulrich Mueller <ulm@gentoo.org>
12225
12226 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12227 number comment back on its own line, for easier parsing.
12228
5e9fde5e
SM
122292009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 Make it work for non-file buffers (bug#5102).
12232 * doc-view.el (doc-view-current-cache-dir):
12233 Use doc-view-buffer-file-name rather than buffer-file-name.
12234 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12235
2f2f5242
CY
122362009-12-06 Óscar Fuentes <ofv@wanadoo.es>
12237
12238 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12239 author field is too short.
12240
cebf8ec6
DN
122412009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
12242
5e9fde5e
SM
12243 * vc-git.el (vc-git-print-log): Handle a limit argument.
12244 Display the short log in graph form and with labels.
0d3f8a78
DN
12245 (vc-git-log-view-mode): Handle labels.
12246
cebf8ec6
DN
12247 Make vc-revert change VC state from 'added to 'unregistered.
12248 * vc-git.el (vc-git-revert): Call git reset first.
12249
8e39154d
UJ
122502009-12-06 Ulf Jasper <ulf.jasper@web.de>
12251
d8194864
GM
12252 * net/newst-backend.el, net/newst-plainview.el:
12253 * net/newst-reader.el, net/newst-ticker.el:
12254 * net/newst-treeview.el, net/newsticker.el:
12255 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 12256
ef187c24
CY
122572009-12-06 Chong Yidong <cyd@stupidchicken.com>
12258
238a0f3a
CY
12259 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12260
2c6bb71a
CY
12261 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12262 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
12263 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12264 Update annotation regexp.
12265
ef187c24
CY
12266 * simple.el (beginning-of-visual-line): Constrain to field
12267 boundaries (Bug#5106).
12268
571855b6
UJ
122692009-12-06 Ulf Jasper <ulf.jasper@web.de>
12270
6a7662bb
BR
12271 * xml.el (xml-substitute-numeric-entities):
12272 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 12273 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
12274 * net/newst-backend.el (newsticker--parse-generic-feed)
12275 (newsticker--parse-generic-items)
6a7662bb
BR
12276 (newsticker--decode-numeric-entities):
12277 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 12278 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 12279
b857059c
CY
122802009-12-06 Daniel Colascione <dan.colascione@gmail.com>
12281
12282 * progmodes/js.el (js--js-not): Add null to the list of values.
12283
c2dae51b
CY
122842009-12-06 Chong Yidong <cyd@stupidchicken.com>
12285
d8194864 12286 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 12287
ed0f72d2
RW
122882009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12289
12290 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12291 delimiter if it is at the end of the current line.
12292 (bibtex-generate-url-list): Fix docstring.
12293
365b9a62
SM
122942009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12297 minibuffer's content with itself.
12298 Fold the confirm-after-completion case into the `confirm' case.
12299 (completion-pcm-word-delimiters): Add : and / to the delimiters.
12300
990a9cb1
KR
123012009-12-06 Kevin Ryde <user42@zip.com.au>
12302
12303 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 12304 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 12305
8b5a10db 12306 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 12307 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 12308
065543e7
JL
123092009-12-05 Juri Linkov <juri@jurta.org>
12310
12311 Save and restore dired buffer's point positions too. (Bug#4880)
12312
12313 * dired.el (dired-save-positions): Return in the first element
12314 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12315 Doc fix.
12316 (dired-restore-positions): First restore buffer's position.
12317 While restoring window's positions, check if window still displays
12318 the original buffer.
12319
503edac9
CY
123202009-12-05 Chong Yidong <cyd@stupidchicken.com>
12321
9a594ee6
CY
12322 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12323 if possible.
12324
925f8c70
CY
12325 * shell.el (shell): Require ansi-color (Bug#5113).
12326
12327 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12328
503edac9
CY
12329 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12330
8fea6b33
AM
123312009-12-05 Alan Mackenzie <acm@muc.de>
12332
12333 * progmodes/cc-mode.el (c-before-hack-hook)
12334 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12335 `c-file-style' to work again. This reversion restores the current
212c5aef 12336 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 12337
5d1fd962
CY
123382009-12-05 Kevin Ryde <user42@zip.com.au>
12339
6a7662bb
BR
12340 * textmodes/sgml-mode.el (sgml-lexical-context):
12341 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 12342
30760c8b
JL
123432009-12-05 Juri Linkov <juri@jurta.org>
12344
12345 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12346 for virtual nodes. (Bug#4147)
12347 (Info-find-node-2): Set `Info-current-node-virtual' to nil
12348 when moving from a virtual node.
12349 (Info-mode-menu): Add `Info-virtual-index' to the menu.
12350 (Info-mode): Add `Info-virtual-index' to the docstring.
12351
403111a8
RW
123522009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12353
12354 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12355 track of the buffer position of the end of a BibTeX entry as this
12356 position may change during reformatting.
12357 (bibtex-format-entry): Remove whitespace before processing
12358 numerical fields so that we recognize the latter properly.
12359 (bibtex-reformat): Do not use push which changes the global value
12360 of bibtex-entry-format.
12361 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12362 (bibtex-field-re-init): Replace only space characters by regexp
12363 for whitespace.
365b9a62 12364 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
12365 (bibtex-initialize): Also update bibtex-strings.
12366 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
12367 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12368 Update bibtex-reference-keys.
403111a8 12369
25b54627
SM
123702009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12371
12372 * minibuffer.el (completion-pcm--merge-try): Also consider placing
12373 point after a star, if that's the only place where modifications can
12374 make progress.
12375
35639eb4
DN
123762009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
12377
12378 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12379 in docstrings.
12380
8b78760b
JL
123812009-12-04 Juri Linkov <juri@jurta.org>
12382
12383 * proced.el (proced): Call `(proced-update t)' to update process
12384 information instead of only running proced-post-display-hook.
12385 (proced-send-signal): Add a leading space to the buffer name
12386 " *Marked Processes*" to make this buffer ephemeral.
12387
2b3489a7
JL
123882009-12-04 Juri Linkov <juri@jurta.org>
12389
12390 * dired.el (dired-auto-revert-buffer): New defcustom.
12391 (dired-internal-noselect): Use it.
12392
9b9debd1
JL
123932009-12-04 Juri Linkov <juri@jurta.org>
12394
12395 Change roles of modes and functions in image-mode.el (Bug#5062).
12396
12397 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12398 in `auto-mode-alist'.
12399 (image-mode-previous-major-mode): New variable.
12400 (image-minor-mode-map): Rename from `image-mode-text-map'.
12401 (image-mode): Move graceful error-handling code from
12402 `image-minor-mode' to here. On errors call `image-mode-as-text'.
12403 (image-minor-mode): Remove all image-handling code.
12404 Replace `image-mode-text-map' with `image-minor-mode-map'.
12405 Check for `image-type' in mode-line format string.
12406 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12407 (image-mode-as-text): New function with most code from
12408 `image-mode-maybe'.
12409 (image-toggle-display-text): Move code that removes image
12410 properties from `image-toggle-display' to here.
12411 (image-toggle-display-image): New function with code that adds
12412 image properties copied from `image-toggle-display'.
12413 (image-toggle-display): Remove most code with leaving only code
12414 that toggles between `image-mode-as-text' and `image-mode'.
12415
0c74a301
UJ
124162009-12-04 Ulf Jasper <ulf.jasper@web.de>
12417
12418 * net/newst-treeview.el
12419 (newsticker--treeview-list-highlight-start): Restored call to
12420 save-excursion: Selected item was stuck.
12421 (newsticker--treeview-list-select): New.
12422 (newsticker--treeview-item-show-text)
12423 (newsticker--treeview-item-show)
12424 (newsticker--treeview-item-update): Use new
12425 newsticker-treeview-item-mode.
12426 (newsticker-treeview-update): Keep current item.
12427 (newsticker-treeview-next-new-or-immortal-item): Doc change.
12428 (newsticker--treeview-first-feed): Doc change.
12429 (newsticker-treeview-list-menu)
88b5a757 12430 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
12431 (newsticker-treeview-item-mode): New.
12432
5ce6e4f4 12433 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
12434 windows.
12435
9eaeec5b
SS
124362009-12-04 Sam Steingold <sds@gnu.org>
12437
12438 * log-view.el (log-view-mode-map): "q" calls quit-window,
12439 like in all the other non-self-insert buffers.
12440
b2bf5be5
SM
124412009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
12442
12443 Minor cleanup.
12444 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12445 key decoding rather than do it manually via last-input-event +
12446 ascii-character.
12447 (term-exec): Use delete-and-extract-region.
12448 (term-handle-ansi-terminal-messages): Remove unused var `end'.
12449 (term-process-pager): Remove unused var `i'.
12450 (term-dynamic-simple-complete): Make obsolete.
12451 (serial-update-config-menu): Remove unused vars `y' and `str'.
12452 (term-update-mode-line): Remove unused var `temp'.
12453
46e5c897
DN
124542009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12455
12456 Limit the number of log entries displayed by default.
12457 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12458 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12459 using a prefix argument.
12460
627e0a14
GM
124612009-12-03 Glenn Morris <rgm@gnu.org>
12462
12463 * progmodes/idlwave.el (class): Restore still useful declaration.
12464
8578c224
AM
124652009-12-03 Alan Mackenzie <acm@muc.de>
12466
4abc318c 12467 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 12468
b2bf5be5
SM
12469 * progmodes/cc-mode.el (c-basic-common-init):
12470 Call c-state-cache-init.
9762b219 12471 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 12472 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 12473 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
12474
12475 * progmodes/cc-langs.el (c-before-font-lock-function):
12476 c-extend-and-neutralize-syntax-in-CPP has been renamed
12477 c-neutralize-syntax-in-and-mark-CPP.
12478
12479 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12480 with `category' properties now, not `syntax-table' ones.
12481
12482 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12483 enhanced (but slower) version of c-end-of-macro that won't land
12484 inside a literal or on another awkward character.
12485 (c-state-cache-too-far, c-state-cache-start)
12486 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12487 (c-state-nonlit-pos-cache-limit, c-state-point-min)
12488 (c-state-point-min-lit-type, c-state-point-min-lit-start)
12489 (c-state-min-scan-pos, c-state-brace-pair-desert)
12490 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12491 buffer local variables.
12492 (c-state-literal-at, c-state-lit-beg)
12493 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12494 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12495 (c-state-cache-top-paren, c-state-cache-after-top-paren)
12496 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12497 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12498 (c-renarrow-state-cache)
12499 (c-append-lower-brace-pair-to-state-cache)
12500 (c-state-push-any-brace-pair, c-append-to-state-cache)
12501 (c-remove-stale-state-cache)
12502 (c-remove-stale-state-cache-backwards, c-state-cache-init)
12503 (c-invalidate-state-cache-1, c-parse-state-1)
12504 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
12505 (c-parse-state): Enhance and refactor.
12506 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
12507
12508 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12509 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
12510 modify to use category text properties rather than syntax-table ones.
12511 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
12512 to switch off/on the syntactic paren property of C++ template
12513 delimiters using the category property.
12514 (c-with-<->-as-parens-suppressed): Macro to invoke code with
12515 template delims suppressed.
12516 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12517 New constant/macros which apply category properties to the start
12518 and end of preprocessor constructs.
b2bf5be5 12519 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
12520 "comment out" the syntactic value of characters in preprocessor
12521 constructs.
12522 (c-with-cpps-commented-out)
12523 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12524 with characters in all or all but one preprocessor constructs
12525 "commented out".
12526
0d4dc442
RW
125272009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12528
12529 * proced.el (proced-filter-alist): Use regexp-quote.
12530
a09dc9bf
MA
125312009-12-03 Michael Albinus <michael.albinus@gmx.de>
12532
12533 Cleanup.
12534 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12535 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
12536 arguments. Expand `default-directory'.
12537
12538 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12539 the benefit of returning an expanded localname.
12540 (tramp-tramp-file-p): Handle the case NAME is not a string.
12541
3f6bd790
DN
125422009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12543
4dfb3b9c
DN
12544 Add support for bzr shelve/unshelve.
12545 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12546 (vc-bzr-extra-menu-map): New variables.
12547 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12548 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12549 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12550 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12551 (vc-bzr-dir-extra-headers): Display shelves.
12552
3f6bd790
DN
12553 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12554
842d73a1
SM
125552009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * textmodes/bibtex.el (bibtex-complete-internal):
12558 Use completion-in-region.
12559 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12560
7fa4876f
DN
125612009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12562
12563 Support applying stashes. Improve UI.
12564 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12565 (vc-git-stash-apply, vc-git-stash-pop)
12566 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12567 (vc-git-stash-menu): New functions.
12568 (vc-git-stash-menu-map): New variable.
12569 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12570
d6e82452
GM
125712009-12-03 Glenn Morris <rgm@gnu.org>
12572
12573 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12574 (vc-print-log-internal): Fix previous change.
12575 (vc-revert): Correct pluralization.
12576
8d222148
SM
125772009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12578
ea52206b
SM
12579 * progmodes/make-mode.el (makefile-special-targets-list): No need for
12580 it to be an alist any more.
12581 (makefile-complete): Use completion-in-region.
12582
69a94a37
SM
12583 * progmodes/octave-mod.el (octave-complete-symbol):
12584 Use completion-in-region.
12585
8d222148
SM
12586 Misc cleanup.
12587 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12588 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12589 (idlwave-complete-class): Don't quote lambda.
12590 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12591 (idlwave-mode-map): Move initialization into declaration.
12592 (idlwave-action-and-binding): Use backquotes.
12593 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12594 Simplify.
12595 (idlwave-is-pointer-dereference): Remove unused var `pos'.
12596 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12597 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12598 `parts', and `all-parts'.
12599 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12600 (idlwave-convert-xml-system-routine-info): Remove unused string
12601 `version-string'.
12602 (idlwave-display-user-catalog-widget): Use dolist.
12603 (idlwave-scanning-lib): Declare dynamically-scoped var.
12604 (idlwave-scan-library-catalogs): Remove unused var `flags'.
12605 (completion-highlight-first-word-only): Declare to silence bytecomp.
12606 (idlwave-popup-select): Tighten scope of `resp'.
12607 (idlwave-find-struct-tag): Remove unused var `beg'.
12608 (idlwave-after-load-rinfo-hook): Declare.
12609 (idlwave-sintern-class-info): Remove unused var `taglist'.
12610 (idlwave-find-class-definition): Remove unused var `list'.
12611 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12612 (idlwave-what-module-find-class): Remove unused var `classes'.
12613
3bb8691b
JB
126142009-12-03 Juanma Barranquero <lekktu@gmail.com>
12615
12616 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12617
f72f0c23
SM
126182009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12621 buffers visited. Remove redundant current-buffer-saving.
12622
601a9508
SM
126232009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 Use completion-in-buffer and remove uses of dynamic scoping.
12626 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12627 (pascal-buffer-to-use, pascal-flag): Don't declare.
12628 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12629 (pascal-get-completion-decl, pascal-keyword-completion):
12630 Add `pascal-str' argument, save-excursion,
12631 return the found completions, and don't filter with pascal-pred.
12632 (pascal-completion-cache): New var.
12633 (pascal-completion): Don't switch buffer any more (it was never
12634 necessary). Don't save-excursion any more (it's done by the called
12635 subroutines). Use a cache to avoid redundant computations.
12636 Use complete-with-action rather than pascal-completion-response and
12637 let it apply the predicate as well.
12638 (pascal-complete-word): Use completion-in-buffer when
12639 pascal-toggle-completions is nil.
12640 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12641 not used any more.
12642 (pascal-comp-defun): Don't change buffer any more.
12643 Use complete-with-action rather than pascal-completion-response and
12644 let it apply the predicate as well.
12645 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12646 when neded.
12647
1ff4cb98
KH
126482009-12-02 Kenichi Handa <handa@m17n.org>
12649
12650 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12651 shape for all Indic scripts.
12652
bb12edf1
SM
126532009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 Use completion-in-buffer.
12656 * wid-edit.el (widget-field-text-end): New function.
12657 (widget-field-value-get): Use it.
12658 (widget-string-complete, widget-file-complete)
12659 (widget-color-complete): Use it and completion-in-region.
12660 (widget-complete): Don't narrow the buffer.
12661
5813f6ef
GM
126622009-12-02 Glenn Morris <rgm@gnu.org>
12663
c920f222
GM
12664 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
12665 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
12666 * mail/rmailsum.el: Replace all pop-to-buffer calls with
12667 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 12668
5813f6ef
GM
12669 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12670 save-excursion with save-current-buffer.
12671 Widen before searching. (Bug#5093)
12672 (diary-list-sexp-entries): Remove superfluous save-excursion.
12673
34b1d750
GM
126742009-12-02 Michael Welsh Duggan <mwd@cert.org>
12675
12676 * woman.el (woman-make-bufname): Handle man-pages with "." in the
12677 name. (Bug#5038)
12678
b2d5f31a
GM
126792009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
12680
12681 * ido.el (ido-file-internal): Handle filenames at point that do
12682 not have a directory part. (Bug#5049)
12683
c710ac3c
JB
126842009-12-02 Juanma Barranquero <lekktu@gmail.com>
12685
12686 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12687 (mpc-songs-jump-to, mpc-resume): Doc fixes.
12688
9946be46
SM
126892009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
12690
12691 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12692 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12693 any more.
12694
b08016f2
SM
126952009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12696
e7440df4
SM
12697 * comint.el (comint-insert-input): Ignore clicks to the right of
12698 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12699
3bb8691b 12700 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
12701 terminate before setting up the major mode.
12702
f3b757f5
SM
12703 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12704 in case.
12705
a2877f1d
SM
12706 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12707 the last element.
12708
b08016f2
SM
12709 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12710
782d6e30
GM
127112009-12-01 Glenn Morris <rgm@gnu.org>
12712
12713 * window.el (window--display-buffer-2): Fix previous changes.
12714
28f57f7e
CY
127152009-12-01 Chong Yidong <cyd@stupidchicken.com>
12716
12717 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12718
c31a2fdc
GM
127192009-12-01 Glenn Morris <rgm@gnu.org>
12720
12721 * Makefile.in (ELCFILES): Add mpc.elc.
12722
e1ada222
SM
127232009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * mpc.el: New file.
12726
0c9ff2c5
GM
127272009-12-01 Glenn Morris <rgm@gnu.org>
12728
3689984f
GM
12729 * window.el (window-to-use): Define for compiler.
12730
3ab4308b
GM
12731 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12732 consistent with others (no final period).
12733
0c9ff2c5
GM
12734 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12735 (rmail-mime-show): Downcase the encoding. (Bug#5070)
12736
fb0c18ff
DN
127372009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12738
12739 Make vc-print-log buttons work.
045b9da7 12740 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 12741
2ac7e73e
JB
127422009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
12743
12744 * savehist.el (savehist-autosave-interval): Allow setting to nil
12745 through customize. (Bug#5056)
12746
5237d741
JB
127472009-11-30 Juanma Barranquero <lekktu@gmail.com>
12748
12749 Fix references to jit-lock properties.
12750 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12751 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12752 (perl-font-lock-special-syntactic-constructs):
12753 Quote jit-lock-defer-multiline property.
12754
379241fa
DN
127552009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12756
12757 * vc-git.el (vc-git-registered): Call vc-git-root only once.
12758
054ae856
JL
127592009-11-30 Juri Linkov <juri@jurta.org>
12760
12761 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12762 value `buffer' of `multi-isearch-next-buffer-current-function'.
12763 Use `(current-buffer)' when `buffer' is nil.
12764 (multi-isearch-next-buffer-from-list): Don't fallback to
12765 `(current-buffer)' when `buffer' is nil. (Bug#4947)
12766
67296dda
JL
127672009-11-30 Juri Linkov <juri@jurta.org>
12768
12769 * misearch.el (multi-isearch-read-buffers): Move canonicalization
12770 of buffers with `get-buffer' to `multi-isearch-buffers'.
12771 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12772 Canonicalize BUFFERS with `get-buffer'. Doc fix.
12773 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12774 FILES with `expand-file-name' converting relative file names
12775 to absolute. Doc fix. (Bug#4727)
12776
c585bf32
JL
127772009-11-30 Juri Linkov <juri@jurta.org>
12778
12779 * misearch.el (multi-isearch-read-buffers)
12780 (multi-isearch-read-matching-buffers): New functions.
12781 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12782 Use them in the `interactive' spec. Doc fix.
12783 (multi-isearch-read-files, multi-isearch-read-matching-files):
12784 New functions.
12785 (multi-isearch-files, multi-isearch-files-regexp):
12786 Use them in the `interactive' spec. Doc fix. (Bug#4725)
12787
0a745733
JL
127882009-11-30 Juri Linkov <juri@jurta.org>
12789
12790 * doc-view.el (doc-view-continuous):
12791 Rename from `doc-view-continuous-mode'.
12792 (doc-view-menu): Move "Toggle display" to the top.
12793 Add submenu "Continuous" with radio buttons "Off"/"On"
12794 and "Save as Default".
12795 (doc-view-scroll-up-or-next-page)
12796 (doc-view-scroll-down-or-previous-page)
12797 (doc-view-next-line-or-next-page)
6a7662bb
BR
12798 (doc-view-previous-line-or-previous-page):
12799 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 12800
1f9689eb
JL
128012009-11-30 Juri Linkov <juri@jurta.org>
12802
12803 * comint.el (comint-mode-map): Rebind `M-r' from
12804 `comint-previous-matching-input' to
12805 `comint-history-isearch-backward-regexp'.
12806 Unbind `M-s' to allow global key binding `M-s'.
12807 Add menu items for `comint-history-isearch-backward' and
12808 `comint-history-isearch-backward-regexp'. (Bug#3746)
12809
2952b1ae
JL
128102009-11-30 Juri Linkov <juri@jurta.org>
12811
12812 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12813 For def=recenter, replace `recenter' with `recenter-top-bottom'
12814 that is called with `this-command' and `last-command' let-bound
12815 to `recenter-top-bottom'. When the last `def' was not `recenter',
12816 set `recenter-last-op' to nil. (Bug#4981)
12817
7a9547ca
SM
128182009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12819
20565545
SM
12820 Minor cleanup and simplification.
12821 * filecache.el (file-cache-add-directory)
12822 (file-cache-add-directory-recursively)
12823 (file-cache-add-from-file-cache-buffer)
12824 (file-cache-delete-file-regexp, file-cache-delete-directory)
12825 (file-cache-files-matching-internal, file-cache-display): Use dolist.
12826 (file-cache-temp-minibuffer-message): Delete function.
12827 (file-cache-minibuffer-complete): Use minibuffer-message instead.
12828
7a9547ca
SM
12829 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12830 Don't signal an error when bumping into EOB in tr, s, or y.
12831
08e968f3
JL
128322009-11-29 Juri Linkov <juri@jurta.org>
12833
12834 * startup.el (fancy-about-text): Fix wording of Guided Tour.
12835 (Bug#4960)
12836
12837 * descr-text.el (describe-char-unidata-list): Use lowercase name
12838 for "Unicode name" like in other tags.
12839
f8d170a4
JL
128402009-11-29 Juri Linkov <juri@jurta.org>
12841
12842 * ediff-util.el (ediff-minibuffer-with-setup-hook):
12843 New compatibility macro.
7a9547ca 12844 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 12845
0116abbd
JL
128462009-11-29 Juri Linkov <juri@jurta.org>
12847
12848 Add defcustom to define the cycling order of `recenter-top-bottom'.
12849 (Bug#4981)
12850
12851 * window.el (recenter-last-op): Doc fix.
12852 (recenter-positions): New defcustom.
12853 (recenter-top-bottom): Rewrite to use `recenter-positions'.
12854 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12855
61eef560
MA
128562009-11-29 Michael Albinus <michael.albinus@gmx.de>
12857
12858 Improve integration of Tramp and ange-ftp in eshell.
12859
e4070cdc 12860 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
12861 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
12862 (eshell/sudo): Flatten args. Let-bind `default-directory'.
12863
12864 * eshell/esh-util.el (top): Require also Tramp when compiling.
12865 (eshell-directory-files-and-attributes): Check for FTP remote
12866 connection.
12867 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12868 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12869 (eshell-file-attributes): Handle ".". Return `entry'.
12870
12871 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
12872 (ange-ftp-directory-files-and-attributes)
12873 (ange-ftp-real-directory-files-and-attributes): New defuns.
12874
12875 * net/tramp.el (tramp-maybe-open-connection): Open the remote
12876 shell with "exec" when possible. This prevents trailing prompts
12877 in `start-file-process'.
12878
f5467d3f
SM
128792009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12880
21f49db9
SM
12881 Try and remove assumptions about point-min==1.
12882 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
12883 (rng-compute-mode-line-string): Show the validation percentage in
12884 terms of the narrowed text, not the widened text.
12885 (rng-do-some-validation): Don't catch internal errors when debugging.
12886 (rng-first-error): Simplify.
12887 (rng-after-change-function): Remove work around. AFAIK the bug has
12888 been fixed a while ago.
12889
26224faf
SM
12890 * image-mode.el (image-minor-mode): Exit more gracefully when the image
12891 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
12892
d7117720
SM
12893 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
12894
f5467d3f
SM
12895 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
12896 `cd' doesn't always do it for us (bug#5067).
12897
12898 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12899 on 2009-10-25 as part of some other change (bug#5067).
12900
c5269f1c
SM
129012009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12902
62a258a7
SM
12903 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
12904 `suspicious'.
12905 (byte-compile-warnings): Use byte-compile-warning-types.
12906 (byte-compile-save-excursion): Warn about use of set-buffer right
12907 after save-excursion.
12908
c5269f1c
SM
12909 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
12910 the excursion as well.
12911
3ba30eb8
MA
129122009-11-27 Michael Albinus <michael.albinus@gmx.de>
12913
12914 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
12915 providing a Tramp related implementation of "su" and "sudo".
12916 (eshell-unix-initialize): Add "su" and "sudo".
12917
6c6f788d
DU
129182009-11-27 Daiki Ueno <ueno@unixuser.org>
12919
12920 * net/socks.el (socks-send-command): Convert binary request to
12921 unibyte before sending. This fixes mishandling of some port
12922 numbers such as 129.
12923
10c877fe
SM
129242009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12925
6f06a171
SM
12926 * help.el (describe-bindings-internal): Remove `interactive'.
12927
10c877fe
SM
12928 * man.el (Man-completion-table): Trim a terminating "(".
12929 Remove the space between name page a section.
12930 Add the command's description on the `help-echo' property.
c5269f1c
SM
12931 Remove `process-connection-type' binding since it's unused by
12932 call-process.
10c877fe
SM
12933 Provide completion for the "<section> <name>" format as well.
12934 (Man-default-man-entry): Remove spurious var shadowing the argument.
12935
c44a4822
KR
129362009-11-26 Kevin Ryde <user42@zip.com.au>
12937
12938 * log-view.el: Add "Keywords: tools", since its other keywords
12939 aren't in finder-known-keywords, and following vc.el.
12940
9d58f081
KR
12941 * sha1.el (sha1-string-external): default-directory "/" in case
12942 otherwise non-existent. process-connection-type pipe for touch of
12943 efficiency recommended by elisp manual. (An aside in Bug#3911.)
12944
72fe6b25
SM
129452009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12946
12947 Misc coding convention cleanups.
12948 * htmlfontify.el (hfy-init-kludge-hook): Rename from
12949 hfy-init-kludge-hooks.
12950 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
12951 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
12952 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
12953 and push.
12954 (hfy-slant, hfy-weight): Use tables rather than code.
12955 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
12956 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
12957 (hfy-face-attr-for-class): Initialize `face-spec' directly.
12958 (hfy-face-to-css): Remove `nconc' with single arg.
12959 (hfy-p-to-face-lennart): Use `or'.
12960 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
12961 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
12962 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
12963 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
12964 (hfy-force-fontification): Use run-hooks.
12965
85e0a536
SM
129662009-11-26 Vivek Dasmohapatra <vivek@etla.org>
12967
12968 Various minor fixes.
12969 * htmlfontify.el (hfy-default-header): Add toggle_invis since
12970 Javascript belongs in the header, not the body.
12971 (hfy-javascript): Remove.
12972 (hfy-fontify-buffer): Don't insert it any more.
12973 (hfy-face-at): Handle (face0 face1 face2) style face properties.
12974 Fix bug in invis handling when there were no invis props in a chunk.
12975
62ccc42c
SM
129762009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12979
2643c7aa
DN
129802009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
12981
12982 * finder.el (finder-mode-map): Add a menu.
12983
0e5c8aed
DN
129842009-11-26 Michael McNamara <mac@mail.brushroad.com>
12985
bf0b361c 12986 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
12987 "unsigned" structs.
12988
12989 (verilog-leap-to-head, verilog-backward-token): Handle "disable
12990 fork" statement better.
12991
129922009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
12993
bf0b361c
JB
12994 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12995 (verilog-delete-auto, verilog-delete-empty-auto-pair)
12996 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12997 Reported by Clay Douglass.
0e5c8aed
DN
12998
12999 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 13000 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
13001 Fix removing "// Interfaces" when saving .* expansions.
13002 Reported by Pierre-David Pfister.
0e5c8aed 13003
7629c4e7
GM
130042009-11-26 Glenn Morris <rgm@gnu.org>
13005
62ccc42c
SM
13006 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13007 the scope.
7629c4e7 13008
a5d358f8
JB
130092009-11-25 Johan Bockgård <bojohan@gnu.org>
13010
13011 * vc-annotate.el (vc-annotate-revision-previous-to-line):
13012 Really use previous revision.
13013
002cbde5
KR
130142009-11-25 Kevin Ryde <user42@zip.com.au>
13015
13016 * man.el (Man-completion-table): default-directory "/" in case
13017 doesn't otherwise exist. process-environment COLUMNS=999 so as
13018 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
13019 any chance of hitting the pseudo-tty TIOCGWINSZ.
13020 (man): completion-ignore-case t for friendliness and since man
13021 itself is case-insensitive on the command line.
13022 Further to Bug#3717.
002cbde5 13023
8cb5ffe8
KR
13024 * arc-mode.el: Add "Keywords: files", so the details in its
13025 commentary can be reached from finder-by-keyword.
34607612
KR
13026 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
13027 editing mode, but it's comms related and sgml-mode.el has "comm"
13028 on that basis too.
b8dfcf54 13029 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
13030 * international/isearch-x.el, international/ja-dic-cnv.el:
13031 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 13032 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 13033
1e2d9ba1
JL
130342009-11-25 Juri Linkov <juri@jurta.org>
13035
13036 * man.el (Man-completion-table): Modify regexp to include
13037 section names to completion strings. (Bug#3717)
13038
a601d313
JL
130392009-11-25 Juri Linkov <juri@jurta.org>
13040
13041 Search recursively in gzipped files. (Bug#4982)
13042
13043 * progmodes/grep.el (grep-highlight-matches): Add new options
13044 `always' and `auto'. Doc fix.
13045 (grep-process-setup): Check `grep-highlight-matches' for
13046 `auto-detect' to determine the need to compute grep defaults.
13047 Move Windows/DOS specific --colors settings handling
13048 to `grep-compute-defaults'. Check `grep-highlight-matches'
13049 to get the value of "--color=".
13050 (grep-compute-defaults): Compute `grep-highlight-matches' when it
13051 has the value `auto-detect'. Move Windows/DOS specific settings
13052 from `grep-process-setup'.
13053 (zrgrep): New command with alias `rzgrep'.
13054
bde04ea9
JL
130552009-11-25 Juri Linkov <juri@jurta.org>
13056
13057 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13058 to nil instead of switching off view-mode. (Bug#4896)
13059
7d6b4d3c
JL
130602009-11-25 Juri Linkov <juri@jurta.org>
13061
13062 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
13063
13064 * mwheel.el (mwheel-scroll-up-function)
13065 (mwheel-scroll-down-function): New defvars.
13066 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13067 `scroll-up', and `mwheel-scroll-down-function' instead of
13068 `scroll-down'.
13069
13070 * doc-view.el (doc-view-scroll-up-or-next-page)
13071 (doc-view-scroll-down-or-previous-page): Add optional ARG.
13072 Use this ARG in the call to image-scroll-up/image-scroll-down.
13073 Change `interactive' spec to "P". Goto next/previous page only
13074 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13075 SPC/DEL case). Doc fix.
13076 (doc-view-next-line-or-next-page)
13077 (doc-view-previous-line-or-previous-page): Rename arg to ARG
13078 for consistency.
13079 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13080 `doc-view-scroll-up-or-next-page', and buffer-local
13081 `mwheel-scroll-down-function' to
13082 `doc-view-scroll-down-or-previous-page'.
13083
e237085f
JL
130842009-11-25 Juri Linkov <juri@jurta.org>
13085
13086 Provide additional default values (directories at other Dired
13087 windows) via M-n in the minibuffer of some Dired commands.
13088
13089 * dired-aux.el (dired-diff, dired-compare-directories)
13090 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13091 `minibuffer-default' in `minibuffer-with-setup-hook'.
13092 (dired-dwim-target-directory): Find a window that displays Dired
13093 buffer instead of failing when the next window is not Dired.
13094 Use `get-window-with-predicate' to find for the next Dired window.
13095 (dired-dwim-target-defaults): New function.
13096
13097 * ediff-util.el (ediff-read-file-name):
13098 Use `dired-dwim-target-defaults' to set `minibuffer-default'
13099 in `minibuffer-with-setup-hook'.
13100
7d371eac
JL
131012009-11-25 Juri Linkov <juri@jurta.org>
13102
13103 Provide additional default values (file name at point or at the
13104 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
13105
13106 * minibuffer.el (read-file-name-defaults): New function.
13107 (read-file-name): Reset `minibuffer-default' to nil when
13108 it duplicates initial input `insdef'.
13109 Bind `minibuffer-default-add-function' to lambda that
13110 calls `read-file-name-defaults' in `minibuffer-selected-window'.
13111 (minibuffer-insert-file-name-at-point): New command.
13112
13113 * files.el (file-name-at-point-functions): New defcustom.
13114 (find-file-default): Remove defvar.
13115 (find-file-read-args): Don't use `find-file-default'.
13116 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13117 to `read-file-name'.
13118 (find-file-literally): Use `read-file-name' with
13119 `confirm-nonexistent-file-or-buffer'.
13120
13121 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13122
13123 * dired.el (dired-read-dir-and-switches):
13124 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13125 to `read-file-name'.
13126 (dired-file-name-at-point): New function.
13127 (dired-mode): Add hook `dired-file-name-at-point' to
13128 `file-name-at-point-functions'.
13129
04ae543a
SM
131302009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 Really make the *Completions* window soft-dedicated (bug#5030).
13133 * window.el (window--display-buffer-2): Add `dedicated' argument.
13134 (display-buffer): Pass it when needed so the dedicated flag is set
13135 after calling set-window-buffer, which would otherwise reset it.
13136
eb708e66
SM
131372009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13138
d6b8d4e7
SM
13139 * progmodes/meta-mode.el (meta-complete-symbol):
13140 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
13141 * mail/mailabbrev.el (mail-abbrev-complete-alias):
13142 Use completion-in-region.
13143
5f24557b
SM
13144 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13145 (dabbrev-completion): Use completion-in-region.
13146 (dabbrev--abbrev-at-point): Simplify regexp.
13147
fe4346f0
SM
13148 * abbrev.el (abbrev--before-point): Use word-motion functions
13149 if :regexp is not specified (bug#5031).
13150
cb190d7d
SM
13151 * subr.el (string-prefix-p): New function.
13152
e2ec6dd5
SM
13153 * man.el (Man-completion-cache): New var.
13154 (Man-completion-table): Use it.
13155
eb708e66
SM
13156 * vc.el (vc-print-log-internal): Make `limit' optional for better
13157 compatibility (e.g. with vc-annotate.el).
13158
4cf8971b
KR
131592009-11-24 Kevin Ryde <user42@zip.com.au>
13160
eb708e66 13161 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 13162 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 13163
4cf8971b
KR
13164 * emacs-lisp/elint.el (elint-add-required-env): Better error message
13165 when .el source file not found or other error.
13166
d204c46c
SM
131672009-11-24 Markus Triska <markus.triska@gmx.at>
13168
13169 * linum.el (linum-update-window): Ignore intangible (bug#4996).
13170
bb301b9a
SM
131712009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13172
449c27f0
SM
13173 Handle the [back] button properly (bug#4979).
13174 * descr-text.el (describe-text-properties): Add a `buffer' argument.
13175 Use help-setup-xref, help-buffer, and with-help-window.
13176 (describe-char): Add `buffer' argument.
13177 Pass proper command to help-setup-xref. Don't meddle with
13178 help-xref-stack-item directly.
13179 (describe-text-category): Use with-help-window and help-buffer.
13180
32fe5377
SM
13181 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13182 for the displayed buffer (bug#4887).
13183
bb301b9a
SM
13184 * man.el (Man-completion-table): New function.
13185 (man): Use it.
13186
35179414
DR
131872009-11-24 David Reitter <david.reitter@gmail.com>
13188
bb301b9a 13189 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
13190 .git is) rather than the file's directory and a relative path spec
13191 to work around a bug in git.
13192
605a20a9
MA
131932009-11-24 Michael Albinus <michael.albinus@gmx.de>
13194
13195 Improve handling of processes on remote hosts.
13196
13197 * eshell/esh-util.el (eshell-path-env): New defvar.
13198 (eshell-parse-colon-path): New defun.
13199 (eshell-file-attributes): Use `eshell-parse-colon-path'.
13200
bb301b9a
SM
13201 * eshell/esh-ext.el (eshell-search-path):
13202 Use `eshell-parse-colon-path'.
605a20a9
MA
13203 (eshell-remote-command): Remove argument HANDLER.
13204 (eshell-external-command): Check for FTP remote connection.
13205
bb301b9a
SM
13206 * eshell/esh-proc.el (eshell-gather-process-output):
13207 Use `file-truename', in order to start also symlinked files.
13208 Apply `start-file-process' instead of `start-process'.
13209 Shorten `command' to the local file name part.
605a20a9 13210
bb301b9a
SM
13211 * eshell/em-cmpl.el (eshell-complete-commands-list):
13212 Use `eshell-parse-colon-path'.
605a20a9
MA
13213
13214 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13215
13216 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
13217 to `eshell-directory-change-hook'.
13218
d1d33062
TH
132192009-11-24 Tassilo Horn <tassilo@member.fsf.org>
13220
13221 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 13222 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 13223
a34d8565 132242009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 13225
a34d8565
MK
13226 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13227 made on 2009-11-22.
d1d33062 13228
c83b8d1b
GM
132292009-11-24 Glenn Morris <rgm@gnu.org>
13230
13231 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13232 deleted variable bookmark-bmenu-bookmark-column.
13233
83505cfe
SM
132342009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13237
5241b291
CY
132382009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
13239
13240 * net/browse-url.el (browse-url-filename-alist): On Windows, add
13241 two slashes to the "file:" prefix.
13242 (browse-url-file-url): De-munge Cygwin filenames before passing
13243 them to Windows browser.
13244 (browse-url-default-windows-browser): Use call-process.
13245
aefcadb6
JL
132462009-11-23 Juri Linkov <juri@jurta.org>
13247
13248 Implement DocView Continuous mode. (Bug#4896)
13249 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
13250 (doc-view-mode-map): Bind C-n/<down> to
13251 `doc-view-next-line-or-next-page', C-p/<up> to
13252 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
13253 (doc-view-next-line-or-next-page)
13254 (doc-view-previous-line-or-previous-page): New commands.
13255
0d62bcea
JL
132562009-11-23 Juri Linkov <juri@jurta.org>
13257
13258 Implement Isearch in comint input history. (Bug#3746)
13259 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13260 `isearch-mode-hook'.
13261 (comint-history-isearch): New defcustom.
13262 (comint-history-isearch-backward)
13263 (comint-history-isearch-backward-regexp): New commands.
13264 (comint-history-isearch-message-overlay): New buffer-local variable.
13265 (comint-history-isearch-setup, comint-history-isearch-end)
13266 (comint-goto-input, comint-history-isearch-search)
13267 (comint-history-isearch-message, comint-history-isearch-wrap)
13268 (comint-history-isearch-push-state)
13269 (comint-history-isearch-pop-state): New functions.
13270
b593f105
MA
132712009-11-23 Michael Albinus <michael.albinus@gmx.de>
13272
13273 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13274 return.
13275 (tramp-handle-make-symbolic-link)
13276 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13277 Quote file names.
13278 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13279 (tramp-handle-process-file): Use it.
13280
0f202d5d
SM
132812009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13282
13283 * window.el (move-to-window-line-last-op): Remove.
13284 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13285
216349f8
SM
132862009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
13287
0f202d5d 13288 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
13289 * window.el (move-to-window-line-last-op): New var.
13290 (move-to-window-line-top-bottom): New command.
13291 (global-map): Bind M-r move-to-window-line-top-bottom.
13292
c10e0633
GM
132932009-11-23 Sven Joachim <svenjoac@gmx.de>
13294
13295 * dired-x.el (dired-guess-shell-alist-default):
13296 Support xz format. (Bug#4953)
13297
953e0c1a
GM
132982009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
13299
13300 * emulation/viper-cmd.el: Use viper-last-command-char instead of
13301 last-command-char/last-command-event.
13302 (viper-prefix-arg-value): Do correct conversion of event-char for
13303 XEmacs.
13304
83505cfe
SM
13305 * emulation/viper-util.el, emulation/viper.el:
13306 Use viper-last-command-char instead of
13307 last-command-char/last-command-event.
953e0c1a 13308
83505cfe
SM
13309 * ediff-init.el, ediff-mult.el, ediff-util.el:
13310 Replace last-command-char and last-command-event
13311 with (ediff-last-command-char) everywhere.
953e0c1a
GM
13312
13313 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13314 created in fundamental mode.
13315
13316 * ediff.el (ediff-version): Revert the change of interactive-p to
13317 called-interactively-p.
13318
9ee12eee
TH
133192009-11-22 Tassilo Horn <tassilo@member.fsf.org>
13320
13321 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13322 generation from word-movement command names.
13323
8b571bf3
JD
133242009-11-21 Jan Djärv <jan.h.d@swipnet.se>
13325
13326 * cus-start.el (all): Add native condition for font-use-system-font.
13327
4121db47
AM
133282009-11-21 Nathaniel Flath <flat0103@gmail.com>
13329
83505cfe
SM
13330 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13331 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 13332
d71f5e0c
TH
133332009-11-21 Tassilo Horn <tassilo@member.fsf.org>
13334
13335 * progmodes/subword.el: Rename from lisp/subword.el.
13336
13337 * subword.el: Rename to progmodes/subword.el.
13338
13339 * Makefile.in (ELCFILES): Adapt to subword.el move.
13340
fc9d6ad6 133412009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 13342 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
13343
13344 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13345 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13346 (bookmark-bmenu-show-filenames): Use push.
13347 (bookmark-bmenu-hide-filenames): Use local var instead of
13348 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
13349 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13350 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13351 filenames now that the bookmark names are always available.
13352
26d9285f
SM
133532009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13356 (bookmark-search-pattern): Move and leave unbound.
13357 (bookmark-bmenu-mode-map): Change binding.
13358 (bookmark-read-search-input): Simplify.
13359 Don't use text-char-description. Don't error on non-char events.
13360 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13361 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13362 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13363 Use a local var for the timer.
13364 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13365 (i.e. bookmark-bmenu-search).
13366
d73a0317
GM
133672009-11-21 Glenn Morris <rgm@gnu.org>
13368
13369 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
13370
e572025f
CY
133712009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
13372
26d9285f
SM
13373 * net/browse-url.el (browse-url-default-windows-browser):
13374 Use cygstart for cygwin.
e572025f 13375
6aeaa3dc
KF
133762009-11-20 Karl Fogel <karl.fogel@red-bean.com>
13377
e4070cdc 13378 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
13379 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13380 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 13381 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
13382 (bookmark-read-search-input): Adjust to fit within 80 columns.
13383
a9b76eec
TH
133842009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13385
13386 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13387 (c-backward-into-nomenclature): Adapt to subword renaming.
13388
13389 * subword.el (subword-forward, subword-backward, subword-mark)
13390 (subword-kill, subword-backward-kill, subword-transpose)
13391 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
13392 (subword-forward-internal, subword-backward-internal):
13393 Rename from forward-subword, backward-subword, mark-subword,
13394 kill-subword, backward-kill-subword, transpose-subwords,
13395 downcase-subword, upcase-subword, capitalize-subword,
13396 forward-subword-internal, backward-subword-internal.
a9b76eec 13397
1e7d4475
SM
133982009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13399
26d9285f
SM
13400 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13401 New options.
1e7d4475
SM
13402 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13403 New vars.
13404 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13405 (bookmark-bmenu-filter-alist-by-regexp)
13406 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13407 (bookmark-bmenu-search): New command.
13408 (bookmark-bmenu-mode-map): Bind it.
13409
653d1554
TH
134102009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13411
ab84bfa0
TH
13412 * progmodes/cc-cmds.el: declare-functioned forward-subword and
13413 backward-subword to quit the byte-compiler.
13414
1f35fda9
TH
13415 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13416
13417 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13418
653d1554 13419 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
13420 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13421 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
13422
13423 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13424 subword.el functions instead of cc-subword.el.
13425
1e7d4475
SM
13426 * progmodes/cc-subword.el: Rename to subword.el.
13427 * subword.el: Rename from progmodes/cc-subword.el.
13428 (subword-mode-map): Rename from c-subword-mode-map.
13429 (subword-mode): Rename from c-subword-mode.
653d1554 13430 (global-subword-mode): New global minor mode.
1e7d4475
SM
13431 (forward-subword): Rename from c-forward-subword.
13432 (backward-subword): Rename from c-backward-subword.
13433 (mark-subword): Rename from c-mark-subword.
13434 (kill-subword): Rename from c-kill-subword.
13435 (backward-kill-subword): Rename from c-backward-kill-subword.
13436 (transpose-subwords): Rename from c-tranpose-subword.
13437 (downcase-subword): Rename from c-downcase-subword.
13438 (capitalize-subword): Rename from c-capitalize-subword.
13439 (forward-subword-internal): Rename from c-forward-subword-internal.
13440 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 13441
9717f119
DN
134422009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13443
8de724f3
DN
13444 * vc.el (vc-deduce-fileset): Allow non-state changing operations
13445 from a dired buffer.
13446 (vc-dired-deduce-fileset): New function.
13447 (vc-root-diff, vc-print-root-log): Use it.
13448
9717f119
DN
13449 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13450 nil LIMIT argument to vc-print-log-internal.
13451
af4999b8
GM
134522009-11-20 Glenn Morris <rgm@gnu.org>
13453
13454 * Makefile.in (ELCFILES): Regenerate.
13455
b58edcb6
JB
134562009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
13457
02e1b488
SM
13458 * calc/calc.el (calc-set-mode-line):
13459 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
13460 (math-format-number): Rename `math-format-complement-signed' to
13461 `math-format-twos-complement'.
13462
02e1b488 13463 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
13464 math-format-complement-signed.
13465 (calc-radix): Rename `calc-complement-signed-mode' to
13466 `calc-twos-complement-mode'.
02e1b488
SM
13467 (calc-octal-radix, calc-hex-radix): Add an argument for
13468 two's complement.
b58edcb6 13469
02e1b488
SM
13470 * calc/calc-embed.el (calc-embedded-mode-vars):
13471 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 13472
02e1b488
SM
13473 * calc/calc-ext.el (calc-init-extensions):
13474 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
13475 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13476
02e1b488
SM
13477 * calc/calc-units.el (math-build-units-table-buffer):
13478 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
13479
13480 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13481 entries.
13482
13483 * calc/calc-vec.el (calcFunc-vunpack):
13484 * calc/calc-aent.el (calc-do-calc-eval):
13485 * calc/calc-forms.el (math-format-date):
13486 * calc/calc-graph.el (calc-graph-plot):
13487 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
13488 * calc/calccomp.el (math-compose-expr):
13489 Let `calc-twos-complement-mode' be nil.
13490
134912009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13494 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
13495 * minibuffer.el (completion-in-region-functions): New hook.
13496 (completion-in-region): New function.
13497 * emacs-lisp/lisp.el (lisp-complete-symbol):
13498 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 13499
e3353a78
SM
135002009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13501
eff77808
SM
13502 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13503 (latex-complete-alist): New vars.
13504 (latex-string-prefix-p, latex-complete-bibtex-keys)
13505 (latex-complete-envnames, latex-complete-refkeys)
13506 (latex-complete-data): New functions.
13507 (latex-complete, latex-indent-or-complete): New commands.
13508
d2c9fc42
SM
13509 * window.el (display-buffer-mark-dedicated): New var.
13510 (display-buffer): Obey it.
13511 * minibuffer.el (minibuffer-completion-help): Use it.
13512
31a1c477
SM
13513 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13514
bed4c972
SM
13515 * filecache.el (file-cache-add-file): Use push and cons.
13516 (file-cache-delete-file-regexp): Use push.
13517 (file-cache-complete): Use completion-in-region.
13518
8c22699f
SM
13519 * simple.el (with-wrapper-hook): Fix thinko.
13520
e3353a78
SM
13521 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13522 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13523 Use with-current-buffer and string-to-number.
13524 (hfy-fallback-colour-values): Use assoc-string.
13525 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13526 (hfy-face-at): Remove unused var `found-face'.
13527 (hfy-compile-stylesheet): Remove unused var `css'.
13528 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13529 and `orig-buffer'.
13530 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13531 Use with-current-buffer.
13532 (hfy-text-p): Use expand-file-name and fewer setq.
13533
acca02b0
SM
135342009-11-19 Vivek Dasmohapatra <vivek@etla.org>
13535
13536 * htmlfontify.el, hfy-cmap.el: New files.
13537
042b7cc6
JL
135382009-11-19 Juri Linkov <juri@jurta.org>
13539
13540 * minibuffer.el (completions-format): New defcustom.
13541 (completion--insert-strings): Implement vertical format.
13542
13543 * simple.el (switch-to-completions): Move point to the first
13544 completion when point was at the beginning of the buffer.
13545
da205913
JL
135462009-11-19 Juri Linkov <juri@jurta.org>
13547
13548 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
13549
13550 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13551
0b8ee421
CY
135522009-11-19 Chong Yidong <cyd@stupidchicken.com>
13553
13554 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13555 (mail-signature): Change default to t.
13556 (mail-from-style): Deprecate `system-default' value.
13557 (mail-insert-from-field): For default value of mail-from-style,
13558 default to `angles' unless `angles' needs quoting and `parens'
13559 does not.
13560 (mail-citation-prefix-regexp): Use citation regexp from
13561 message-mode.
13562
4265deab
MA
135632009-11-19 Michael Albinus <michael.albinus@gmx.de>
13564
acca02b0
SM
13565 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13566 Set variables for computing the prompt for reading password.
4265deab 13567
27cacd2d
GM
135682009-11-19 Glenn Morris <rgm@gnu.org>
13569
470bce7d
GM
13570 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
13571
7e705a1d
GM
13572 * textmodes/flyspell.el (sgml-lexical-context): Declare.
13573
27cacd2d
GM
13574 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13575 (newsticker-treeview-listwindow-height): Fix custom type.
13576
b2f0be0f
KH
135772009-11-19 Kenichi Handa <handa@m17n.org>
13578
13579 * descr-text.el (describe-char-padded-string): Compose with TAB
13580 only if there's a font for CH.
02e1b488 13581 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 13582
03446045 135832009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
13584
13585 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 13586 more accurate version of the regexp. (Bug#3910)
b96337b0 13587
03446045 135882009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
13589
13590 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13591
e0620570
JB
135922009-11-18 Juanma Barranquero <lekktu@gmail.com>
13593
13594 * font-setting.el (font-use-system-font): Declare for byte-compiler.
13595 (font-setting-change-default-font): Fix typo in docstring.
13596
6cc6582e
AM
135972009-11-18 Alan Mackenzie <acm@muc.de>
13598
13599 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13600
dfb3c4c6
JD
136012009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13602
02e1b488 13603 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
13604
13605 * cus-start.el (all): ... to here.
13606
e268e987
MA
136072009-11-17 Michael Albinus <michael.albinus@gmx.de>
13608
13609 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13610 Don't set `ad-return-value' if `ad-do-it' doesn't.
13611
303ffde8
MA
13612 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13613 modification time.
13614
637fa988
JD
136152009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13616
13617 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 13618 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
13619
13620 * loadup.el: If feature system-font-setting or font-render-setting is
13621 there, load font-setting.
13622
02e1b488 13623 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
13624 * font-setting.el: New file.
13625
1d16a255
GM
136262009-11-17 Glenn Morris <rgm@gnu.org>
13627
13628 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13629
2d84f804
GM
13630 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13631 Preserve point in the list buffer. (Bug#4939)
13632 Use point-at-eol.
13633 (newsticker--treeview-list-update-highlight)
13634 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13635
14467b99
JB
136362009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13637
13638 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13639 Remove.
13640
13641 * calc/calc-ext.el (calc-init-extensions): Remove references to
13642 symclip.
13643
13644 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13645
13646 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 13647 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
13648 `calc-symclip'.
13649
e3c39c01
KR
136502009-11-16 Kevin Ryde <user42@zip.com.au>
13651
02e1b488 13652 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 13653 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 13654
497de631
KR
13655 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13656 (lm-keywords-list): Allow comma-only separator like "foo,bar".
13657 Ignore trailing spaces by omit-nulls to split-string (fixing
13658 regression from Emacs 21 due to the incompatible split-string
14467b99 13659 change). (Bug #4928.)
497de631 13660
48b27575
DN
136612009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13662
5237d741 13663 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
13664 (vc-print-log-internal): Insert buttons to request more entries
13665 when limiting the output.
13666
13667 * vc-sccs.el (vc-sccs-print-log):
13668 * vc-rcs.el (vc-rcs-print-log):
13669 * vc-cvs.el (vc-cvs-print-log):
13670 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13671 LIMIT is non-nil.
13672
d3e97185
MA
136732009-11-16 Michael Albinus <michael.albinus@gmx.de>
13674
13675 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13676 error when `tramp-gvfs-dbus-event-vector' is set.
13677 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13678
68d87786
SM
136792009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13680
13681 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13682
c0a39702
MA
136832009-11-16 Michael Albinus <michael.albinus@gmx.de>
13684
13685 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 13686 (dbus-register-property): Register the handlers of
c0a39702
MA
13687 "org.freedesktop.DBus.Properties" for SERVICE.
13688 (dbus-property-handler): Fix docstring.
13689
1e857121
YM
136902009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13691
13692 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13693 Quote doc string reference in defvaralias as it is not in special form.
13694 (byte-compile-output-docform): Doc fix.
13695
887484c1
JB
136962009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13697
13698 * calc/calc.el (math-2-word-size, math-half-2-word-size)
13699 (calc-complement-signed-mode): New variables.
13700 (calc-set-mode-line): Add indicator for twos-complements.
13701 (math-format-number): Format twos-complement notation.
13702
13703 * calc/calc-bin.el (calc-word-size): Reset the variables
13704 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
13705 (math-format-complement-signed, math-symclip, calcFunc-symclip)
13706 (calc-symclip): New functions.
887484c1
JB
13707
13708 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13709
68d87786
SM
13710 * calc/calc-embed.el (calc-embedded-mode-vars):
13711 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
13712
13713 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 13714 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
13715
13716 * calc/calc-ext.el (math-read-number-fancy): Read complement
13717 signed numbers.
68d87786
SM
13718 (calc-init-extensions): Add binding for `calc-symclip'.
13719 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
13720
13721 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13722 `calc-symclip'.
68d87786 13723 (calc-modes-menu): Add item for twos complement mode.
887484c1 13724
5237d741 13725 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 13726
4cf1d7e3
CY
137272009-11-15 Chong Yidong <cyd@stupidchicken.com>
13728
13729 * register.el (jump-to-register, insert-register): Handle Semantic
13730 tags. From commented-out advice in semantic/senator.el.
13731
f8e65267
DN
137322009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13733
6616006b
DN
13734 * vc.el (vc-log-show-limit): New variable.
13735 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
13736 when using a prefix argument.
13737 (vc-print-log-internal): Add new argument LIMIT.
13738
13739 * vc-svn.el (vc-svn-print-log):
13740 * vc-mtn.el (vc-mtn-print-log):
13741 * vc-hg.el (vc-hg-print-log):
13742 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 13743 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
13744 non-optional.
13745
13746 * vc-sccs.el (vc-sccs-print-log):
13747 * vc-rcs.el (vc-rcs-print-log):
13748 * vc-git.el (vc-git-print-log):
13749 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13750 ignore it. Make the BUFFER argument non-optional
13751
f8e65267
DN
13752 * bindings.el (mode-line-buffer-identification): Do not purecopy.
13753
0566c4bc
CY
137542009-11-15 Chong Yidong <cyd@stupidchicken.com>
13755
7cce3c91
CY
13756 * dired.el (dired-mode-map): Move encryption items to "Operate"
13757 menu (Bug#4703).
13758
d7063de9
CY
13759 * strokes.el (strokes-update-window-configuration): Make strokes
13760 buffer current before erasing (Bug#4906).
13761
0fc10137
JL
137622009-11-15 Juri Linkov <juri@jurta.org>
13763
13764 * simple.el (set-mark-default-inactive): Add :type, :group
13765 and :version. (Bug#4876)
13766
f5fce4ec
MA
137672009-11-15 Michael Albinus <michael.albinus@gmx.de>
13768
13769 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13770 (archive-unique-fname): ... here. (Bug#4929)
13771
8d720a00
SM
137722009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13773
589888fe
SM
13774 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13775 with a real fix.
13776
8d720a00
SM
13777 * novice.el (disabled-command-function): Add useful args.
13778 Setup the help buffer so that [back] works.
13779 Remove redundant call to help-mode.
13780 (disabled-command-function): Use `case'.
13781 (en/disable-command): New function extracted from enable-command.
13782 (enable-command, disable-command): Use it.
13783
a61344d6
GM
137842009-11-14 Glenn Morris <rgm@gnu.org>
13785
497f0cdd
GM
13786 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13787 constants. (Bug#4913)
13788
a61344d6
GM
13789 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13790
d501801e
GM
137912009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
13792
13793 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13794 defined in C that have no doc-strings. (Bug#1063)
13795
5af27ac2
GM
137962009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
13797
13798 * cus-edit.el (data, files):
13799 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
13800
aec5395b
CY
138012009-11-14 Chong Yidong <cyd@stupidchicken.com>
13802
e7791447
CY
13803 * simple.el (shell-command): Doc fix (Bug#4891).
13804
aec5395b
CY
13805 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13806
7a41cd7f
GM
138072009-11-14 Glenn Morris <rgm@gnu.org>
13808
c3583c94
GM
13809 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13810 statements for vc-diff, emerge-quit, and rmail-cease-edit.
13811 If they are already loaded, eval-after-load will do the right thing.
13812
73900d1f
GM
13813 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13814 compiling.
13815
0028351d
GM
13816 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13817
f6714ede
GM
13818 * simple.el (x-selection-owner-p): Declare.
13819 (read-mail-command): Use custom radio type rather than choice.
13820 (completion-no-auto-exit): Doc fix.
13821
7a41cd7f 13822 * custom.el (defgroup):
5af27ac2 13823 * epg-config.el (epg): Doc fixes.
7a41cd7f 13824
2d0659ec
DN
138252009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13826
13827 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13828 * international/ccl.el (define-ccl-program): Do not purecopy the
13829 docstring, defconst does it anyway.
13830
7fdbcd83
SM
138312009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13832
d499c5b9
SM
13833 * add-log.el (add-change-log-entry): Avoid displaying the changelog
13834 a second time.
13835
7fdbcd83
SM
13836 * x-dnd.el (x-dnd-maybe-call-test-function):
13837 * window.el (split-window-vertically):
13838 * whitespace.el (whitespace-help-on):
13839 * vc-rcs.el (vc-rcs-consult-headers):
13840 * userlock.el (ask-user-about-lock-help)
13841 (ask-user-about-supersession-help):
13842 * type-break.el (type-break-force-mode-line-update):
13843 * time-stamp.el (time-stamp-conv-warn):
13844 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 13845 (te-sentinel, terminal-emulator):
7fdbcd83
SM
13846 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13847 (term-write-input-ring, term-check-source, term-start-output-log):
13848 (term-display-buffer-line, term-dynamic-list-completions):
13849 (term-ansi-make-term, serial-term):
13850 * subr.el (selective-display):
13851 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13852 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13853 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13854 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13855 (speedbar-remove-localized-speedbar-support)
13856 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13857 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13858 (speedbar-buffers-line-directory):
13859 * simple.el (shell-command-on-region, append-to-buffer)
13860 (prepend-to-buffer):
13861 * shadowfile.el (shadow-save-todo-file):
13862 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13863 (scroll-bar-maybe-set-window-start):
13864 * sb-image.el (speedbar-image-dump):
13865 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13866 (load-save-place-alist-from-file):
13867 * ps-samp.el (ps-print-message-from-summary):
13868 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13869 (ps-background-image, ps-begin-job, ps-do-despool):
13870 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13871 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
13872 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
13873 (pr-call-process, pr-file-list, pr-interface-save):
13874 * novice.el (disabled-command-function)
13875 (enable-command, disable-command):
13876 * mouse.el (mouse-buffer-menu-alist):
13877 * mouse-copy.el (mouse-kill-preserving-secondary):
13878 * macros.el (kbd-macro-query):
13879 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
13880 * informat.el (batch-info-validate):
13881 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
13882 * hippie-exp.el (try-expand-dabbrev-visible):
13883 * help-mode.el (help-make-xrefs):
13884 * help-fns.el (describe-variable):
13885 * generic-x.el (bat-generic-mode-run-as-comint):
13886 * finder.el (finder-mouse-select):
13887 * find-dired.el (find-dired-sentinel):
13888 * filesets.el (filesets-file-close):
13889 * files.el (list-directory):
13890 * faces.el (list-faces-display, describe-face):
13891 * facemenu.el (list-colors-display):
13892 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
13893 * epg.el (epg--process-filter, epg-cancel):
13894 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
13895 (epa--read-signature-type):
13896 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
13897 (emerge-file-names):
13898 * ehelp.el (electric-helpify):
13899 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
13900 * ediff-vers.el (rcs-ediff-view-revision):
13901 * ediff-util.el (ediff-setup):
13902 * ediff-mult.el (ediff-append-custom-diff):
13903 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
13904 (ediff-wordify):
13905 * echistory.el (Electric-command-history-redo-expression):
13906 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13907 * disp-table.el (describe-display-table):
13908 * dired.el (dired-find-buffer-nocreate):
13909 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
13910 * dabbrev.el (dabbrev--same-major-mode-p):
13911 * chistory.el (list-command-history):
13912 * apropos.el (apropos-documentation):
13913 * allout.el (allout-obtain-passphrase):
13914 (allout-copy-exposed-to-buffer):
13915 (allout-verify-passphrase): Use with-current-buffer.
13916
2ccbc060
GM
139172009-11-13 Glenn Morris <rgm@gnu.org>
13918
13919 * Makefile.in (ELCFILES): Regenerate.
13920
b172ed20
MA
139212009-11-13 Michael Albinus <michael.albinus@gmx.de>
13922
7fdbcd83
SM
13923 * net/dbus.el (dbus-registered-objects-table): Rename from
13924 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
13925 (dbus-unregister-object): Unregister also properties.
13926 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13927 Use a timeout of 500 msec, in order to not block.
13928 (dbus-register-property, dbus-property-handler): New defuns.
13929
e96d62cd
SM
139302009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13931
13932 * simple.el (minibuffer-default-add-completions): Drop deprecated
13933 4th arg.
13934
14bd267d
EZ
139352009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
13936
e96d62cd
SM
13937 * textmodes/artist.el (artist-mouse-choose-operation):
13938 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 13939 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
13940 (artist-compute-up-event-key): New function.
13941 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
13942
bf89fd7b
KH
139432009-11-13 Kenichi Handa <handa@m17n.org>
13944
13945 * language/japan-util.el: Make sure that the value of jisx0208
13946 property is jisx0208 character.
13947
f70b8925
DN
139482009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13949
13950 * international/mule.el (auto-coding-regexp-alist): Only purecopy
13951 car or each item, not the whole list.
13952
4d93a9e0
SM
139532009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
13954
13955 * minibuffer.el (minibuffer-completion-help):
13956 Use minibuffer-hide-completions.
13957
05404988
SM
139582009-11-12 Per Starbäck <per@starback.se> (tiny change)
13959
13960 * dired.el (dired-save-positions, dired-restore-positions): New funs.
13961 (dired-revert): Use them (bug#4880).
13962
5297bc10
DN
139632009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13964
13965 * tooltip.el (tooltip-frame-parameters): Undo previous change.
13966
e2685eb7
JL
139672009-11-12 Juri Linkov <juri@jurta.org>
13968
13969 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
13970 New functions.
13971 (find-file-literally-at-point): Alias of `ffap-literally'.
13972
76410c3e
DN
139732009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13974
6d341a2a
DN
13975 * textmodes/ispell.el (ispell-skip-region-alist):
13976 * textmodes/css-mode.el (auto-mode-alist):
13977 * progmodes/compile.el (auto-mode-alist):
13978 * international/mule.el (ctext-non-standard-encodings-alist)
13979 (ctext-non-standard-encodings-regexp):
13980 * simple.el (shell-command-switch, text-read-only):
13981 * replace.el (occur-mode-map):
13982 * paths.el (rmail-file-name):
13983 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13984 * find-file.el (ff-special-constructs):
13985 * files.el (file-name-handler-alist):
13986 * composite.el: Purecopy strings.
13987
76410c3e
DN
13988 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13989
aaa448c9
DN
139902009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13991
13992 * widget.el (define-widget): Purecopy the docstring.
13993 * international/mule-cmds.el (charset): Do not purecopy the
13994 docstring here, define-widget does it.
13995
13996 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13997 * textmodes/bibtex-style.el (auto-mode-alist):
13998 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13999 * progmodes/compile.el (compile-command):
14000 * language/korea-util.el (default-korean-keyboard):
14001 * international/mule-conf.el (file-coding-system-alist):
14002 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14003 * tooltip.el (tooltip-frame-parameters):
14004 * newcomment.el (comment-end, comment-padding):
14005 * dired.el (dired-trivial-filenames):
14006 * comint.el (comint-file-name-prefix): Purecopy initial values.
14007
bbe650fd
MA
140082009-11-11 Michael Albinus <michael.albinus@gmx.de>
14009
14010 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14011 (tramp-advice-minibuffer-electric-tilde): Unload advices via
14012 `tramp-unload'.
14013 (tramp-advice-make-auto-save-file-name)
14014 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14015 after removing the advice.
14016
6bdad9ae
DN
140172009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14018
2f7f4bee
DN
14019 * progmodes/grep.el (grep-regexp-alist):
14020 * international/mule-cmds.el (iso-2022-control-alist):
14021 * emacs-lisp/timer.el (timer-duration-words):
14022 * subr.el (version-separator, version-regexp-alist):
14023 * minibuffer.el (completion-styles-alist):
14024 * faces.el (face-attribute-name-alist, list-faces-sample-text):
14025 Change defvars to defconsts.
14026
a042de45
DN
14027 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14028 * loadup.el ("international/mule-conf"): Load the byte compiled version.
14029 * international/mule-conf.el: Allow to be byte compiled.
14030
3b6acc72
DN
14031 * international/mule.el (define-charset): Purecopy props.
14032 (load-with-code-conversion): Purecopy doc string and file name.
14033 (put-charset-property): Purecopy strings.
14034 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14035
1c2efdfb 14036 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
14037 (define-char-code-property): Correctly purecopy the table.
14038
62591911
DN
14039 * international/ccl.el (define-ccl-program): Purecopy the docstring.
14040
8b908da6
DN
14041 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14042
ff917d63
DN
14043 * subr.el (add-hook): Purecopy strings.
14044 (eval-after-load): Purecopy load-history-regexp and the form.
14045
af89cf77
DN
14046 * custom.el (custom-declare-group): Purecopy load-file-name.
14047
a3c20c83 14048 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
14049 * net/eudc.el (eudc-tools-menu):
14050 * international/mule-cmds.el (set-coding-system-map)
14051 (mule-menu-keymap):
14052 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14053 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
14054 * replace.el (occur-mode-map):
14055 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 14056 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
14057 (menu-bar-custom-menu, menu-bar-showhide-menu)
14058 (menu-bar-options-menu, menu-bar-tools-menu)
14059 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14060 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14061 (menu-bar-help-menu):
14062 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14063 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14064
6bdad9ae
DN
14065 * term/x-win.el (x-gtk-stock-map):
14066 * progmodes/vera-mode.el (auto-mode-alist):
14067 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14068 (inferior-lisp-program, inferior-lisp-load-command):
14069 * progmodes/hideshow.el (hs-special-modes-alist):
14070 * progmodes/gud.el (same-window-regexps):
14071 * progmodes/grep.el (grep-program, find-program, xargs-program):
14072 * net/telnet.el (same-window-regexps):
14073 * net/rlogin.el (same-window-regexps):
14074 * language/ethiopic.el (font-ccl-encoder-alist):
14075 * vc-sccs.el (vc-sccs-master-templates):
14076 * vc-rcs.el (vc-rcs-master-templates):
14077 * subr.el (cl-assertion-failed):
14078 * simple.el (next-error-overlay-arrow-position):
14079 * lpr.el (lpr-command):
14080 * locate.el (locate-ls-subdir-switches):
14081 * info.el (same-window-regexps, info)
14082 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14083 * image-mode.el (image-mode, auto-mode-alist):
14084 * hippie-exp.el (hippie-expand-ignore-buffers):
14085 * format.el (format-alist):
14086 * find-dired.el (find-ls-subdir-switches, find-grep-options)
14087 (find-name-arg):
14088 * facemenu.el (facemenu-keybindings):
14089 * dired.el (dired-listing-switches, dired-chown-program):
14090 * diff.el (diff-switches, diff-command):
14091 * cus-edit.el (same-window-regexps):
14092 * bindings.el (mode-line-mule-info)
14093 (mode-line-buffer-identification): Purecopy strings.
14094
e0987650
JL
140952009-11-11 Juri Linkov <juri@jurta.org>
14096
3570691b 14097 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
14098 Tell the byte-compiler about dired-get-filename.
14099 (shell-command): In Dired mode, get filename from the current line
14100 as the default value.
14101
b16ff465
GM
141022009-11-10 Glenn Morris <rgm@gnu.org>
14103
e8a11b22
GM
14104 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14105 * calendar/holidays.el, progmodes/cperl-mode.el:
14106 Update x-popup-menu declarations.
14107
b16ff465
GM
14108 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14109 (list-load-path-shadows): Use dolist.
14110 (list-load-path-shadows): Use with-current-buffer.
14111
032c3399
JL
141122009-11-10 Juri Linkov <juri@jurta.org>
14113
14114 * minibuffer.el (read-file-name): Support a list of default values
14115 in `default-filename'. Use the first file name where only one
14116 element is required. Doc fix.
14117
8fb1629f
MA
141182009-11-09 Michael Albinus <michael.albinus@gmx.de>
14119
14120 * net/dbus.el (dbus-unregister-object): Release service, if no
14121 other method is registered for it.
14122
a51203ee 141232009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
14124
14125 * bookmark.el (bookmark-completing-read): Sort bookmark names if
14126 bookmark-sort-flag is non-nil (Bug#4653).
14127
9bf7dc8a
CY
141282009-11-08 Chong Yidong <cyd@stupidchicken.com>
14129
15207e74
CY
14130 * emulation/cua-base.el: Add CUA property to some CC mode commands
14131 (Bug#4100).
14132
8bf7ed70
KR
141332009-11-08 Kevin Ryde <user42@zip.com.au>
14134
14135 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 14136 at end of sentence (Bug#4818).
8bf7ed70 14137
951802d0
CY
141382009-11-08 Jared Finder <jfinder@crypticstudios.com>
14139
14140 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14141 Handle "see declaration of" MSFT statements (Bug#4100).
14142
e8244310
MA
141432009-11-08 Michael Albinus <michael.albinus@gmx.de>
14144
14145 * net/tramp.el (tramp-advice-make-auto-save-file-name)
14146 (tramp-advice-file-expand-wildcards): Unload via
14147 `ad-remove-advice'.
14148
14149 * net/trampver.el: Update release number.
14150
a51203ee 141512009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
14152
14153 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14154 `ad-do-it'.
14155
a51203ee 141562009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
14157
14158 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14159 in order to keep context in SELinux.
14160
bedd8a58
CY
141612009-11-08 Chong Yidong <cyd@stupidchicken.com>
14162
14163 * dired-aux.el (dired-query): Place cursor in echo area and allow
14164 C-g.
14165
14166 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14167 menu item if not on a directory (Bug#4701).
14168
0484d600
MA
141692009-11-07 Michael Albinus <michael.albinus@gmx.de>
14170
14171 Sync with Tramp 2.1.17.
14172
14173 * net/tramp.el (tramp-handle-copy-directory): Don't use
14174 `file-remote-p' (due to compatibility).
14175
14176 * net/tramp-compat.el (tramp-compat-copy-directory)
14177 (tramp-compat-delete-directory): New defuns.
14178
14179 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
14180 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14181 Use `tramp-compat-delete-directory'.
0484d600
MA
14182
14183 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
14184 (tramp-smb-handle-delete-directory):
14185 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
14186
14187 * net/trampver.el: Update release number.
14188
b42b2189
CY
141892009-11-07 Chong Yidong <cyd@stupidchicken.com>
14190
6960d7b9
CY
14191 * tar-mode.el (tar-copy): Call write-region on the right buffer
14192 (Bug#4857).
14193
b42b2189
CY
14194 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14195 by hand, if necessary (Bug#4878).
14196
0ad57dfd
CY
141972009-11-06 Chong Yidong <cyd@stupidchicken.com>
14198
d19e23ae
CY
14199 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14200 align size column (Bug#4839).
14201
0ad57dfd
CY
14202 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14203 statement.
14204
0b7f397c
DN
142052009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14206
14207 * progmodes/ld-script.el (auto-mode-alist):
14208 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14209
14210 * cus-face.el (custom-declare-face): Purecopy face spec.
14211
495bd5ca
KH
142122009-11-06 Kenichi Handa <handa@m17n.org>
14213
14214 * international/uni-bidi.el: Re-generated.
14215 * international/uni-category.el: Re-generated.
14216 * international/uni-combining.el: Re-generated.
14217 * international/uni-mirrored.el: Re-generated.
14218
1e8780b1
DN
142192009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14220
14221 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14222 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14223 (tex-start-options, slitex-run-command, latex-run-command)
14224 (tex-run-command, tex-directory):
14225 * textmodes/ispell.el (ispell-html-skip-alists)
14226 (ispell-tex-skip-alists, ispell-tex-skip-alists):
14227 * textmodes/fill.el (adaptive-fill-first-line-regexp):
14228 (adaptive-fill-regexp):
14229 * textmodes/dns-mode.el (auto-mode-alist):
14230 * progmodes/python.el (interpreter-mode-alist):
14231 * progmodes/etags.el (tags-compression-info-list):
14232 * progmodes/etags.el (tags-file-name):
14233 * net/browse-url.el (browse-url-galeon-program)
14234 (browse-url-firefox-program):
14235 * mail/sendmail.el (mail-signature-file)
14236 (mail-citation-prefix-regexp):
14237 * international/mule-conf.el (eight-bit):
14238 * international/latexenc.el (latex-inputenc-coding-alist):
14239 * international/fontset.el (x-pixel-size-width-font-regexp):
14240 * emacs-lisp/warnings.el (warning-type-format):
14241 * emacs-lisp/trace.el (trace-buffer):
14242 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14243 (emacs-lisp-mode-map):
14244 * calendar/holidays.el (holiday-solar-holidays)
14245 (holiday-bahai-holidays, holiday-islamic-holidays)
14246 (holiday-christian-holidays, holiday-hebrew-holidays)
14247 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14248 (hebrew-holidays-1, holiday-oriental-holidays)
14249 (holiday-general-holidays):
14250 * x-dnd.el (x-dnd-known-types):
14251 * tool-bar.el (tool-bar):
14252 * startup.el (site-run-file):
14253 * shell.el (shell-dumb-shell-regexp):
14254 * rfn-eshadow.el (file-name-shadow-tty-properties)
14255 (file-name-shadow-properties):
14256 * paths.el (remote-shell-program, news-directory):
14257 * mouse.el ([C-down-mouse-3]):
14258 * menu-bar.el (menu-bar-tools-menu):
14259 * jka-cmpr-hook.el (jka-compr-load-suffixes)
14260 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14261 (jka-compr-compression-info-list):
14262 * isearch.el (search-whitespace-regexp):
14263 * image-file.el (image-file-name-extensions):
14264 * find-dired.el (find-ls-option):
14265 * files.el (directory-listing-before-filename-regexp)
14266 (directory-free-space-args, insert-directory-program)
14267 (list-directory-brief-switches, magic-fallback-mode-alist)
14268 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14269 (automount-dir-prefix):
14270 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14271 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14272 (face-font-registry-alternatives, face-font-registry-alternatives)
14273 (face-font-family-alternatives):
14274 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14275 (facemenu-foreground-menu, facemenu-face-menu):
14276 * epa-hook.el (epa-file-name-regexp):
14277 * dnd.el (dnd-protocol-alist):
14278 * textmodes/rst.el (auto-mode-alist):
a51203ee 14279 * button.el (default-button): Purecopy strings.
1e8780b1 14280
0adae11f
GM
142812009-11-06 Glenn Morris <rgm@gnu.org>
14282
14283 * Makefile.in (ELCFILES): Update.
14284
2adaf057
SM
142852009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14286
8f72f03c
SM
14287 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14288 * emacs-lisp/levents.el: Move to obsolete/levents.el.
14289
2adaf057
SM
14290 * nxml/xsd-regexp.el (xsdre-gen-categories):
14291 * nxml/xmltok.el (xmltok-parse-entity):
14292 * nxml/rng-parse.el (rng-parse-validate-file):
14293 * nxml/rng-maint.el (rng-format-manual)
14294 (rng-manual-output-force-new-line):
14295 * nxml/rng-loc.el (rng-save-schema-location-1):
14296 * nxml/rng-cmpct.el (rng-c-parse-file):
14297 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14298 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14299
14862301
SM
143002009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
14301
bf0b361c 14302 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
14303 Remove extra save-excursions and make-variable-buffer-local's.
14304 Suggested by Stefan Monnier.
14305
14306 (verilog-getopt-file, verilog-module-inside-filename-p)
14307 (verilog-set-define): Merge GNU 1.35 and repair changes from
14308 switching to using with-current-buffer.
14309
14310 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14311 being treated as a number and confusing AUTORESET.
14312 Reported by Dan Dever.
14313
14314 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14315 Add verilog-auto-ignore-concat to fix backward compatibility with
14316 older verilog-modes. Reported by Dan Katz.
14317
14318 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14319 containing closing anchors "...$".
14320
14321 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14322 Reported by Wade Smith.
14323
48c2d18a 14324 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
14325
143262009-11-05 Michael McNamara <mac@mail.brushroad.com>
14327
bf0b361c
JB
14328 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14329 for labels.
14862301
SM
14330
14331 (verilog-label-re, verilog-calc-1): Support proper indent of named
14332 asserts.
14333
14334 (verilog-backward-token, verilog-basic-complete-re)
14335 (verilog-beg-of-statement, verilog-indent-re): Support proper
14336 indent of the assert statement at the beginning of a block of text.
14337
14338 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14339 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14340 tokens as begins.
14341
4f8f657f
GM
143422009-11-05 Glenn Morris <rgm@gnu.org>
14343
775adc51
GM
14344 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14345 Emacs 19. (Bug#1531)
14346 (byte-compile-fix-header): Update for the above change.
14347 Drop test for epoch::version.
14348
4ad6a5e7 14349 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
14350 * cus-dep.el (custom-make-dependencies):
14351 * finder.el (finder-compile-keywords):
14352 Use autoload-rubric's feature argument.
4ad6a5e7 14353
4f8f657f
GM
14354 * calendar/diary-lib.el (top-level): Make load behave more like require.
14355
881e4184
GM
14356 * vc-git.el (vc-git-stash-map): Move definition before use.
14357
ba214964 143582009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 14359
b6f8ba09
DN
14360 * custom.el (custom-declare-group): Purecopy standard-value.
14361 (custom-declare-group): Purecopy custom-prefix.
14362
7fdbcd83
SM
14363 * international/mule.el (load-with-code-conversion):
14364 Call do-after-load-evaluation unconditionally.
eb6f577b 14365
f6195dfb
DN
14366 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14367
56f14120
SM
143682009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14371
e5c89ce9
GM
143722009-11-04 Glenn Morris <rgm@gnu.org>
14373
14374 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14375 (byte-compile-compatibility): Remove option.
14376 (byte-compile-close-variables, byte-compile-fix-header)
14377 (byte-compile-insert-header, byte-compile-output-docform)
14378 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14379 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14380 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14381 (byte-compile-insert, byte-compile-defun):
14382 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
14383 (byte-defop-compiler19): Remove.
14384 Without byte-compile-compatibility, the 'emacs19-opcode property is not
14385 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 14386
e24f42ab
JL
143872009-11-04 Juri Linkov <juri@jurta.org>
14388
14389 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14390 (menu-bar-options-menu): Don't quote the `prop' arg of
14391 `menu-bar-make-mm-toggle'.
14392
d3d5f4f5
JB
143932009-11-04 Juanma Barranquero <lekktu@gmail.com>
14394
14395 * calendar/calendar.el (cal-loaddefs):
14396 * calendar/diary-lib.el (diary-loaddefs):
14397 * calendar/holidays.el (hol-loaddefs):
14398 * eshell/esh-module.el (esh-groups): Load rather than require.
14399
6e39d3b2
SM
144002009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14401
e96d62cd
SM
14402 * calendar/todo-mode.el (todo-add-category): Don't hardcode
14403 point-min==1.
7e83e8b4
SM
14404 (todo-top-priorities): Only display-buffer when called interactively.
14405 (todo-item-start): Don't save excursion point.
14406 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
14407 (todo-insert-item-here, todo-file-item, todo-remove-item):
14408 Adjust uses of todo-item-start and todo-item-end.
14409
fae4e5b9
SM
14410 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14411 (autoload-rubric): Don't use any more.
fae4e5b9 14412
6e39d3b2
SM
14413 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14414 and only put a prop if it is non-nil.
14415
c9753fb4
JL
144162009-11-03 Juri Linkov <juri@jurta.org>
14417
14418 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14419 (menu-bar-options-menu): Fix list quoting (Bug#4429).
14420
14421 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14422 and "Menu" to make top-level menu item visually one unit (like
14423 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14424 multi-word menu items). Fix :help string for quit-window.
14425
db04f33f
GM
144262009-11-03 Glenn Morris <rgm@gnu.org>
14427
2aea6521
GM
14428 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14429 (byte-compile-file-form-define-abbrev-table)
14430 (byte-compile-file-form-custom-declare-variable)
14431 (byte-compile-variable-ref, byte-compile-defvar):
14432 Whether or not a warning is enabled should only affect whether we issue
14433 the warning, not whether or not we collect the relevant data.
14434 Eg warnings can be turned on and off throughout the course of a file.
14435
db04f33f
GM
14436 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14437 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14438
937e6a56
SM
144392009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14442 * play/mpuz.el (mpuz-create-buffer):
14443 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14444 (lm-print-y,s,noise, lm-print-w0, lm-init):
14445 * play/gomoku.el (gomoku-prompt-for-move):
14446 * play/fortune.el (fortune-in-buffer):
14447 * play/dissociate.el (dissociated-press):
14448 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 14449 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
14450 * mail/supercite.el (sc-eref-show):
14451 * mail/smtpmail.el (smtpmail-send-it):
14452 * mail/rmailsum.el (rmail-summary-next-labeled-message)
14453 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14454 (rmail-summary-undelete-many, rmail-summary-rmail-update)
14455 (rmail-summary-goto-msg, rmail-summary-expunge)
14456 (rmail-summary-get-new-mail, rmail-summary-search-backward)
14457 (rmail-summary-add-label, rmail-summary-output-menu)
14458 (rmail-summary-output-body):
14459 * mail/rfc822.el (rfc822-addresses):
14460 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14461 * mail/mailpost.el (post-mail-send-it):
14462 * mail/hashcash.el (hashcash-generate-payment):
14463 * mail/feedmail.el (feedmail-run-the-queue)
14464 (feedmail-queue-send-edit-prompt-help-first)
14465 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14466 (feedmail-deduce-address-list):
14467 * eshell/esh-ext.el (eshell-remote-command):
14468 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14469 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14470 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14471 (viper-save-string-in-file, viper-valid-marker):
14472 * emulation/viper-keym.el (viper-toggle-key):
14473 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14474 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14475 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14476 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14477 (viper-exec-form-in-emacs, viper-brac-function):
14478 * emulation/viper.el (viper-delocalize-var):
14479 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14480 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14481 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14482 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14483 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14484 * emulation/edt.el (edt-electric-helpify):
14485 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14486 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14487 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14488 (cua-indent-to-global-mark-column):
14489 * calendar/diary-lib.el (calendar-mark-1):
14490 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14491 Use with-current-buffer.
14492 * emulation/viper.el (viper-delocalize-var): Use dolist.
14493
5b955562
CY
144942009-11-03 Chong Yidong <cyd@stupidchicken.com>
14495
14496 * comint.el (comint-replace-by-expanded-history-before-point):
14497 Replace !! with the previous input string literally (Bug#1795).
14498
6292c599
JB
144992009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
14500
14501 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14502 to be made up of whitespace.
14503
8368c14e
CY
145042009-11-02 Chong Yidong <cyd@stupidchicken.com>
14505
14506 * minibuffer.el (read-file-name): Don't use file dialogs for
14507 remote directories (Bug#99).
14508
6f750f0d
CY
145092009-11-01 Chong Yidong <cyd@stupidchicken.com>
14510
14511 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14512
97ab3f47
AS
145132009-11-01 Andreas Schwab <schwab@linux-m68k.org>
14514
14515 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14516 instead of deleting the window or frame.
14517
673c1168
CY
145182009-10-31 Chong Yidong <cyd@stupidchicken.com>
14519
14520 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14521 Support face colors.
14522
937e6a56
SM
14523 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14524 New function. Support face colors (Bug#1168).
673c1168
CY
14525 (tex-common-initialization): Use it.
14526
14527 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14528 mode allows it (Bug#1168).
14529
c9349f0a
CY
145302009-10-31 Juri Linkov <juri@jurta.org>
14531
14532 * facemenu.el (list-colors-display): Don't mark buffer as
14533 modified (Bug#3948).
14534
ebf5c4f5
CY
145352009-10-31 Chong Yidong <cyd@stupidchicken.com>
14536
6a7662bb
BR
14537 * international/mule-diag.el (list-character-sets-1):
14538 Minor message fix (Bug#3526).
5c2dce75 14539
6a7662bb
BR
14540 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14541 Fix face property (Bug#4834).
26581f0e
CY
14542 (etags-list-tags, etags-tags-apropos-additional)
14543 (etags-tags-apropos, tags-select-tags-table): Add follow-link
14544 property.
14545
ebf5c4f5
CY
14546 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14547 items.
14548
9a529312
SM
145492009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * textmodes/two-column.el (2C-split):
14552 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14553 * textmodes/tex-mode.el (tex-set-buffer-directory):
14554 * textmodes/spell.el (spell-region, spell-string):
14555 * textmodes/reftex.el (reftex-erase-buffer):
14556 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14557 * textmodes/reftex-toc.el (reftex-toc-promote-action):
14558 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14559 (reftex-select-item):
14560 * textmodes/reftex-ref.el (reftex-label-info-update)
14561 (reftex-offer-label-menu):
14562 * textmodes/reftex-index.el (reftex-index-change-entry)
14563 (reftex-index-phrases-info):
14564 * textmodes/reftex-global.el (reftex-create-tags-file)
14565 (reftex-save-all-document-buffers, reftex-ensure-write-access):
14566 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14567 (reftex-view-crossref-from-bibtex):
14568 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14569 (reftex-extract-bib-entries-from-thebibliography)
14570 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14571 * textmodes/refbib.el (r2b-capitalize-title):
14572 (r2b-convert-buffer, r2b-help):
14573 * textmodes/page-ext.el (pages-directory)
14574 (pages-directory-goto-with-mouse):
14575 * textmodes/bibtex.el (bibtex-validate-globally):
14576 * textmodes/bib-mode.el (bib-capitalize-title):
14577 * textmodes/artist.el (artist-clear-buffer, artist-system):
14578 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14579 (local-set-scheme-interaction-buffer, xscheme-process-filter)
14580 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14581 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14582 (xscheme-send-control-g-interrupt, xscheme-start-process)
14583 (xscheme-process-sentinel, xscheme-cd):
14584 * progmodes/verilog-mode.el (verilog-read-always-signals)
14585 (verilog-set-define, verilog-getopt-file)
14586 (verilog-module-inside-filename-p):
14587 * progmodes/sh-script.el:
14588 * progmodes/python.el (python-pdbtrack-get-source-buffer)
14589 (python-pdbtrack-grub-for-buffer, python-execute-file):
14590 * progmodes/octave-inf.el (inferior-octave):
14591 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14592 (idlwave-shell-compile-helper-routines, idlwave-set-local)
14593 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14594 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14595 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14596 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14597 (idlwave-shell-filter, idlwave-shell-examine-highlight)
14598 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14599 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14600 (idlwave-shell-examine-display, idlwave-shell-run-region)
14601 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14602 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14603 * progmodes/idlw-help.el (idlwave-help-get-special-help)
14604 (idlwave-help-get-help-buffer):
14605 * progmodes/gud.el (gud-basic-call, gud-find-class)
14606 (gud-tooltip-activate-mouse-motions-if-enabled):
14607 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14608 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14609 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14610 (ebrowse-tags-next-file):
14611 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14612 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14613 (ebnf-eps-finish-and-write):
14614 * progmodes/cpp.el (cpp-edit-save):
14615 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14616 * progmodes/cc-defs.el (c-emacs-features):
14617 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14618 (antlr-directory-dependencies):
14619 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14620 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14621 (ada-find-any-references, ada-make-filename-from-adaname)
14622 (ada-make-body-gnatstub):
14623 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 14624 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
14625 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14626 * net/rcirc.el (rcirc-debug):
14627 * net/newst-treeview.el (newsticker--treeview-list-add-item)
14628 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14629 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14630 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 14631 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
14632 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14633 (newsticker--treeview-list-clear-highlight)
14634 (newsticker--treeview-list-update-highlight)
14635 (newsticker--treeview-list-highlight-start)
14636 (newsticker--treeview-tree-update-highlight)
14637 (newsticker--treeview-get-selected-item)
14638 (newsticker-treeview-mark-list-items-old)
14639 (newsticker--treeview-set-current-node):
14640 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14641 * net/newst-backend.el (newsticker--get-news-by-funcall)
14642 (newsticker--get-news-by-wget, newsticker--image-get)
14643 (newsticker--image-sentinel):
14644 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14645 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14646 (eudc-ph-close-session):
14647 * net/eudc.el (eudc-save-options):
14648 * language/thai-word.el (thai-update-word-table):
14649 * language/japan-util.el (japanese-string-conversion):
14650 * international/titdic-cnv.el (tsang-quick-converter)
14651 (ziranma-converter, ctlau-converter):
14652 * international/mule-cmds.el (describe-language-environment):
14653 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14654 (skkdic-convert-postfix, skkdic-convert-prefix):
14655 (skkdic-convert-okuri-nasi, skkdic-convert):
14656 * emacs-lisp/re-builder.el (reb-update-overlays):
14657 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14658 * emacs-lisp/gulp.el (gulp-send-requests):
14659 * emacs-lisp/find-gc.el (trace-call-tree):
14660 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14661 (eieio-describe-generic):
14662 * emacs-lisp/eieio-base.el (eieio-persistent-read):
14663 * emacs-lisp/edebug.el (edebug-outside-excursion):
14664 * emacs-lisp/debug.el (debugger-make-xrefs):
14665 * emacs-lisp/cust-print.el (custom-prin1-to-string):
14666 * emacs-lisp/chart.el (chart-new-buffer):
14667 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14668 Use with-current-buffer.
14669 * textmodes/artist.el (artist-system): Don't call
14670 copy-sequence on a fresh string.
14671 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14672
d566f228
GM
146732009-10-31 Stephen Berman <stephen.berman@gmx.net>
14674
14675 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 14676 is no item to edit. (Bug#4820)
d566f228 14677 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 14678 buffer. (Bug#4820)
d566f228 14679
f3628edd
GM
146802009-10-31 Glenn Morris <rgm@gnu.org>
14681
5cf3709c
GM
14682 * net/ange-ftp.el (top-level): Don't require dired when compiling.
14683 (comint-last-output-start, comint-last-input-start)
14684 (comint-last-input-end): Don't defvar when compiling.
14685 (ange-ftp-process-file): Use bound-and-true-p.
14686
4c814fd2
GM
14687 * pcmpl-rpm.el (top-level): Move provide statement to end.
14688 (pcmpl-rpm): Remove unused custom group.
14689
113b8dcc
GM
14690 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14691
31c615e4
GM
14692 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14693
416d3588
GM
14694 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14695 (byte-compile-warnings): Add `constants' as an option.
14696 (byte-compile-callargs-warn, byte-compile-arglist-warn)
14697 (display-call-tree): Update for byte-compile-fdefinition possibly
14698 returning `(macro lambda ...)'. (Bug#4778)
14699 (byte-compile-variable-ref, byte-compile-setq-default):
14700 Respect `constants' member of byte-compile-warnings.
14701
00f71f39
SM
147022009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * vc-bzr.el (vc-bzr-revision-keywords): New var.
14705 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14706 to "submit:".
14707
ca0a881a
DN
147082009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14709
14710 * textmodes/ispell.el (ispell-skip-region-alist):
14711 * international/mule-conf.el (eight-bit):
14712 * international/fontset.el (font-encoding-alist):
14713 * startup.el (pure-space-overflow-message):
14714 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14715 * paths.el (gnus-nntp-service, rmail-spool-directory)
14716 (term-file-prefix):
14717 * files.el (save-some-buffers-action-alist):
14718 * cmuscheme.el (same-window-buffer-names):
14719 * ielm.el (same-window-buffer-names):
14720 * shell.el (same-window-buffer-names):
14721 * mail/sendmail.el (same-window-buffer-names):
14722 * progmodes/inf-lisp.el (same-window-buffer-names):
14723 * bindings.el (mode-line-client)
14724 (mode-line-column-line-number-mode-map):
14725 * language/tibetan.el (tibetan-precomposition-rule-regexp)
14726 (tibetan-precomposed-regexp): Purecopy string arguments.
14727
b861e45e
SM
147282009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14729
6df9b6d7
SM
14730 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14731 (calcDigit-nondigit):
14732 * calc/calc-yank.el (calc-copy-to-buffer):
14733 * calc/calc-units.el (calc-invalidate-units-table):
14734 * calc/calc-trail.el (calc-trail-yank):
14735 * calc/calc-store.el (calc-insert-variables):
14736 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14737 * calc/calc-prog.el (calc-read-parse-table):
14738 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14739 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14740 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14741 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14742 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14743 (calc-graph-name, calc-graph-find-command, calc-graph-view)
14744 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14745 * calc/calc-ext.el (calc-realign):
14746 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14747 (calc-embedded-finish-edit, calc-embedded-make-info)
14748 (calc-embedded-finish-command, calc-embedded-stack-change):
14749 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14750
70f44c65
SM
14751 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14752 shell-dynamic-complete-filename in preference to
14753 comint-dynamic-complete-filename.
14754
b861e45e
SM
14755 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14756 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14757 Don't consider whether the display supports colors.
14758 (bookmark-import-new-list): Use dolist.
14759 (bookmark-bmenu-mode-map): Move initialization into declaration.
14760 (bookmark-bmenu-list): Use dolist, simplify.
14761 (bookmark-show-all-annotations): Use save-selected-window and dolist.
14762 (menu-bar-final-items): Use push.
14763
8549241d 147642009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
14765
14766 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14767 it works on remote files.
14768 (vc-hg-diff): Don't pass any `--cwd' argument.
14769
30644573
KR
147702009-10-27 Kevin Ryde <user42@zip.com.au>
14771
cc63d28f
SM
14772 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14773 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
14774 (Further to Bug#3921).
14775
9be01a63
MA
147762009-10-27 Michael Albinus <michael.albinus@gmx.de>
14777
14778 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14779 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14780 calling `tramp-imap-put-file'. Add file size to the call.
14781 (tramp-imap-get-file-entries): Compute also user name, file size,
14782 and date.
14783 (tramp-imap-handle-insert-directory): Insert uid and gid.
14784 (tramp-imap-handle-file-attributes): Transform uid and gid
14785 according to `id-format'.
14786 (tramp-imap-put-file): New optional parameter SIZE. Encode file
14787 size in header X-Size.
14788
41849bf9
JB
147892009-10-26 Juanma Barranquero <lekktu@gmail.com>
14790
14791 * simple.el (transpose-subr): Give clearer error when the mark
14792 is not set. (Bug#4807)
14793
293c24f9
MA
147942009-10-26 Michael Albinus <michael.albinus@gmx.de>
14795
cc63d28f
SM
14796 * net/tramp.el (tramp-perl-file-truename): New defconst.
14797 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 14798 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
14799 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14800 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 14801
cc63d28f
SM
14802 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14803 Ignore `dired-call-process'.
293c24f9
MA
14804 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14805
148062009-10-26 Julian Scheid <julians37@gmail.com>
14807
cc63d28f 14808 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
14809 (tramp-get-remote-readlink): New defun.
14810 (tramp-handle-file-truename): Use it.
14811 (tramp-handle-file-exists-p): Check file-attributes cache, assume
14812 file exists if cache value present.
48c2d18a 14813 (tramp-check-cached-permissions): New defun.
293c24f9
MA
14814 (tramp-handle-file-readable-p): Use it.
14815 (tramp-handle-file-writable-p): Likewise.
14816 (tramp-handle-file-executable-p): Likewise.
14817 (tramp-handle-file-name-all-completions): Try using Perl to get
14818 partial completions. When perl not available, combine `cd' and
14819 `ls' into single remote operation and use shell expansion to get
14820 partial remote directory contents. Set `file-exists-p' cache for
14821 directory and any files returned by ls. Change cache handling to
14822 support partial directory contents. Use error message emitted by
14823 remote `cd' or Perl code for local tramp-error.
14824 (tramp-do-copy-or-rename-file-directly): Avoid separate
14825 tramp-send-command-and-check call.
cc63d28f
SM
14826 (tramp-handle-process-file): Merge three remote ops into one.
14827 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
14828 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14829 file-attributes shows uid/gid to be set already.
14830
a7610c52
DN
148312009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14832
14833 * textmodes/tex-mode.el (tex-dvi-view-command)
14834 (tex-show-queue-command, tex-open-quote):
14835 * progmodes/ruby-mode.el (auto-mode-alist)
14836 (interpreter-mode-alist): Purecopy strings.
14837
14838 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14839
14840 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14841 string for the hook, keymap and abbrev table.
14842
14843 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14844
14845 * x-dnd.el (x-dnd-xdnd-to-action):
14846 * startup.el (fancy-startup-text, fancy-about-text): Change to
14847 defconst from defvar.
14848
14849 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14850
14851 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14852 Purecopy initialization strings.
14853
14854 * mail/sendmail.el (mail-header-separator)
14855 (mail-personal-alias-file):
14856 * mail/rmail.el (rmail-default-dont-reply-to-names)
14857 (rmail-ignored-headers, rmail-retry-ignored-headers)
14858 (rmail-highlighted-headers, rmail-secondary-file-directory)
14859 (rmail-secondary-file-regexp):
14860 * files.el (null-device, file-name-invalid-regexp)
14861 (locate-dominating-stop-dir-regexp)
cc63d28f 14862 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
14863 (interpreter-mode-alist): Use mapcar instead of mapc.
14864
14865 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14866
14867 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14868 (completion-ignored-extensions):
14869 (debug-ignored-errors): Purecopy strings.
14870
4fcc3d32
SM
148712009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14872
0667de21
SM
14873 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
14874 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
14875 (pcomplete--here): Use push.
14876
4fcc3d32
SM
14877 * subr.el (all-completions): Declare the 4th arg obsolete.
14878
955ef430
SM
148792009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14880
2d085307
SM
14881 * pcomplete.el (pcomplete-unquote-argument-function): New var.
14882 (pcomplete-unquote-argument): New function.
14883 (pcomplete--common-suffix): Always pay attention to case.
14884 (pcomplete--table-subvert): Quote and unquote the text.
14885 (pcomplete--common-quoted-suffix): New function.
14886 (pcomplete-std-complete): Use it and pcomplete-begin.
14887
955ef430
SM
14888 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
14889 we're inside a dedicated or minibuffer window.
14890
7c85c02b
KF
148912009-10-24 Karl Fogel <kfogel@red-bean.com>
14892
14893 * bookmark.el: Update documentation, especially documentation
14894 of `bookmark-alist' and of the bookmark file format.
14895 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
14896
3e8ae8a6
CY
148972009-10-24 Chong Yidong <cyd@stupidchicken.com>
14898
3e425845
CY
14899 * mail/emacsbug.el (report-emacs-bug): Clarify that the
14900 keybindings apply to the mail buffer (Bug#4003). Shrink help
14901 window to buffer.
14902
cdd47d48
CY
14903 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14904 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
14905 (whitespace-toggle-options, global-whitespace-toggle-options):
14906 Doc fix (Bug#3660).
cdd47d48 14907
ba07c9ad
CY
14908 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
14909 of xmltok-start before the end tag was inserted (Bug#2840).
14910
3e8ae8a6
CY
14911 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
14912 patterns that are preceded by an open-paren (Bug#1320).
14913
ab276820
CY
149142009-10-24 Sven Joachim <svenjoac@gmx.de>
14915
14916 * files.el (delete-directory): Delete symlinks to directories with
14917 delete-file (Bug#4739).
14918
905a9ed3
DN
149192009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14920
a9a2a6db
DN
14921 * vc.el (vc-backend-for-registration): Rename from
14922 vc-get-backend-for-registration. Update callers.
14923
cc63d28f
SM
14924 * international/mule-cmds.el (set-language-info-alist):
14925 Purecopy lang-env.
905a9ed3
DN
14926 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
14927 (charset): Purecopy the name.
14928 (define-char-code-property): Purecopy string arguments.
14929
14930 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14931 Purecopy string arguments.
14932
14933 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14934 * ediff-hook.el (menu-bar-ediff-menu):
14935 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
14936 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
14937
d270305a
GM
149382009-10-24 Glenn Morris <rgm@gnu.org>
14939
6c74d523 14940 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
14941 * term.el (term-dynamic-list-completions): Use choose-completion rather
14942 than obsolete alias mouse-choose-completion.
14943
ae732337
GM
14944 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
14945 file-cache-choose-completion.
14946 (file-cache-choose-completion): Handle an optional event argument.
14947 (file-cache-mouse-choose-completion): Make it an obsolete alias.
14948
cc63d28f
SM
14949 * progmodes/octave-mod.el (octave-complete-symbol):
14950 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 14951
9847dc91
GM
14952 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
14953 use.
14954
e8f2a5d5
GM
14955 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
14956 compiler.
14957
d270305a
GM
14958 * vc-hooks.el (vc-responsible-backend): Fix declaration.
14959
c6432f1e
SM
149602009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
14963 Ignore `pred' now that we receive one.
14964 Handle test-completion specially.
14965
6ab196f9
DN
149662009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14967
14968 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 14969 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
14970 REGISTER ...
14971 (vc-get-backend-for-registration): ... here. New function.
14972 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
14973 of vc-responsible-backend, pass the file name instead of the
14974 directory name.
14975
48feed59
SM
149762009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14977
14978 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14979 New funs.
14980 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
14981 (pcomplete-comint-setup): Don't modify a global var via
14982 accidental side-effects.
14983 (pcomplete-shell-setup): Adjust call accordingly.
14984 (pcomplete-parse-comint-arguments): Use push.
14985
00006066
CY
149862009-10-23 Chong Yidong <cyd@stupidchicken.com>
14987
36bfa3af
CY
14988 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14989 Allow uncapitalized info node names (Bug#3921).
14990
00006066
CY
14991 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14992 to the DEBUG file (Bug#3781).
14993
aa311d6e
CY
149942009-10-23 Jari Aalto <jari.aalto@cante.net>
14995
14996 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14997 dictionary entry (Bug#4579).
14998
b88f2d0a
MA
149992009-10-23 Michael Albinus <michael.albinus@gmx.de>
15000
15001 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15002 from `rfn-eshadow-update-overlay-hook' when unloading.
15003 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15004 "rsyncc". Adjust doc string.
48c2d18a 15005 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
15006 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15007 Keep temporary file when indicated by method ("rsync" and
15008 "rsyncc").
15009 (tramp-handle-write-region): Handle APPEND.
15010 (tramp-delete-temp-file-function): New defun. Added to
15011 `kill-buffer-hook'.
15012
1becddbb
JB
150132009-10-23 Juanma Barranquero <lekktu@gmail.com>
15014
15015 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15016
8f43cbf3
DN
150172009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15018
15019 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15020 (color-name-rgb-alist, tty-standard-colors)
15021 (tty-color-mode-alist): Change to defconst.
15022
15023 * simple.el (mark-inactive): Purecopy message.
15024
15025 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15026 (global-map, yank-menu):
15027 * textmodes/ispell.el (ispell-menu-map):
15028 * net/eudc.el (eudc-tools-menu):
15029 * international/mule-cmds.el (describe-language-environment-map)
15030 (setup-language-environment-map, set-coding-system-map)
15031 (mule-menu-keymap):
15032 * vc-hooks.el (vc-menu-entry, vc-menu-map):
15033 * replace.el (occur-mode-map):
15034 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15035
1d228a31
JB
150362009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
15037
6a7662bb
BR
15038 * calc/calc.el (math-read-number, math-read-number-simple):
15039 Use `save-match-data'.
1d228a31 15040
3b067af1
SM
150412009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15042
28a90c44
SM
15043 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15044 rather than fiddling with global-map bindings, since it should only
15045 affect per-terminal settings.
15046 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15047
a452eee8
SM
15048 * minibuffer.el (completion-table-with-terminator): Allow to specify
15049 the terminator-regexp.
15050
ab14d7d5
SM
15051 * simple.el (switch-to-completions): Look for *Completions* in other
15052 frames as well.
15053
3b067af1
SM
15054 * pcomplete.el: Allow the use of completion-tables.
15055 (pcomplete-std-complete): New command.
15056 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15057 (pcomplete--here): Use a function for `form' rather than an expression,
15058 so it can be byte-compiled.
15059 (pcomplete-here, pcomplete-here*): Adjust accordingly.
15060 Add edebug declaration.
15061 (pcomplete-show-completions): Remove unused var `curbuf'.
15062 (pcomplete-do-complete, pcomplete-stub):
1becddbb 15063 Don't assume `completions' is a list of strings any more.
3b067af1 15064
5480359e
JB
150652009-10-22 Juanma Barranquero <lekktu@gmail.com>
15066
15067 * find-dired.el (find-name-arg): Fix typo in docstring.
15068
3170b794
SM
150692009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15070
48c23a25
SM
15071 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15072 (pcmpl-linux-fs-types): Same, and update to new modules layout.
15073
56b14058
SM
15074 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15075 pcomplete-entries.
15076
3170b794
SM
15077 * comint.el (comint-read-input-ring, comint-write-input-ring)
15078 (comint-substitute-in-file-name)
15079 (comint-dynamic-complete-as-filename)
15080 (comint-dynamic-simple-complete)
15081 (comint-dynamic-list-filename-completions)
15082 (comint-dynamic-list-completions)
15083 (comint-redirect-results-list-from-process): Minor simplifications.
15084
2affef34
KR
150852009-10-21 Kevin Ryde <user42@zip.com.au>
15086
3170b794
SM
15087 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15088 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 15089 the first form. And insert a blank line after ";;; Code" since
d8194864 15090 that's usual style. (Bug#4612)
2affef34 15091
e7b94bbb
KR
15092 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15093
528c56e2
SM
150942009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * minibuffer.el (completion-table-with-terminator): Properly implement
15097 boundaries, in case `terminator' appears in the suffix.
15098 (completion--embedded-envvar-table): Don't return boundaries if
15099 there's no valid completion. Simplify.
15100 (completion-file-name-table): New completion table extracted from
15101 completion--file-name-table.
15102 (completion--file-name-table): Use it.
15103 (read-file-name-predicate): Declare obsolete.
15104 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15105 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15106 completion-file-name-table, and use the `pred' argument.
15107 * files.el (locate-file-completion-table): Use the `pred' arg rather
15108 than read-file-name-predicate.
15109 (abbreviate-file-name): Use \` rather than ^ for BOS.
15110
f9ed9b4f
DN
151112009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15112
15113 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15114 vc-responsible-backend to register, it causes problems.
15115
5f2022a3
SM
151162009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15119
fc754ea1
MA
151202009-10-21 Michael Albinus <michael.albinus@gmx.de>
15121
15122 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15123 (tramp-smb-handle-file-attributes): Use it.
15124 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15125 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
15126 `mapcar'. Use `tramp-smb-get-stat-capability'.
15127 Add `dired-filename' text properties.
fc754ea1
MA
15128 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15129 (tramp-smb-maybe-open-connection): Simplify check for smbclient
15130 version.
15131
79bd5ba1
SM
151322009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15133
15134 * subr.el (read-key-delay): Reduce to 0.01.
15135 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15136 (bug#4751).
15137
3c13704d
SM
151382009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15139
554efd10
SM
15140 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15141
c2a37b78
SM
15142 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15143 (Info-menu): Remove unused vars `last' and `completions'.
15144 (Info-index-nodes): Remove unused var `node'.
15145
3c13704d
SM
15146 * info.el (Info-complete-menu-item): Use complete-with-action.
15147
d1e4c403
DN
151482009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15149
15150 Make vc-annotate work through copies and renames.
3c13704d
SM
15151 * vc-annotate.el (vc-annotate-extract-revision-at-line):
15152 Return the file name too.
d1e4c403
DN
15153 (vc-annotate-revision-at-line)
15154 (vc-annotate-find-revision-at-line)
15155 (vc-annotate-revision-previous-to-line)
15156 (vc-annotate-show-log-revision-at-line): Update to get the file
15157 name from vc-annotate-extract-revision-at-line.
15158 (vc-annotate-show-diff-revision-at-line-internal): Change the
15159 argument to mean whether to show a file diff or not. Get the file
15160 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
15161 (vc-annotate-show-diff-revision-at-line):
15162 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
15163 (vc-annotate-warp-revision): Add an optional file argument.
15164
15165 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15166 (vc-git-annotate-extract-revision-at-line): Also return the file
15167 name if found.
15168
15169 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15170 command. Remove unused code.
15171 (vc-hg-annotate-re): Update to match --follow output.
15172 (vc-hg-annotate-extract-revision-at-line): Also return the file
15173 name if found.
15174
15175 * vc.el: Update annotate-extract-revision-at-line documentation.
15176
b0b0ef98
KR
151772009-10-18 Kevin Ryde <user42@zip.com.au>
15178
15179 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15180 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15181
a9e7f03d
KR
15182 * net/browse-url.el (browse-url): Identify alist with "consp and
15183 not functionp" and let all other things go down the `apply' leg,
15184 as suggested by Stefan. (Further to bug#4531.)
15185
7346a407
CY
151862009-10-18 Chong Yidong <cyd@stupidchicken.com>
15187
15188 * minibuffer.el (read-file-name): Check for repeat before putting
15189 a default argument in file-name-history (Bug#4657).
15190
15191 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15192 read syntax (Bug#4737).
15193
3c13704d 15194 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 15195
1da94541
CY
151962009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15197
15198 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15199 (html-tag-alist, html-tag-help): Add descriptions for undocumented
15200 entries and make note of obsolete tags.
15201
2b93080a
SM
152022009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15205
18b5ffb5
GM
152062009-10-18 Glenn Morris <rgm@gnu.org>
15207
15208 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15209 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 15210 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
15211 now, and in any case the file header format has changed.
15212
c2e161b2
GM
152132009-10-17 Glenn Morris <rgm@gnu.org>
15214
15215 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15216 (flyspell-get-word, flyspell-large-region)
15217 (flyspell-auto-correct-previous-word): Doc/error message fixes.
15218
a1eb44f5
CY
152192009-10-17 Chong Yidong <cyd@stupidchicken.com>
15220
15221 * Makefile.in (ELCFILES): Add ede/shell.
15222
4418646e
DN
152232009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15224
15225 * term/common-win.el (x-colors): Purecopy it.
15226
4062011e
SM
152272009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15228
15229 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15230 permissive for when the buffer is empty.
15231 (tar-header-block-tokenize): Decode the username and groupname.
15232 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15233
b0b111c3
JB
152342009-10-17 Eric Ludlam <zappo@gnu.org>
15235
15236 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15237 contains multibyte characters, choose first applicable coding
15238 system automatically.
15239
2df48a87
SM
152402009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * international/mule-cmds.el (select-safe-coding-system): If the file
15243 has a coding cookie, use it regardless of any other setting (bug#4712).
15244
fd7dd48c
GM
152452009-10-17 Glenn Morris <rgm@gnu.org>
15246
3ee0b477 15247 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
15248 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15249
2550e4b1
GM
15250 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15251 (dired-keep-marker-copy, dired-keep-marker-hardlink)
15252 (dired-keep-marker-symlink, dired-dwim-target)
15253 (dired-copy-preserve-time): Do not autoload these defcustoms.
15254
fd7dd48c
GM
15255 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15256 messages from messing up the file coding. (Bug#4623)
15257
f3e3a990
GM
152582009-10-17 Jari Aalto <jari.aalto@cante.net>
15259
15260 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15261 if no match is found for the current dictionary. (Bug#4578)
15262
15263 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15264 optional, since that is how it is documented, and this is often called
15265 with a nil argument. (Bug#4577)
15266 (flyspell-external-point-words, flyspell-auto-correct-word)
15267 (flyspell-correct-word-before-point, flyspell-word-search-forward)
15268 (flyspell-word-search-backward): Remove nil argument in calls to
15269 flyspell-get-word, since it is not needed now.
15270
152712009-10-17 Ulrich Mueller <ulm@gentoo.org>
15272
1becddbb 15273 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 15274
b61374ab
GM
152752009-10-16 Glenn Morris <rgm@gnu.org>
15276
15277 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15278
412707c2
SM
152792009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
15280
15281 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15282 (ange-ftp-file-size): New function.
15283 (ange-ftp-file-attributes): Use it.
15284
0c6f436e
MA
152852009-10-16 Michael Albinus <michael.albinus@gmx.de>
15286
15287 * net/tramp-smb.el (tramp-smb-version): New defvar.
15288 (tramp-smb-maybe-open-connection): Use it, in order to avoid
15289 repeated checks.
15290
850bfd04
GM
152912009-10-16 Glenn Morris <rgm@gnu.org>
15292
15293 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15294 Maybe copy some custom properties from old to new name. (Bug#4706)
15295
f3ed9aca
JB
152962009-10-16 Juanma Barranquero <lekktu@gmail.com>
15297
15298 * subr.el (error, sit-for, start-process-shell-command)
15299 (start-file-process-shell-command): Set the calling convention
15300 after the function definition.
15301
fd6c5134
SM
153022009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15303
15304 * subr.el (error, sit-for, start-process-shell-command)
15305 (start-file-process-shell-command): Use the new
15306 set-advertised-calling-convention feature.
15307
73874eb7
KH
153082009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
15309
fd6c5134
SM
15310 * international/ucs-normalize.el (ucs-normalize-version):
15311 Change to 1.2.
15312 (check-range): Adjust for Unicode 5.2.
73874eb7 15313
03fb33cf
JL
153142009-10-15 Juri Linkov <juri@jurta.org>
15315
15316 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15317 to the `menu-item' format.
15318
4260b402
MA
153192009-10-15 Michael Albinus <michael.albinus@gmx.de>
15320
15321 * net/tramp.el (tramp-replace-environment-variables): Do not fail
15322 if the environment variable does not exist.
15323
15324 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15325 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15326 parameter.
15327 (tramp-smb-handle-add-name-to-file)
15328 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15329 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15330 (tramp-smb-handle-file-attributes)
15331 (tramp-smb-do-file-attributes-with-stat)
15332 (tramp-smb-handle-file-local-copy)
15333 (tramp-smb-handle-insert-directory)
15334 (tramp-smb-handle-make-directory)
15335 (tramp-smb-handle-make-directory-internal)
15336 (tramp-smb-handle-make-symbolic-link)
15337 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15338 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15339 (tramp-smb-maybe-open-connection): Apply the changed parameters.
15340 (tramp-smb-read-file-entry): Read Disk names in compressed format.
15341 Handle long file names.
15342 (tramp-smb-get-cifs-capabilities): Check, whether the connection
15343 process is running.
15344 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15345 Read share names with "-g" option.
15346
d7a0fd6f
GM
153472009-10-15 Ryan Yeske <rcyeske@gmail.com>
15348
15349 * net/rcirc.el (rcirc-view-log-file): New command.
15350 (rcirc-track-minor-mode-map): Remove C-c ` binding.
15351 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15352 specified.
15353
0b44494a
GM
153542009-10-15 Glenn Morris <rgm@gnu.org>
15355
af9fb32f
GM
15356 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15357 from the second command-line argument.
15358 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15359 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15360 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15361 w32-batch-update-autoloads.
15362 * emacs-lisp/autoload.el (autoload-make-program): New variable.
15363 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15364
0b44494a
GM
15365 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15366 the headers cannot be located. Simplify, subtracting superflous
15367 save-excursions.
15368
d5e63715
SM
153692009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15370
15371 Replace completion-base-size by completion-base-position to fix bugs
15372 such as (bug#4699).
15373 * simple.el (completion-base-position): New var.
15374 (completion-base-size): Mark as obsolete.
15375 (choose-completion): Make it work for mouse events as well.
15376 Pass the new base-position to choose-completion-string.
15377 (choose-completion-guess-base-position): New function, extracted from
15378 choose-completion-delete-max-match.
15379 (choose-completion-delete-max-match): Use it. Make obsolete.
15380 (choose-completion-string): Use the new base-position info.
15381 (completion-root-regexp): Delete.
15382 (completion-setup-function): Preserve completion-base-position.
15383 Eliminate obsolete base-size manipulation.
15384 * minibuffer.el (display-completion-list): Don't mess with base-size.
15385 (minibuffer-completion-help): Set completion-base-position instead.
15386 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15387 choose-completion.
15388 * textmodes/bibtex.el (bibtex-complete):
15389 * emacs-lisp/crm.el (crm--choose-completion-string):
15390 Adjust to new calling convention.
15391 * complete.el (partial-completion-mode): Use minibufferp to avoid
15392 bumping into incompatible change to choose-completion-string-functions.
15393 * ido.el (ido-choose-completion-string): Make its calling convention
15394 more permissive.
15395 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15396 base-size manipulation.
15397 (comint-dynamic-list-input-ring): Use dotimes and push.
15398 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15399 fundamental-mode. Use `or'.
15400
92f8bfc7
JL
154012009-10-14 Juri Linkov <juri@jurta.org>
15402
15403 * misearch.el (multi-isearch-next-buffer-from-list)
15404 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
15405
e78e280d
SM
154062009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15407
384ca163
SM
15408 * Makefile.in (compile-onefile): Load `bytecomp' rather than
15409 `bytecomp.el'.
15410
681e0e7c
SM
15411 * minibuffer.el (completion-pcm--merge-completions): Make sure the
15412 string we return is all made up of text from the completions rather
15413 than part from the completions and part from the input (bug#4219).
15414
e78e280d
SM
15415 * ido.el (ido-everywhere): Use define-minor-mode.
15416
15417 * buff-menu.el (list-buffers, ctl-x-map):
15418 Mark the entry points with ;;;###autoload cookies.
15419
b4e813ca
DN
154202009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
15421
52964e54
DN
15422 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15423 correctly in the detached head case.
15424 (vc-git-print-log): Remove unused binding.
15425
b4e813ca
DN
15426 * vc.el (vc-responsible-backend): When a directory is passed for
15427 for registration create a VC repository if no backend is
15428 responsible for the directory argument.
15429 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
15430
15431 * vc.el: Move comments about RCS and SCCS ...
15432 * vc-rcs.el:
15433 * vc-sccs.el: ... here, respectively.
15434
40ba9882
SM
154352009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15436
15437 * minibuffer.el (completion--file-name-table): Return nil if there's
15438 no file completion, even if substitute-in-file-name changed
15439 the string (bug#4708).
15440
04e0f59b
JL
154412009-10-13 Juri Linkov <juri@jurta.org>
15442
15443 * files-x.el (read-file-local-variable-value): Don't filter out
15444 minor modes from mode name completion (bug#4664).
15445
314c8e25
JB
154462009-10-13 Juanma Barranquero <lekktu@gmail.com>
15447
15448 * international/mule-cmds.el (ucs-names): Remove exclusion of
15449 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15450
5c9b7d36
KH
154512009-10-13 Kenichi Handa <handa@m17n.org>
15452
15453 * international/uni-name.el: Regenerated.
15454
1e7a80f2
JB
154552009-10-13 Juanma Barranquero <lekktu@gmail.com>
15456
15457 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
15458 should be automatically buffer-local, but isn't.)
15459
cd29f88b
SS
154602009-10-12 Sam Steingold <sds@gnu.org>
15461
15462 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 15463 timestamps if the buffer has been visited before.
0cd16af4
SS
15464 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15465 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 15466
37493a98
GM
154672009-10-12 Glenn Morris <rgm@gnu.org>
15468
15469 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15470 Let-bind `size'.
15471
3b56b1e6
JB
154722009-10-12 Juanma Barranquero <lekktu@gmail.com>
15473
7422a4bb
JB
15474 * proced.el (proced-unload-function): New function.
15475
fa72d075
JB
15476 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15477 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15478 Doc fix.
15479
3b56b1e6
JB
15480 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15481
4d9b4323
JL
154822009-10-11 Juri Linkov <juri@jurta.org>
15483
15484 * files-x.el (read-file-local-variable-value):
15485 Provide default value only for bound variables (bug#4664).
15486
f6f7e059
MA
154872009-10-11 Michael Albinus <michael.albinus@gmx.de>
15488
15489 * net/tramp.el (tramp-local-host-p): Function shall return nil for
15490 connection methods like smb.
15491
15492 * net/tramp-cache.el (tramp-flush-connection-property): The hash
15493 can be empty.
15494
15495 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15496 (tramp-smb-file-name-handler-alist): Add handlers for
15497 `add-name-to-file', `make-symbolic-link'.
15498 (tramp-smb-handle-add-name-to-file)
2992485f 15499 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
15500 (tramp-smb-handle-make-symbolic-link)
15501 (tramp-smb-get-cifs-capabilities): New defuns.
15502 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15503 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15504 (tramp-smb-handle-file-local-copy)
15505 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
15506 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15507 The file name syntax depends on cifs capabilities.
15508 (tramp-smb-handle-file-attributes):
15509 Call `tramp-smb-do-file-attributes-with-stat' if possible.
15510 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15511 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 15512
67868d26
CY
155132009-10-11 Chong Yidong <cyd@stupidchicken.com>
15514
15515 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15516 (eieio-defclass): Apply deftype handler and setf-method properties
15517 directly.
15518 (eieio-add-new-slot): Avoid union function from cl library.
15519 (eieio--typep): New function.
15520 (eieio-perform-slot-validation): Use it.
15521
6d6a5b7e
KF
155222009-10-10 Karl Fogel <kfogel@red-bean.com>
15523
3b56b1e6 15524 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
15525 Update documentation to refer to the variables documented in r1.135.
15526 (Bug#4188)
15527
67b70de9
KF
155282009-10-10 Karl Fogel <kfogel@red-bean.com>
15529
15530 * bookmark.el (Info-suffix-list): Remove this unused variable.
15531 (bookmark-current-point): Remove this obsolete variable.
15532 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15533 Adjust for removal of bookmark-current-point.
15534
15535 (bookmarks-already-loaded, bookmark-current-buffer)
15536 (bookmark-yank-point): Document. (Bug#4188)
15537
58ae51ae
GM
155382009-10-10 Glenn Morris <rgm@gnu.org>
15539
4619ff5e
GM
15540 * frame.el (frame-height): Doc fix.
15541
58ae51ae
GM
15542 * calendar/calendar.el (calendar-split-width-threshold): New option.
15543 (calendar-basic-setup): Use calendar-split-width-threshold.
15544
d364386c
JB
155452009-10-09 Juanma Barranquero <lekktu@gmail.com>
15546
15547 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15548 Ideographic Supplement" range (U+1F200..U+1F2FF).
15549
33e97a28
KF
155502009-10-09 Karl Fogel <kfogel@red-bean.com>
15551
02d0f051 15552 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 15553 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
15554
155552009-10-09 Karl Fogel <kfogel@red-bean.com>
15556
d364386c 15557 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
15558 (bookmark-bmenu-execute-deletions): Don't save here, as
15559 bookmark-delete will now do so if necessary.
d364386c 15560 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
15561 (Bug#4348)
15562
9656d87b
GM
155632009-10-09 Glenn Morris <rgm@gnu.org>
15564
15565 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15566
e6227f06
KF
155672009-10-09 Karl Fogel <kfogel@red-bean.com>
15568
15569 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15570 (bookmark-jump-other-window): Just invoke bookmark-jump with new
15571 argument now, so the two function's behaviors will match. (Bug#3645)
15572
288f783b
MA
155732009-10-08 Michael Albinus <michael.albinus@gmx.de>
15574
15575 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 15576 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 15577 Apply `save-match-data'.
288f783b
MA
15578
15579 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15580 case both directories are remote.
15581 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 15582 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 15583
872a1ea4
JB
155842009-10-07 Juanma Barranquero <lekktu@gmail.com>
15585
15586 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15587
ab2baced
GM
155882009-10-07 Glenn Morris <rgm@gnu.org>
15589
e78e280d
SM
15590 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15591 of concat.
ab2baced 15592
5c4634c1
SM
155932009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
15594
15595 * files-x.el (read-file-local-variable): Include some
15596 non-user-variables in the completion table (bug#4664).
15597
c2dc9732
MA
155982009-10-07 Michael Albinus <michael.albinus@gmx.de>
15599
15600 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15601 message.
15602
15603 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15604 (tramp-smb-file-name-handler-alist): Add handler for
15605 `copy-directory', `expand-file-name', `set-file-modes'.
15606 (tramp-smb-handle-copy-directory)
15607 (tramp-smb-handle-expand-file-name)
15608 (tramp-smb-handle-set-file-modes): New defuns.
15609 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15610 (tramp-smb-handle-file-attributes): Simplify check for retrieving
15611 entry.
15612 (tramp-smb-handle-insert-directory): Don't flush the cache.
15613 (tramp-smb-maybe-open-connection): Check for samba client and
15614 server versions.
15615
11be40a6
EZ
156162009-10-07 Eli Zaretskii <eliz@gnu.org>
15617
15618 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15619 to not error out of search for "^lisp=" fails.
15620
8c4afe20
JB
156212009-10-07 Juanma Barranquero <lekktu@gmail.com>
15622
15623 * makefile.w32-in (WINS_UPDATES): New macro.
15624 (custom-deps, finder-data, autoloads): Use it.
15625
429a1506
GM
156262009-10-07 Glenn Morris <rgm@gnu.org>
15627
ee2e93e2
GM
15628 * Makefile.in (autoloads): Revert previous change.
15629 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15630 the list of preloaded files passed on the command-line, get
15631 it from src/Makefile.
15632
429a1506
GM
15633 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15634 show the original buffer rather than a random one.
15635
a51203ee 156362009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
15637
15638 * help.el (describe-no-warranty): Place point in a slightly better
15639 position in the GPLv3 text.
15640
f58f7520
SS
156412009-10-06 Sam Steingold <sds@gnu.org>
15642
15643 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15644 the comm attribute is present before calling regexp-quote.
15645
bde79dc0
JB
156462009-10-06 Juanma Barranquero <lekktu@gmail.com>
15647
15648 * play/animate.el (animate-string): For good effect, make sure
15649 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15650
15651 * play/animate.el (animate-sequence, animate-birthday-present):
15652 * misc.el (butterfly): Don't set `indent-tabs-mode'.
15653
25ab0302
GM
156542009-10-06 Glenn Morris <rgm@gnu.org>
15655
73fe714a
GM
15656 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15657
3405d98c
GM
15658 * emacs-lisp/autoload.el (autoload-excludes): New variable.
15659 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15660 (batch-update-autoloads): Process a string value of autoload-excludes,
15661 set during the build process.
15662 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
15663
9fb2cdc5
GM
15664 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15665 inside with-parsed... macro so that `v' is defined.
15666
7938ab41
GM
15667 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15668 * progmodes/fortran.el (fortran-end-of-block)
15669 (fortran-beginning-of-block):
15670 Also push mark in the macro case.
15671
eaf9b564
GM
15672 * emerge.el (emerge-show-file-name):
15673 * calc/calc.el (calc-quit):
15674 * calc/calc-misc.el (calc-big-or-small):
15675 * calc/calc-graph.el (calc-graph-view):
15676 * calc/calc-ext.el (calc-reset):
15677 * calendar/calendar.el (calendar-basic-setup):
15678 Use window-full-height-p.
15679
25ab0302
GM
15680 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15681 header we don't understand, don't insert another. (Bug#4624)
15682 If changing mime charset, insert the new one in the right place.
15683
00169eb6
GM
156842009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
15685
15686 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15687 (cal-tex-cursor-month): Correctly increment the end date for diary and
15688 holiday listing. (Bug#4626)
15689
82882188
SM
156902009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15691
40ba9882 15692 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
15693 a symbol.
15694
a8f316ca
JB
156952009-10-05 Juanma Barranquero <lekktu@gmail.com>
15696
15697 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15698 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15699 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15700 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15701
15702 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15703 (eieio-default-superclass): Reflow docstrings.
15704 (this, class-option-assoc, defclass, eieio-class-un-autoload)
15705 (eieio-unbind-method-implementations, defmethod)
15706 (eieio-validate-slot-value, eieio-validate-class-slot-value)
15707 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15708 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15709 (eieio-slot-originating-class-p, eieio-slot-name-index)
15710 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15711 (constructor, initialize-instance, no-next-method, object-print)
15712 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15713 Fix typos in docstrings.
15714 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15715 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15716 (next-method-p): Doc fixes.
15717 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15718 Fix typos in error messages.
15719 (eieio-defmethod): Fix typo in description of generic method.
15720
15721 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15722 (eieio-persistent-save-interactive, slot-missing):
15723 Fix typos in docstrings.
15724 (eieio-instance-inheritor-slot-boundp): Doc fix.
15725
15726 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15727 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15728
15729 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15730 (eieio-custom-object-apply-reset):
15731 Fix typos in docstrings and error messages.
15732
15733 * emacs-lisp/eieio-datadebug.el (data-debug-show):
15734 Fix typo in docstring.
15735
15736 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15737 (eieio-browse-tree): Doc fix.
15738 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15739 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15740 Fix typos in docstrings.
15741
15742 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15743 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15744 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15745 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15746 Reflow docstrings.
15747
c66b7ac0
DN
157482009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
15749
4a827e0a 15750 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
15751 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15752 Set log-view-vc-backend so that diff can work.
4a827e0a 15753
c66b7ac0
DN
15754 * log-view.el (log-view-diff): Use vc-diff-internal instead of
15755 vc-version-diff.
15756 (vc-diff-internal): Autoload this instead of vc-version-diff.
15757
1902a98c
EZ
157582009-10-05 Eli Zaretskii <eliz@gnu.org>
15759
a7a8618b
EZ
15760 * simple.el (eval-expression): Doc fix.
15761
1902a98c
EZ
15762 * progmodes/cwarn.el (cwarn-mode): Doc fix.
15763
0e1f2ee6
MA
157642009-10-05 Michael Albinus <michael.albinus@gmx.de>
15765
15766 * files.el (directory-files-no-dot-files-regexp): New defconst.
15767 (delete-directory): Use it.
15768 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
15769
263c02ef 15770 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
15771 (tramp-methods): Add recursive option to `tramp-copy-args'.
15772 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 15773 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 15774 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
15775 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15776 Add handler for `copy-directory'.
15777 (tramp-handle-copy-directory): New defun.
15778 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
15779 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15780 Optimize sent command.
263c02ef 15781
72aa7df4
SM
157822009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15783
4a34f065
SM
15784 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15785 window if necessary.
15786
72aa7df4
SM
15787 * calendar/calendar.el (calendar-basic-setup): Don't call
15788 switch-to-buffer in a dedicated window.
15789
5feb1ba7
KF
157902009-10-05 Karl Fogel <kfogel@red-bean.com>
15791
15792 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 15793 don't do anything related to relocating, just return nil.
5feb1ba7
KF
15794 (bookmark-error-no-filename): New error.
15795 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
15796 bookmark has no file. Don't even attempt to handle things that
15797 are not files; the whole point of custom handlers is to keep that
15798 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
15799 (bookmark-file-or-variation-thereof): Remove now-unused function.
15800 (bookmark-location): Doc string fix.
15801 (Bug#4250)
15802
1bd49952
KF
158032009-10-04 Karl Fogel <kfogel@red-bean.com>
15804
15805 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15806 don't use a file dialog, because they usually don't know how to read
15807 a directory target from the user. (Bug#4230)
15808 Also, make sure the prompt can display directories as well as files.
15809
825382c0
KF
158102009-10-04 Karl Fogel <kfogel@red-bean.com>
15811
15812 * bookmark.el (bookmark-set, bookmark-buffer-name):
15813 Improve doc strings. (Bug#1193)
15814
13901bcb
KF
158152009-10-04 Karl Fogel <kfogel@red-bean.com>
15816
4a34f065
SM
15817 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15818 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15819 (bookmark-get-annotation, bookmark-set-annotation)
15820 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15821 (bookmark-set-position, bookmark-get-front-context-string)
15822 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15823 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15824 (bookmark-jump-other-window, bookmark-handle-bookmark)
15825 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15826 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15827 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
15828 Improve doc strings to say whether bookmark can be a string or
15829 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
15830 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15831 (bookmark-default-annotation-text, bookmark-yank-word)
15832 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15833 (bookmark-import-new-list, bookmark-maybe-rename)
15834 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15835 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 15836 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 15837 add a FIXME comment about how the function may be pointless.
13901bcb 15838 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
15839 parameter name, to clarify that this takes a bookmark record
15840 not a bookmark name.
13901bcb 15841 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 15842 and improve the doc string a bit.
13901bcb
KF
15843 (Bug#4188)
15844
5c1b3e94
KF
158452009-10-04 Karl Fogel <kfogel@red-bean.com>
15846
15847 * bookmark.el (bookmark-alist): Document the new `handler' element
15848 in the param alist.
15849 (bookmark-make-record-function): Adjust documentation for above.
15850 (Bug#4193)
15851
8559076d
KF
158522009-10-04 Karl Fogel <kfogel@red-bean.com>
15853
15854 * info.el (Info-bookmark-make-record): Document this function.
15855 (Info-bookmark-jump): Document with a doc string, not just a comment.
15856 (Bug#4203)
15857
b4583b8c
MA
158582009-10-04 Michael Albinus <michael.albinus@gmx.de>
15859
15860 * files.el (copy-directory): New defun.
15861
15862 * dired-aux.el (dired-copy-file-recursive): Use it.
15863
131ae8f2
JB
158642009-10-04 Juanma Barranquero <lekktu@gmail.com>
15865
a30e71ae 15866 * files-x.el (modify-dir-local-variable)
dd9af436
CY
15867 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15868 docstrings.
a30e71ae 15869
131ae8f2
JB
15870 * recentf.el (recentf-unload-function): New function.
15871
ccafbf06
GM
158722009-10-04 Glenn Morris <rgm@gnu.org>
15873
15874 * window.el (window-full-height-p): Add doc string.
15875
02c6f098
GM
158762009-10-04 Martin Rudalics <rudalics@gmx.at>
15877
15878 * window.el (window-full-height-p): New function. (Bug#4543)
15879
ed6b0195
DN
158802009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
15881
15882 * vc.el: Remove commented out code.
15883 (vc-derived-from-dir-mode): Remove, unused.
15884 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
15885
1b8d1cc7
MA
158862009-10-03 Michael Albinus <michael.albinus@gmx.de>
15887
4a34f065
SM
15888 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
15889 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
15890 there could be recursive loading when `default-directory' is a
15891 remote file name. (Bug#4614)
15892
ac3c593c
GM
158932009-10-03 Glenn Morris <rgm@gnu.org>
15894
686ea556
GM
15895 * calendar/calendar.el (calendar-basic-setup): Handle the case where
15896 the frame is wide.
15897 (calendar-generate-window): Test for shrinkability rather than width.
15898
ac3c593c
GM
15899 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
15900 reusing existing buffers, in case we happen to visit two files with the
15901 same basename. (Bug#4593)
15902
573709fd
EZ
159032009-10-02 Eli Zaretskii <eliz@gnu.org>
15904
4a34f065 15905 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
15906 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
15907 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
15908 subdirs of cedet as well.
8f885d01 15909 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 15910
8d6c1239
SM
159112009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
15914 Obey advertised-signature-table.
15915
15916 * help-fns.el (help-function-arglist): Don't check
15917 advertised-signature-table.
15918 (describe-function-1): Do it here instead so it also applies to subrs.
15919
c4861de0
MA
159202009-10-02 Michael Albinus <michael.albinus@gmx.de>
15921
15922 * simple.el (start-file-process): Say in the doc-string, that file
15923 handlers might not support pty association, if PROGRAM is nil.
15924
15925 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
15926 HOST and USER are strings. They are nil, when there are
15927 incomplete entries in ~/.netrc, for example.
15928 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
15929 root directory ("device busy" error otherwise).
15930
8d6c1239
SM
15931 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
15932 Flush file properties of created directory.
c4861de0 15933
d2bda74f
EZ
159342009-10-02 Eli Zaretskii <eliz@gnu.org>
15935
15936 * makefile.w32-in (WINS_BASIC): Remove cedet.
15937 (WINS_CEDET): Add cedet.
15938 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
15939
895d1904
GM
159402009-10-02 Kevin Ryde <user42@zip.com.au>
15941
15942 * net/browse-url.el (browse-url): Pass any symbol in
15943 browse-url-browser-function to `apply', since if you've mistakenly put
15944 an unbound symbol then the error is clearer. (Bug#4531)
15945
32226619
JB
159462009-10-02 Juanma Barranquero <lekktu@gmail.com>
15947
15948 * allout.el (allout-init, allout-back-to-current-heading)
15949 (allout-beginning-of-current-entry, allout-ascend-to-depth)
15950 (allout-ascend, allout-up-current-level, allout-end-of-level)
15951 (allout-previous-visible-heading, allout-forward-current-level)
15952 (allout-backward-current-level, allout-show-children):
15953 * apropos.el (apropos-describe-plist):
15954 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
15955 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
15956 * completion.el (add-completion, add-permanent-completion):
15957 * descr-text.el (describe-text-category, describe-char):
15958 * desktop.el (desktop-lazy-abort):
15959 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
15960 * dired.el (dired-build-subdir-alist):
15961 * ediff.el (ediff-version):
15962 * elide-head.el (elide-head, elide-head-show):
15963 * emerge.el (emerge-version):
15964 * env.el (getenv):
15965 * face-remap.el (variable-pitch-mode):
15966 * faces.el (describe-face):
15967 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
15968 (dired-at-point):
15969 * files.el (find-file-existing, auto-save-mode):
15970 * font-lock.el (font-lock-fontify-buffer):
15971 * help-fns.el (describe-function, describe-variable)
15972 (describe-syntax, describe-categories):
15973 * help.el (view-lossage, describe-bindings, describe-key)
15974 (describe-mode):
15975 * hexl.el (hexl-current-address):
15976 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
15977 * info.el (Info-goto-emacs-key-command-node):
15978 * log-edit.el (log-edit-insert-cvs-template)
15979 (log-edit-insert-cvs-rcstemplate):
15980 * menu-bar.el (menu-bar-mode):
15981 * mouse.el (mouse-appearance-menu):
15982 * newcomment.el (comment-indent-new-line):
15983 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15984 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 15985 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
15986 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15987 * recentf.el (recentf-mode):
15988 * savehist.el (savehist-mode, savehist-save):
15989 * shadowfile.el (shadow-copy-files):
15990 * simple.el (kill-ring-save, next-line, previous-line)
15991 (normal-erase-is-backspace-mode):
15992 * strokes.el (strokes-update-window-configuration)
15993 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15994 (strokes-xpm-for-stroke):
15995 * time.el (emacs-uptime, emacs-init-time):
15996 * tutorial.el (tutorial--describe-nonstandard-key)
15997 (tutorial--detailed-help):
15998 * type-break.el (type-break-mode)
15999 (type-break-mode-line-message-mode, type-break-query-mode)
16000 (type-break-guesstimate-keystroke-threshold):
16001 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16002 * version.el (emacs-version):
16003 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16004 * winner.el (winner-mode):
16005 * calendar/timeclock.el (timeclock-in, timeclock-out)
16006 (timeclock-status-string, timeclock-change)
16007 (timeclock-workday-remaining-string)
16008 (timeclock-workday-elapsed-string)
16009 (timeclock-when-to-leave-string):
16010 * calendar/todo-mode.el (todo-add-category):
16011 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16012 * emacs-lisp/autoload.el (update-file-autoloads):
16013 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16014 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16015 (checkdoc-message-text, checkdoc-defun):
16016 * emacs-lisp/debug.el (debugger-list-functions):
16017 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16018 * emacs-lisp/eieio-opt.el (eieio-describe-class)
16019 (eieio-describe-generic):
16020 * emacs-lisp/lisp-mnt.el (lm-synopsis):
16021 * emacs-lisp/shadow.el (list-load-path-shadows):
16022 * emulation/cua-base.el (cua-mode):
16023 * emulation/edt.el (edt-set-scroll-margins):
16024 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16025 (tpu-toggle-regexp, tpu-toggle-search-direction)
16026 (tpu-toggle-rectangle, tpu-toggle-control-keys):
16027 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16028 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16029 (viper-set-parsing-style-toggling-macro)
16030 (viper-set-emacs-state-searchstyle-macros):
16031 * emulation/viper.el (viper-set-hooks):
16032 * eshell/esh-mode.el (eshell-truncate-buffer):
16033 * international/mule-cmds.el (prefer-coding-system)
16034 (describe-input-method, describe-language-environment):
16035 * international/mule-diag.el (list-character-sets)
16036 (describe-character-set, describe-coding-system)
16037 (describe-fontset, list-fontsets, list-input-methods):
16038 * mail/sendmail.el (mail-signature):
16039 * net/ange-ftp.el (ange-ftp-copy-file):
16040 * net/browse-url.el (browse-url):
16041 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16042 * net/quickurl.el (quickurl-add-url):
16043 * net/rcirc.el (names, topic):
16044 * net/xesam.el (xesam-mode):
16045 * play/5x5.el (5x5-new-game):
16046 * play/yow.el (apropos-zippy):
16047 * progmodes/ada-mode.el (ada-mode-version):
16048 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16049 (f90-end-of-block)
16050 (f90-beginning-of-block):
16051 * progmodes/fortran.el (fortran-end-of-block)
16052 (fortran-beginning-of-block):
16053 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16054 * progmodes/python.el (python-describe-symbol, python-shell):
16055 * term/ns-win.el (ns-print-buffer):
16056 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16057 * textmodes/flyspell.el (flyspell-mode-on):
16058 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16059 (pages-directory-for-addresses):
16060 * textmodes/table.el (table-recognize-cell)
16061 (table-query-dimension, table-generate-source)
16062 (table-insert-sequence, table--warn-incompatibility):
16063 * textmodes/tex-mode.el (tex-validate-buffer):
16064 * textmodes/texinfmt.el (texinfmt-version)
16065 (texinfo-format-buffer):
16066 Use `called-interactively-p' instead of `interactive-p'.
16067
12a3c28c
JB
160682009-10-02 Juanma Barranquero <lekktu@gmail.com>
16069
16070 * image-mode.el (image-toggle-display):
16071 * emacs-lisp/elp.el (elp-instrument-function):
16072 * emacs-lisp/advice.el (ad-make-advised-definition):
16073 * emacs-lisp/easy-mmode.el (define-minor-mode):
16074 * net/browse-url.el (browse-url-maybe-new-window):
16075 * progmodes/sh-script.el (sh-learn-buffer-indent):
16076 Pass new argument 'any to `called-interactively-p'.
16077
171fda8a
JB
160782009-10-01 Juanma Barranquero <lekktu@gmail.com>
16079
171fda8a
JB
16080 * international/uni-bidi.el:
16081 * international/uni-category.el:
16082 * international/uni-combining.el:
16083 * international/uni-comment.el:
16084 * international/uni-decimal.el:
9c3c9fdf 16085 * international/uni-decomposition.el:
171fda8a
JB
16086 * international/uni-digit.el:
16087 * international/uni-lowercase.el:
16088 * international/uni-mirrored.el:
16089 * international/uni-name.el:
16090 * international/uni-numeric.el:
16091 * international/uni-old-name.el:
16092 * international/uni-titlecase.el:
16093 * international/uni-uppercase.el:
16094 Regenerate from Unicode 5.2.0 data.
16095
dcb9734a
GM
160962009-10-01 Glenn Morris <rgm@gnu.org>
16097
16098 * Makefile.in (ELCFILES): Regenerate.
16099
ced10a4c
SM
161002009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16101
9d28c33e
SM
16102 * subr.el (interactive-p): Mark obsolete.
16103 (called-interactively-p): Make the optional-ness of `kind' obsolete.
16104 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16105 advertised-signature-table for subroutines as well.
16106
ced10a4c
SM
16107 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16108 (set-advertised-calling-convention): New function.
16109 (make-obsolete, define-obsolete-function-alias)
16110 (make-obsolete-variable, define-obsolete-variable-alias):
16111 Make the optional-ness of `when' obsolete.
16112 (define-obsolete-face-alias): Make `when' non-optional.
16113 * help-fns.el (help-function-arglist):
16114 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16115 Use advertised-signature-table.
16116
cc3dda16
MA
161172009-10-01 Michael Albinus <michael.albinus@gmx.de>
16118
16119 * files.el (delete-directory): New defun. The original function
16120 in fileio.c has been renamed to `delete-directory-internal'.
16121
16122 * dired.el (dired-delete-file): Call `delete-directory' with
16123 RECURSIVE parameter.
16124
5ce6e4f4 16125 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
16126 parameter RECURSIVE. Implementation is missing.
16127
16128 * net/tramp.el (tramp-handle-make-directory): Flush upper
16129 directory's file properties.
ced10a4c 16130 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
16131 (tramp-handle-dired-recursive-delete-directory): Flush directory
16132 properties after the remove command only.
16133
ced10a4c
SM
16134 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16135 Handle optional parameter RECURSIVE.
cc3dda16 16136
ced10a4c
SM
16137 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16138 Handle optional parameter RECURSIVE.
cc3dda16
MA
16139
16140 * net/tramp-smb.el (tramp-smb-errors): Add error message for
16141 connection timeout.
16142 (tramp-smb-handle-delete-directory): Handle optional parameter
16143 RECURSIVE.
16144
cf885595
SM
161452009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16146
e3a6b82f
SM
16147 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16148 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16149 (byte-compile-defmacro): Use backquotes.
16150
7201bfbb
SM
16151 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16152
cf885595
SM
16153 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16154 has no associated file.
16155 (vc-resynch-buffer): Use vc-dir-buffers.
16156
a4d2c321
GM
161572009-10-01 Glenn Morris <rgm@gnu.org>
16158
9ffe3f52
GM
16159 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16160 (chart-file-count):
16161 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16162 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16163 * emacs-lisp/eieio-opt.el (eieio-describe-class):
16164 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16165 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16166 (eieio-copy-parents-into-subclass, make-instance, class-children)
16167 (eieio-generic-form):
bd2afec2 16168
9515cdcc
GM
16169 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16170 match-data. (Bug#4555).
16171
a4d2c321
GM
16172 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16173 rather than parsing it as a regexp. This relaxes the layout
16174 requirements and makes errors easier to detect.
16175 (check-declare-verify): Check file is regular.
16176 (check-declare-directory): Doc fix.
16177 * subr.el (declare-function): Doc fix.
16178
b15c31c7
GM
16179 * ibuffer.el (ibuffer-format-qualifier):
16180 * isearch.el (hi-lock-regexp-okay):
16181 * calc/calc.el (math-zerop):
16182 * mail/uce.el (rmail-msgbeg, rmail-msgend):
16183 * term/w32-win.el (setup-default-fontset, set-fontset-font):
16184 Remove unused declarations.
16185
b0b111c3
JB
161862009-09-30 Eric Ludlam <zappo@gnu.org>
16187
16188 * emacs-lisp/eieio.el (boolean-p): Delete.
16189
1fc28a2c
GM
161902009-09-30 Glenn Morris <rgm@gnu.org>
16191
1fc28a2c
GM
16192 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16193
494f4fc7
GM
16194 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16195 filename is not a string.
16196
561580e9
CY
161972009-09-29 Chong Yidong <cyd@stupidchicken.com>
16198
16199 * files.el (safe-local-eval-forms): Fix typo.
16200
dcbbecd4
SM
162012009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16202
16203 * vc-hooks.el (vc-dir-buffers): New var.
16204 (vc-state-refresh): New function.
16205 (vc-state): Use it.
16206 (vc-after-save): Always ask the backend to recompute the new state.
16207 Always call vc-dir if necessary, using vc-dir-buffers.
16208 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16209 Use vc-dir-buffers.
16210 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16211 (vc-dir-prepare-status-buffer, vc-dir-update)
16212 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16213 Don't call expand-file-name on default-directory.
16214
d88444f2
JB
162152009-09-29 Juanma Barranquero <lekktu@gmail.com>
16216
16217 * speedbar.el (speedbar-item-delete):
16218 * calc/calc-prog.el (calc-kbd-if):
16219 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16220
16221 * epa.el (epa-key-list-mode-map):
16222 * hi-lock.el (hi-lock-menu): Fix typos in menus.
16223
16224 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16225 (hs-show-hook): Fix typo in docstring.
16226
5da62d41
GM
162272009-09-29 Glenn Morris <rgm@gnu.org>
16228
8360fce0
GM
16229 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16230 file-name-nondirectory call preventing location of cedet files.
16231 (check-declare-verify): Use literal search rather than re-search.
ae715515 16232 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
16233
16234 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16235 Use tramp-compat-file-attributes rather than nonexistent
16236 tramp-compat-handle-file-attributes.
16237
5da62d41
GM
16238 * Makefile.in (lisptagsfiles4): New.
16239 (AUTOGENEL): Add cedet loaddefs files.
16240 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16241 (update-elclist, compile-always, backup-compiled-files)
16242 (bootstrap-clean): Add yet another directory level.
16243 (update-elclist): Use LC_COLLATE rather than COLLATE.
16244 (ELCFILES): Update, via `make update-elclist'.
16245
48267264
JB
162462009-09-29 Juanma Barranquero <lekktu@gmail.com>
16247
16248 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16249 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16250 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16251
2c4cd0b0
AS
162522009-09-28 Andreas Schwab <schwab@linux-m68k.org>
16253
16254 * Makefile.in (lisptagsfiles3): Define.
5da62d41 16255 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
16256 (update-elclist): Add third directory level to look for elc files.
16257 (compile-always): Likewise.
16258 (backup-compiled-files): Likewise.
16259 (bootstrap-clean): Likewise.
16260 (ELCFILES): Update.
16261
a2533e47
CY
162622009-09-28 Chong Yidong <cyd@stupidchicken.com>
16263
16264 * Makefile.in (ELCFILES): Add CEDET files.
16265
eefbedb1
MA
162662009-09-28 Michael Albinus <michael.albinus@gmx.de>
16267
16268 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16269
16270 * net/tramp.el (top): Require tramp-imap.
16271
16272 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16273 Use `tramp-compat-handle-file-attributes'.
16274
162752009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16276
16277 * net/tramp-imap.el: New package.
16278
b0b111c3
JB
162792009-09-28 Eric Ludlam <zappo@gnu.org>
16280
16281 * emacs-lisp/chart.el:
16282 * emacs-lisp/eieio-base.el:
16283 * emacs-lisp/eieio-comp.el:
16284 * emacs-lisp/eieio-custom.el:
16285 * emacs-lisp/eieio-datadebug.el:
16286 * emacs-lisp/eieio-opt.el:
16287 * emacs-lisp/eieio-speedbar.el:
16288 * emacs-lisp/eieio.el: New files.
16289
748e3d67
VJL
162902009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16291
16292 * whitespace.el (whitespace-trailing-regexp)
16293 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16294 Fix doc string.
16295
15120dec
CY
162962009-09-27 Chong Yidong <cyd@stupidchicken.com>
16297
16298 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16299 menu.
16300
16301 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16302 menu-bar-ediff-menu.
16303
16304 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16305 define-overloadable-function.
16306
16307 * progmodes/autoconf.el: Provide autoconf as well, so that this
16308 file can be `require'd.
16309
16310 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16311
16312 * emacs-lisp/autoload.el (generated-autoload-feature)
16313 (generated-autoload-load-name): New vars.
16314 (autoload-rubric, autoload-generate-file-autoloads): Use them.
16315 (make-autoload): Recognize define-overloadable-function and
16316 defclass forms (for EIEIO).
16317
16318 * Makefile.in (update-subdirs): Exclude cedet directory.
16319
135abf91
AR
163202009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16321
1becddbb 16322 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
16323
16324 * faces.el: Default light-background background for region face to
16325 ns_selection_color under NS.
16326
3d994264
TZ
163272009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
16328
16329 * net/imap-hash.el: New library, see NEWS.
16330
16331 * Makefile.in (ELCFILES): Add imap-hash.el.
16332
ce9a0ccb
SM
163332009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16336 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16337 * help-macro.el (make-help-screen): Avoid using an ambiguous function
16338 definition where the docstring could be taken for the return value.
16339
a92cdd49
GM
163402009-09-26 Glenn Morris <rgm@gnu.org>
16341
16342 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16343 Add option to only show images below a certain size.
16344 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16345 save-excursion calls.
16346
416ac2f1
EZ
163472009-09-26 Eli Zaretskii <eliz@gnu.org>
16348
16349 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16350 subdirectories) and eieio.
16351
d9a13f68
AM
163522009-09-26 Alan Mackenzie <acm@muc.de>
16353
6a7662bb
BR
16354 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16355 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
16356
16357 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 16358 character constants (as case labels). (Bug#4289)
d9a13f68 16359
182b3bec
CY
163602009-09-25 Juri Linkov <juri@jurta.org>
16361
16362 * files.el (safe-local-eval-forms): Allow time-stamp in
16363 before-save-hook (Bug#4554).
16364
8f75f2da
JB
163652009-09-25 Drew Adams <drew.adams@oracle.com>
16366
16367 * menu-bar.el (list-buffers-directory): Doc fix.
16368
8390fb80
SM
163692009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
16370
16371 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16372 Try and avoid copying twice the same paragraph.
16373 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16374 Remove save-excursion.
16375 (log-edit-changelog-entry): Do it here instead.
16376
11ee8d90
JB
163772009-09-25 Juanma Barranquero <lekktu@gmail.com>
16378
027b1942
JB
16379 * bs.el (bs--get-file-name): Use `list-buffers-directory'
16380 when available, instead of hardcoding mode names. Doc fix.
16381
11ee8d90
JB
16382 * menu-bar.el (list-buffers-directory): Add docstring.
16383 Make automatically buffer-local.
16384
16385 * dired.el (dired-mode):
16386 * files.el (cd-absolute):
16387 * pcvs.el (cvs-temp-buffer):
16388 * pcvs-util.el (cvs-get-buffer-create):
16389 * shell.el (shell-mode):
16390 * vc-dir.el (vc-dir-mode):
16391 Don't make `list-buffers-directory' buffer local.
16392
21289c5d
CY
163932009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
16394
8390fb80
SM
16395 * comint.el (comint-exec, comint-run, make-comint):
16396 Doc fixes (Bug#4542).
21289c5d 16397
e8652dd9
GM
163982009-09-25 Glenn Morris <rgm@gnu.org>
16399
16400 * mail/rmailmm.el (rmail-mime): New custom group.
16401 Move all defcustoms in this file into this group.
16402 (rmail-mime-media-type-handlers-alist): Revert previous change.
16403 (rmail-mime-show-images): New option.
16404 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16405 references to it, since it wasn't actually used for anything.
16406 (rmail-mime-insert-image): New function.
16407 (rmail-mime-image): Use rmail-mime-insert-image.
16408 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
16409 obey the value of `rmail-mime-show-images' option. Print the size of
16410 attachments.
e8652dd9 16411
fb652bb5
JB
164122009-09-25 David Engster <deng@randomsample.de>
16413
16414 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
16415
32a9841c
VJL
164162009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16417
16418 * whitespace.el: Does not highlight trailing spaces While point is
16419 at end of line. Does not highligt spaces at beginning of buffer
16420 while point is at beginning of buffer. Does not highlight spaces
16421 at end of buffer while point is at end of buffer. (Bug#4177)
16422 New version 12.0.
16423 (whitespace-display-mappings): Adjust initialization.
16424 (whitespace-point, whitespace-font-lock-refontify): New vars.
16425 (whitespace-color-on, whitespace-color-off): Adjust code.
16426 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16427 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16428 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16429
e477ca84
CY
164302009-09-24 Chong Yidong <cyd@stupidchicken.com>
16431
16432 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16433
16434 * textmodes/sgml-mode.el: Remove xml-mode alias.
16435
16436 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 16437 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 16438
68712602
AM
164392009-09-24 Alan Mackenzie <acm@muc.de>
16440
16441 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16442 c-forward-conditionals, but it doesn't move point and doesn't set
16443 the mark.
16444 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16445 (c-down-conditional-with-else, c-backward-conditional)
16446 (c-forward-conditional): Refactor to use c-scan-conditionals.
16447
1659ada0
JB
164482009-09-24 Juanma Barranquero <lekktu@gmail.com>
16449
16450 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16451 (help-default-arg-highlight): Remove.
16452 (help-highlight-arg): New function.
16453 (help-do-arg-highlight): Use it.
16454 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
16455
b3f01e46
SM
164562009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16457
16458 * term.el (term-set-scroll-region, term-handle-ansi-escape):
16459 Undo last change, which didn't fix the problem and introduced others.
16460
107ef54a
NR
164612009-09-24 Nick Roberts <nickrob@snap.net.nz>
16462
16463 * progmodes/gdb-mi.el: Don't require speedbar.
16464 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16465
ffa1fed6
GM
164662009-09-24 Glenn Morris <rgm@gnu.org>
16467
2157a2be
GM
16468 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16469
6125167c
GM
16470 * term/ns-win.el (ns-reg-to-script): Define for compiler.
16471
ffa1fed6
GM
16472 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16473 there is no newline after the final mime boundary. (Bug#4539)
16474 Move markers on insertion so that any buttons inserted don't end up in
16475 the next part of a multipart message.
2e9075d3
GM
16476 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
16477 (rmail-mime-bulk-handler): Optionally handle images.
16478 (rmail-mime-image): New button action.
16479 (rmail-mime-image-handler): New function.
16480 (rmail-mime-mode): New mode.
16481 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 16482
4a814992
SM
164832009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16484
075518b5
SM
16485 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16486 than just dropping elements from it (bug#4504).
16487
8ad2defc
SM
16488 * term.el (term-set-scroll-region): Don't move cursor any more.
16489 (term-handle-ansi-escape): Call term-goto here instead.
16490 Suggested by Ivan Kanis <apple@kanis.eu>.
16491
4a814992
SM
16492 * term.el: Require CL.
16493 (term-ansi-reset): New function.
16494 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16495 (term-handle-colors-array): Simplify.
16496
5a0c3f56
JB
164972009-09-24 Juanma Barranquero <lekktu@gmail.com>
16498
16499 * allout.el (allout-overlay-interior-modification-handler)
16500 (allout-obtain-passphrase):
16501 * epa-file.el (epa-file-write-region):
16502 * ps-print.el (ps-begin-job):
16503 * vc-hooks.el (vc-toggle-read-only):
16504 * vc-rcs.el (vc-rcs-rollback):
16505 * vc-sccs.el (vc-sccs-rollback):
16506 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16507 (vc-version-diff, vc-revert, vc-rollback):
16508 * wdired.el (wdired-check-kill-buffer):
16509 * emacs-lisp/authors.el (authors):
16510 * net/socks.el (socks-open-connection):
16511 * net/zeroconf.el (zeroconf-service-add-hook):
16512 * obsolete/vc-mcvs.el (vc-mcvs-register):
16513 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16514 (gdb-select-frame):
16515 * progmodes/grep.el (lgrep, rgrep):
16516 * progmodes/idlw-help.el (idlwave-help-check-locations)
16517 (idlwave-help-html-link, idlwave-help-assistant-open-link):
16518 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16519 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16520 (reftex-toc-rename-label): Fix typos in error messages.
16521
16522 * dired-aux.el (dired-do-shell-command): Reflow docstring.
16523 (dired-copy-how-to-fn): Doc fix.
16524 (dired-files-attributes, dired-read-shell-command):
16525 Fix typos in docstrings.
16526
16527 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16528 (dired-x-find-file-other-window): Reflow docstrings.
16529 (dired-omit-marker-char, dired-read-shell-command)
16530 (dired-x-submit-report): Fix typos in docstrings.
16531
16532 * shell.el (shell-mode-hook):
16533 * view.el (View-scroll-line-forward):
16534 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16535 Fix typos in docstrings.
16536
16537 * net/dig.el (dig-invoke): Fix typo in docstring.
16538 (query-dig): Reflow docstring.
16539
16540 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16541 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16542 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16543 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16544 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16545 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16546 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16547 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16548 (idlwave-completion-map, idlwave-current-indent)
16549 (idlwave-custom-ampersand-surround, idlwave-customize)
16550 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16551 (idlwave-define-abbrev, idlwave-determine-class-special)
16552 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16553 (idlwave-end-block-reg, idlwave-end-of-statement)
16554 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16555 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16556 (idlwave-explicit-class-listed, idlwave-file-header)
16557 (idlwave-fill-paragraph, idlwave-find-class-definition)
16558 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16559 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16560 (idlwave-in-quote, idlwave-indent-action-table)
16561 (idlwave-indent-expand-table, idlwave-indent-line)
16562 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16563 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16564 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16565 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16566 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16567 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16568 (idlwave-outlawed-buffers, idlwave-popup-select)
16569 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16570 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16571 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16572 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16573 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16574 (idlwave-statement-type, idlwave-struct-skip)
16575 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16576 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16577 (idlwave-what-module-find-class): Fix typos in docstrings.
16578 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16579 (idlwave-calculate-cont-indent, idlwave-expand-equal)
16580 (idlwave-find-module, idlwave-find-structure-definition)
16581 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16582 (idlwave-list-load-path-shadows, idlwave-next-statement)
16583 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16584 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16585 (idlwave-template): Reflow docstrings.
16586
16587 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16588 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16589 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16590 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16591 (idlwave-shell-display-line, idlwave-shell-display-wframe)
16592 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16593 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16594 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16595 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16596 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16597 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16598 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16599 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16600 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16601 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16602 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16603 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16604 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16605 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16606 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16607 Fix typos in docstrings.
16608 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16609 (idlwave-shell-hide-output, idlwave-shell-mode)
16610 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16611 Reflow docstrings.
16612
16613 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16614
62136c5d
SM
166152009-09-24 Ivan Kanis <apple@kanis.eu>
16616
16617 * term.el (term-bold-attribute): New var.
16618 (term-handle-colors-array): Use it.
16619
9c1a45ed
NR
166202009-09-23 Nick Roberts <nickrob@snap.net.nz>
16621
16622 * progmodes/gdb-mi.el (gdb-version): New variable.
16623 (gdb-non-stop-handler): Set gdb-version.
16624 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16625 Condition "--thread" option on gdb-version.
16626 (gdb-invalidate-threads): Remove unused argument.
16627
03304f31
SM
166282009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16629
16630 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16631 to looking-back to avoid ridiculous slow down in large files (bug#4511).
16632
4f02f0c9
GM
166332009-09-23 Glenn Morris <rgm@gnu.org>
16634
16635 * mail/rmail.el (rmail-reply): Don't try to add a References header when
16636 replying to mail without References or Message-Id. (Bug#4525)
16637
a3b4b363
AR
166382009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
16639
16640 * term/ns-win.el (ns-reg-to-script): New variable.
16641
7bda18cc
DU
166422009-09-23 Daiki Ueno <ueno@unixuser.org>
16643
16644 * epg.el (epg-wait-for-status): Preserve existing 'error results.
16645
72169e55
SS
166462009-09-22 Sam Steingold <sds@gnu.org>
16647
16648 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
16649 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16650 to 1 because hg returns status 1 when nothing is found.
0aa4f295 16651 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 16652
905b7d38
SM
166532009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16654
b0459dec
SM
16655 * textmodes/fill.el: Convert to utf-8 encoding.
16656 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 16657 pre-Unicode days.
b0459dec 16658
905b7d38
SM
16659 * add-log.el (change-log-fill-forward-paragraph): New function.
16660 (change-log-mode): Use it so fill-region DTRT.
16661 Set fill-indent-according-to-mode here rather than in
16662 change-log-fill-paragraph.
16663 (change-log-fill-paragraph): Remove.
16664
baa7f3de
JB
166652009-09-22 Juanma Barranquero <lekktu@gmail.com>
16666
16667 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16668 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
16669
a8d789f0
GM
166702009-09-22 Glenn Morris <rgm@gnu.org>
16671
daedbbc2
GM
16672 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16673 the scroll-bar scroll the calendar window rather than the buffer.
16674
d8899a74
GM
16675 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16676 commands that move point (as opposed to scrolling).
16677
a8d789f0
GM
16678 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16679
16680 * emacs-lisp/elint.el (elint): New custom group.
16681 (elint-log-buffer): Make it a defcustom.
16682 (elint-scan-preloaded, elint-ignored-warnings)
16683 (elint-directory-skip-re): New options.
16684 (elint-builtin-variables): Doc fix.
16685 (elint-preloaded-env): New variable.
16686 (elint-unknown-builtin-args): Add an entry for encode-time.
16687 (elint-extra-errors): Make it a variable rather than a constant.
16688 (elint-preloaded-skip-re): New constant.
16689 (elint-directory): Skip files matching elint-directory-skip-re.
16690 (elint-features): New variable, local to linted buffers.
16691 (elint-update-env): Initialize elint-features. Possibly add
16692 elint-preloaded-env to the buffer's environment.
16693 (elint-get-top-forms): Bind elint-current-pos, for log messages.
16694 Skip quoted forms.
16695 (elint-init-form): New function, extracted from elint-init-env.
16696 Make non-list forms a warning rather than an error.
16697 Add the mode-map for define-derived-mode. Handle define-minor-mode,
16698 easy-menu-define, put that adds an error-condition, and provide.
16699 When requiring cl, also require cl-macs. Really require cl, to handle
16700 some cl macros. Store required libraries in the list elint-features,
16701 so as not to re-load them. Treat cc-require like require.
16702 (elint-init-env): Call elint-init-form to do the work.
16703 Handle eval-and-compile and such like.
16704 (elint-add-required-env): Do not clear messages.
16705 (elint-special-forms): Add handlers for function, defalias, if, when,
16706 unless, and, or.
16707 (elint-form): Add optional argument to ignore elint-special-forms,
16708 useful to prevent recursive calls from handlers. Doc fix.
16709 Respect elint-ignored-warnings.
16710 (elint-form): Respect elint-ignored-warnings.
16711 (elint-bound-variable, elint-bound-function): New variables.
16712 (elint-unbound-variable): Respect elint-bound-variable.
16713 (elint-get-args): Respect elint-bound-function.
16714 (elint-check-cond-form): Add some simple handling for (f)boundp and
16715 featurep tests.
16716 (elint-check-defalias-form): New handler.
16717 (elint-check-let-form): Make an empty let a warning rather than an
16718 error.
16719 (elint-check-setq-form): Make an empty setq a warning rather than an
16720 error. Respect elint-ignored-warnings.
16721 (elint-check-defvar-form): Accept null doc-strings.
16722 (elint-check-conditional-form): New handler. Does some simple-minded
16723 checking of featurep and (f)boundp tests.
16724 (elint-put-function-args): New function.
16725 (elint-initialize): Use elint-scan-doc-file rather than
16726 elint-find-builtin-variables. Use elint-put-function-args.
16727 Possibly scan preloaded-file-list.
16728 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16729 extend to handle functions as well.
16730
245be23c
JB
167312009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
16732
16733 * linum.el (linum-delete-overlays, linum-update-window):
16734 Do not modify the right margin. (Bug#3971)
16735
91fdbd6f
CY
167362009-09-21 Chong Yidong <cyd@stupidchicken.com>
16737
6a7662bb
BR
16738 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16739 Use nxml-mode instead of xml-mode.
91fdbd6f 16740
7589d38e
JB
167412009-09-21 Kevin Ryde <user42@zip.com.au>
16742
16743 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
16744
5ac42715
SM
167452009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16746
16747 * net/dig.el (dig-mode): Use define-derived-mode.
16748
09c01323
DN
167492009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
16750
4096c5f2
DN
16751 * vc-dispatcher.el (vc-do-command): Return the process object in
16752 the asynchronous case. Use when instead of if. Do not run
5480359e 16753 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 16754
0e172cc2
DN
16755 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16756 properties to the stash strings.
16757 (vc-git-stash-list): Return a list of strings.
16758 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16759 (vc-git-stash-show-at-point): New functions.
16760 (vc-git-stash-map): New keymap.
16761
03304f31
SM
16762 * register.el (ctl-x-r-map): Define the keys here instead of
16763 using autoload.
09c01323 16764
03304f31 167652009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
16766
16767 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16768 list, to workaround performance problem (bug#4485).
16769
2f5fc4d7
NR
167702009-09-20 Nick Roberts <nickrob@snap.net.nz>
16771
16772 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16773
b0f5fd2e
DU
167742009-09-20 Daiki Ueno <ueno@unixuser.org>
16775
16776 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16777 Document that this option is not recommended to use.
16778
f3445fab
GM
167792009-09-19 Glenn Morris <rgm@gnu.org>
16780
547c6921
GM
16781 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16782 variable `var'.
16783
f3445fab
GM
16784 * calc/calc-alg.el (var):
16785 * calc/calcalg2.el (var): Define for compiler.
16786
946c009b
CY
167872009-09-19 Chong Yidong <cyd@stupidchicken.com>
16788
e3f36d03
SM
16789 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16790 Doc fix (Bug#3932).
e2045997 16791
24aedbca
CY
16792 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16793
327dd27a
CY
16794 * time-stamp.el (time-stamp-month-dd-yyyy)
16795 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16796 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16797 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
16798 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16799 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 16800
946c009b
CY
16801 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16802 indent buffer only if called interactively (Bug#4452).
16803
3e70541a 168042009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 16805 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
16806
16807 This fixes bug#4197 (merged to bug#865, though not identical).
16808 * server.el (server-auth-dir): Add docstring note about FAT32.
16809 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16810 but warn against using them.
16811
9b94c32e
NR
168122009-09-19 Nick Roberts <nickrob@snap.net.nz>
16813
16814 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16815 older GDB where there is no has_more field.
16816
66590684
GM
168172009-09-19 Glenn Morris <rgm@gnu.org>
16818
16819 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16820
9a1337f9
CY
168212009-09-18 Chong Yidong <cyd@stupidchicken.com>
16822
16823 * files.el (auto-mode-alist): Change default for XML files to nXML
16824 mode (Bug#4169).
16825
d7554167
JB
168262009-09-18 Juanma Barranquero <lekktu@gmail.com>
16827
16828 * server.el (server-ensure-safe-dir): Pass 'integer
16829 to `file-attributes', as suggested.
16830
35a3f9a4
SM
168312009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
16832
16833 * dired-aux.el (dired-query-alist): Remove spurious backslash.
16834 (dired-query): Use read-key.
16835
044f9b05
AR
168362009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
16837
16838 * cus-start.el (ns-use-qd-smoothing): Remove.
16839
6188ea49
GM
168402009-09-18 Glenn Morris <rgm@gnu.org>
16841
08cf18e4
GM
16842 * allout.el (top-level): Remove unnecessary progn.
16843
07eae5c5
GM
16844 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16845
6726c25e
GM
16846 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16847 definition of abbrev table.
16848
3f527154 16849 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
16850 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16851 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
16852 * net/newst-backend.el (newsticker--cache-read-feed):
16853 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
16854 condition-case handlers.
16855
ccb4c30c
NR
168562009-09-18 Nick Roberts <nickrob@snap.net.nz>
16857
16858 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16859 (gdb-var-list): Add an element for has_more field.
16860 (gdb-non-stop-handler): Enable pretty printing for STL containers.
16861 (gdb-var-create-handler, gdb-var-list-children-handler-1)
16862 (gdb-var-update-handler-1): Parse output of dynamic variable
16863 objects (STL containers).
16864 (gdb-var-delete-1): Pass var1 as an explicit second argument.
16865 (gdb-get-field): Delete alias. Use bindat-get-field directly.
16866
16867 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16868 gdb-var-list.
16869 (gud-speedbar-buttons): Make node expandable if expression "has more"
16870 children.
16871
8686ac71
JB
168722009-09-17 Juanma Barranquero <lekktu@gmail.com>
16873
16874 * startup.el (emacs-quick-startup): Remove variable and all uses.
16875 (command-line): Set `inhibit-x-resources' instead.
16876 (command-line-1): Use `inhibit-x-resources' instead.
16877
a69c67e8
CY
168782009-09-17 Chong Yidong <cyd@stupidchicken.com>
16879
16880 * subr.el: Fix last change to avoid using the `unless' macro,
16881 which breaks bootstrapping.
16882
354f0faf
SM
168832009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
16884
16885 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
16886 extended definitions, in case we reload subr.el after having
16887 loaded CL.
16888 (eval-next-after-load): Mark as obsolete.
16889
98b9bf40
JL
168902009-09-17 Juri Linkov <juri@jurta.org>
16891
16892 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
16893 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
16894 (menu-bar-showhide-menu, menu-bar-tools-menu)
16895 (menu-bar-describe-menu, menu-bar-help-menu)
16896 (minibuffer-local-completion-map, minibuffer-local-map):
16897 Fix list quoting.
16898
28fab7b5
GM
168992009-09-17 Glenn Morris <rgm@gnu.org>
16900
88d5190c
GM
16901 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
16902 arguments, whether or not it has a handler.
16903
74f24ba7
GM
16904 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
16905
28fab7b5
GM
16906 * simple.el (hard-newline): Give it a doc-string.
16907
a8106aec
GM
16908 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16909 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 16910
76251ad7
DN
169112009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
16912
72033dbe
DN
16913 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
16914 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
16915 (menu-bar-options-menu, menu-bar-showhide-menu)
16916 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
16917 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
16918 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
16919 (menu-bar-options-menu, menu-bar-tools-menu)
16920 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
16921 (menu-bar-help-menu):
16922 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
16923 string arguments.
16924
76251ad7
DN
16925 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
16926 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
16927 calls for the menu names and :help.
16928
97b952b7
SM
169292009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
16930
16931 * mouse.el (minor-mode-menu-from-indicator): Pay attention
16932 to :minor-mode-function (bug#4455).
16933
8f38189e
SM
169342009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16935
d2fd733e
SM
16936 * startup.el (command-line): Initialize the window-system after
16937 processing the command-line.
16938
8f38189e
SM
16939 * textmodes/page.el (what-page): Make sure we don't inf-loop if
16940 page-delimiter matches the empty string.
16941
77564fa4
GM
169422009-09-16 Glenn Morris <rgm@gnu.org>
16943
16944 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
16945 byte-compile-not-obsolete-var. It's a list now.
16946 (byte-compile-not-obsolete-funcs): New variable.
16947 (byte-compile-warn-obsolete): Don't warn about functions if they are in
16948 byte-compile-not-obsolete-funcs.
16949 (byte-compile-variable-ref, byte-compile-defvar): Update for
16950 byte-compile-not-obsolete-vars name-change and list nature.
16951 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
16952 and variables behind (f)boundp tests.
16953 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
16954
79d316d3
DN
169552009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16956
16957 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
16958
8fed6934
SM
169592009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
16962 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
16963 Don't autoload.
16964
4078fd57
SE
169652009-09-15 Stephen Eglen <stephen@gnu.org>
16966
16967 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 16968 the virtual-buffers, use the name of the buffer specified by
4078fd57 16969 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 16970 problem if the target and the symlink had different names.)
4078fd57 16971
838ff458
SM
169722009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16973
b3c7c12d
SM
16974 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
16975
13dc2bc2
SM
16976 * desktop.el (desktop-path): Check user-emacs-directory.
16977
49fec531
SM
16978 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16979
0e328d37
SM
16980 * loadup.el: Use after-load-functions to GC after loading each file.
16981 Remove the explicit GC calls that used to be sprinkled around.
16982
838ff458
SM
16983 * subr.el (after-load-functions): New hook.
16984 (do-after-load-evaluation): Run it. Use string-match-p to detect
16985 `obsolete' packages, rather than painfully extracting the relevant
16986 directory name.
16987
a62f564f
GM
169882009-09-15 Glenn Morris <rgm@gnu.org>
16989
16990 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16991 free variable `doc'.
16992
16993 * dired.el (dired-mode-map): Add menu entry for async shell command.
16994
16995 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16996 variables, also consider the .elc files, since the .el files are
16997 normally gzipped (subsequent code locates the .el.gz from the .elc).
16998
16999 * calc/calc-prog.el (arglist): Define for compiler.
17000
17001 * calendar/diary-lib.el (diary-display-function): Change the default to
17002 fancy display.
17003 (body): Define for compiler.
17004
17005 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17006 (byte-compile-file-form, byte-compile-lambda)
17007 (byte-compile-top-level-body, byte-compile-form)
17008 (byte-compile-variable-ref, byte-compile-setq)
17009 (byte-compile-setq-default, byte-compile-body)
17010 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17011 (batch-byte-compile): Give some more local variables with common names
17012 a "bytecomp-" prefix to avoid masking warnings about free variables.
17013
cd05fe7f
GM
17014 * startup.el (command-line-1): Give local variables with common names a
17015 distinguishing prefix, so as not to hide free variable warnings during
17016 bootstrap.
17017
a62f564f
GM
17018 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17019 clever and add a suffix to make a unique name, just let the user decide
17020 whether or not to overwrite it. If the input is a directory, write the
17021 default filename to that directory. (Bug#4388)
17022 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17023 is a filename-as-a-directory.
17024
fbc88440
SM
170252009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17026
17027 * textmodes/page.el (what-page): Don't move to beginning of line.
17028 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17029
60308853
DN
170302009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17031
17032 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17033
32ba3abc
DN
170342009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17035
9cd39aff
DN
17036 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17037 * help.el (help-for-help-internal): Add purecopy calls for text.
17038
32ba3abc
DN
17039 * vc.el (top): print-log method now takes an optional SHORTLOG
17040 argument. Add a new method: root.
32ba3abc
DN
17041 (vc-root-diff, vc-print-root-log): New functions.
17042 (vc-log-short-style): New variable.
17043 (vc-print-log-internal): Add support for showing short logs.
17044
17045 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17046 vc-print-root-log and vc-print-root-diff.
17047
17048 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17049 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17050 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17051 short logs.
17052
17053 * vc-cvs.el (vc-cvs-print-log):
17054 * vc-mtn.el (vc-mtn-print-log):
17055 * vc-rcs.el (vc-rcs-print-log):
17056 * vc-sccs.el (vc-sccs-print-log):
17057 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17058 that is ignored for now.
17059
837b0e99
DN
17060 * vc-mtn.el (vc-mtn-annotate-command):
17061 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17062
31cd2dd4
SM
170632009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17064
17065 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17066 to function-key-map, and give them ascii-character property.
17067 * term/x-win.el (x-alternatives-map):
17068 * term/ns-win.el (ns-alternatives-map):
17069 * term/internal.el (msdos-key-remapping-map):
17070 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17071
d62e5bf2
GM
170722009-09-14 Glenn Morris <rgm@gnu.org>
17073
17074 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17075 temp-buffers (2009-09-12).
17076
7d0105e5
SM
170772009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17078
17079 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17080 the new read-key function.
17081
e17ed9ad
CY
170822009-09-13 Chong Yidong <cyd@stupidchicken.com>
17083
17084 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17085 is defined (Bug#4405).
17086
1fc26e29
CY
170872009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
17088
17089 * recentf.el (recentf-cleanup): Use a hash table to find
17090 duplicates (Bug#4407).
17091
61dc96a2 170922009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
17093
17094 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17095 kp-0 to ascii equivalents (Bug#4325).
17096
42c3a9e3
CY
170972009-09-13 Chong Yidong <cyd@stupidchicken.com>
17098
1f5c1626
CY
17099 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17100
42c3a9e3 17101 * eshell/em-hist.el:
31cd2dd4
SM
17102 * eshell/em-dirs.el (eshell-complete-user-reference):
17103 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
17104
171052009-09-13 Leo <sdl.web@gmail.com> (tiny change)
17106
17107 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17108 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17109 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
17110 * eshell/em-hist.el (eshell-history-file-name):
17111 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 17112
1e2b6acf
GM
171132009-09-13 Glenn Morris <rgm@gnu.org>
17114
17115 * ediff-merg.el (ediff-do-merge):
17116 * filesets.el (filesets-run-cmd):
17117 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17118 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17119 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17120 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17121 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17122 Replace empty `let's with `progn'.
17123
adba8116
SM
171242009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17125
17126 * mail/sendmail.el (send-mail-function):
17127 * tooltip.el (tooltip-mode):
17128 * simple.el (transient-mark-mode):
17129 * rfn-eshadow.el (file-name-shadow-mode):
17130 * frame.el (blink-cursor-mode):
17131 * font-core.el (global-font-lock-mode):
17132 * files.el (temporary-file-directory)
17133 (small-temporary-file-directory, auto-save-file-name-transforms):
17134 * epa-hook.el (auto-encryption-mode):
17135 * composite.el (global-auto-composition-mode):
17136 Use custom-initialize-delay.
17137 * startup.el (command-line): Don't explicitly call
17138 custom-reevaluate-setting for all the above vars.
17139 * custom.el (custom-initialize-safe-set)
17140 (custom-initialize-safe-default): Delete.
17141
0a4afea9
SM
171422009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17143
9f94990d
SM
17144 * term/x-win.el (x-initialize-window-system):
17145 * term/w32-win.el (w32-initialize-window-system):
17146 * term/ns-win.el (ns-initialize-window-system): Don't call
17147 mouse-wheel-mode since it's enabled globally by default already.
17148
0a4afea9
SM
17149 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17150 actually define the variable, but only silences the byte-compiler.
17151 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17152 before looking it up.
17153 (mouse-wheel-scroll-amount): Also reset the bindings if this value
17154 is changed.
17155
bf01513f
GM
171562009-09-12 Glenn Morris <rgm@gnu.org>
17157
17158 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17159 1000.
17160 (elint-add-required-env): Don't beep on error.
17161 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
17162 (elint-init-env): Skip non-list forms.
17163 (elint-log): Handle unknown file positions.
bf01513f 17164
d85889e4
DU
171652009-09-12 Daiki Ueno <ueno@unixuser.org>
17166
17167 * epg.el (epg-make-context): Add autoload cookie.
17168 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17169 (epg-decrypt-string, epg-start-verify, epg-verify-file)
17170 (epg-verify-string, epg-start-sign, epg-sign-file)
17171 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17172 (epg-encrypt-string, epg-start-export-keys)
17173 (epg-export-keys-to-file, epg-export-keys-to-string)
17174 (epg-start-import-keys, epg-import-keys-from-file)
17175 (epg-import-keys-from-string, epg-start-receive-keys)
17176 (epg-receive-keys, epg-import-keys-from-server)
17177 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17178 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
17179 (epg-generate-key-from-file, epg-generate-key-from-string):
17180 Remove autoload cookie.
d85889e4 17181
8f825ee6
EZ
171822009-09-12 Eli Zaretskii <eliz@gnu.org>
17183
36b434ee
EZ
17184 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17185 reevaluation of trash-directory.
17186
8f825ee6
EZ
17187 * mwheel.el: Fix last change.
17188 (mouse-wheel-mode): New defvar.
17189 (mouse-wheel-mode): Remove autoload cookie.
17190
5766c380
SM
171912009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17192
ab5c0fcd
SM
17193 * mwheel.el (mwheel-installed-bindings): New var.
17194 (mouse-wheel-mode): Use it, so as to make sure we really remove all
17195 the bindings we set last time. Use custom-initialize-delay.
17196 * loadup.el: Load mwheel after term/*-win.el.
17197 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17198 and mouse-wheel-up-event now that their first evaluation is done
17199 sufficiently late to be correct.
17200
45448e64
SM
17201 * startup.el (tutorial-directory): Make it a defcustom.
17202 Use custom-initialize-delay rather than eval-at-startup to set it.
17203 * image.el (image-load-path): Make it a defcustom.
17204 Use custom-initialize-delay rather than eval-at-startup to set it.
17205 * subr.el (eval-at-startup): Remove.
17206 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17207
5766c380
SM
17208 * subr.el (do-after-load-evaluation): Warn the user after loading an
17209 obsolete package.
17210
d6549da4
GM
172112009-09-12 Glenn Morris <rgm@gnu.org>
17212
17213 * proced.el (proced-mark-alt): Remove alias.
17214 (proced-mode-map): Remove proced-mark-alt.
17215
17216 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17217 Elint file and directory. Remove initialization entry.
17218
17219 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17220 commands.
17221 (elint-current-buffer): Set mode-line-process.
17222 (elint-init-env): Handle define-derived-mode.
17223 Fix declare-function with unspecified arglist. Guard against odd
17224 defalias statements (eg iso-insert's 8859-1-map).
17225 (elint-add-required-env): Use a temp buffer.
17226 (elint-form): Just print the function/macro name, not the whole form.
17227 Return env unchanged if we fail to parse a macro.
17228 (elint-forms): Guard against parse errors.
17229 (elint-output): New function, to handle batch mode.
17230 (elint-log-message): Add optional argument. Use elint-output.
17231 (elint-set-mode-line): New function.
17232
30194d4d
CY
172332009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
17234
17235 * emacs-lisp/elp.el (elp-not-profilable): Add more
17236 functions (Bug#4233).
17237
a035f9b0
CY
172382009-09-12 Chong Yidong <cyd@stupidchicken.com>
17239
17240 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17241 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17242
dad61164
NR
172432009-09-11 Nick Roberts <nickrob@snap.net.nz>
17244
17245 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17246 (gdb-var-list-children): Use json parsing.
17247
9c3c9fdf 172482009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
17249
17250 * progmodes/js.el (js--proper-indentation): Handle the case where
17251 char-before is null. Reported by Deniz Dogan.
17252
b4587710
JB
172532009-09-11 Juanma Barranquero <lekktu@gmail.com>
17254
17255 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17256
13890796
DU
172572009-09-11 Daiki Ueno <ueno@unixuser.org>
17258
17259 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17260 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 17261 (epg-context-set-passphrase-callback)
97d4bdba 17262 (epg-context-set-progress-callback): Add description about
b18508dd 17263 callback function.
13890796 17264
2efb64a8
SM
172652009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17266
790d0270
SM
17267 * custom.el (custom-delayed-init-variables): New var.
17268 (custom-initialize-delay): New function.
17269 * startup.el (command-line): "Re"evaluate all vars in
17270 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
17271 explicitly any more.
17272 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17273 to avoid creating a ~/.emacs.d at build-time (bug#4347).
17274
17275 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 17276
ac243a40
NR
172772009-09-11 Nick Roberts <nickrob@snap.net.nz>
17278
17279 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17280 (gdb-var-update-handler): Use json parsing.
17281
657bc6fc
JB
172822009-09-11 Juanma Barranquero <lekktu@gmail.com>
17283
17284 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17285 decode annotated text, regardless of language environment. (Bug#2741)
17286
b6fe8102
SM
172872009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17288
17289 * Makefile.in (autoloads): Make rmail.el writable as well.
17290
5cc443fe
GM
172912009-09-11 Glenn Morris <rgm@gnu.org>
17292
5515c54e
GM
17293 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17294 loaddefs.el.
17295 * dired.el: Regenerate with extracted autoloads.
17296 * Makefile.in (autoloads): Make dired.el writable.
17297
15067158
GM
17298 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17299 * ibuffer.el: Regenerate with extracted autoloads.
17300 * Makefile.in (autoloads): Make ibuffer.el writable.
17301
d35d0238
GM
17302 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17303 * version.el (emacs-copyright, emacs-major-version)
17304 (emacs-minor-version): Reformat doc-strings for make-docfile.
17305
5cc443fe
GM
17306 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17307 functions and variables, since they must be stuff specific to some other
17308 platform.
17309 (apropos-print): Make mouse-click message less specific about button.
17310
17311 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17312 that records where a macro was defined.
17313 * help-fns.el (describe-function-1): Mention if a function has a
17314 compiler-macro.
17315 * help-mode.el (help-function-cmacro): New button.
17316
17317 * locate.el (top-level): Always require dired.
17318 (locate-mode-map): Initialize inside the defvar.
17319
17320 * net/ange-ftp.el (dired-compress-file): Declare.
17321 (ange-ftp-dired-compress-file): Add doc string.
17322
17323 * term/ns-win.el (x-display-name, x-setup-function-keys):
17324 Unify doc-strings with X versions.
17325
8cb95edf
SM
173262009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17327
726a4d09
SM
17328 * emulation/crisp.el (crisp-mode-map): Move initialization
17329 into declaration.
17330 (crisp-mode): Use define-minor-mode.
17331
8cb95edf
SM
17332 * progmodes/xscheme.el (xscheme-evaluation-commands):
17333 Put a :advertised-binding property rather than using
17334 advertised-xscheme-send-previous-expression.
17335 (advertised-xscheme-send-previous-expression): Declare obsolete.
17336 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17337 `advertised-undo'.
17338 (crisp-mode): Add corresponding bindings to
17339 undo's :advertised-binding instead.
17340 * dired.el (dired-mode-map): Put a :advertised-binding property rather
17341 than using dired-advertised-find-file.
17342 (dired-advertised-find-file):
17343 * simple.el (advertised-undo):
17344 * wid-edit.el (advertised-widget-backward): Declare obsolete.
17345 (widget-keymap): Put a :advertised-binding property rather
17346 than using advertised-widget-backward.
17347 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17348 than using advertised-undo.
17349 * tutorial.el (tutorial--default-keys): Adjust accordingly.
17350
07db5857
SS
173512009-09-10 Simon South <ssouth@slowcomputing.org>
17352
17353 * progmodes/delphi.el (delphi-tab): Indent region when Transient
17354 Mark mode is enabled and region is active; otherwise indent or
17355 insert TAB as usual.
17356 (delphi-mode): Update description of TAB-key binding.
17357
50d4ba39
SM
173582009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17359
17360 * subr.el (define-key-rebound-commands): Mark obsolete.
17361 * startup.el (precompute-menubar-bindings): Remove.
17362 (normal-top-level): Remove obsolete code that tried to precompute
17363 menubar bindings.
17364 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17365 define-key-rebound-commands and precompute-menubar-bindings.
17366
ffa894db
KY
173672009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17368
17369 * net/imap.el (imap-interactive-login): Better messages.
17370 (imap-open): Fix bug with renamed buffer on reconnect.
17371 (imap-authenticate): Add buffer-local imap-last-authenticator variable
17372 for easier debugging and cleaner code. On successful (guessed based on
17373 server capabilities) secondary authentication, set imap-state
17374 correctly.
17375 (imap-last-authenticator): Define imap-last-authenticator as a variable
17376 to avoid warnings.
17377
9477096c
GM
173782009-09-10 Glenn Morris <rgm@gnu.org>
17379
17380 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17381
17382 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17383 (byte-compile-file-form-autoload): Don't warn about unknown functions
17384 where the autoload statement comes after the use.
17385 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17386 that any handlers inside the body (eg require) are in turn respected.
17387
17388 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17389 effects.
17390
17391 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17392 and syntax and abbrev tables basic docs, if they don't have any.
17393
17394 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17395
17396 * international/mule-cmds.el (top-level): Require cl when compiling.
17397 (view-hello-file): Use default-value rather than
17398 default-enable-multibyte-characters.
17399
17400 * progmodes/fortran.el: Move all safe and risky properties into the
17401 defcustoms.
17402
17403 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17404 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17405 * mail/undigest.el:
17406 Put autoloads in rmail.el rather than loaddefs.el.
17407 * mail/rmail.el: Regenerate with extracted autoloads.
17408
17409 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17410 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17411
9f16c547
NR
174122009-09-10 Nick Roberts <nickrob@snap.net.nz>
17413
17414 Reported in thread for Bug#4375.
17415 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17416 "-data-evaluate-expression" instead of print.
17417 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17418 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
17419 (gdb): Revert 2009-08-11 change. User should detach inferior
17420 manually.
9f16c547
NR
17421
17422 Remove the word "separate" from IO functions as inferior
17423 output is now never displayed in the GUD buffer.
17424
50405cd0
JB
174252009-09-10 Juanma Barranquero <lekktu@gmail.com>
17426
17427 * startup.el (command-line-normalize-file-name): On Windows and
17428 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17429
7ae62430
JL
174302009-09-10 Juri Linkov <juri@jurta.org>
17431
17432 * isearch.el (isearch-text-char-description): Propertize escape
17433 character sequences with the `escape-glyph' face. (Bug#4344)
17434
17435 * simple.el (shell-command): Set asynchronous process filter to
17436 `comint-output-filter'. (Bug#4343)
17437
17438 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17439 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
17440 the list. Move "asm" to the bottom.
17441 (grep-find-ignored-directories): Add `choice' with nil value
17442 to empty the list easily.
17443 (grep-find-ignored-files): New option.
17444 (grep-files-history): Set to nil by default instead of '("ch" "el").
17445 (grep-compute-defaults): Add "<X>" to `grep-template'.
17446 (grep-read-files): Bind new local variables `default-alias' and
17447 `default-extension'. Use a list of default values for the file prompt.
17448 (lgrep): Add `--exclude=' command line options composed from
17449 `grep-find-ignored-files'.
17450 (rgrep): Add `-name' command line options composed from
17451 `grep-find-ignored-files'. (Bug#4301)
17452
cd875252
SM
174532009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
17454
17455 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17456 (bug#4368).
17457
cdce0b33
KY
174582009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
17459
17460 * calendar/time-date.el (autoload):
17461 Expand define-obsolete-function-alias into defalias and make-obsolete
17462 for old Emacsen that Gnus supports.
17463 (with-no-warnings): Define it for old Emacsen.
17464 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17465 is available.
17466 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17467 float-time is available; suppress compile warning for time-to-seconds.
17468
174692009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
17470
17471 * net/imap.el (imap-message-map): Docstring fix.
17472
2b2eb431
GM
174732009-09-09 Glenn Morris <rgm@gnu.org>
17474
17475 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17476 line numbers too. (Bug#4374)
17477
83a5aac5
SM
174782009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
17479
755e0210
SM
17480 * smerge-mode.el (smerge-remove-props, smerge-refine):
17481 Use with-silent-modifications (bug#4342).
17482
83a5aac5
SM
17483 * subr.el (with-silent-modifications): New macro.
17484
79f01fa7
JB
174852009-09-07 Juanma Barranquero <lekktu@gmail.com>
17486
17487 * files.el (top-level): Require `cl' when compiling.
17488
448ecec3
GM
174892009-09-07 Glenn Morris <rgm@gnu.org>
17490
17491 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17492
8f09a02f
GM
17493 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17494 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
17495
76ff67bf
NR
174962009-09-06 Nick Roberts <nickrob@snap.net.nz>
17497
17498 * vc-git.el (vc-git-annotate-command): Use separator to parse
17499 arguments correctly.
17500
943c8b75
EZ
175012009-09-06 Eli Zaretskii <eliz@gnu.org>
17502
17503 * proced.el (proced-mode): Doc fix.
17504
680db9ac
MA
175052009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
17506
17507 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17508 lstat fails.
17509 (tramp-do-file-attributes-with-ls): Check for file existence at
17510 remote end.
17511 (tramp-do-file-attributes-with-stat): Likewise.
17512 (tramp-convert-file-attributes): Return nil when attr is nil.
17513
3f12e5bd
GM
175142009-09-05 Glenn Morris <rgm@gnu.org>
17515
c8dc27bf
GM
17516 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17517 properties to this button.
17518 (diary-fancy-display): Don't extend the button to the final newline.
17519 (diary-fancy-display-mode): Continue to define "q" as a local key.
17520
cca065d8
GM
17521 * calendar/cal-china.el (holiday-chinese): Make it slightly more
17522 efficient.
17523
cddaedb6
GM
17524 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17525
3f12e5bd
GM
17526 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17527 (byte-compile-dest-file-function): New option.
17528 (byte-compile-dest-file): Doc fix.
17529 Obey byte-compile-dest-file-function.
17530 (byte-compile-cl-file-p): New function.
17531 (byte-compile-eval): Only suppress noruntime warnings about cl functions
17532 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
17533 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17534 than for file being previously loaded.
17535 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17536 (byte-compile-file-form-require): Handle the case where requiring a file
17537 indirectly causes CL to be loaded.
17538
049a231b
KF
175392009-09-05 Karl Fogel <kfogel@red-bean.com>
17540
17541 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17542 before killing the old buffer, since by the time `kill-buffer' is
17543 run so many buffer variables have been set to nil that it may not
17544 behave as expected. (Bug#4061)
17545
ef7ef2a0
KF
175462009-09-05 Karl Fogel <kfogel@red-bean.com>
17547
17548 * files.el (find-alternate-file): If the old buffer is modified
17549 and visiting a file, behave similarly to `kill-buffer' when
17550 killing it, thus reverting to the pre-1.878 behavior; see
17551 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17552 for discussion. Also, consult `buffer-file-name' as a variable
17553 not as a function, for consistency with the rest of the code.
17554
73d854cd
MA
175552009-09-04 Michael Albinus <michael.albinus@gmx.de>
17556
17557 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17558 also when adding a new directory.
17559
6a7662bb
BR
17560 * net/tramp-compat.el (tramp-compat-line-beginning-position):
17561 New defun.
73d854cd 17562
df120481
SM
175632009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
17564
17565 * files.el (locate-file-completion-table): Make it provide boundary
17566 information, so partial-completion works better.
17567
c0bc6d79
SM
175682009-09-04 Leo <sdl.web@gmail.com> (tiny change)
17569
17570 * mail/footnote.el (Footnote-text-under-cursor):
17571 Check footnote-text-marker-alist before using it (bug#4324).
17572
f76a9756
GM
175732009-09-04 Glenn Morris <rgm@gnu.org>
17574
67d110f1
GM
17575 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17576 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17577 * play/solitaire.el, play/tetris.el:
17578 Remove leading * from defcustom and defface docs.
17579
b42d4989
GM
17580 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17581 necessary.
17582 (diary-fancy-overriding-map): New variable.
17583 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17584 Use view-mode.
17585
f76a9756
GM
17586 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17587 goto-line.
17588
e605eeeb
GM
175892009-09-03 Glenn Morris <rgm@gnu.org>
17590
597e2240
GM
17591 * arc-mode.el (archive-mode):
17592 * dos-fns.el (set-default-process-coding-system):
17593 * man.el (Man-getpage-in-background):
17594 * menu-bar.el (menu-bar-describe-menu):
17595 * server.el (server-process-filter):
17596 * startup.el (command-line):
17597 * tar-mode.el (tar-header-block-tokenize, tar-extract):
17598 * w32-fns.el (set-default-process-coding-system):
17599 * x-dnd.el (x-dnd-handle-file-name):
17600 * international/mule-cmds.el (mule-menu-keymap)
17601 (set-default-coding-systems, language-info-alist, set-language-info)
17602 (set-language-environment, standard-display-european-internal)
17603 (set-locale-environment):
17604 * international/mule-diag.el (mule-diag):
17605 * mail/emacsbug.el (report-emacs-bug):
17606 * mail/rmail.el (rmail-mode):
17607 * mail/sendmail.el (mail-setup):
17608 Use default-value rather than default-enable-multibyte-characters.
17609
f38184aa
GM
17610 * progmodes/f90.el: Move all safe properties into the defcustoms.
17611 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17612
e605eeeb
GM
17613 * calendar/appt.el (appt-check):
17614 * calendar/diary-lib.el (diary-set-header, diary-live-p)
17615 (diary-check-diary-file, diary-list-entries)
17616 (diary-include-other-diary-files, diary-simple-display)
17617 (diary-fancy-display, diary-print-entries)
17618 (diary-mark-included-diary-files, diary-make-entry):
17619 Don't call substitute-in-file-name on diary-file.
17620
734db384 176212009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 17622 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
17623
17624 * mail/footnote.el (footnote-prefix): Make it a defcustom.
17625 (footnote-mode-map): Move initialization into the declaration.
17626 (footnote-minor-mode-map): Define it rather than changing global-map.
17627 (footnote-mode): Use define-minor-mode.
17628
e5aa47f9
MA
176292009-09-02 Michael Albinus <michael.albinus@gmx.de>
17630
17631 * net/tramp.el (tramp-handle-file-attributes-with-ls)
17632 (tramp-do-file-attributes-with-perl)
17633 (tramp-do-file-attributes-with-stat): Rename from
17634 `tramp-handle-file-attributes-with-*'.
17635 (tramp-handle-file-attributes): Use them.
17636 (tramp-do-directory-files-and-attributes-with-perl)
17637 (tramp-do-directory-files-and-attributes-with-stat): Rename from
17638 `tramp-handle-directory-files-and-attributes-with-*'.
17639 (tramp-handle-directory-files-and-attributes): Use them.
17640 (tramp-method-out-of-band-p): Additional parameter SIZE.
17641 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17642 (tramp-handle-write-region): Use it.
734db384 17643 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
17644 (tramp-handle-vc-registered): Check, whether the first run did
17645 return files to be tested.
17646 (tramp-advice-make-auto-save-file-name): Do not call directly
17647 `tramp-handle-make-auto-save-file-name', because this would bypass
17648 the locking mechanism.
17649
734db384 17650 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
17651 (file-remote-p, process-file, start-file-process, set-file-times)
17652 (tramp-compat-file-attributes): Compatibility functions shall not
17653 call directly `tramp-handle-*', because this would bypass the
17654 locking mechanism.
17655 (tramp-compat-number-sequence): New defun.
17656
6e2ca895
GM
176572009-09-02 Glenn Morris <rgm@gnu.org>
17658
697c7714
GM
17659 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17660 alias for float-time.
17661 (time-to-number-of-days): In Emacs, use float-time.
17662 * net/newst-backend.el (time-add): Suppress warnings from compat
17663 function.
17664 * time.el (emacs-uptime, emacs-init-time):
17665 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17666 Use float-time rather than time-to-seconds.
17667
6e2ca895
GM
17668 * minibuffer.el (completion-initials-expand): Fix typo.
17669
17670 * faces.el (modeline, modeline-inactive, modeline-highlight)
17671 (modeline-buffer-id):
17672 * info.el (info-menu-5): Mark these face aliases as obsolete.
17673
ed17efec
NR
176742009-09-01 Nick Roberts <nickrob@snap.net.nz>
17675
17676 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17677 space ...
17678 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17679 no "--thread" option.
17680 (gdb-stopped): Don't print "Switched to thread" message when it is
17681 unchanged.
17682
fcb68f70
SM
176832009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17684
17685 * minibuffer.el (completion-try-completion)
17686 (completion-all-completions): Remove ill-defined (and
17687 mistakenly installed and luckily never used nor documented)
17688 `completion-styles' property.
17689 (completion-initials-expand, completion-initials-all-completions)
17690 (completion-initials-try-completion): New functions.
17691 (completion-styles-alist): Add doc to each entry.
17692 Add new `initials' entry.
17693
83318a6d
NR
176942009-09-01 Nick Roberts <nickrob@snap.net.nz>
17695
17696 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17697 MI command -var-evaluate-expression.
17698 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17699 and tweak for case of string child.
734db384 17700 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 17701
d63eb0e7
GM
177022009-09-01 Glenn Morris <rgm@gnu.org>
17703
c4f6e489
GM
17704 * add-log.el (change-log-date-face, change-log-name-face)
17705 (change-log-email-face, change-log-file-face, change-log-list-face)
17706 (change-log-conditionals-face, change-log-function-face)
17707 (change-log-acknowledgement-face):
17708 * cus-edit.el (custom-invalid-face, custom-rogue-face)
17709 (custom-modified-face, custom-set-face, custom-changed-face)
17710 (custom-saved-face, custom-button-face, custom-button-pressed-face)
17711 (custom-documentation-face, custom-state-face, custom-comment-face)
17712 (custom-comment-tag-face, custom-variable-tag-face)
17713 (custom-variable-button-face, custom-face-tag-face)
17714 (custom-group-tag-face-1, custom-group-tag-face):
17715 * diff-mode.el (diff-header-face, diff-file-header-face)
17716 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17717 (diff-added-face, diff-changed-face, diff-function-face)
17718 (diff-context-face, diff-nonexistent-face):
17719 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17720 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17721 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17722 (Info-title-4-face):
17723 * isearch.el (isearch-lazy-highlight-face):
17724 * log-view.el (log-view-file-face, log-view-message-face):
17725 * paren.el (show-paren-match-face, show-paren-mismatch-face):
17726 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17727 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17728 (cvs-msg-face):
17729 * smerge-mode.el (smerge-mine-face, smerge-other-face)
17730 (smerge-base-face, smerge-markers-face):
17731 * wid-edit.el (widget-documentation-face, widget-button-face)
17732 (widget-field-face, widget-single-line-field-face)
17733 (widget-inactive-face, widget-button-pressed-face):
17734 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17735 (woman-addition-face):
2fb1ec93
GM
17736 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17737 (eshell-ls-executable-face, eshell-ls-readonly-face)
17738 (eshell-ls-unreadable-face, eshell-ls-special-face)
17739 (eshell-ls-missing-face, eshell-ls-archive-face)
17740 (eshell-ls-backup-face, eshell-ls-product-face)
17741 (eshell-ls-clutter-face):
17742 * eshell/em-prompt.el (eshell-prompt-face):
17743 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 17744 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
17745 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17746 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17747 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17748 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17749 (antlr-font-lock-literal-face):
c4f6e489
GM
17750 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17751 (ebrowse-root-class-face, ebrowse-file-name-face)
17752 (ebrowse-default-face, ebrowse-member-attribute-face)
17753 (ebrowse-member-class-face, ebrowse-progress-face):
17754 * progmodes/make-mode.el (makefile-space-face):
17755 * progmodes/sh-script.el (sh-heredoc-face):
17756 * textmodes/flyspell.el (flyspell-incorrect-face)
17757 (flyspell-duplicate-face):
17758 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 17759 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
17760 Mark face aliases with "-face" suffix as obsolete.
17761
d80619fa
GM
17762 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17763 compiler.
17764
5f68c1b7
GM
17765 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17766 (eudc-bob-sound-menu): Use defvar rather than defconst, since
17767 easy-menu-define wants to modify these.
17768
17769 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17770
17771 * net/browse-url.el (browse-url-file-url):
17772 * term/internal.el (dos-codepage-setup):
17773 Use default-value rather than default-enable-multibyte-characters.
17774
d80619fa 17775 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
17776 * progmodes/flymake.el (flymake-highlight-line)
17777 (flymake-goto-file-and-line, flymake-goto-line):
17778 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17779 (gdb-goto-breakpoint):
17780 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17781 * progmodes/python.el (python-find-function)
17782 (python-pdbtrack-track-stack-file):
17783 * progmodes/verilog-mode.el (verilog-surelint-off):
17784 * term/ns-win.el (ns-open-file-select-line):
17785 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17786 Use forward-line rather than goto-line.
17787
d63eb0e7
GM
17788 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17789 * textmodes/reftex-index.el (reftex-display-index):
17790 * textmodes/reftex-ref.el (reftex-offer-label-menu):
17791 * textmodes/reftex-toc.el (reftex-toc):
17792 Remove unnecessary bindings of default-major-mode (all are followed by
17793 major-mode check and possible mode switch).
17794
0afad278
NR
177952009-08-31 Nick Roberts <nickrob@snap.net.nz>
17796
17797 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17798 Handle watchpoints (bug#4282).
17799 (def-gdb-thread-buffer-command): Enable thread to be selected by
17800 clicking without selecting threads buffer first.
17801 (gdb-current-context-command): Use selected frame so that "up",
17802 "down" etc work in the GUD buffer.
17803 (gdb-update): Find selected frame before rendering stack buffer.
17804 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17805
4e135dd2
SM
178062009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17807
17808 * progmodes/sym-comp.el (displayed-completions): Remove.
17809 (symbol-complete): Use minibuffer-complete.
17810
e61eba34
GM
178112009-08-31 Glenn Morris <rgm@gnu.org>
17812
17813 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17814
734db384
SM
17815 * apropos.el (apropos-symbols-internal):
17816 Handle (obsolete) face aliases.
e61eba34
GM
17817
17818 * faces.el (describe-face): Adjust the output format to be more like
17819 describe-variable, and to mention (obsolete) face aliases.
17820 Adjust the whitespace so that help-setup-xref works.
17821
17822 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17823 * calendar/diary-lib.el (diary-button-face):
17824 Mark these face aliases as obsolete.
17825
17826 * calendar/calendar.el (calendar-today): Doc fix.
17827
4cf71456
NR
178282009-08-31 Nick Roberts <nickrob@snap.net.nz>
17829
17830 * progmodes/gdb-mi.el (gdb-control-all-threads)
17831 (gdb-control-current-thread): Force tool bar update.
17832 (gdb-non-stop-handler): New function.
17833 (gdb-init-1): Use it to test if non-stop mode is supported.
17834 Remove unused gdbmi buffer type.
17835
e61eba34 178362009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
17837
17838 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 17839 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 17840
4324f7ca
NR
178412009-08-30 Nick Roberts <nickrob@snap.net.nz>
17842
17843 * comint.el (comint-exec-1): Check command is non-null first.
17844 Part of gdb-mi.el change (2009-08-28).
17845
a1bf889a
SM
178462009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17847
17848 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17849
060c08b5
JB
178502009-08-30 Juanma Barranquero <lekktu@gmail.com>
17851
17852 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17853 instead of `dolist' to avoid a recursive require when bootstrapping.
17854
ab22be48
SM
178552009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17856
73ebf88f
SM
17857 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17858
80629cfc
SM
17859 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17860
206d0387 17861 * net/imap.el (imap-send-command): Simplify.
734db384 17862 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 17863
844f7784
SM
17864 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17865
5ca4661e
SM
17866 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17867 with constant argument.
17868
c61dc887
SM
17869 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17870
7eb73deb
SM
17871 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
17872
5fe443de
SM
17873 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
17874 Change default, since most of our files don't have a history.
17875 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
17876 the user.
17877
6444d64a
SM
17878 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17879 Add comint-run.
17880
5cb16bfc
SM
17881 * calc/calc.el: Improve commenting convention.
17882 (calc-digit-map, toplevel): Simplify.
17883
0aeb71a7
SM
17884 * comint.el (comint-insert-input): Be careful to only set point if we
17885 don't delegate to some other command.
17886
9a9af856
SM
17887 * proced.el (proced-signal-list): Make it an alist.
17888 (proced-grammar-alist): Capitalize names.
17889 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
17890 Disable undo manually and make it read-only.
17891 Use completion-annotate-function.
17892
ab22be48
SM
17893 * minibuffer.el (minibuffer-message): If the current buffer is not
17894 a minibuffer, insert the message in the echo area rather than at the
17895 end of the buffer.
17896 (completion-annotate-function): New variable.
17897 (minibuffer-completion-help): Use it.
17898 (completion--embedded-envvar-table): Environment vars are
17899 always case-sensitive.
17900
4a948dbf
GM
179012009-08-30 Glenn Morris <rgm@gnu.org>
17902
17903 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
17904 from fortran-current-defun.
17905 (fortran-beginning-of-subprogram): Be more precise about finding the
17906 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
17907 (fortran-end-of-subprogram): Simplify.
17908 (fortran-current-defun): Use fortran-start-prog-re.
17909
486cf3b8
JB
179102009-08-29 Juanma Barranquero <lekktu@gmail.com>
17911
17912 * subr.el (do-after-load-evaluation): Simplify.
17913
db167d28
DN
179142009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17915
17916 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
17917
17918 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
17919 (vc-rcs-print-log): Use it.
17920
17921 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
17922
efbc652a
SM
179232009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
17924
2aa0e5bf
SM
17925 * paths.el (abbrev-file-name): Move to abbrev.el.
17926 * abbrev.el (abbrev-file-name): Move from paths.el.
17927 Obey user-emacs-directory.
17928 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
17929 user-emacs-directory.
17930 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
17931 abbrev-file-name and calc-settings-file any more.
17932 * startup.el (command-line): Recompute abbrev-file-name and
17933 abbreviated-home-dir.
17934 (normal-no-mouse-startup-screen): Improve the generic code and get rid
17935 of the special code for when C-h bindings haven't been changed.
17936 (display-startup-echo-area-message): Use with-current-buffer.
17937 (command-line-1): Use a list of strings, rather than a list of lists
17938 of strings for longopts.
17939
51da8fe2
SM
17940 * files.el (get-free-disk-space): Use / for default-directory.
17941
0c3cc4dd
SM
17942 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
17943 Use with-current-buffer.
17944
d988dbf6
SM
17945 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
17946 Recognize immutable variables like most-positive-fixnum.
17947 (byte-compile-setq-default): Check and warn if trying to assign
17948 to an immutable variable, or a non-variable.
17949
efbc652a
SM
17950 * progmodes/cc-vars.el (c-comment-continuation-stars):
17951 * progmodes/cc-engine.el (c-looking-at-bos):
17952 * progmodes/cc-cmds.el (c-toggle-auto-state)
17953 (c-forward-into-nomenclature, c-backward-into-nomenclature)
17954 (c-comment-line-break-function): Add version of obsolescence.
17955
d30a05d1
JL
179562009-08-28 Juri Linkov <juri@jurta.org>
17957
17958 * files.el (magic-fallback-mode-alist): Add ZIP magic number
17959 associated with `archive-mode'.
17960
17961 * image.el (image-type-header-regexps): Use only JPEG magic number
17962 to determine JPEG images, and don't use `image-jpeg-p' because
17963 Emacs can display non-JFIF non-Exif JPEG images.
17964
1e8eecea
JB
179652009-08-28 Juanma Barranquero <lekktu@gmail.com>
17966
17967 * arc-mode.el (archive-mode):
17968 * emacs-lisp/re-builder.el (re-builder-unload-function):
17969 Protect against the default value of `major-mode' being nil.
17970
dd4fbf56
JB
179712009-08-28 Juanma Barranquero <lekktu@gmail.com>
17972
17973 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
17974 Fix typos in docstrings.
17975
17976 * progmodes/js.el (js--macro-decl-re): Doc fix.
17977 (js--plain-method-re, js--split-name): Refloc docstring.
17978 (js--class-styles, js--make-merged-item, js--splice-into-items):
17979 Fix typos in docstrings; reflow docstrings.
17980 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17981 (js--variable-decl-matcher, js--inside-pitem-p)
17982 (js--parse-state-at-point, js--get-all-known-symbols)
17983 (js--symbol-history, js-find-symbol, js--js-references)
17984 (js--moz-interactor, js--js-encode-value, js--read-tab):
17985 Fix typos in docstrings.
17986
72f16325
SM
179872009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17988
14acf2f5
SM
17989 * textmodes/reftex.el (reftex-get-file-buffer-force):
17990 * progmodes/verilog-mode.el (verilog-batch-execute-func):
17991 * emulation/viper.el (viper-go-away, viper-set-hooks):
17992 * emacs-lisp/re-builder.el (re-builder-unload-function):
17993 * emacs-lisp/bytecomp.el (byte-compile-file):
17994 * ses.el (ses-unload-function):
17995 * hexl.el (hexl-find-file):
17996 * files.el (normal-mode):
17997 * ehelp.el (with-electric-help):
17998 * autoinsert.el (auto-insert-alist):
17999 * arc-mode.el (archive-mode):
18000 Use (default-value 'major-mode) instead of default-major-mode.
18001
72f16325
SM
18002 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18003 * international/mule.el (load-with-code-conversion):
18004 * emacs-lisp/debug.el (debug):
18005 * ediff-vers.el (ediff-rcs-get-output-buffer):
18006 * dired.el (dired-internal-noselect): Don't let-bind
18007 default-major-mode around code that doesn't use it.
18008 E.g. buffer creation via get-buffer-create doesn't use it.
18009
aa485f7c
MA
180102009-08-28 Michael Albinus <michael.albinus@gmx.de>
18011
18012 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18013 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18014 when writing the temp file. Otherwise, epa-file gets confused.
18015 (tramp-register-file-name-handlers): Make it a defun. Move also
18016 `epa-file-handler' to the front of `file-name-handler-alist'.
18017
180182009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18019
18020 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18021 start right after a ^M.
18022 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18023 (tramp-completion-file-name-regexp-separate)
18024 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
18025 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18026 Don't modify last-coding-system-used by accident.
aa485f7c
MA
18027 (tramp-completion-file-name-handler): Apply the checks here,
18028 instead during registration.
88b5a757 18029 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
18030 `tramp-register-file-name-handler'. Register both
18031 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 18032 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 18033
3f0c2b92
NR
180342009-08-28 Nick Roberts <nickrob@snap.net.nz>
18035
72f16325
SM
18036 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18037 Remove variable ...
3f0c2b92
NR
18038 (gdb-init-1, gdb-display-separate-io-buffer)
18039 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18040 references to it.
18041 (gdb-inferior-io-mode): Use make-comint-in-buffer.
18042 (gdb-inferior-filter): Use comint-output-filter to stop
18043 echoing and remove ^M characters.
18044
705e5bd9
SM
180452009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18046
009fdc2e
SM
18047 * emulation/viper-init.el (viper-restore-cursor-type):
18048 * emulation/cua-base.el (cua--update-indications):
18049 Replace default-cursor-type with (default-value 'cursor-type).
18050
b56a5ae0
SM
18051 * mail/sendmail.el (mail-recover-1):
18052 * international/mule-diag.el (describe-current-coding-system-briefly)
18053 (describe-current-coding-system):
18054 * international/mule-cmds.el (select-safe-coding-system)
18055 (select-message-coding-system)
18056 (set-language-environment-coding-systems, set-locale-environment):
18057 * hexl.el (hexl-insert-multibyte-char):
18058 * dos-w32.el (find-buffer-file-type-coding-system):
18059 * simple.el (what-cursor-position):
18060 Replace uses of default-buffer-file-coding-system
18061 with (default-value 'buffer-file-coding-system).
18062
de70529f
SM
18063 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18064 Replace uses of default-cursor-in-non-selected-windows
18065 with (default-value 'cursor-in-non-selected-windows).
18066 Use with-current-buffer.
18067
705e5bd9
SM
18068 * mail/feedmail.el: Use CL macros.
18069 (feedmail-run-the-queue, feedmail-send-it-immediately):
18070 * dos-w32.el (find-buffer-file-type): Replace uses of
18071 default-buffer-file-type with (default-value 'buffer-file-type).
18072
4d985ac2
GM
180732009-08-28 Glenn Morris <rgm@gnu.org>
18074
18075 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18076 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18077 Use default-value of major-mode rather than default-major-mode.
18078
17c15b81
SM
180792009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18080
3a68ab06
SM
18081 * Makefile.in (update-elcfiles): Report left over elc files.
18082
9421bdd1
SM
18083 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18084 expand-file-name and with-current-buffer.
18085 (mail-get-names, mail-directory): Use with-current-buffer.
18086
17c15b81
SM
18087 * vc.el (vc-read-revision): New function.
18088 (vc-version-diff, vc-merge): Use it.
18089
ba83a64e
SS
180902009-08-27 Sam Steingold <sds@gnu.org>
18091
18092 * simple.el (kill-do-not-save-duplicates): New user option.
18093 (kill-new): When it is non-nil, and the new string is the same as
18094 the latest kill, set replace to t to avoid duplicates in kill-ring.
18095
be3e598a 180962009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
18097
18098 * net/tramp.el (tramp-handle-process-file): Do not flush all
18099 caches when `process-file-side-effects' is set.
18100 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
18101 instead of `tramp-find-file-exists-command'.
18102 Unset `process-file-side-effects'.
d5b5c94a
MA
18103
181042009-08-27 Michael Albinus <michael.albinus@gmx.de>
18105
18106 * net/tramp.el (tramp-methods): New method "rsyncc".
18107 (top): Add completion function for "rsyncc".
18108 (tramp-message-show-message): New defvar.
18109 (tramp-message, tramp-error): Use it.
18110 (tramp-do-copy-or-rename-file-directly): Extend check for direct
18111 remote copying.
18112 (tramp-do-copy-or-rename-file-out-of-band): Handle new
18113 `tramp-methods' entry `copy-env' of "rsyncc".
18114 (tramp-vc-registered-read-file-names): New defconst.
18115 (tramp-vc-registered-file-names): New defvar.
18116 (tramp-handle-vc-registered): Implement optimization strategy.
18117 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18118 (tramp-vc-file-name-handler): New defun.
18119 (tramp-get-ls-command, tramp-get-test-command)
18120 (tramp-get-file-exists-command, tramp-get-remote-ln)
18121 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 18122 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
18123
18124 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18125 (tramp-cache-inhibit-cache): Extend doc string. It allows also
18126 timestamps.
18127 (tramp-get-file-property): Check for timestamps in
18128 `tramp-cache-inhibit-cache'.
18129 (tramp-set-file-property): Write timestamp.
18130
1339cf20
KH
181312009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18132
18133 * language/japan-util.el (japanese-symbol-table): Add entries for
18134 cp932-2-byte.
18135
18136 * international/characters.el: Add category `j' to cp932-2-byte.
18137
726e3f1d
KH
181382009-08-27 Kenichi Handa <handa@m17n.org>
18139
18140 * international/fontset.el (build-default-fontset-data): New macro.
18141 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 18142 tibetan, ethiopic, and ipa.
726e3f1d 18143
4e3b4528
SM
181442009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18145
18146 * cus-start.el (default-major-mode): Customize `major-mode' instead.
18147 (enable-multibyte-characters): Not customizable any more.
18148
18149 * subr.el (default-mode-line-format, default-header-line-format)
18150 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18151 (default-direction-reversed, default-truncate-lines)
18152 (default-left-margin, default-tab-width, default-case-fold-search)
18153 (default-left-margin-width, default-right-margin-width)
18154 (default-left-fringe-width, default-right-fringe-width)
18155 (default-fringes-outside-margins, default-scroll-bar-width)
18156 (default-vertical-scroll-bar, default-indicate-empty-lines)
18157 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18158 (default-fringe-cursor-alist, default-scroll-up-aggressively)
18159 (default-scroll-down-aggressively, default-fill-column)
18160 (default-cursor-type, default-buffer-file-type)
18161 (default-cursor-in-non-selected-windows)
18162 (default-buffer-file-coding-system, default-major-mode)
18163 (default-enable-multibyte-characters): Mark as obsolete.
18164
b3cca6a6
DN
181652009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
18166
652cc1a2
DN
18167 * vc-dir.el (vc-dir-update): Remove debug helper.
18168
b3cca6a6
DN
18169 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18170
4ed8c7aa
SS
181712009-08-26 Sam Steingold <sds@gnu.org>
18172
18173 * simple.el (save-interprogram-paste-before-kill): New user option.
18174 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18175 save the interprogram-paste into kill-ring before overriding it
18176 with the Emacs kill.
18177
3b64d86b
DN
181782009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18179
18180 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18181 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18182 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18183 and move to vc-rcs.el.
18184 (vc-default-next-revision): Rename to vc-rcs-next-revision and
18185 move to vc-rcs.el.
18186 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18187 (vc-rcs-update-changelog): Remove.
18188 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18189 and move to vc-rcs.el.
18190
18191 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18192 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18193 renaming.
18194 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 18195 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
18196 vc.el, renamed to be RCS specific.
18197
72f16325
SM
18198 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18199 New functions.
18200 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
18201
18202 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18203 New functions.
18204
636a36a0
SM
182052009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18206
18207 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18208
239b3340
DN
182092009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18210
b91f0762 18211 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
18212 (vc-git-stash, vc-git-stash-show): New functions.
18213 (vc-git-extra-menu-map): Bind them.
b91f0762 18214
b8e54362
DN
18215 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18216 directory correctly in case the item is a directory itself.
18217
239b3340
DN
18218 * vc.el: Document the desired behavior for reverted files in the
18219 `added' state.
dc810649
DN
18220 (vc-default-prettify-state-info): Remove function, unused.
18221
18222 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 18223
e49c0179
GM
182242009-08-26 Glenn Morris <rgm@gnu.org>
18225
18226 * bindings.el (standard-mode-line-format): Reposition dashes in
18227 which-func entry. (Bug#4217)
18228
3029e594
GM
18229 * files.el (enable-local-variables, enable-local-eval)
18230 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18231 the defcustoms.
18232 (auto-mode-alist, ignored-local-variables)
18233 (save-some-buffers-action-alist): Move risky declarations to the
18234 definitions.
18235 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18236 (font-lock-defaults, format-alist, imenu--index-alist)
18237 (imenu-generic-expression, input-method-alist, minor-mode-alist)
18238 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18239 (mode-line-modified, mode-line-mule-info, mode-line-position)
18240 (mode-line-process, mode-line-remote, outline-level)
18241 (parse-time-rules, rmail-output-file-alist)
18242 (special-display-buffer-names, vc-mode):
18243 Move risky declarations to the relevant files.
72f16325
SM
18244 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18245 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
18246 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18247 * font-core.el (font-lock-defaults):
18248 * format.el (format-alist):
18249 * vc-hooks.el (vc-mode):
18250 * window.el (special-display-buffer-names):
18251 * international/mule-cmds.el (input-method-alist):
18252 Define riskiness here (dumped file) rather than in files.el.
18253 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18254 * imenu.el (imenu-generic-expression, imenu--index-alist):
18255 * outline.el (outline-level):
18256 * time.el (display-time-string):
18257 * calendar/parse-time.el (parse-time-rules):
18258 * mail/rmailout.el (rmail-output-file-alist):
18259 Autoload riskiness here, rather than placing in files.el.
18260
8476cfaf
SM
182612009-08-26 Andreas Schwab <schwab@linux-m68k.org>
18262
18263 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18264
0b35b48e
MA
182652009-08-25 Michael Albinus <michael.albinus@gmx.de>
18266
18267 * simple.el (process-file-side-effects): New defvar.
18268
18269 * dired-aux.el (dired-show-file-type):
18270 * vc.el (vc-diff-internal):
18271 * vc-arch.el (vc-arch-diff):
18272 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18273 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18274 * vc-git.el (vc-git-registered, vc-git-working-revision)
18275 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18276 (vc-git--empty-db-p):
18277 * vc-hooks.el (vc-user-login-name):
18278 * vc-svn.el (vc-svn-registered, vc-svn-state)
18279 (vc-svn-dir-extra-headers, vc-svn-find-revision):
18280 * progmodes/grep.el (grep-probe): Let-bind
18281 `process-file-side-effects' with nil.
18282
18283 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18284
18285 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18286 daemon. Replace ping by checking for running service for bluez
18287 and zeroconf. (Bug#4239)
18288
d54cc599
GM
182892009-08-25 Kevin Ryde <user42@zip.com.au>
18290
18291 * net/dig.el (dig): Add autoload cookie.
18292
7bfd055d
GM
182932009-08-25 Glenn Morris <rgm@gnu.org>
18294
bac9c66c
GM
18295 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18296 load-history for absolute file-names.
18297 (byte-compile-file-form-require): Warn about use of the cl package.
18298
7bfd055d
GM
18299 * format.el (format-alist): Doc fix.
18300
5ac1f9e0
GM
18301 * play/bubbles.el (top-level): Don't require cl at run-time.
18302
af62aa88
GM
18303 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18304 run-time cl).
18305
71e036af
DD
183062009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
18307
18308 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18309 from cl package.
18310 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18311
42110eaf
JB
183122009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
18313
18314 * calc/calc-alg.el (math-trig-rewrite)
18315 (math-hyperbolic-trig-rewrite): New functions.
18316 (calc-simplify): Simplify trig functions when asked.
18317
88421f3e
SM
183182009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * diff-mode.el (diff-find-source-location): Avoid goto-line.
18321
dbd9624e
KH
183222009-08-24 Kenichi Handa <handa@m17n.org>
18323
18324 * language/ind-util.el (mapthread): Delete it.
18325 (combinatorial): New function.
18326 (indian--puthash-cv): Use combinatorial instead of mapthread.
18327
9b89e3ee
GM
183282009-08-22 Kevin Ryde <user42@zip.com.au>
18329
18330 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18331 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18332 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18333 Clarify docstring that the value is strings not symbols.
18334 (checkdoc-list-of-strings-p): New function.
18335
e6ce8c42
GM
183362009-08-22 Glenn Morris <rgm@gnu.org>
18337
2ddf2ea6 18338 * files.el (auto-mode-alist):
a3374680
GM
18339 * hippie-exp.el (he-concat-directory-file-name):
18340 * lpr.el (lpr-windows-system, printer-name):
18341 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18342 * ps-print.el (ps-windows-system):
18343 * startup.el (command-line):
18344 * emulation/viper-ex.el (viper-glob-function):
18345 * international/mule-cmds.el (set-language-environment-coding-systems):
18346 * net/ange-ftp.el (ange-ftp-write-region):
18347 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 18348 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
18349 unisoft-unix, vax-vms, win32, w32.
18350
977955fa
GM
18351 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18352 given name if the pattern is not more specific.
18353
b4deec2e
GM
18354 * calendar/lunar.el (lunar-phase-names): New option.
18355 (lunar-phase): Doc fix.
18356 (lunar-cycles-per-year): New constant.
18357 (lunar-index): New function.
18358 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18359 (lunar-phase-name): Use lunar-phase-names.
18360 (calendar-lunar-phases): Use format.
18361 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18362
47e83968
GM
18363 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18364 Copy imenu-example--name-and-position function here for own use.
18365 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18366
e6ce8c42
GM
18367 * bs.el (bs--redisplay):
18368 * cus-edit.el (custom-redraw):
18369 * ibuffer.el (ibuffer-bury-buffer):
18370 * server.el (server-goto-line-column):
18371 * startup.el (command-line-1):
18372 * strokes.el (strokes-xpm-for-stroke):
18373 * term.el (term-display-buffer-line):
18374 * view.el (View-goto-line):
18375 * calc/calc.el (calc-do, calc-trail-buffer):
18376 * play/gamegrid.el (gamegrid-add-score-insecure):
18377 * progmodes/ada-mode.el (ada-compile-goto-error):
18378 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18379 (ebrowse-select-1st-to-9nth):
47e83968 18380 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
18381 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18382 * progmodes/gud.el (gud-display-line):
18383 (idlwave-shell-display-line):
18384 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18385 * progmodes/make-mode.el (makefile-browser-toggle):
18386 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18387 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18388 * textmodes/picture.el (picture-draw-rectangle):
18389 * textmodes/reftex-index.el (reftex-index-goto-letter):
18390 (reftex-select-jump-to-previous):
18391 * textmodes/reftex-sel.el (reftex-find-start-point)
18392 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18393 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18394 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18395 * textmodes/tex-mode.el (tex-compilation-parse-errors):
18396 * textmodes/two-column.el (2C-associated-buffer):
18397 Use forward-line rather than goto-line.
18398
18399 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18400 goto-line.
18401
4b18bdb3
GM
18402 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18403 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18404 (quick-check-list-to-regexp): Declare.
e6ce8c42 18405
72f16325
SM
18406 * progmodes/make-mode.el (makefile-browser-insert-selection):
18407 Use goto-char rather than goto-line.
e6ce8c42
GM
18408
18409 * progmodes/prolog.el (compilation-error-regexp-alist)
18410 (compilation-forget-errors): Declare.
18411
32a2cf25
JL
184122009-08-22 Juri Linkov <juri@jurta.org>
18413
18414 * progmodes/grep.el (lgrep, rgrep): At the beginning
18415 set `dir' to `default-directory' unless `dir' is a non-nil
18416 readable directory. (Bug#4052)
18417 (lgrep, rgrep): Change a weird way to report an error
18418 from using `read-string' to using `error'.
18419 Instead of using interactive arguments in the function body,
18420 add new argument `confirm'.
18421
5443c9b7
SM
184222009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18423
cb5b40ee
SM
18424 * textmodes/remember.el (remember-buffer):
18425 * progmodes/cperl-mode.el (cperl-vc-header-alist):
18426 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18427 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
18428 * net/newst-treeview.el (newsticker-groups-filename):
18429 * net/newst-backend.el (newsticker-cache-filename):
18430 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18431 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18432 (speedbar-add-ignored-path-regexp, speedbar-line-path)
18433 (speedbar-buffers-line-path, speedbar-path-line)
18434 (speedbar-buffers-line-path):
18435 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18436 (epg-sign-keys):
18437 * epa.el (epa-display-verify-result):
18438 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18439
d6261cc1
GM
184402009-08-21 Glenn Morris <rgm@gnu.org>
18441
3e1ea342
GM
18442 * progmodes/js.el (inferior-moz-process): Fix declaration.
18443
ce86eeb5
GM
18444 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18445
fff28970
GM
18446 * obsolete/rnewspost.el (news-mail-reply):
18447 Use goto-char rather than goto-line.
18448
d93e053b
GM
18449 * term/ns-win.el (ns-open-file-select-line):
18450 Use line-beginning-position rather than goto-line.
18451
d5d105e8
GM
18452 * apropos.el (apropos-command):
18453 * ehelp.el (electric-helpify):
18454 * printing.el (pr-show-setup):
18455 * strokes.el (strokes-help):
18456 * tutorial.el (tutorial--describe-nonstandard-key)
18457 (tutorial--detailed-help):
18458 * woman.el (woman-mini-help, woman-display-extended-fonts):
18459 * calc/calc-help.el (calc-describe-key):
18460 * emulation/edt.el (edt-electric-helpify):
18461 * international/mule-diag.el (mule-diag):
18462 * play/yow.el (apropos-zippy):
18463 * progmodes/python.el (python-describe-symbol):
18464 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18465 * textmodes/table.el (*table--cell-describe-mode)
18466 (*table--cell-describe-bindings):
18467 Use help-print-return-message rather than the now obsolete alias.
18468
a8ab722f 18469 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
18470 (calendar-cursor-to-visible-date):
18471 * play/5x5.el (5x5-position-cursor):
18472 * play/decipher.el (decipher):
18473 * play/gomoku.el (gomoku-goto-xy):
18474 * play/landmark.el (lm-goto-xy):
18475 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18476 (mpuz-paint-digit):
18477 Use forward-line, not goto-line.
a8ab722f 18478
d6261cc1
GM
18479 * mail/rmail.el (rmail-obsolete): Delete custom group.
18480 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18481 (rmail-remote-password, rmail-remote-password-required):
18482 Remove unneeded :set-after and :set properties.
18483
9e846523
MA
184842009-08-21 Michael Albinus <michael.albinus@gmx.de>
18485
18486 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18487
bbe1f502
DN
184882009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
18489
bcc5db24
DN
18490 * loadup.el: Remove leftover macos code.
18491
bbe1f502
DN
18492 * vc-git.el (vc-git-annotate-command): Run asynchronously.
18493 Explicitly pass the date format to git blame so that user local
18494 so that the output format can be parsed.
18495
6fd2d19a
MA
184962009-08-20 Michael Albinus <michael.albinus@gmx.de>
18497
18498 * net/dbus.el (top): Don't check for (getenv
18499 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
18500
31764e15
SM
185012009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
18502
18503 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 18504 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 18505
28930e39
SM
185062009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18507
4fd15622 18508 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 18509 Bug#3287
4fd15622 18510
b3d8e4a0
SM
18511 * help.el (help-print-return-message): Rename from
18512 print-help-return-message.
18513
c9829c70
SM
18514 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18515 cvs-mode-map parent hack.
18516 (log-view-mode): Derive from special-mode.
18517
b932657b
SM
18518 * linum.el (linum-mode): window-size-change-functions is redundant.
18519 Adapt to new window-configuration-change-hook behavior.
18520 (linum-after-size, linum-after-config): Remove.
18521
1b700bca
SM
18522 * imenu.el (imenu-example--name-and-position)
18523 (imenu-example--lisp-extract-index-name)
18524 (imenu-example--create-lisp-index, imenu-example--create-c-index):
18525 Mark as obsolete.
18526
28930e39
SM
18527 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18528 (inferior-prolog-mode): Use it.
18529 (inferior-prolog-load-file): Reset list of errors.
18530
c9af0b68
KH
185312009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18532
18533 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18534
18535 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18536
720c7cd6
MA
185372009-08-19 Michael Albinus <michael.albinus@gmx.de>
18538
18539 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18540 is running already.
18541
03a74b84
SM
185422009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18543
18544 * subr.el (listify-key-sequence-1): Use normal syntax since those
18545 integers are nowadays always represented by the same (positive) number
18546 on all platforms.
18547 (read-key-empty-map): New const.
18548 (read-key-delay): New var.
18549 (read-key): New function.
18550 (force-mode-line-update): Use with-current-buffer.
18551 (locate-user-emacs-file): Don't forget to abbreviate the file name.
18552 (start-process-shell-command, start-file-process-shell-command):
18553 Discourage the use of command-args.
18554
f43e88d4
GM
185552009-08-19 Glenn Morris <rgm@gnu.org>
18556
18557 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18558
890429cc
SM
185592009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18560
85be9ec4
SM
18561 * simple.el (choose-completion-string): Don't rely on
18562 minibuffer-completing-file-name and ad-hoc checks to decide whether
18563 to continue completion or not.
18564
890429cc
SM
18565 * minibuffer.el (minibuffer-hide-completions): New function.
18566 (completion--do-completion): Use it.
18567 (completions-annotations): New face.
18568 (completion--insert-strings): Use it.
18569 (completion-pcm--delim-wild-regex): Add docstring.
18570 (completion-pcm--string->pattern): Add support for 0-width delimiters
18571 in completion-pcm--delim-wild-regex.
18572
265d4549
SM
185732009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
18574
d440b941
SM
18575 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18576 Remove unused var `buffer-modified-p'.
18577
265d4549
SM
18578 * minibuffer.el (completion--do-completion): Move point for the #b001
18579 case as well (bug#4176).
18580 (minibuffer-complete, minibuffer-complete-word): Don't move point.
18581
ba6f7d86
MA
185822009-08-18 Michael Albinus <michael.albinus@gmx.de>
18583
18584 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
18585 and :session buses.
18586
98819490
KH
185872009-08-18 Kenichi Handa <handa@m17n.org>
18588
265d4549
SM
18589 * international/ucs-normalize.el (ucs-normalize-version):
18590 Change to 1.1.
58627cf0
KH
18591 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18592 (utf-8-hfs): Make it perform normalization on encoding too.
18593
98819490
KH
18594 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
18595 (sentence-end-without-space): Delete duplicated chars.
18596 (sentence-end-base): Likewise.
e739cc85
KH
18597
18598 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
18599 (html-mode): Delete duplicated chars from sentence-end-base.
18600
18601 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
18602 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 18603
645b9326
CY
186042009-08-17 Chong Yidong <cyd@stupidchicken.com>
18605
18606 * files.el (hack-one-local-variable): If the mode function is for
18607 a minor mode, pass it an argument (Bug#4148).
18608
56c195af
MA
186092009-08-17 Michael Albinus <michael.albinus@gmx.de>
18610
18611 * net/tramp.el (tramp-register-completion-file-name-handler):
18612 Check also for (member 'partial-completion completion-styles).
18613
7a55c78b
CY
186142009-08-16 Chong Yidong <cyd@stupidchicken.com>
18615
18616 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18617 abbrev (Bug#3943).
18618
be3e598a 186192009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
18620
18621 * progmodes/cperl-mode.el: Merge upstream 6.2.
18622 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18623 (cperl-forward-re): Check cperl-brace-recursing.
18624 (cperl-highlight-charclass): New function.
18625 (cperl-find-pods-heres): Use it.
31cd2dd4 18626 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 18627 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 18628 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
18629 (cperl-beautify-level): Don't process entire regexp.
18630 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18631 calling man.
18632 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18633 (cperl-init-faces): Build a list in the normal way.
18634
81b1f9c9
CY
186352009-08-16 Chong Yidong <cyd@stupidchicken.com>
18636
18637 * calendar/parse-time.el (parse-time-string-chars): Save match
18638 data.
18639
c3732cb8
SM
186402009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
18641
55659495
SM
18642 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18643 (sql-product): Use it.
18644 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18645 (sql-set-product): Add completion.
18646 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18647 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18648 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18649 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18650 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18651 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18652 (sql-highlight-db2-keywords): Remove.
18653 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18654 (sql-highlight-product): Use derived-mode-p.
18655 (sql-set-sqli-buffer): Use with-current-buffer.
18656 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18657 Simplify.
18658
1ae79427
SM
18659 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18660
c3732cb8
SM
18661 * term.el: Fix commenting convention, turn comments into docstrings.
18662
f24b8bf3
CY
186632009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18664
18665 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18666
7b6fefac 186672009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 18668
1200ac26 18669 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
18670 character classes, to handle non-ascii characters (Bug#3190).
18671
186722009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 18673
1abbe4e5
CY
18674 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18675 another heredoc if the user adds another < (Bug#3226).
18676
c3732cb8
SM
18677 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18678 Don't initialize based on window-system (Bug#4124).
19261da4 18679
daad00fc
CY
18680 * facemenu.el (facemenu-read-color): Use a completion function
18681 that accepts any defined color, such as RGB triplets (Bug#3677).
18682
e1bdde78
CY
18683 * files.el (get-free-disk-space): Change fallback default
18684 directory to /. Expand DIR argument before switching to fallback.
18685 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18686
9d73a99e
CY
186872009-08-15 Chong Yidong <cyd@stupidchicken.com>
18688
18689 * files.el (load-library): Doc fix.
18690
68b962d4 186912009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 18692
953e0c1a 18693 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 18694 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 18695 incremental search string.
9d73a99e 18696
c3732cb8 18697 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 18698 XEmacs.
9d73a99e 18699
c3732cb8
SM
18700 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18701 (ediff-merge-region-is-non-clash)
18702 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 18703 Also check if the job is really a merge job.
9d73a99e 18704
c3732cb8 18705 * ediff.el (ediff-current-file): New function.
9d73a99e 18706
2e330adc
CY
187072009-08-15 Chong Yidong <cyd@stupidchicken.com>
18708
18709 * progmodes/js.el: Edit docstrings throughout to follow Emacs
18710 conventions.
c3732cb8 18711 (js-insert-and-indent): Delete function.
2e330adc
CY
18712 (js-mode-map): Don't bind keys to js-insert-and-indent.
18713 (js-beginning-of-defun): Rename from js--beginning-of-defun.
18714 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 18715 (js-auto-indent-flag): Delete variable.
2e330adc 18716
17b5d0f7
CY
187172009-08-14 Chong Yidong <cyd@stupidchicken.com>
18718
c3732cb8
SM
18719 * progmodes/js.el: Remove proclaim statement.
18720 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 18721
ba2d8894
CY
18722 * files.el (auto-mode-alist): Use js-mode for .js files.
18723
c3732cb8 18724 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
18725
18726 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18727
18728 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18729
c3732cb8 18730 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
18731
187322009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 18733 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
18734
18735 * progmodes/js.el: New file.
18736
b6377f1d
MH
187372009-08-14 Mark A. Hershberger <mah@everybody.org>
18738
18739 * timezone.el (timezone-parse-date): Add ability to understand ISO
18740 basic format (minimal separators) dates in addition to the
18741 already-supported extended format dates.
18742
bc0eef46
EZ
187432009-08-14 Eli Zaretskii <eliz@gnu.org>
18744
4e021e65
EZ
18745 * international/ucs-normalize.el: Add a `coding' file variable.
18746
bc0eef46
EZ
18747 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18748
53dab179
SS
187492009-08-14 Sam Steingold <sds@gnu.org>
18750
6801c38a 18751 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 18752
6c58c39c
CY
187532009-08-13 Chong Yidong <cyd@stupidchicken.com>
18754
18755 * faces.el (help-argument-name): Define it here instead of
18756 help-fns.el, because in daemon mode help-fns.el may be loaded when
18757 faces are still uninitialized (Bug#1078).
18758
18759 * help-fns.el (help-argument-name): Move defface to faces.el.
18760
c7baf7e9
NR
187612009-08-13 Nick Roberts <nickrob@snap.net.nz>
18762
18763 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18764 create buffer with a pty but no process so that GDB can make the
18765 inferior the controlling process.
18766
9c40e995 187672009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
18768
18769 * international/ucs-normalize.el: New file.
18770
8cdba32b
RS
187712009-08-13 Richard Stallman <rms@gnu.org>
18772
5c950923
RS
18773 * mail/rmail.el (rmail-get-attr-names):
18774 Accept an attribute header that is too short.
18775
76e1e40b
RS
18776 * mail/rmail.el (rmail-forget-messages):
18777 Ignore nil elt in rmail-message-vector. Use dotimes.
18778
1fc01b08
RS
18779 * progmodes/compile.el (compilation-goto-locus):
18780 Use next-error-move-function.
18781
8cdba32b
RS
18782 * simple.el (next-error-move-function): New variable.
18783
99910cf4
JL
187842009-08-12 Juri Linkov <juri@jurta.org>
18785
18786 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18787 always non-nil. (Bug#4052)
18788
18789 * replace.el (read-regexp): Return empty string when
18790 `default-value' is nil.
18791 (keep-lines-read-args): Don't use empty string as the
18792 default value for `read-regexp'. (Bug#2495)
18793
fc5bdf6c
JL
187942009-08-12 Juri Linkov <juri@jurta.org>
18795
18796 * international/mule-cmds.el (ucs-insert): Change arguments
18797 from `arg' to `character', `count', `inherit' to be the same
18798 as in `insert-char'. Doc fix. (Bug#4039)
18799
18800 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18801
77748848
JL
188022009-08-12 Juri Linkov <juri@jurta.org>
18803
18804 * files-x.el: New file.
18805
18806 * files.el: Move code that deals with adding/deleting
18807 file/directory-local variables to files-x.el.
18808
18809 * Makefile.in (ELCFILES): Add files-x.elc.
18810
c8a44c4e
DD
188112009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
18812
27a9fd5a
DD
18813 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18814 to use `goto-line'.
18815 (gdb-place-breakpoints, gdb-get-location): Rewritten without
18816 `goto-line'.
18817 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 18818 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 18819 threads list.
107ef54a 18820 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 18821 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
18822 (gdb-stopped): ...here so it's sent when first thread stops.
18823 (gdb-registers-handler-custom): Do nothing if register names are
18824 unknown yet.
27a9fd5a 18825
c8a44c4e
DD
18826 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18827 from `gdb-mi.el' to avoid extra tangling.
18828
18829 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 18830 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
18831 (gdb-update-gud-running): No extra fuss for updating frame number.
18832
dfd4e693
SM
188332009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18834
51c4341f
SM
18835 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18836 (describe-language-environment-map, setup-language-environment-map)
18837 (set-coding-system-map): Move initialization into declaration.
18838 (set-language-info-alist): Last arg to define-key-after can be skipped.
18839
18840 * international/quail.el (quail-completion-1): Simplify.
18841 (quail-define-rules): Use slightly more compact code.
18842 (quail-insert-decode-map): Propertize keys, compact columns.
18843
dfd4e693
SM
18844 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18845 Add goto-line.
18846
83326559
MB
188472009-08-10 Miles Bader <miles@gnu.org>
18848
18849 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18850 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18851 (js2-instance-member, js2-private-member, js2-private-function-call)
18852 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18853 (js2-magic-paren, js2-external-variable):
18854 Remove "-face" suffix from face names.
18855 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18856 (js2-highlight-undeclared-vars, js2-peek-token)
18857 (js2-parse-function-params, js2-mode-show-errors)
18858 (js2-mode-show-warnings, js2-make-magic-delimiter)
18859 (js2-mode-highlight-magic-parens): Update to use new face names.
18860
8e754ea2
MA
188612009-08-09 Michael Albinus <michael.albinus@gmx.de>
18862
18863 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18864 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
18865
1c292fc7
CY
188662009-08-09 Chong Yidong <cyd@stupidchicken.com>
18867
18d433a7
CY
18868 * subr.el: Provide hashtable-print-readable.
18869
1c292fc7
CY
18870 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18871 hs-c-like-adjust-block-beginning.
18872 (hs-hide-block-at-point): Stop hiding at the beginning of
18873 hs-block-end-regexp (Bug#700).
18874
2db0ae07
DD
188752009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
18876
18877 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
18878 a macro.
18879 (gdb-registers-handler-custom): Do not fail when register names
18880 are unavailable.
18881
fe4740a6
DD
188822009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
18883
18884 * progmodes/gdb-mi.el (gdb-control-all-threads)
18885 (gdb-control-current-thread): Interactive setters for
18886 `gdb-gud-control-all-threads' to use in menu.
18887 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
18888 (gud-tool-bar-map): Add non-stop/A,T indicator.
18889 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 18890
ce299d55
CY
188912009-08-08 Yoni Rabkin <yoni@rabkins.net>
18892
18893 * net/net-utils.el (net-utils-font-lock-keywords): New var.
18894 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
18895 (net-utils-mode): New mode for viewing diagnostic network output.
18896 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
18897 (net-utils-run-simple): New function.
18898 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 18899
7c4654ad
DD
189002009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
18901
18902 * progmodes/gdb-mi.el (gdb-read-memory-custom)
18903 (gdb-memory-set-address, def-gdb-set-positive-number)
18904 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
18905 after changing settings.
18906 (gdb-invalidate-disassembly): Update when first shown.
18907 (gdb-edit-locals-value): Fixed.
18908 (gdb-registers-handler-custom): Print registers in right order and
18909 allow changing register values (only for current thread yet).
9cbac26b
DD
18910 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
18911 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
18912 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
18913 (gdb-locals-handler-custom, gdb-registers-handler-custom):
18914 Thread info in mode name.
9cbac26b 18915 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 18916
0f25a277
EZ
189172009-08-08 Eli Zaretskii <eliz@gnu.org>
18918
18919 * mail/rmail.el (rmail-add-mbox-headers)
18920 (rmail-set-message-counters-counter): Search for
18921 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
18922
b971be60
GM
189232009-08-08 Glenn Morris <rgm@gnu.org>
18924
18925 * Makefile.in (ELCFILES): Update.
18926
a35d3ad8
EZ
189272009-08-07 Eli Zaretskii <eliz@gnu.org>
18928
6a7662bb
BR
18929 * mail/sendmail.el (mail-yank-original):
18930 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
18931 text is yanked.
18932
8b0bcc2e
EZ
18933 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
18934 to "windows" when "pgnuplot" is used.
6a7662bb
BR
18935 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
18936 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
18937 (calc-graph-init): Don't send -display and -geometry to
18938 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
18939 running "pgnuplot -V" with shell-command-to-string.
18940
18941 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
18942 the default.
18943
189442009-08-07 Eli Zaretskii <eliz@gnu.org>
18945
18946 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
18947 org/org-latex.elc.
18948
3bca7ca5
DN
189492009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
18950
3c53763c
DN
18951 * vc-dispatcher.el (vc-resynch-window): Update comment.
18952
3bca7ca5
DN
18953 * term.el (term-handle-ansi-escape): Add comments with the
18954 terminfo capabilities implemented.
18955
7b217360
DD
189562009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
18957
18958 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
18959 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
18960 (gdb-propertize-header): Move earlier.
18961 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
18962 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
18963 Refresh disassembly buffers only after threads list have been
18964 update.
18965 (gdb-threads-header, gdb-registers-header): Per-buffer header line
18966 variables.
18967
b4d84ecf
JL
189682009-08-04 Juri Linkov <juri@jurta.org>
18969
18970 * files.el: Commands to add/delete file/directory-local variables.
18971 (read-file-local-variable, read-file-local-variable-value)
18972 (read-file-local-variable-mode, modify-file-local-variable)
18973 (modify-file-local-variable-prop-line)
18974 (modify-dir-local-variable): New functions.
18975 (add-file-local-variable, delete-file-local-variable)
18976 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
18977 (add-dir-local-variable, delete-dir-local-variable)
18978 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18979 (copy-dir-locals-to-file-locals-prop-line): New commands.
18980
42da39c1
CY
189812009-08-04 Chong Yidong <cyd@stupidchicken.com>
18982
18983 * abbrev.el (insert-abbrev-table-description): Prettify output.
18984 Suggested by Karl Chen.
18985
98bf8494
DD
189862009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
18987
78b9fb28 18988 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 18989 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
18990 (gdb-overlay-arrow-position, gdb-thread-position)
18991 (gdb-disassembly-position): Declare variables.
18992 (gdb-wait-for-pending): Function now.
18993 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18994 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18995 compilation goes smoothly.
18996 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18997 (gdb-non-stop-setting): New customization setting which replaces
18998 `gdb-non-stop' so changing it doesn't break active GDB session.
18999 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19000 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19001 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19002 (gdb-show-threads-by-default): New customization options.
19003 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19004 routines.
19005 (gdb-get-buffer-create): Send buffers update signal when they are
19006 created.
19007 (gdb-invalidate-locals, gdb-invalidate-registers)
19008 (gdb-invalidate-breakpoints)
19009 (gdb-invalidate-threads, gdb-invalidate-disassembly)
19010 (gdb-invalidate-memory): Accept update signal.
19011 (gdb-current-context-command): Use --frame option.
19012 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19013 Implement `gdb-frame-number' selection logic.
19014 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19015 whether to show GUD toolbar buttons.
19016 (gdb-thread-exited): Unselect current thread when it exits.
19017 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19018 (gdb-mark-line): Routine which sets overlay arrow or inverses
19019 video on fringeless displays.
19020 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19021 to build aligned columns of data in GDB buffers and set text
19022 properties line-by-line.
19023 (gdb-invalidate-breakpoints)
19024 (gdb-breakpoints-list-handler-custom)
19025 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19026 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19027 (gdb-registers-handler-custom): Align data columns.
19028 (gdb-locals-handler-custom): Now prints data like in variable
19029 declarations.
19030 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 19031 Remove confusing buttons.
78b9fb28
DD
19032 (gdb-invalidate-threads): Append --frame.
19033 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19034 between breakpoints/threads buffers.
19035 (gdb-set-window-buffer): Now can ignore dedicated windows.
19036 (gdb-propertize-header): Use `gdb-set-window-buffer'.
19037 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19038 (def-gdb-thread-buffer-gud-command): Replaces
19039 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19040 for fine thread control.
19041 (gdb-preempt-existing-or-display-buffer): New function used to
19042 display bound buffers without breaking window layout.
19043 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19044 (gdb-select-frame): New version of `gdb-frames-select' which now
19045 sets `gdb-frame-number' so commands may use --frame option instead
19046 of inner debugger state.
19047 (gdb-frame-handler): Do not set `gdb-frame-number'.
19048 (gdb-threads-mode-map): Select threads with mouse.
19049
19050 * progmodes/gud.el (gdb-gud-context-call): Declare function to
19051 avoid compilation warning.
19052 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19053 `gdb-show-stop-p`.
19054
566f3909
DD
19055 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19056 Argument `key' renamed to `buffer-type'.
19057 (gdb-current-context-buffer-name): Do not add thread info to
19058 buffer name when no thread is selected.
19059 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19060 command (bug 3794).
19061 (gdb-thread-selected): Handle `=thread-selected' notification.
19062 (gdb-wait-for-pending): New macro to deal with congestion problems.
19063 (gdb-breakpoints-list-handler-custom): Don't fail on pending
19064 breakpoints.
7b6fefac
JB
19065 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19066 This fixes problem similar to one described in bug 3947.
566f3909
DD
19067 (gud-menu-map): More menu items.
19068 (gdb-init-1): Reset `gdb-thread-number' to nil.
19069
4a31122c
DD
19070 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19071 non-stop settings.
19072
19073 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19074 (gdb-current-context-command): Do not append --thread if
19075 `gdb-thread-number' is nil.
6a7662bb
BR
19076 (gdb-running-threads-count, gdb-stopped-threads-count):
19077 New variables.
4a31122c 19078 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
19079 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19080 New customization options.
4a31122c
DD
19081 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19082 GUD commands.
7b6fefac 19083 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
19084 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19085 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19086 set `gdb-thread-number' and update `gud-running' properly.
19087 (gdb-running): Update threads list when new threads appear.
19088 (gdb-stopped): Support non-stop operation and new thread switching
19089 logic.
19090 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19091 (gdb-json-partial-output): New set of JSON routines.
19092 (def-gdb-auto-update-trigger): New `signal-list' optional
19093 argument.
19094 (gdb-thread-list-handler-custom): Update `gud-running',
19095 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19096 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19097 (gdb-continue-thread, gdb-step-thread): New commands for fine
19098 thread execution control.
19099 (gud-menu-map): New menu items to switch non-stop options.
19100 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 19101 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
19102
19103 * progmodes/gdb-mi.el (gdb-rules-name-maker)
19104 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19105 gdb-buffer-rules.
19106 (def-gdb-auto-update-handler): New nopreserve optional argument.
19107 (gdb-stack-list-frames-custom): Print stack from top to bottom.
19108
88b5a757 19109 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
19110 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19111 (gdb-parent-mode): New mode to derive other GDB modes from.
19112 (gdb-display-disassembly-for-thread)
19113 (gdb-frame-disassembly-for-thread): New commands for threads
19114 buffer.
19115
19116 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19117 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
19118 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19119 (gdb-update): We now store all GDB buffers in a list so that they
19120 can be updated by traversing a list instead of calling invalidate
7b6fefac 19121 triggers explicitly.
a5c9f540
DD
19122 (def-gdb-trigger-and-handler): New macro to define trigger-handler
19123 pair for GDB buffer.
19124 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
19125 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19126 handle pending triggers.
19127 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19128 (def-gdb-thread-buffer-simple-command)
19129 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19130 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
19131 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19132 New commands which show buffers bound to thread.
88b5a757 19133 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 19134
7b6fefac
JB
19135 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19136 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
19137 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19138 to (gud-comint-buffer) in *-buffer-name functions
19139 because (gdb-get-target-string) already does that.
19140 (gdb-locals-handler-custom, gdb-registers-handler-custom)
19141 (gdb-changed-registers-handler): Rewritten without regexps.
19142
ba214964 19143 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
19144 (gdb-thread-number): New variable.
19145 (gdb-current-context-command): New macro which adds --thread
19146 option to command.
7b6fefac 19147 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 19148 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 19149 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
19150 (gdb-select-thread): New command which selects current thread.
19151 (gdb-invalidate-frames, gdb-invalidate-locals)
19152 (gdb-invalidate-registers): Use --thread option.
20f12ed8 19153
2ac33804
MA
191542009-08-04 Michael Albinus <michael.albinus@gmx.de>
19155
19156 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 19157 robust. (Bug#3977)
2ac33804
MA
19158 (tramp-handle-insert-file-contents): `unwind-protect' must be
19159 inside `with-parsed-tramp-file-name'.
19160
19161 * net/tramp-gvfs.el (top): Remove superfluous message when loading
19162 fails.
19163
39d0296f
NR
191642009-08-03 Nick Roberts <nickrob@snap.net.nz>
19165
19166 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19167 directory if CLASSPATH is not set.
19168
adcbca53
MA
191692009-08-03 Michael Albinus <michael.albinus@gmx.de>
19170
7b6fefac
JB
19171 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19172 New defconst.
7ef849b6 19173 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 19174
30924b0b
CY
191752009-08-02 Kevin Ryde <user42@zip.com.au>
19176
7b6fefac
JB
19177 * net/newst-backend.el (newsticker--raw-url-list-defaults):
19178 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 19179
b6ce92f1
CY
191802009-08-02 Chong Yidong <cyd@stupidchicken.com>
19181
d977a092
CY
19182 * select.el (x-set-selection): Doc fix (Bug#4021).
19183
19184 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19185
b6ce92f1
CY
19186 * help-fns.el (describe-variable): Treat list return values from
19187 dir-locals-find-file properly (Bug#4005).
19188
7b6fefac 191892009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
19190
19191 * net/tramp.el (tramp-debug-message): Print also microseconds.
19192
191932009-08-02 Michael Albinus <michael.albinus@gmx.de>
19194
19195 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19196 or END is non-nil.
19197 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19198 (tramp-get-debug-buffer): Change `outline-regexp' according to new
19199 format.
19200
5ce6e4f4 19201 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
19202 (tramp-get-file-property): Use it.
19203
6a7662bb
BR
19204 * autorevert.el (auto-revert-handler):
19205 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 19206
2aafe808
JR
192072009-08-02 Jason Rumney <jasonr@gnu.org>
19208
19209 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 19210 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 19211
e094097c
CY
192122009-08-02 Chong Yidong <cyd@stupidchicken.com>
19213
19214 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
19215 (font-lock-variable-name-face, font-lock-constant-face):
19216 Darken the colors for light backgrounds.
e094097c 19217
de94f281
EZ
192182009-08-01 Eli Zaretskii <eliz@gnu.org>
19219
19220 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19221 month names. (Bug#3987)
19222
54b99340
CY
192232009-07-31 Chong Yidong <cyd@stupidchicken.com>
19224
19225 * simple.el (line-move-finish): Pass whole number to
19226 line-move-to-column.
34be836c 19227 (line-move-visual): Perform hscroll to the recorded position.
54b99340 19228
38216c30
JB
192292009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
19230
19231 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19232
c779896d
CY
192332009-07-29 Alan Mackenzie <acm@muc.de>
19234
19235 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19236
592ccae0
DD
192372009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
19238
35edc6c6
DD
19239 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19240 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 19241
5a9e3ab7
JB
192422009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
19243
19244 * calc/calc.el (calc-mode-map): Add keybinding for
19245 `calc-transpose-lines'.
19246
7b6fefac 192472009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
19248
19249 * calc/calc-misc.el (calc-transpose-lines): New function.
19250
905fb90e
MA
192512009-07-28 Michael Albinus <michael.albinus@gmx.de>
19252
19253 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19254 Simplify check for out-of-band methods.
19255 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19256 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
19257
76e14464
DN
192582009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19259
19260 * vc-git.el (vc-git-checkin): Fix typo.
19261
6088b51f 192622009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
19263
19264 * progmodes/js2-mode.el: New file.
19265
b85157fe
NR
192662009-07-28 Nick Roberts <nickrob@snap.net.nz>
19267
19268 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19269 (gud-menu-map): Adjust tooltip accordingly.
19270
d43c2b06
DN
192712009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19272
1c0f0c3b
DN
19273 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19274 (vc-bzr-log-view-mode): Adjust log-view-file-re.
19275
d43c2b06
DN
19276 * add-log.el (change-log-mode-map): Add a menu.
19277
3dec5c36
MA
192782009-07-27 Michael Albinus <michael.albinus@gmx.de>
19279
19280 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19281 function returns nil.
19282 (dbus-handle-event): Handle special return value :ignore.
19283 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19284
5704140c
CY
192852009-07-26 Chong Yidong <cyd@stupidchicken.com>
19286
19287 * view.el (view-mode-enable): Don't define Helper-return-blurb if
19288 it's not needed.
19289
3077d1f6
EZ
192902009-07-25 Eli Zaretskii <eliz@gnu.org>
19291
19292 Fix Bug#3888:
19293
19294 * w32-vars.el (x-select-enable-clipboard): Doc fix.
19295
19296 * term/pc-win.el (x-display-name, x-colors)
19297 (x-select-enable-clipboard, x-select-text): Doc fix.
19298
19299 * term/common-win.el (x-display-name, x-colors): Doc fix.
19300
19301 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19302 (xw-defined-colors): Doc fix.
19303
19304 * w32-fns.el (x-select-text, x-setup-function-keys)
19305 (x-get-selection, x-set-selection): Doc fix.
19306
19307 * term/x-win.el (x-select-text, x-setup-function-keys)
19308 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19309
19310 * select.el (x-set-selection): Doc fix.
19311
51768bc8
MA
193122009-07-25 Michael Albinus <michael.albinus@gmx.de>
19313
19314 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19315 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
19316 "IsNSSSupportAvailable" method is not available.
19317 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 19318
b11c2874
KH
193192009-07-24 Kenichi Handa <handa@m17n.org>
19320
19321 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 19322 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
19323 (build-unicode-category-table): Fix range checks.
19324
ba83b7b6
DN
193252009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19326
19327 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19328 the buffer we try to sync is current when calling
19329 vc-resynch-buffer.
19330
19331 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19332 not show up to date files.
19333
7a8ae964
GM
193342009-07-24 Glenn Morris <rgm@gnu.org>
19335
19336 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19337 Add autoload cookies. If necessary, initialize.
19338 (elint-log): Handle non-file buffers.
19339 (elint-initialize): Add optional argument to reinitialize.
19340 (elint-find-builtin-variables): Save excursion.
19341
a707eb05
DN
193422009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19343
19344 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19345 for Lint.
19346
0a2ddfa6
DN
193472009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19348
d6a62b0d
DN
19349 * vc.el (vc-print-log-internal): New function, split out from ...
19350 (vc-print-log): ... here.
10b5dcad 19351 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 19352
0a2ddfa6
DN
19353 * vc-git.el (vc-git-add-signoff): New variable.
19354 (vc-git-checkin): Use it.
19355 (vc-git-toggle-signoff): New function.
19356 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
19357 (vc-git--run-command-string): Accept a nil FILE argument.
19358 (vc-git-stash-list): New function.
19359 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 19360
589a99f2
GM
193612009-07-23 Glenn Morris <rgm@gnu.org>
19362
19363 * help-fns.el (describe-variable): Describe ignored and risky local
19364 variables in a similar way to that in which we describe safe ones.
19365
19366 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19367 (byte-compile-output-file-form, byte-compile-output-docform)
19368 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19369 Give some more local variables with common names a "bytecomp-" prefix,
19370 so as not to shadow things during compilation.
19371 * emacs-lisp/cl-macs.el (load-time-value)
19372 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19373 `outbuffer' to `bytecomp-outbuffer'.
19374
19375 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19376 since the next two variables cover them automatically now.
19377 (elint-builtin-variables, elint-autoloaded-variables): New.
19378 (elint-unknown-builtin-args): Remove all members, since they can be
19379 parsed automatically now.
19380 (elint-extra-errors): New.
19381 (elint-env-add-env, elint-env-add-macro): Use cadr.
19382 (elint-current-buffer): Use or. Change final message.
19383 (elint-get-top-forms): Use line-end-position.
19384 (elint-init-env): Use cadr. Handle autoload, declare-function,
19385 and defalias.
19386 (elint-add-required-env): Doc fix. Use or. Standardize error.
19387 (regexp-assoc): Remove unused function.
19388 (elint-top-form): Set elint-current-pos, to record the start of the
19389 top-level form, for compilation-mode.
19390 (elint-form): Trap errors in macro expansion. Use dolist.
19391 (elint-unbound-variable): Use elint-builtin-variables and
19392 elint-autoloaded-variables.
19393 (elint-get-args): Use cadr, or.
19394 (elint-check-cond-form): Use dolist, cadr.
19395 (elint-check-condition-case-form): Doc fix. Use cadr.
19396 Use elint-extra-errors.
19397 (elint-log): New function.
19398 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19399 Distinguish errors and warnings.
19400 (elint-log-message): Use with-current-buffer. Inhibit read-only.
19401 Use a bytecomp-style format.
19402 (elint-clear-log): Preserve default-directory. Inhibit read-only.
19403 (elint-get-log-buffer): Use compilation mode. Disable undo.
19404 Don't truncate lines.
19405 (elint-initialize): Set builtin and autoloaded variable lists.
19406 Only process elint-unknown-builtin-args if non-nil.
19407 (elint-find-builtin-variables, elint-find-autoloaded-variables):
19408 New functions.
19409 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
19410
855b42a2
GM
194112009-07-22 Kevin Ryde <user42@zip.com.au>
19412
19413 * net/newst-backend.el (newsticker--parse-atom-1.0)
19414 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19415 (newsticker--parse-rss-1.0):
19416 * progmodes/idlwave.el (idlwave-mode):
19417 * progmodes/idlw-shell.el (idlwave-shell-mode):
19418 * progmodes/vera-mode.el (vera-mode):
19419 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19420 * progmodes/vhdl-mode.el (vhdl-mode):
19421 * textmodes/table.el (table-generate-source)
19422 (table--warn-incompatibility):
19423 Hyperlink urls in docstrings with URL `...'.
19424
fd413a37
GM
194252009-07-22 Glenn Morris <rgm@gnu.org>
19426
cb711556
GM
19427 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19428 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19429 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19430 Remove leading * from defcustom docs.
19431
fd413a37
GM
19432 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
19433
19434 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19435 defcustom doc.
19436 (list-load-path-shadows): Optionally, just return shadows as a string.
19437
19438 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19439
a4f69701
CY
194402009-07-21 Chong Yidong <cyd@stupidchicken.com>
19441
6a7662bb
BR
19442 * mail/rmailedit.el (rmail-edit-mode):
19443 Use auto-save-include-big-deletions.
a4f69701 19444
6a7662bb
BR
19445 * mail/rmail.el (rmail-variables):
19446 Use auto-save-include-big-deletions.
a4f69701
CY
19447
19448 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19449 changes.
19450
ec06459c
JB
194512009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19452
19453 * calc/calc.el (calc-undo-length): New variable.
19454 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19455
b41b0976
RS
194562009-07-21 Richard Stallman <rms@gnu.org>
19457
19458 * files.el (auto-save-mode): Handle buffer-save-size = -2
19459 for toggling mode.
19460
4ed32706
GM
194612009-07-21 Glenn Morris <rgm@gnu.org>
19462
531b1264
GM
19463 * textmodes/ispell.el (ispell-looking-back): Update declaration.
19464
55d27f41
GM
19465 * calendar/todo-mode.el (calendar-current-date): Update declaration.
19466
02df3f4d
GM
19467 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19468 silence compiler. Instead...
19469 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19470 (ps-print-ensure-fontified): Update for above function name changes.
19471
fdd8417e
GM
19472 * printing.el (pr-mh-get-msg-num, pr-mh-show)
19473 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19474 silence compiler. Instead...
19475 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19476 (mh-show-buffer): Only define for compiler.
19477 (pr-mh-current-message): Update for above function name changes.
19478
4ed32706
GM
19479 * files.el (abort-if-file-too-large): Explicitly pass `filename'
19480 as an argument.
19481 (find-file-noselect, insert-file-1): Update for above change.
19482
19483 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19484
19485 * mail/mailclient.el (mailclient-send-it): Fix message.
19486
19487 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19488 (edebug-eval): Check cl-debug-env is bound.
19489 (print-level, print-circle): Don't redefine built-in variables.
19490
19491 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19492 (custom-print-vectors): Remove old comments from doc.
19493
19494 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19495 (emerge-version): Make the variable an obsolete alias for the
19496 emacs-version variable. Make the function obsolete.
19497 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19498 Emerge options, rather than merging in into the main Options menu.
19499 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
19500 and auto advance modes. Disable edit/fast items when not relevant.
19501
86812144
CY
195022009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19503
19504 * term/vt420.el (terminal-init-vt420): Fix typo.
19505
6bb90094
SS
195062009-07-20 Sam Steingold <sds@gnu.org>
19507
19508 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19509 variable (removed from compile.el on 2004-03-11).
19510
42e0a725
CY
195112009-07-20 Chong Yidong <cyd@stupidchicken.com>
19512
19513 * files.el (hack-local-variables-filter): Fix last change.
19514
2ee20f24
JL
195152009-07-19 Juri Linkov <juri@jurta.org>
19516
19517 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19518 (dir-local-variables-alist): New buffer-local variable.
19519 (hack-local-variables-filter): If variable is not dir-local,
19520 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19521 because file-local overrides dir-local.
3570691b 19522 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
19523 Remove obsolete declaration.
19524 (hack-dir-local-variables): Add dir-local variable/value pair to
19525 `dir-local-variables-alist' and remove duplicates. Doc fix.
19526
19527 * help-fns.el (describe-variable): Add information about
19528 file-local and dir-local variables.
19529
89bf83cd
CY
195302009-07-19 Chong Yidong <cyd@stupidchicken.com>
19531
19532 * files.el (hack-local-variables-filter): Rewrite.
19533
1a8d3541
GM
195342009-07-19 Glenn Morris <rgm@gnu.org>
19535
d9e8a018
GM
19536 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19537 Silence compiler by only defining on XEmacs.
19538
da332cfb
GM
19539 * international/mule.el (auto-coding-regexp-alist): Only match
19540 BABYL... at the start of buffer, not of lines. (Bug#3790)
19541
1a8d3541
GM
19542 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19543 non-calendar buffers (Bug#3862). Restore "not on a date" message.
19544 (cal-menu-context-mouse-menu): Doc fix.
19545
19546 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19547
19548 * simple.el (mail-user-agent): Doc fix. Set :version tag.
19549
d842b103
JL
195502009-07-18 Juri Linkov <juri@jurta.org>
19551
19552 * info.el: Virtual Info keyword finder.
3570691b 19553 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
19554 (Info-finder-file): New variable.
19555 (Info-finder-find-file): New function.
19556 (finder-known-keywords, finder-package-info)
19557 (find-library-name, lm-commentary): Use defvar and
19558 declare-function to silence compiler warnings.
19559 (Info-finder-find-node): New function.
19560 (info-finder): New command.
19561
19562 * subr.el (process-kill-buffer-query-function): New function.
19563 (add-hook)<kill-buffer-query-functions>: Add hook
19564 `process-kill-buffer-query-function'.
19565
10d37df7
AM
195662009-07-18 Alan Mackenzie <acm@muc.de>
19567
7b6fefac 19568 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
19569 (c-postprocess-file-styles): Give invocation of `c-set-style'
19570 DONT-OVERRIDE parameter of t. Already set style variables will
19571 thus not be overridden by style settings given by `c-file-syle'.
19572
19573 * files.el (hack-local-variables-filter): Remove entries with
19574 duplicate keys from `file-local-variables-alist'.
19575
102e1a41
EZ
195762009-07-18 Eli Zaretskii <eliz@gnu.org>
19577
19578 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19579 x-set-selection if display-selections-p returns nil for the
19580 current frame.
19581
16f2e9fc
CY
195822009-07-18 Chong Yidong <cyd@stupidchicken.com>
19583
19584 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19585
f22693fc
EZ
195862009-07-18 Eli Zaretskii <eliz@gnu.org>
19587
a6c2c80c
EZ
19588 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19589 Accept nil in addition to a regexp.
19590 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19591 Accept nil in addition to a regexp.
19592 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19593 buffers that have an associated file. Handle nil values of
19594 desktop-buffers-not-to-save and desktop-files-not-to-save.
19595 (Bug#3833)
19596
f22693fc
EZ
19597 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19598 (x-disown-selection-internal): New functions.
19599
e456379a
NR
196002009-07-18 Nick Roberts <nickrob@snap.net.nz>
19601
19602 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19603 warning.
19604 (gdb-breakpoints-header): Move forward to avoid compiler warning.
19605 (gdb-make-header-line-mouse-map): Remove duplicate definition.
19606
0013b70f
CY
196072009-07-18 David De La Harpe Golden <david@harpegolden.net>
19608
19609 * simple.el (set-mark): Revert last change.
19610
0855c2ca
CY
196112009-07-17 Tassilo Horn <tassilo@member.fsf.org>
19612
19613 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19614 rendering of pngs is not possible instead of messaging a long
19615 description.
19616
3f5c9cad
CY
196172009-07-17 David De La Harpe Golden <david@harpegolden.net>
19618
19619 * w32-fns.el (x-selection-owner-p): New function.
19620
19621 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
19622 (mouse-yank-at-click, mouse-yank-primary):
19623 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 19624 insertion.
3f5c9cad
CY
19625
19626 * simple.el (deactivate-mark, set-mark): Only save selection if we
19627 own it.
19628
1fc87f9b
KH
196292009-07-17 Kenichi Handa <handa@m17n.org>
19630
19631 * case-table.el (describe-buffer-case-table): Fix for the case
19632 that KEY is a cons.
19633
d56fdcd2
DN
196342009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19635
19636 * vc-rcs.el (vc-rcs-find-file-hook):
19637 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19638
bede3e9f
MA
196392009-07-16 Michael Albinus <michael.albinus@gmx.de>
19640
19641 * net/tramp.el (tramp-wait-for-output): Handle the case when
19642 commands do not return a newline but a null byte before the shell
19643 prompt. (Bug#3858)
19644
7653ca1d
YM
196452009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19646
19647 * term/ns-win.el (ns-set-alpha): Don't declare.
19648 (ns-set-background-alpha): Remove function.
19649
ed2a52e9
SM
196502009-07-16 Kevin Ryde <user42@zip.com.au>
19651
19652 * emacs-lisp/copyright.el (copyright-update): Save match-data across
19653 y-or-n-p, for safety.
19654
7a907299
RS
196552009-07-16 Richard Stallman <rms@gnu.org>
19656
19657 * files.el (auto-save-mode): If buffer-saved-size is -2,
19658 don't clobber it.
19659
19660 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19661 (rmail-retry-ignored-headers): Add more uninteresting fields.
19662
c0db3477
CY
196632009-07-15 Jari Aalto <jari.aalto@cante.net>
19664
19665 * net/rcirc.el (rcirc): Use history variables.
19666 (rcirc-server-name-history, rcirc-nick-name-history)
19667 (rcirc-server-port-history): New variables.
19668
6c875452
KH
196692009-07-15 Kenichi Handa <handa@m17n.org>
19670
bf974dc9
KH
19671 * international/mule-cmds.el (set-language-environment-charset):
19672 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19673 ignore them.
19674
6c875452
KH
19675 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19676 Delete unibyte-display.
19677
2066b4fe
CY
196782009-07-15 Chong Yidong <cyd@stupidchicken.com>
19679
19680 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19681
f9be2e35
CY
196822009-07-15 Chong Yidong <cyd@stupidchicken.com>
19683
19684 * simple.el (deactivate-mark): Optional argument FORCE.
19685 (set-mark): Use deactivate-mark.
19686
19687 * info.el (Info-search): No need to check transient-mark-mode
19688 before calling deactivate-mark.
19689
19690 * select.el (x-set-selection): Doc fix.
19691 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
19692 (xselect--selection-bounds): Handle buffer values.
19693 Suggested by David De La Harpe Golden.
f9be2e35 19694
6a7662bb
BR
19695 * mouse.el (mouse-set-region, mouse-drag-track):
19696 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
19697 select-active-regions work.
19698
be3e598a 196992009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
19700
19701 * simple.el (deactivate-mark): If select-active-regions is
19702 non-nil, copy the selection data into a string.
19703 (activate-mark): If select-active-regions is non-nil, set the
19704 selection to the current buffer.
19705 (set-mark): Update selection if select-active-regions is non-nil.
19706
19707 * select.el (x-valid-simple-selection-p): Allow buffer values.
19708
cbd61418
SM
197092009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
19710
19711 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19712 and more featureful message-mode.
19713
f470187f
CY
197142009-07-14 Chong Yidong <cyd@stupidchicken.com>
19715
19716 * select.el (x-set-selection): Doc fix.
19717 (x-valid-simple-selection-p): Disallow selection data consisting
19718 of a list or cons of integers, since that is not used.
19719 (xselect--selection-bounds, xselect--int-to-cons): New functions.
19720 (xselect-convert-to-string, xselect-convert-to-length)
19721 (xselect-convert-to-filename, xselect-convert-to-charpos)
19722 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19723
bfc99364
DD
197242009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
19725
19726 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19727 output in -break-info command (Emacs bug #3794).
19728
e32721f5
GM
197292009-07-14 Glenn Morris <rgm@gnu.org>
19730
1e46f9e4
GM
19731 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19732 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19733 (edebug-print-length, edebug-print-level, edebug-print-circle)
19734 (edebug-sit-for-seconds, edebug-view-outside)
19735 (edebug-bounce-point, edebug-set-global-break-condition)
19736 (edebug-Go-nonstop-mode, edebug-trace-mode)
19737 (edebug-Trace-fast-mode, edebug-continue-mode)
19738 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19739 (edebug-visit-eval-list): Doc fixes.
19740
e32721f5
GM
19741 * subr.el (def-edebug-spec): Doc fix.
19742
66a85e76
KH
197432009-07-14 Kenichi Handa <handa@m17n.org>
19744
19745 * international/characters.el: Fix setting of category ?C.
19746
28571246
JD
197472009-07-13 Jan Djärv <jan.h.d@swipnet.se>
19748
7b6fefac 19749 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
19750 ns-popup-font-panel instead of generate-fontset-menu.
19751
5d74672c
EZ
197522009-07-12 Eli Zaretskii <eliz@gnu.org>
19753
7b6fefac 19754 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 19755
eb1727a4
CY
197562009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
19757
19758 * arc-mode.el (archive-find-type): Allow for a PK00 string before
19759 the PK\003\004 header (Bug#3770).
19760
208384c5
CY
197612009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
19762
19763 * pcomplete.el (pcomplete-comint-setup): Check for
19764 shell-dynamic-complete-filename too.
19765
774409a1
CY
197662009-07-11 Chong Yidong <cyd@stupidchicken.com>
19767
19768 * simple.el (temporary-goal-column): Change the value for
19769 line-move-visual to a cons cell.
19770 (line-move-visual): Record or set the window hscroll, if
19771 necessary (Bug#3494).
19772 (line-move-1): Handle cons value of temporary-goal-column.
19773
1639ee1d
KH
197742009-07-11 Kenichi Handa <handa@m17n.org>
19775
19776 * international/mule-diag.el (describe-character-set): Don't show
19777 width.
19778
2b1d2412
SS
197792009-07-10 Sam Steingold <sds@gnu.org>
19780
19781 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19782 Omake sometimes indents the errors it prints, so allow all
19783 regexps to start with spaces.
19784
ed3a5691
EZ
197852009-07-10 Eli Zaretskii <eliz@gnu.org>
19786
ed2a52e9
SM
19787 * cus-edit.el (customize-changed-options-previous-release):
19788 Bump value to 22.1. (Bug#3804)
ed3a5691 19789
49405d0e
SS
197902009-07-08 Sam Steingold <sds@gnu.org>
19791
19792 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19793 to be a cons cell (test . ignored-directory) to selectively ignore
19794 some directories depending on the location of the search.
19795
93c3eb7c
MA
197962009-07-08 Michael Albinus <michael.albinus@gmx.de>
19797
19798 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19799 remote user is root, on the local host.
19800 (tramp-local-host-p): Either the local user or the remote user
19801 must be root. (Bug#3771)
19802
6f2a8484
NR
198032009-07-08 Nick Roberts <nickrob@snap.net.nz>
19804
19805 * progmodes/gdb-mi.el (gdb): Remove description of
19806 gdb-use-separate-io-buffer.
69cb8d82 19807 (menu): Don't allow toggling of or enable
6f2a8484
NR
19808 gdb-use-separate-io-buffer from menubar.
19809
88d03607
CY
198102009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
19811
19812 * mail/unrmail.el (unrmail): Make sure the message ends with two
19813 newlines (Bug#3769).
19814
7ef5b8b2
GM
198152009-07-08 Glenn Morris <rgm@gnu.org>
19816
19817 * calendar/calendar.el (calendar-current-date): Rework previous change.
19818
3ce82f97
GM
198192009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
19820
19821 * calendar/calendar.el (calendar-current-date):
19822 Add an optional argument giving an offset from today.
19823
f35fc841
GM
198242009-07-08 Glenn Morris <rgm@gnu.org>
19825
19826 * tutorial.el (tutorial--describe-nonstandard-key):
19827 Adjust the message for when a key has been unbound.
19828 (help-with-tutorial): Hide the arch-tag.
19829
40149292
KH
198302009-07-08 Kenichi Handa <handa@m17n.org>
19831
69cb8d82
KH
19832 * international/fontset.el (setup-default-fontset): For each
19833 script, append (not set) font-specs.
19834
40149292
KH
19835 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19836 docstring.
19837
ff0c4194
NR
198382009-07-08 Nick Roberts <nickrob@snap.net.nz>
19839
19840 * progmodes/gdb-mi.el (gdb-init-1): Move sending
19841 -data-list-register-names to ...
19842 (gdb-starting): ... here because GDB 7.0 requires execution to
19843 have started when using this MI command.
19844 (gdb-set-header): New function to distinguish select and
19845 unselected tabs in gdb buffers.
19846 (gdb-propertize-header): New macro that uses gdb-set-header.
19847 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 19848 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 19849
8954c675
CY
198502009-07-07 Chong Yidong <cyd@stupidchicken.com>
19851
19852 * Makefile.in (ELCFILES): Remove fadr.elc.
19853
0996385d
DD
198542009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
19855
dc6b4519
DD
19856 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19857 may contain frame information, so `string-match' should be used.
19858 (gdb-update): Disassembly is invalidated through
19859 `gdb-get-selected-frame'.
19860 (gdb-pad-string): New function to pad string with spaces.
19861 (gdb-invalidate-disassembly): Invalidate only if the buffer
19862 exists.
19863 (gdb-disassembly-handler-custom): Column alignment.
19864 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19865 placing new ones.
19866 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19867 end of line, too.
19868 (gdb-frame-handler): Match convention to for disassembly buffer
19869 mode name.
17c1380b 19870 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
19871 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19872 not highlight breakpoints without line information.
69a197a2 19873 (gdb-input): Add trailing newline to command.
dc6b4519 19874
14340b25
DD
19875 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
19876 buffer properly.
19877 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 19878 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
19879 now.
19880 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
19881 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
19882 to place breakpoints.
14340b25
DD
19883 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
19884 functions.
19885 (gdb-disassembly-handler-custom): Show overlay arrow.
19886 (gdb-disassembly-place-breakpoints): Show breakpoints in
19887 disassembly buffer.
19888 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 19889 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 19890 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 19891 in `gud-menu-map'.
14340b25 19892
38d4f316 19893 * fadr.el: Remove.
1f2a6224 19894
7b6fefac 19895 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 19896 (gdb-memory-address): New variable which holds top address of
7b6fefac 19897 memory page shown in memory buffer.
6a7662bb
BR
19898 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
19899 New customization variables.
0996385d
DD
19900 New functions:
19901 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
19902 display the memory buffer.
19903 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
19904 buffer display parameters.
19905 (def-gdb-memory-format, gdb-memory-format-binary)
19906 (gdb-memory-format-octal, gdb-memory-format-unsigned)
19907 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
19908 Functions for setting memory buffer format.
19909 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19910 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19911 unit size used in memory buffer.
6a7662bb
BR
19912 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
19913 Switch to next/previous page of memory buffer.
28d67a53 19914 Now using (bindat-get-field) instead of fadr functions.
0996385d 19915
9ba562d3
SS
199162009-07-07 Sam Steingold <sds@gnu.org>
19917
19918 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
19919 non-top-level files.
19920
a43977db
KH
199212009-07-07 Kenichi Handa <handa@m17n.org>
19922
6a7662bb
BR
19923 * international/mule-cmds.el (reset-language-environment):
19924 Put the highset priority to the charset iso-8859-1.
a43977db 19925
d44d05e8
CY
199262009-07-06 Chong Yidong <cyd@stupidchicken.com>
19927
19928 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
19929 to the end of the line when locating the block (Bug#700).
19930
3e2fa353
MA
199312009-07-06 Michael Albinus <michael.albinus@gmx.de>
19932
19933 * net/tramp.el (tramp-handle-write-region): Flush file properties
19934 in case of short track.
19935
be3e598a 199362009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 19937
bf0b361c
JB
19938 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
19939 Coded custom representation of verilog error regular expressions
19940 to work with Emacs-22's new format.
d88782c3 19941 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 19942 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
19943 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
19944 error recognition into XEmacs.
19945 (verilog-error-regexp-add-emacs): Hook routine to install verilog
19946 error recognition into Emacs-22.
19947
25c6f63e
CY
199482009-07-06 Chong Yidong <cyd@stupidchicken.com>
19949
19950 * woman.el: Remove stand-alone closing parentheses.
19951 (woman-file-name, woman2-format-paragraphs)
19952 (woman-leave-blank-lines): Code cleanup.
19953 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
19954 (woman-italic, woman-bold, woman-unknown, woman-addition):
19955 Change defaults to inherit from default faces.
25c6f63e
CY
19956 (woman2-process-escapes): Consume the newline after a stand-alone
19957 filler character (Bug#3651).
19958
f176290e
GM
199592009-07-06 Glenn Morris <rgm@gnu.org>
19960
19961 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
19962 (top-level): Move provide to the end.
19963 (ffap): Remove defunct URL from custom group.
19964
19965 * subr.el (eval-after-load): Doc fix.
19966
7b6fefac 199672009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
19968
19969 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
19970 `calc-embedded-word' is called twice.
19971
4b8b1ec5
SM
199722009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19973
19974 * files.el (find-alternate-file-other-window, find-alternate-file):
19975 Obey confirm-nonexistent-file-or-buffer.
19976
d6ceb380
MA
199772009-07-05 Michael Albinus <michael.albinus@gmx.de>
19978
19979 * dired-aux.el (dired-show-file-type): Handle remote files.
19980
be3e598a 199812009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 19982
4b8b1ec5
SM
19983 * desktop.el (desktop-globals-to-save):
19984 Add file-name-history (Bug#2750).
c760f19e 19985
6d00ce04
CY
199862009-07-05 Chong Yidong <cyd@stupidchicken.com>
19987
4b8b1ec5 19988 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 19989
6ee21b07
JB
199902009-07-04 Johan Bockgård <bojohan@gnu.org>
19991
19992 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19993 property on entire argument since this is what eshell-lisp-command
19994 expects.
19995
f0dbdc25
MA
199962009-07-03 Michael Albinus <michael.albinus@gmx.de>
19997
19998 * net/tramp-gvfs.el (tramp-gvfs-methods)
19999 (tramp-gvfs-zeroconf-domain)
20000 (tramp-bluez-discover-devices-timeout): Add version flag.
20001 (tramp-gvfs-handler-mounted-unmounted)
20002 (tramp-gvfs-connection-mounted-p): Polish handling of
20003 incompatibilities between GVFS 0.2 and 1.0.
20004
e044e4fc
JD
200052009-07-03 Jan Djärv <jan.h.d@swipnet.se>
20006
4b8b1ec5 20007 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 20008
2e9b968b
JB
200092009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20010
bf0b361c 20011 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
20012 formatted correctly.
20013
baf1a55e
JL
200142009-07-02 Juri Linkov <juri@jurta.org>
20015
20016 * info.el: Virtual Info files and nodes.
20017 (Info-virtual-files, Info-virtual-nodes): New variables.
20018 (Info-current-node-virtual): New variable.
20019 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20020 New functions.
20021 (Info-file-supports-index-cookies): Use Info-virtual-file-p
20022 to check for a virtual file instead of checking a fixed list
20023 of node names.
20024 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20025 instead of ad-hoc processing of "dir" and (apropos history toc).
20026 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20027 instead of ad-hoc processing of "dir" and (apropos history toc).
20028 Reread a file when moving from a virtual node.
20029 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20030 (Info-directory-toc-nodes, Info-directory-find-file)
20031 (Info-directory-find-node): New functions.
20032 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20033 (Info-history): Move part of code to
20034 `Info-history-find-node'.
20035 (Info-history-toc-nodes, Info-history-find-file)
20036 (Info-history-find-node): New functions.
20037 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20038 (Info-toc): Move part of code to `Info-toc-find-node'.
20039 (Info-toc-find-node): New function.
4b8b1ec5 20040 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
20041 the current Info file name to references because now the node
20042 "*TOC*" belongs to the same Info manual.
4b8b1ec5 20043 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
20044 (Info-toc-nodes): Rename input argument `file' to `filename'.
20045 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20046 instead of ad-hoc processing of ("dir" apropos history toc).
20047 (Info-index-nodes): Use Info-virtual-file-p
20048 to check for a virtual file instead of checking a fixed list
20049 of node names.
20050 (Info-index-node): Add check for `Info-current-node-virtual'.
20051 Raise `save-match-data' higher up the tree to contain
20052 `search-forward' too (bug fix).
20053 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20054 (Info-virtual-index-nodes): New variable.
20055 (Info-virtual-index-find-node, Info-virtual-index): New functions.
20056 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20057 (Info-apropos-file, Info-apropos-nodes): New variables.
20058 (Info-apropos-toc-nodes, Info-apropos-find-file)
20059 (Info-apropos-find-node, Info-apropos-matches): New functions.
20060 (info-apropos): Move part of code to `Info-apropos-find-node' and
20061 `Info-apropos-matches'.
20062 (Info-mode-map): Bind "I" to `Info-virtual-index'.
20063 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20064 for a virtual file instead of checking a fixed list of node names.
20065
20066 * simple.el (async-shell-command): New command.
20067
20068 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20069
20070 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20071 instead of `mount-info'.
20072
d04bc496
MA
200732009-07-02 Michael Albinus <michael.albinus@gmx.de>
20074
20075 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 20076 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 20077
af0403e0
KH
200782009-07-02 Kenichi Handa <handa@m17n.org>
20079
20080 * international/mule.el (set-keyboard-coding-system): Force *-unix
20081 coding-system to avoid eol conversion.
20082
99278f8a
MA
200832009-07-01 Michael Albinus <michael.albinus@gmx.de>
20084
4b8b1ec5
SM
20085 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20086 Add handler for `process-file', `shell-command' and
99278f8a
MA
20087 `start-file-process'.
20088 (tramp-gvfs-handle-shell-command)
20089 (tramp-gvfs-handle-start-file-process)
20090 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 20091 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 20092
3f1c6666
JD
200932009-07-01 Jan Djärv <jan.h.d@swipnet.se>
20094
20095 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20096
3f396bac
KH
200972009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
20098
20099 * language/korean.el (set-language-info-alist): Add korean-cp949,
20100 cp949 to spec.
20101
c1185193
KH
201022009-07-01 Kenichi Handa <handa@m17n.org>
20103
20104 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20105
20106 * international/encoded-kb.el: Deleted.
20107
20108 * international/mule.el (set-keyboard-coding-system): Perform the
20109 necessary setup here instead of calling encoded-kbd-setup-display.
20110
3f150a60
GM
201112009-07-01 Glenn Morris <rgm@gnu.org>
20112
20113 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20114
b0d5b05b
GM
201152009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
20116
20117 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
20118
4f4126e6
MA
201192009-06-30 Michael Albinus <michael.albinus@gmx.de>
20120
4b8b1ec5
SM
20121 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20122 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 20123 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 20124
7ae3ea65 20125 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
20126 (top): Add a default for "synce" in `tramp-default-user-alist'.
20127 Add completion function for "synce" method.
20128 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
20129 (tramp-hal-interface-manager, tramp-hal-interface-device):
20130 New defconst.
20131 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20132 (tramp-synce-list-devices, tramp-synce-parse-device-names):
20133 New defuns.
d6ceb380
MA
20134
20135 * net/trampver.el: Update release number.
7ae3ea65 20136
0ad6626b
KH
201372009-06-30 Kenichi Handa <handa@m17n.org>
20138
20139 * international/fontset.el (setup-default-fontset): Add CJK fonts
20140 for symbols and the other miscellaneous characters.
20141
4b8b1ec5
SM
20142 * language/korea-util.el (setup-korean-environment-internal):
20143 Make char-width-table suitable for Korean environments.
0ad6626b
KH
20144 (exit-korean-environment): Cancel above.
20145
20146 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20147 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 20148 setup-function to make char-width-table suitable for respective
0ad6626b
KH
20149 environments, and an exit-function to cancel that.
20150
20151 * language/japan-util.el (setup-japanese-environment-internal):
20152 Call use-cjk-char-width-table with arg `ja_JP'.
20153
20154 * international/characters.el (cjk-char-width-table): Delete it.
20155 (cjk-char-width-table-list): New variable.
20156 (use-cjk-char-width-table): New arg local-name.
20157 (use-default-char-width-table): Fix for the case that Emacs is
20158 already using the default char-width-table.
20159
fd46e893
MA
201602009-06-29 Michael Albinus <michael.albinus@gmx.de>
20161
20162 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20163 modes mandatory. (Bug#3712)
20164
b87d9f96
AM
201652009-06-29 Alan Mackenzie <acm@muc.de>
20166
20167 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 20168 correction between the visible width of TABs and their number of bytes.
b87d9f96 20169
2d25aa5a
CY
201702009-06-29 Chong Yidong <cyd@stupidchicken.com>
20171
20172 * server.el (server-buffer-done): Prevent kill-buffer from
20173 prompting by clearing the buffer modification flag (Bug#3696).
20174
a3a8b002
DN
201752009-06-28 Michael McNamara <mac@mail.brushroad.com>
20176
bf0b361c 20177 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 20178 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
20179 (verilog-basic-complete-re): Support localparam lineup.
20180 (verilog-beg-of-statement-1): Fix for robustness, unique case.
20181 (verilog-set-auto-endcomments): Fix for unique case, always_comb
20182 commenting.
20183 (verilog-leap-to-case-head): Now support *nested* unique &
20184 priority case statements.
20185 (verilog-auto-lineup): Make just declarations the default (as it
20186 had been).
4b8b1ec5 20187 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 20188 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 20189 select the various styles of automatic lineup.
a3a8b002
DN
20190 (verilog-error-regexp-alist): Rework to support the XEmacs style
20191 of error regular expressions from compilers, lint tools &
20192 simulators. Note that GNU Emacs has made it impossible for a mode
20193 to load such things.
20194 (electric-verilog-terminate-line, verilog-indent-declaration)
20195 (verilog-auto-wiure): Rework for radio button selection of
20196 auto-lineup selection of specification of auto lineup.
20197 (verilog-beg-of-statement-1): Redesign to support proper operation
20198 in additional code, based on testing with auto-lineup.
20199 (verilog-calculate-indent, assignments & declarations)
20200 (verilog-backward-token): Enhance to support auto-lineup of
20201 assignments & declarations.
20202 (verilog-in-directive-p, verilog-at-struct-p): New function for
20203 easy test of whether we are.
20204 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20205 to support safe execution at almost anyline.
20206 (verilog-calc-1): Properly support indenting deep inside generate
20207 blocks.
48c2d18a 20208 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 20209 as it is redundant with font-lock-defaults.
a8f316ca 20210 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
20211 to avoid circular calls if syntax-ppss is a function (as is the
20212 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 20213 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
20214 (verilog-ovm-begin-re, verilog-ovm-end-re)
20215 (verilog-ovm-statement-re, verilog-leap-to-head)
20216 (verilog-backward-token): Add support for OVM macros. Some are
20217 complete statements, and others open and close scopes like begin
20218 and end.
20219 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20220 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 20221 compilation issue.
48c2d18a 20222 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 20223 coverpoint, constraint and cross statements.
a3a8b002
DN
20224 (verilog-defun-level-list, verilog-generate-defun-level-list)
20225 (verilog-all-defun-level-list): Redo these specifications - it is
20226 too hard to support eval-when compile aggregation of lists also
20227 built at when-compile time.
20228 (verilog-defun-level-list): Place defconsts of variables used in
20229 building regular expressions which are built in eval-when-compile
20230 bodies in the same eval-when-compile body to facilitate compile
20231 without load.
20232 (verilog-beg-block-re-ordered): Support indenting
20233 virtual/protected tasks and functions.
7b6fefac 20234 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
20235 (verilog-backward-ws&directives, verilog-calc-1): Speed up
20236 indentation of some module items (generate items).
20237 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20238 across virtual/protected tasks and functions.
20239
202402009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
20241
bf0b361c 20242 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 20243 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
20244 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20245 in concatenations. Reported by Yishay Belkind.
20246 (verilog-auto-ascii-enum): Support one-hot state machines in
20247 AUTOASCIIENUM. Suggested by Lloyd Gomez.
20248 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
20249 modport in AUTOINST and add vl-modport for users.
20250 Reported by David Rogoff.
a3a8b002
DN
20251 (verilog-auto-inout-module, verilog-auto-inst)
20252 (verilog-decls-get-interfaces, verilog-insert-definition)
20253 (verilog-insert-one-definition, verilog-read-decls)
20254 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20255 (verilog-sig-modport, verilog-signals-combine-bus)
20256 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20257 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20258 Suggested by David Rogoff.
20259 (verilog-repair-open-comma): Fix non-insertion of comma when
20260 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
20261 (verilog-make-width-expression): Simplify [A-1:0] expression
20262 widths to just {A{1'b0}}.
20263 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
20264 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20265 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
20266 inputs/outputs or data type. Suggested by Vasu Kandadi.
20267 (next-error-last-buffer): Fix byte-compiler warning.
20268 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20269 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 20270 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 20271 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
20272 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20273 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 20274 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
20275 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20276 causing use of <= assignments. Reported by Alex Reed.
20277 (verilog-read-decls): Fix triand, trior, wand, wor to be
20278 recognized by AUTOWIRE. Reported by Spencer Isaacson.
20279 (verilog-extended-complete-re): Support import "DPI-C" functions.
20280 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 20281 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
20282 (verilog-insert-date, verilog-insert-year)
20283 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20284 Windows systems. Reported by Michael Potts.
20285 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 20286 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 20287 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 20288 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
20289 (verilog-read-decls): Fix detecting "parameter int" when using
20290 AUTOINSTPARAM. Reported by Bruce T.
20291 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 20292 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 20293 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
20294 verilog-goto-defun will work. Reported by Lawrence Butcher.
20295 (verilog-getopt): Expand environment variables in -f file
20296 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 20297 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
20298 when reading enumerations.
20299 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20300 Suggested by Stephen Peltan.
4b8b1ec5 20301 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
20302 files. Reported by Steve Peltan.
20303
f7c0d931
CY
203042009-06-28 David De La Harpe Golden <david@harpegolden.net>
20305
20306 * files.el (trash-directory): Fix defcustom type.
20307
baf1a55e 203082009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
20309
20310 * help-fns.el (describe-function-1): Correctly locate adviced
20311 functions in hyperlink (Bug#2438).
20312
d63a01ef
CY
203132009-06-28 Chong Yidong <cyd@stupidchicken.com>
20314
20315 * files.el (trash-directory): Change default to nil.
20316 (move-file-to-trash): If trash-directory is nil and
20317 system-move-file-to-trash is unbound, perform freedesktop-style
20318 trashing.
20319
203202009-06-28 David De La Harpe Golden <david@harpegolden.net>
20321
20322 * files.el (move-file-to-trash): Add freedesktop trash
20323 support (Bug#973).
20324
fc2f6a26
GM
203252009-06-28 Glenn Morris <rgm@gnu.org>
20326
20327 * autorevert.el (global-auto-revert-non-file-buffers)
20328 (global-auto-revert-mode): Doc fixes.
20329
00242b07
JB
203302009-06-27 Johan Bockgård <bojohan@gnu.org>
20331
20332 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20333
f5594f03
CY
203342009-06-27 Chong Yidong <cyd@stupidchicken.com>
20335
e8a2b2da
CY
20336 * faces.el (x-handle-named-frame-geometry): Ensure that we have
20337 opened an X connection before calling x-get-resource (Bug#3194).
20338
f5594f03
CY
20339 * play/doctor.el: Remove reference to obsolete website.
20340 (make-doctor-variables): Correct grammar mistake (Bug#2633).
20341
3c3bf6ce
DN
203422009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
20343
20344 Remove find-file-not-found-hook VC method. (Bug#2757)
20345 * vc-hooks.el (vc-file-not-found-hook)
20346 (vc-default-find-file-not-found-hook): Remove functions.
20347 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20348 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20349 * vc.el:
20350 * vc-hg.el:
20351 * vc-git.el: Do not mention find-file-not-found-hook VC method.
20352
e26a7bc0
AM
203532009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
20354
20355 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 20356 compatibility function for `looking-back'.
e26a7bc0 20357
4b8b1ec5 20358 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 20359 Use `ispell-looking-back'.
e26a7bc0 20360
d9848600
MA
203612009-06-24 Michael Albinus <michael.albinus@gmx.de>
20362
20363 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 20364 rather than `filename'.
d9848600 20365
05fbc4a9
MB
203662009-06-23 Miles Bader <miles@gnu.org>
20367
20368 * face-remap.el (text-scale-set): New function.
20369
f86ca715
GM
203702009-06-23 Glenn Morris <rgm@gnu.org>
20371
33e2c2e5
GM
20372 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20373
f529f302
GM
20374 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20375
34995333
GM
20376 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20377
cc80ccee
GM
20378 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20379
84cb770d
GM
20380 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20381 Simplify Persian conditionals.
20382
d916c965
GM
20383 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20384 variable `filename'.
20385
b6a44b27
GM
20386 * comint.el (comint-insert-input): Doc fix.
20387
f86ca715
GM
20388 * Makefile.in (ELCFILES): Fix typo in previous change.
20389
666e158e
MB
203902009-06-23 Miles Bader <miles@gnu.org>
20391
20392 * cus-start.el: Add entry for `recenter-redisplay'.
20393
be3e598a 203942009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
20395
20396 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20397 Add an optional argument for the backend, use it instead of
20398 calling vc-backend.
4b8b1ec5
SM
20399 (vc-mode-line): Add an optional argument for the backend.
20400 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
20401 special handling for vc-state being a buffer to ...
20402
20403 * vc-rcs.el (vc-rcs-find-file-hook):
20404 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
20405
20406 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20407 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20408 vc-stay-local-p and vc-mode-line calls.
20409
20410 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20411 (vc-cvs-diff, vc-cvs-annotate-command)
20412 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20413 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20414 vc-mode-line calls.
20415
20416 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20417 direct comparison.
20418 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20419 backend when calling vc-mode-line.
20420 (vc-register): Do not create a closure for calling the vc register
20421 function, call it directly.
20422
2764748c
DN
204232009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20424
20425 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20426 to make it obvious item can be clicked.
f5a0b281
DN
20427
20428 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20429
d4a885b2
KH
204302009-06-23 Kenichi Handa <handa@m17n.org>
20431
20432 * language/korea-util.el (korean-key-bindings): Change the binding
20433 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
20434 same command.
20435
e3610693
MA
204362009-06-22 Michael Albinus <michael.albinus@gmx.de>
20437
20438 Sync with Tramp 2.1.16.
20439
20440 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20441
20442 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
20443 when a loading of a package fails. Completion function for rsync
20444 is `tramp-completion-function-alist-ssh'.
20445 (all): Replace all calls of `split-string' and
20446 `tramp-split-string' by `tramp-compat-split-string'.
20447 (tramp-default-method): Use `tramp-compat-process-running-p'.
20448 (tramp-default-proxies-alist): Allow also Lisp forms.
20449 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 20450 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
20451 (tramp-domain-regexp): Allow also "-", "_" and ".".
20452 (tramp-end-of-output): Remove newlines, and add "$" at the end.
20453 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20454 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
20455 (tramp-handle-directory-files-and-attributes-with-stat):
20456 Care about filenames with spaces, or starting with "-".
e3610693
MA
20457 (tramp-handle-dired-uncache): New defun.
20458 (tramp-handle-insert-directory): Don't flush the directory from
20459 cache, this is handled by `dired-uncache' now.
20460 (tramp-handle-insert-file-contents): Improve error handling.
20461 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20462 Quote `tramp-end-of-output'.
20463 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
20464 (tramp-check-for-regexp): Both echoes must be present, before removing.
20465 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
20466 (tramp-compute-multi-hops): Eval cons cells of
20467 `tramp-default-proxies-alist'.
20468 (tramp-maybe-open-connection): Use the same command pattern for
20469 first hop and further hops.
20470 (tramp-wait-for-output): Remove handling of newlines.
20471 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20472 (tramp-split-string): Remove function. It is handled in
20473 tramp-compat now.
20474
4b8b1ec5
SM
20475 * net/tramp-cmds.el (tramp-bug):
20476 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
20477
20478 * net/tramp-compat.el (tramp-compat-split-string)
20479 (tramp-compat-process-running-p): New defuns.
20480
20481 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20482 for `dired-uncache'.
20483
20484 * net/tramp-gvfs.el: New package.
20485
4b8b1ec5
SM
20486 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20487 Add handler for `dired-uncache'.
e3610693
MA
20488 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20489
20490 * net/trampver.el: Update release number. Make version check fit
20491 for SXEmacs 22.
20492
13a3f374
JM
204932009-06-22 Jim Meyering <meyering@redhat.com>
20494
e0a28a3b 20495 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
20496 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20497 XZ is the successor to LZMA: <http://tukaani.org/xz/>
20498
5242671e 204992009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 20500 Nick Roberts <nickrob@snap.net.nz>
13a3f374 20501
e0a28a3b 20502 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
20503 repository (http://sphinx.net.ru/hg/gdb-mi/).
20504
3fde45af
GM
205052009-06-22 Glenn Morris <rgm@gnu.org>
20506
46253b34
GM
20507 * files.el (dir-locals-collect-mode-variables): Allow for any number of
20508 `mode' and `eval' entries. (Bug#3430)
20509
97e18192
GM
20510 * Makefile.in (ELCFILES): Add fadr.elc.
20511
731a00fb
GM
20512 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20513 differing behavior of \n and ^ in strings. (Bug#3385)
20514
c66cd0ff
GM
20515 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20516
3fde45af
GM
20517 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20518 property.
20519 (lisp-indent-function): Make it a defcustom.
20520
db2241a0
NR
205212009-06-21 Nick Roberts <nickrob@snap.net.nz>
20522
20523 * progmodes/gdb-ui.el: Replace with ...
5242671e 20524 * progmodes/gdb-mi.el: ... this file.
db2241a0 20525 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
20526
205272009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
20528
db2241a0
NR
20529 * fadr.el: New file.
20530
38d4f316 20531See ChangeLog.14 for earlier changes.
e3d51b27
MR
20532
20533;; Local Variables:
20534;; coding: utf-8
e3d51b27
MR
20535;; End:
20536
8de31eec 20537 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
e3d51b27
MR
20538
20539 This file is part of GNU Emacs.
20540
20541 GNU Emacs is free software: you can redistribute it and/or modify
20542 it under the terms of the GNU General Public License as published by
20543 the Free Software Foundation, either version 3 of the License, or
20544 (at your option) any later version.
20545
20546 GNU Emacs is distributed in the hope that it will be useful,
20547 but WITHOUT ANY WARRANTY; without even the implied warranty of
20548 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20549 GNU General Public License for more details.
20550
20551 You should have received a copy of the GNU General Public License
20552 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.