* dispnew.c (scrolling_window): Don't exclude the case that the
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
165fd2df
AS
12011-05-16 Andreas Schwab <schwab@linux-m68k.org>
2
3 * diff-mode.el (diff-fixup-modifs): Fix last change.
4
2d11b7b3
CY
52011-05-15 Chong Yidong <cyd@stupidchicken.com>
6
165fd2df 7 * diff-mode.el (diff-fixup-modifs): Locate correct position for
2d11b7b3
CY
8 hunk-end tags (Bug#8672).
9
ce1539b4
JB
102011-05-13 Juanma Barranquero <lekktu@gmail.com>
11
12 * progmodes/python.el (python-font-lock-keywords):
13 Add the Python 3.X keyword "nonlocal" (bug#8639).
14
0e39ec21
EZ
152011-05-09 Eli Zaretskii <eliz@gnu.org>
16
17 * smerge-mode.el (smerge-resolve): Use null-device rather than a
18 literal "/dev/null".
19
3f254caa
SM
202011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23 Fix typo.
24
6eea50c7
RS
252011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
26
3f254caa
SM
27 * progmodes/which-func.el (which-function):
28 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
29 which might not be defined (Bug#8260).
30
46155cd3
MA
312011-04-25 Michael Albinus <michael.albinus@gmx.de>
32
3f254caa
SM
33 * net/tramp.el (tramp-process-actions): Add POS argument.
34 Delete region between POS and (pos).
46155cd3
MA
35 (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
36 `tramp-process-actions' call.
37 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
38
39 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
40 position in `tramp-process-actions' call.
41
320f861c
DC
422011-04-24 Daniel Colascione <dan.colascione@gmail.com>
43
3f254caa
SM
44 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
45 Use correct match group (bug#8438).
320f861c 46
be71f810
JB
472011-04-22 Juanma Barranquero <lekktu@gmail.com>
48
49 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
50
58d468b4
JB
512011-04-21 Juanma Barranquero <lekktu@gmail.com>
52
c6c32125
JB
53 * play/mpuz.el (mpuz-silent): Doc fix.
54 (mpuz-mode-map): Move initialization into declaration.
55 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
56 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
57 Fix typos in docstrings.
58
58d468b4
JB
59 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
60 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
61
6470c3c6
JB
622011-04-15 Juanma Barranquero <lekktu@gmail.com>
63
64 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
65
6f21a319
CY
662011-04-10 Chong Yidong <cyd@stupidchicken.com>
67
68 * minibuffer.el (completion--do-completion): Avoid the "Next char
69 not unique" prompt if icomplete-mode is enabled (Bug#5849).
70
7e735aaf
CY
712011-04-10 Stephen Berman <stephen.berman@gmx.net>
72
73 * textmodes/page.el (what-page): Use line-number-at-pos to
74 calculate line number (Bug#6825).
75
3ad8bad0
CY
762011-04-10 Chong Yidong <cyd@stupidchicken.com>
77
78 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
79 mouse-2 into unread-command-events, it is interpreted correctly.
80
71d73c9c
CY
812011-04-09 Chong Yidong <cyd@stupidchicken.com>
82
83 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 84 (image-toggle-display): Doc fix.
71d73c9c 85
7afdcb45
JB
862011-04-06 Juanma Barranquero <lekktu@gmail.com>
87
88 Backport revno:103823 and revno:103824 from trunk.
89 * help-fns.el (describe-variable): Complete all variables having
90 documentation, including keywords.
91 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
92
ddc20cdb
JB
932011-03-24 Juanma Barranquero <lekktu@gmail.com>
94
95 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
96 Fix typo in docstring.
97
576bce32
EZ
982011-03-19 Eli Zaretskii <eliz@gnu.org>
99
100 * emerge.el (emerge-metachars): Separate value for ms-dos and
101 windows-nt systems.
102 (emerge-protect-metachars): Quote correctly for ms-dos and
103 windows-nt systems.
104
140745c3 1052011-03-15 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
e6ce307c
RS
106
107 * info.el (info-initialize): Replace all uses of `:' with
108 path-separator for compatibility with non-Unix systems.
109 Cache quoting of path-separator. (Bug#8258)
110
ad22b7f7
JB
1112011-03-12 Juanma Barranquero <lekktu@gmail.com>
112
113 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
114 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
115 (mouse-avoidance-mode): Fix typos in docstrings.
116
6efb972c
MA
1172011-03-12 Michael Albinus <michael.albinus@gmx.de>
118
3f254caa
SM
119 * net/tramp.el (tramp-progress-reporter-update):
120 Use `tramp-compat-funcall'.
6efb972c
MA
121 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
122 (tramp-handle-insert-file-contents): Make `file-remote-p' call
123 compatible.
3f254caa
SM
124 (tramp-open-connection-setup-interactive-shell):
125 Use `tramp-compat-process-put'.
6efb972c
MA
126
127 * net/tramp-compat.el (tramp-compat-process-get)
128 (tramp-compat-process-put): New defuns.
129
130 * net/trampver.el: Update release number.
131
bb0bd45a
SM
1322011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
135 into declaration. Remove redundant and harmful binding.
136
6dbf95e5
JB
1372011-03-11 Juanma Barranquero <lekktu@gmail.com>
138
9c5047fb
JB
139 Backport revno:103463 from trunk.
140 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
141
6dbf95e5
JB
142 Backport revno:103622 from trunk.
143 * help-fns.el (describe-variable): Don't complete keywords.
144 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
145
2920e68d
EZ
1462011-03-11 Eli Zaretskii <eliz@gnu.org>
147
148 * files.el (file-ownership-preserved-p): Pass `integer' as an
149 explicit 2nd argument to `file-attributes'. If the file's owner
150 is the Administrators group on Windows, and the current user is
151 Administrator, consider that a match.
152
153 * server.el (server-ensure-safe-dir): Consider server directory
154 safe on MS-Windows if its owner is the Administrators group while
155 the current Emacs user is Administrator. Use `=' to compare
156 numerical UIDs, since they could be integers or floats.
157
c6678f29 1582011-03-07 Chong Yidong <cyd@stupidchicken.com>
22770c84
CY
159
160 * Version 23.3 released.
161
c6678f29
CY
1622011-03-07 Chong Yidong <cyd@stupidchicken.com>
163
1df1040b
CY
164 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
165 change; patch supplied by Alan Mackenzie was applied incorrectly.
c6678f29 166
d1f61aaf
EZ
1672011-02-26 Eli Zaretskii <eliz@gnu.org>
168
169 * international/mule-cmds.el (set-default-coding-systems): Use the
170 -unix variant of encoding in default-keyboard-coding-system.
171 (Bug#8122)
172
c1449bff
KH
1732011-02-23 Kenichi Handa <handa@m17n.org>
174
175 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
176 error when a multipart boundary in the nested multipart is found.
177
251ebe0f
KH
1782011-02-22 Kenichi Handa <handa@m17n.org>
179
180 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
181 header components.
182
16bc9688
KH
1832011-02-19 Kenichi Handa <handa@m17n.org>
184
185 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
186 get the header copy into the temporary buffer.
187 (rmail-mime-insert-decoded-text): Ignore us-ascii.
188 (rmail-show-mime): When rmail-mime-coding-system is nil, set
189 buffer-file-coding-system to undecided.
190
a167e505
EZ
1912011-02-18 Eli Zaretskii <eliz@gnu.org>
192
3f254caa
SM
193 * image-mode.el (image-toggle-display-image):
194 Disable require-final-newline in buffers visiting binary image files.
61aa93ed
EZ
195 (Bug#8047)
196
a167e505
EZ
197 * international/mule-cmds.el (read-char-by-name, ucs-insert):
198 Document completion with asterisk and a substring.
199
72d6685c
GM
2002011-02-18 Glenn Morris <rgm@gnu.org>
201
202 * files.el (find-file-literally): Doc fix.
203
b8bd9908
GM
2042011-02-17 Glenn Morris <rgm@gnu.org>
205
41002397
GM
206 * simple.el (rfc822-goto-eoh): Give it a doc-string.
207
b8bd9908
GM
208 * log-edit.el (log-edit-insert-changelog):
209 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
210
35a7fb0b
CY
2112011-02-14 Chong Yidong <cyd@stupidchicken.com>
212
3f254caa
SM
213 * pgg-gpg.el (pgg-gpg-process-region):
214 Bind delete-by-moving-to-trash to nil.
35a7fb0b
CY
215
216 * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
217 (pgg-pgp-snarf-keys-region):
218 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
219 (pgg-pgp5-snarf-keys-region): Likewise.
220
20fac86e
CY
2212011-02-12 Chong Yidong <cyd@stupidchicken.com>
222
223 * files.el (copy-directory): Revert to pre-2011-01-29 version.
224
4d46072b
CY
2252011-02-12 Chong Yidong <cyd@stupidchicken.com>
226
227 * epg.el (epg-delete-output-file, epg-decrypt-string)
3f254caa
SM
228 (epg-verify-string, epg-sign-string, epg-encrypt-string):
229 Bind delete-by-moving-to-trash to nil.
4d46072b
CY
230
231 * epa-file.el (epa-file-insert-file-contents): Likewise.
232
dc4c6a7a
GM
2332011-02-10 Glenn Morris <rgm@gnu.org>
234
86361e1e
GM
235 * emacs-lisp/cl-seq.el (union, nunion, intersection)
236 (nintersection, set-difference, nset-difference)
237 (set-exclusive-or, nset-exclusive-or): Doc fix.
238
dc4c6a7a
GM
239 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
240
8a6f24e5
GM
2412011-02-08 Glenn Morris <rgm@gnu.org>
242
243 * faces.el (face-attr-match-p): Handle the obsolete :bold and
244 :italic props, so that frame-set-background-mode works. (Bug#7966)
245
3caced0b
GM
2462011-02-07 Glenn Morris <rgm@gnu.org>
247
248 * simple.el (next-error): Doc fix.
249
65821e22
CY
2502011-02-06 Chong Yidong <cyd@stupidchicken.com>
251 Thierry Volpiatto <thierry.volpiatto@gmail.com>
252
253 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
254 don't copy as a subdirectory.
255
a60287ff
GM
2562011-02-05 Glenn Morris <rgm@gnu.org>
257
258 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
259
9783df21
GM
2602011-02-04 Glenn Morris <rgm@gnu.org>
261
9ad53e98
GM
262 * calendar/diary-lib.el (diary-font-lock-keywords):
263 Tweak diary-time-regexp match. (Bug#7891)
264
9783df21
GM
265 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
266 (f90-mode): Use it for mode's `find-tag-default-function' property.
267
95838641
GM
2682011-02-03 Glenn Morris <rgm@gnu.org>
269
df275851
GM
270 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
271
95838641
GM
272 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
273
9714fa67
SM
2742011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
277 (bug#7959) and (bug#5935).
278
113ef437
DD
2792011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
280
281 * net/rcirc.el: Clean log filenames (Bug#7933).
282 (rcirc-log-write): Use convert-standard-filename.
283 (rcirc-log-filename-function): Documentation updates.
284
3b95603f
AM
2852011-01-31 Alan Mackenzie <acm@muc.de>
286
9714fa67
SM
287 * progmodes/cc-cmds.el (c-forward-over-illiterals):
288 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f
AM
289 (c-beginning-of-statement): Avoid loop in locating the beginning
290 of a macro.
291
6fa1f651
CY
2922011-01-31 Chong Yidong <cyd@stupidchicken.com>
293
294 * files.el (copy-directory): Fix arguments to recursive call.
295
2d871302
DU
2962011-01-29 Daiki Ueno <ueno@unixuser.org>
297
9714fa67
SM
298 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
299 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
2d871302
DU
300 (Bug#7931).
301
82d84d3f
CY
3022011-01-29 Chong Yidong <cyd@stupidchicken.com>
303
304 * files.el (copy-directory): If destination is an existing
305 directory, copy into a subdirectory there.
306
e935c6a2
AS
3072011-01-29 Andreas Schwab <schwab@linux-m68k.org>
308
309 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
310 files.
311
d1f14baa
CY
3122011-01-28 Chong Yidong <cyd@stupidchicken.com>
313
6fc0aac3
CY
314 * image-dired.el (image-dired-mouse-display-image): No-op if no
315 file is found (Bug#7817).
316
d1f14baa
CY
317 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
318
67442738
KH
3192011-01-28 Kenichi Handa <handa@m17n.org>
320
9714fa67
SM
321 * international/quail.el (quail-keyboard-layout-alist):
322 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 323
220c2a14
GM
3242011-01-27 Glenn Morris <rgm@gnu.org>
325
326 * msb.el (msb-menu-bar-update-buffers): Update for changed
327 argument handling of menu-bar-select-frame. (Bug#7902)
328
af7c5700
CY
3292011-01-27 Chong Yidong <cyd@stupidchicken.com>
330
331 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
332 to the recursion depth (Bug#7722).
333
220c2a14 3342011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
335
336 * term/ns-win.el (ns-find-file): Expand ns-input-file with
337 command-line-default-directory (Bug#7872).
338
cc34e025
GM
3392011-01-25 Glenn Morris <rgm@gnu.org>
340
341 * comint.el (comint-mode): Doc fix. (Bug#7897)
342
10e1d5f3
SM
3432011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * files.el (file-name-non-special): Only change buffer-file-name after
346 insert-file-contents if it's `visit'ing the file (bug#7854).
347
b14f16ad
CY
3482011-01-23 Chong Yidong <cyd@stupidchicken.com>
349
350 * dired.el (dired-revert): Doc fix (Bug#7758).
351
cc9c9831
NN
3522011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
353
354 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
355 here-doc which ends with an underscore.
356 (ruby-mode-set-encoding): Skip shebang line always.
357 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 358 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
359 (ruby-forward-sexp): Stop after literal hash key labels.
360 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
361 bracket.
362
d6dc7be9 3632011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
364
365 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
366 the correct buffer (Bug#7650).
367
4d265b4d
GM
3682011-01-22 Glenn Morris <rgm@gnu.org>
369
ce558208
GM
370 * simple.el (do-auto-fill): Give it a doc string.
371
4d265b4d
GM
372 * button.el (make-text-button): Doc fix. (See bug#7881)
373
e3545d0d
CY
3742011-01-22 Chong Yidong <cyd@stupidchicken.com>
375
66e0718b
CY
376 * simple.el (line-move-visual): Doc fix (Bug#7594).
377
e3545d0d
CY
378 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
379 "Case sensitive" menu item.
380
6e1dbaa9
RM
3812011-01-21 Roland McGrath <roland@frob.com>
382
383 * comint.el (comint-replace-by-expanded-history-before-point): Fix
384 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
385
0f1f97ca
SM
3862011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
389
26a27884
JA
3902011-01-21 Jari Aalto <jari.aalto@cante.net>
391
6e1dbaa9
RM
392 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
393 Assume foo(bar) is a manpage reference rather than some unquoted
394 symbol (bug#7705).
26a27884 395
d5e632d8
SM
3962011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
399 Suggested by Flo <sensorflo@gmail.com>.
400
d00b05c9
GM
4012011-01-21 Glenn Morris <rgm@gnu.org>
402
403 * progmodes/compile.el (compilation-error-regexp-alist):
404 Fix custom type. (Bug#7812)
405
1a1fcbe1
SM
4062011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
409 keymap expression. Improve docstring.
410
b024d9f0
MD
4112011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
412
413 * files.el (backup-buffer): Make last-resort backup file in
414 .emacs.d (Bug#6953).
415
416 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
417 make it with permission 700.
418
1a6a03e4
KH
4192011-01-14 Kenichi Handa <handa@m17n.org>
420
0f1f97ca
SM
421 * mail/rmailmm.el (rmail-mime-insert-header):
422 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
423 system used to decode the header.
424 (rmail-mime-find-header-encoding): New function.
0f1f97ca
SM
425 (rmail-mime-insert-decoded-text):
426 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
427 (rmail-show-mime): If only a header part was decoded, find the
428 coding system while ignoring mm-charset-override-alist.
429
c88aaf48
CY
4302011-01-13 Chong Yidong <cyd@stupidchicken.com>
431
432 * subr.el (event-start, event-end): Doc fix (Bug#7826).
433
e7ca0062
KH
4342011-01-12 Kenichi Handa <handa@m17n.org>
435
436 * mail/rmailmm.el (rmail-mime-next-item)
437 (rmail-mime-previous-item): Delete them.
438 (rmail-mime-shown-mode): Recursively call for children.
0f1f97ca
SM
439 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
440 Callers changed.
e7ca0062
KH
441 (rmail-mime-raw-mode): Recursively call for children.
442 (rmail-mode-map): Change mapping of tab and backtab to
443 forward-button and backward-button respectively.
444 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
445 button.
446 (rmail-mime-update-tagline): New function.
447 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
448 body display is changed.
0f1f97ca 449 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
450 (rmail-mime-image): Delete this button type.
451 (rmail-mime-toggle): New button type.
452 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
453 body display is changed. Change the save button label to "Save".
454 Don't process show/hide button here.
455 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
456 the body display is changed. Unconditionally call
457 rmail-mime-insert for children.
458 (rmail-mime-handle): Update `display' vector of the just inserted
459 entity.
460 (rmail-mime-process): If mail-header-parse-content-type returns
461 nil, use "text/plain" as the fallback type.
462 (rmail-mime-insert): For raw-mode, recursively call
463 rmail-mim-insert for children.
464 (rmail-mime): Handle the case that the current buffer is not rmail
465 buffer (e.g. in summary buffer).
466
4672011-01-05 Kenichi Handa <handa@m17n.org>
468
469 * mail/rmailmm.el (rmail-mime-next-item)
470 (rmail-mime-previous-item): Skip the body of a non-multipart
471 entity if a tagline is shown.
472
cfab9f9b
SM
4732011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
474
9ca3fe48
SM
475 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
476 (tmm-prompt): Simplify.
477 (tmm-add-prompt): Remove unused var `win'.
478
cfab9f9b
SM
479 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
480 to minor mode which used nil accidentally to mean "turn off".
481
01d70c32
MA
4822011-01-10 Michael Albinus <michael.albinus@gmx.de>
483
484 * net/tramp.el (tramp-find-inline-compress)
485 (tramp-get-inline-coding): Quote command after pipe symbol for
486 local calls under W32. (Bug#6784)
487
6a0ecd86
MA
4882011-01-10 Michael Albinus <michael.albinus@gmx.de>
489
490 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
491 only when running under W32.
492
88ecd0a5
EZ
4932011-01-09 Eli Zaretskii <eliz@gnu.org>
494
495 * progmodes/grep.el (grep-compute-defaults): Quote the program
496 file name after the pipe symbol in Grep templates. (Bug#6784)
497 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
498
320912fb
LB
4992011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
500
501 * buff-menu.el (Buffer-menu-buffer-list): New var.
502 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
503 restricted buffer list is not lost on revert (Bug#7749).
504
83affcb0
EH
5052011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
506
507 * net/ldap.el (ldap-search-internal): Discard stderr output.
508
4320be42
EZ
5092011-01-07 Eli Zaretskii <eliz@gnu.org>
510
511 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
512
d3fbe87e
SM
5132011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
516 Author names can have spaces (bug#7792).
517
8434f239
KH
5182011-01-04 Kenichi Handa <handa@m17n.org>
519
520 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
521 part as a plain text.
522 (rmail-mime-process-multipart): Set the default content-type to
523 nil for unknown multipart subtypes (bug#7651).
524
97382176 5252011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
526
527 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
528 table, get the value before switching to the output buffer. (Bug#7733)
529
364df1cc
SM
5302011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
533
2a8a455e
SM
5342011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * files.el (file-local-variables-alist):
537 Make permanent-local (bug#7767).
538
d7bfa7a1
GM
5392011-01-02 Glenn Morris <rgm@gnu.org>
540
541 * version.el (emacs-copyright): Set short copyright year to 2011.
542
9430e988
ML
5432011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
544
545 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
546 an existing temp buffer. (Bug#7746)
547
8de31eec
GM
5482011-01-02 Glenn Morris <rgm@gnu.org>
549
550 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
551 multiple addresses. (Bug#7760)
552
01e62600
MA
5532010-12-31 Michael Albinus <michael.albinus@gmx.de>
554
555 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
556 "scpx", "pscp" and "psftp".
557
5be1c984
EZ
5582010-12-31 Eli Zaretskii <eliz@gnu.org>
559
560 * term/w32-win.el (image-library-alist): Set up correctly for
561 libpng versions both before and after 1.4.0. (Bug#7716)
562
2d34d523
EZ
5632010-12-25 Eli Zaretskii <eliz@gnu.org>
564
6491af11
EZ
565 * time.el (display-time-mode): Mention display-time-interval in
566 the doc string. (Bug#7713)
567
2d34d523
EZ
568 * simple.el (select-active-regions): Doc fix. (Bug#7702)
569
8258ae3f
KH
5702010-12-24 Kenichi Handa <handa@m17n.org>
571
572 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
573 condition-case and return an error message string if something
574 goes wrong.
2f952059 575 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
576 header by rmail-mime-insert-header.
577
186f7f0b
KH
5782010-12-24 Kenichi Handa <handa@m17n.org>
579
580 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
581 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
582 (rmail-mime-mbox-buffer)
583 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
584 (rmail-mime-entity): Argument changed. All codes handling an
585 entity object are changed.
2f952059 586 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
587 the above change.
588 (rmail-mime-entity-children, rmail-mime-entity-handler)
589 (rmail-mime-entity-tagline): New functions.
590 (rmail-mime-message-p): New function.
591 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
592 (rmail-mime-entity-segment, rmail-mime-next-item)
593 (rmail-mime-previous-item, rmail-mime-shown-mode)
594 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
595 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
596 (rmail-mime-insert-tagline, rmail-mime-insert-header):
597 New functions.
186f7f0b
KH
598 (rmail-mime-text-handler): Call rmail-mime-insert-text.
599 (rmail-mime-insert-decoded-text): New function.
600 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
601 (rmail-mime-insert-image): Argument changed. Caller changed.
602 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 603 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
604 (rmail-mime-insert-bulk): Argument changed.
605 (rmail-mime-multipart-handler): Return t.
2f952059
ML
606 (rmail-mime-process-multipart): Argument changed.
607 Handle "multipart/alternative" here.
186f7f0b
KH
608 (rmail-mime-process): Argument changed.
609 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
610 (rmail-mime-insert): Argument changed. Handle raw display mode.
611 (rmail-mime): Argument changed. Handle toggling of raw display
612 mode.
613 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
614 rmail-mime-view-buffer.
615 (rmail-insert-mime-forwarded-message): Likewise.
616 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
617
618 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
619 non-nil, handle the header in rmail-show-mime-function.
620
e1a23575
LL
6212010-12-20 Leo <sdl.web@gmail.com>
622
623 * help-fns.el (describe-variable): Fix 2010-12-17 change.
624
957e5dd1
JL
6252010-12-20 Juri Linkov <juri@jurta.org>
626
627 * isearch.el (isearch-lazy-highlight-error): New variable.
628 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
629 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
630 to the current value of `isearch-error' (Bug#7468).
631
3c505d31
CY
6322010-12-17 Chong Yidong <cyd@stupidchicken.com>
633
634 * help-fns.el (describe-variable): Don't emit trailing whitespace
635 (Bug#7511).
636
c33fa631
LL
6372010-12-17 Leo <sdl.web@gmail.com>
638
639 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
640 if point is not behind eshell-last-output-end (Bug#7585).
641
c1cf05f4
CY
6422010-12-16 Chong Yidong <cyd@stupidchicken.com>
643
644 * textmodes/rst.el (rst-compile-pdf-preview)
645 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
646
c8cbbe27
KG
6472010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
648
649 * emulation/edt-mapper.el: Override mapping of function keys so
650 that the later call to read-key-sequence works.
651
95e4cc85
EZ
6522010-12-13 Eli Zaretskii <eliz@gnu.org>
653
654 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
655 Unix EOLs. (Bug#7589)
656
11aad4e9
EZ
6572010-12-12 Eli Zaretskii <eliz@gnu.org>
658
659 * subr.el (posn-col-row): Evaluate header-line-format in the
660 context of the POSITION window's buffer.
661
5612fd08
GM
6622010-12-11 Glenn Morris <rgm@gnu.org>
663
664 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
665 (with-silent-modifications): Doc fixes.
666
158d5945
MA
6672010-12-10 Michael Albinus <michael.albinus@gmx.de>
668
669 * net/tramp.el (tramp-action-password, tramp-process-actions):
670 Revert patch from 2010-12-08. Use `save-restriction'.
671
65ceb118
EZ
6722010-12-09 Eli Zaretskii <eliz@gnu.org>
673
674 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
675 New functions.
676 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
677 them instead of `nil' and `>', respectively. (Bug#1077)
678
81ced43d
SB
6792010-12-09 Stephen Berman <stephen.berman@gmx.net>
680
681 * calendar/diary-lib.el (diary-list-sexp-entries):
682 Handle case of no newline at end of file. (Bug#7536)
683
b2364eaa
GM
6842010-12-09 Glenn Morris <rgm@gnu.org>
685
686 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
687
32802ee1
MA
6882010-12-08 Michael Albinus <michael.albinus@gmx.de>
689
2f952059
ML
690 * net/tramp.el (tramp-handle-start-file-process):
691 Protect buffer-modified value. (Bug#7557)
32802ee1
MA
692 (tramp-action-password): Delete region, do not narrow.
693 (tramp-process-actions): Do not widen.
694
da9123a8
JM
6952010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
696
697 * log-edit.el (log-edit-changelog-entries):
698 Regexp quote filename. (Bug#7505)
699
478834e6
TB
7002010-12-08 Tom Breton <tehom@panix.com>
701
702 * cus-edit.el (custom-save-all):
703 Bind print-length and print-level to nil. (Bug#7581)
704
3c1e62f8
GM
7052010-12-08 Glenn Morris <rgm@gnu.org>
706
d5e6e0b6
GM
707 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
708 Run hooks to update menu contents. (Bug#7586)
709
3c1e62f8
GM
710 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
711 file names, for the sake of MS Windows. (Bug#7588)
712
b1816a74
SM
7132010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
716 empty lines without a leading space.
717
3a1efe11 7182010-12-06 Leo <sdl.web@gmail.com>
86a6e8e0 719
740af6c9
GM
720 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
721 while mapping over marks (Bug#6810).
86a6e8e0 722
bc60f4de
CY
7232010-12-06 Chong Yidong <cyd@stupidchicken.com>
724
725 * image-dired.el (image-dired-db-file)
726 (image-dired-temp-image-file, image-dired-gallery-dir)
727 (image-dired-temp-rotate-image-file): Set default values relative
728 to image-dired-dir (Bug#7518).
729
e49fb298 7302010-12-06 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
731
732 * format.el (format-decode-run-method): Pass args FROM and TO, not
733 point-min and point-max, to shell-command-on-region (Bug#7488).
734
0afb6242
JD
7352010-12-06 Jan Djärv <jan.h.d@swipnet.se>
736
737 * frame.el (blink-cursor-mode): Make default t for ns.
738
5eae900e
BR
7392010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
740
741 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
742
74194465
CY
7432010-12-05 Chong Yidong <cyd@stupidchicken.com>
744
637c2c43
CY
745 * comint.el (comint-dynamic-list-input-ring)
746 (comint-dynamic-complete-filename)
747 (comint-replace-by-expanded-filename)
748 (comint-dynamic-simple-complete)
749 (comint-dynamic-list-filename-completions)
750 (comint-dynamic-list-completions): Doc fix (Bug#7499).
751
74194465
CY
752 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
753 Doc fix (Bug#7471).
754
6ed96c33
MR
7552010-12-04 Martin Rudalics <rudalics@gmx.at>
756
757 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
758 (Bug#7533).
759
11cb1e35
MB
7602010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
761
762 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
763 (Bug#7491).
764
e408289f
CY
7652010-12-04 Chong Yidong <cyd@stupidchicken.com>
766
767 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
768
2472c214
EZ
7692010-12-04 Eli Zaretskii <eliz@gnu.org>
770
771 * files.el (file-relative-name): Handle UNC file names on
772 DOS/Windows. (Bug#4674)
773
f9fe1af9
DU
7742010-12-03 Daiki Ueno <ueno@unixuser.org>
775
776 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
777 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
778 (epg-context-set-passphrase-callback): Mention that the callback
779 is not called when used with GnuPG 2.x.
780
ff80efe7
GM
7812010-12-02 Glenn Morris <rgm@gnu.org>
782
783 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
784 Ensure ps-footer-font-size-internal is initialized.
785 Call ps-get-page-dimensions before trying to use ps-font-for-text.
786
423a637b 7872010-12-01 Kenichi Handa <handa@m17n.org>
7e116860
KH
788
789 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
790 within condition-case.
791 (rmail-show-mime): Don't use condition-case.
792 (rmail-search-mime-message): New function.
793 (rmail-search-mime-message-function): Set to
794 rmail-search-mime-message.
795
bd794450
LL
7962010-12-01 Leo <sdl.web@gmail.com>
797
0fdd1db7 798 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
799 (ido-mode): Use it.
800 (ido-completing-read): Call it.
801
402c8a49
CY
8022010-11-27 Chong Yidong <cyd@stupidchicken.com>
803
804 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
805 stand-alone lines, since that is handled by log-edit-match-to-eoh
806 (Bug#6465).
807
d1882ac7
EW
8082010-11-27 Eduard Wiebe <usenet@pusto.de>
809
810 * dired.el (dired-get-filename): Replace backslashes with slashes
811 in file names on MS-Windows, needed by `locate'. (Bug#7308)
812 * locate.el (locate-default-make-command-line): Don't consider
813 drive letter and root directory part of
814 `directory-listing-before-filename-regexp'. (Bug#7308)
815 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
816
09ffa822
SM
8172010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
820 of :smie-open/close-alist.
821 (smie-next-sexp): Make it accept a "start token" as argument.
822 (smie-indent-keyword): Be careful not to misidentify tokens that span
823 more than one line, as empty lines. Add argument `token'.
824
3d9ee611
KH
8252010-11-26 Kenichi Handa <handa@m17n.org>
826
afde451a
KH
827 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
828 multipart subtypes, insert all as usual.
829
3d9ee611
KH
830 * mail/rmail.el: Require rfc2047.
831
d1be4ec2
KH
8322010-11-26 Kenichi Handa <handa@m17n.org>
833
834 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
835 (rmail-mime-entity-disposition)
836 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
837 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
838 (rmail-mime-save): Handle the case that the button's `data' is a
839 MIME entity.
840 (rmail-mime-insert-text): New function.
9e0ecdab 841 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
842 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
843 (rmail-mime-insert-bulk): New function mostly copied from the old
844 rmail-mime-bulk-handler.
9e0ecdab
GM
845 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
846 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
847 the old rmail-mime-multipart-handler.
848 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 849 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
850 rmail-mime-show.
851 (rmail-mime-insert-multipart, rmail-mime-parse)
852 (rmail-mime-insert, rmail-show-mime)
853 (rmail-insert-mime-forwarded-message)
854 (rmail-insert-mime-resent-message): New functions.
855 (rmail-insert-mime-forwarded-message-function): Set to
856 rmail-insert-mime-forwarded-message.
857 (rmail-insert-mime-resent-message-function): Set to
858 rmail-insert-mime-resent-message.
859
860 * mail/rmailsum.el: Require rfc2047.
861 (rmail-header-summary): Handle multiline Subject: field.
862 (rmail-summary-line-decoder): Change the default to
863 rfc2047-decode-string.
864
865 * mail/rmail.el (rmail-enable-mime): Change the default to t.
866 (rmail-mime-feature): Change the default to `rmailmm'.
867 (rmail-quit): Delete the specifal code for rmail-enable-mime.
868 (rmail-display-labels): Likewise.
869 (rmail-show-message-1): Check rmail-enable-mime, and use
870 rmail-show-mime-function for a MIME message. Decode the headers
871 according to RFC2047.
872
33aeea0e
SM
8732010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * progmodes/which-func.el (which-func-imenu-joiner-function):
876 Return a string, as expected.
877 (which-function-mode): Make sure we stop any previous timer before
878 starting a new one.
879
e40fc745
MA
8802010-11-23 Michael Albinus <michael.albinus@gmx.de>
881
882 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
883 (tramp-default-user-alist, tramp-default-proxies-alist):
884 Adapt custom options type. (Bug#7445)
e40fc745 885
ae3da38a
CY
8862010-11-21 Chong Yidong <cyd@stupidchicken.com>
887
888 * progmodes/python.el: Add Ipython support (Bug#5390).
889 (python-shell-prompt-alist)
890 (python-shell-continuation-prompt-alist): New options.
891 (python--set-prompt-regexp): New function.
33aeea0e
SM
892 (inferior-python-mode, run-python, python-shell):
893 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
894 prompt based on the Python interpreter.
895 (python--prompt-regexp): New var.
896 (python-check-comint-prompt)
897 (python-comint-output-filter-function): Use it.
898 (run-python): Use a pipe (Bug#5694).
899
1d851570
CY
9002010-11-21 Chong Yidong <cyd@stupidchicken.com>
901
902 * progmodes/python.el (run-python): Doc fix.
903 (python-keep-current-directory-in-path): New var (Bug#7454).
904
76dabd37
CY
9052010-11-20 Chong Yidong <cyd@stupidchicken.com>
906
907 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
908 Prompt user before actually printing.
909
9fca7811
SM
9102010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
913 * comint.el (comint-kill-region): Make the yank-handler argument
914 obsolete.
9fca7811 915
88bf1bec
SM
9162010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
917
e2f454c4
SM
918 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
919 that are both openers (resp. closers) and something else.
920 (smie-grammar): Loosen definition of valid values.
921 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
922 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
923 (smie-indent-after-keyword): Adjust users.
924 (smie-indent-keyword): Don't indent empty lines.
925
88bf1bec
SM
926 * vc-hg.el (vc-hg-program): New var.
927 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
928 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
929
4c0eb0d3
GM
9302010-11-17 Glenn Morris <rgm@gnu.org>
931
932 * emacs-lisp/autoload.el (autoload-find-destination): The function
933 coding-system-eol-type may return non-numeric values. (Bug#7414)
934
bf6442c3
UM
9352010-11-16 Ulrich Mueller <ulm@gentoo.org>
936
937 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
938
e68afd74
EZ
9392010-11-13 Eli Zaretskii <eliz@gnu.org>
940
941 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
942
de02effd
CY
9432010-11-13 Chong Yidong <cyd@stupidchicken.com>
944
945 * textmodes/picture.el (picture-mouse-set-point): Don't use
946 posn-col-row; explicitly compute the motion based on the posn at
947 the window-start (Bug#7390).
948
cdf015b1
MA
9492010-11-13 Michael Albinus <michael.albinus@gmx.de>
950
951 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
952 using "base64 -d -i". This is needed for older base64 versions
953 from GNU coreutils. Reported by Klaus Reichl
954 <Klaus.Reichl@thalesgroup.com>.
955
f0a698ab
GM
9562010-11-13 Glenn Morris <rgm@gnu.org>
957
958 * novice.el (disabled-command-function):
959 Fix 2009-11-15 change. (Bug#7384)
960
29f30ab7
GM
9612010-11-12 Glenn Morris <rgm@gnu.org>
962
963 * calendar/calendar.el (diary-iso-date-forms): Make elements
964 mutually exclusive. (Bug#7377)
965
10b40d2e
SM
9662010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
969 when filling the remaining "unconstrained" values.
970
7bea8c7a
SM
9712010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
972
acef0722
SM
973 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
974 safety predicate.
975
976 * files.el (safe-local-variable-p): Gracefully handle errors.
977
7bea8c7a
SM
978 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
979 Use smie-indent-virtual when indenting relative to an opener.
980 (smie-rule-separator): Use smie-rule-parent.
981 (smie-indent-keyword): Consult rules, even for openers at bol.
982 (smie-indent-comment-close): Try to align closer's content.
983
b010e1ba
GM
9842010-11-11 Glenn Morris <rgm@gnu.org>
985
986 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
987
c790cad4
GM
9882010-11-10 Glenn Morris <rgm@gnu.org>
989
aa514451
GM
990 * printing.el (pr-menu-bind): Doc fix.
991
32b636de
GM
992 * speedbar.el (speedbar-toggle-images): Doc fix.
993
bc1d5cdf
GM
994 * progmodes/python.el (python-shell): Doc fix.
995
c790cad4
GM
996 * wid-edit.el (widget-field-use-before-change)
997 (widget-use-overlay-change): Doc fixes.
998
14121c52
GM
9992010-11-09 Glenn Morris <rgm@gnu.org>
1000
1001 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1002
73525e72
SM
10032010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1004
9bdba5f5
SM
1005 * minibuffer.el (minibuffer-completion-help): Specify the end of the
1006 completion field (bug#7211).
1007
73525e72
SM
1008 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1009 Fix handling of backslash escapes.
1010 (python-quote-syntax): Adjust accordingly.
1011
aef8d045 10122010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
1013
1014 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1015 (vc-mtn-workfile-branch): Adjust to new output format.
1016
cc4d2366
SM
10172010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * international/mule-cmds.el (princ-list): Mark as obsolete.
1020
7f925a67
SM
10212010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * emacs-lisp/smie.el: New package.
1024
6ce78fdc
MA
10252010-11-06 Michael Albinus <michael.albinus@gmx.de>
1026
7f925a67
SM
1027 * files.el (backup-by-copying-when-mismatch):
1028 Set `permanent-local' property.
6ce78fdc
MA
1029
1030 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 1031 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 1032
21620882
EZ
10332010-11-06 Eli Zaretskii <eliz@gnu.org>
1034
1035 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
169759a0
EZ
1036 (ls-lisp-classify-file): New function.
1037 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1038 (ls-lisp-classify): Call ls-lisp-classify-file.
1039 (insert-directory): Remove blanks from switches.
21620882 1040
8468f78b
WS
10412010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
1042
7f925a67 1043 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 1044 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
1045 AUTOINOUT for SV style multidimensional arrays, bug294.
1046 Reported by Eric Mastromarchi.
1047 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
1048 font-lock-fontify-buffer to cleanup style issues.
1049
fe9c5521
MA
10502010-11-05 Michael Albinus <michael.albinus@gmx.de>
1051
1052 * net/trampver.el: Update release number.
1053
00d9e115
YM
10542010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1055
1056 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1057 beginning of the string. Use `string-match-p'. (Bug#6765)
1058
cb5e49a3
GM
10592010-11-01 Glenn Morris <rgm@gnu.org>
1060
1061 * locate.el (locate, locate-mode): Doc fixes.
1062
381d186f
CY
10632010-11-01 Chong Yidong <cyd@stupidchicken.com>
1064
1065 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1066 user for confirmation.
1067 (server-force-stop): Use it.
1068 (server-start): Use server-force-stop for kill-emacs-hook, to
1069 avoid user interaction while killing Emacs.
1070
98cfec0d
CY
10712010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1074 (log-edit-author): New dynamic var.
1075 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1076 Use it to return the author if different from committer.
1077 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1078
10792010-10-31 Eli Zaretskii <eliz@gnu.org>
1080
1081 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1082
10832010-10-31 Chong Yidong <cyd@stupidchicken.com>
1084
1085 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1086 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1087 (vc-log-outgoing): Use it.
1088 (vc-diff-internal): Set diff-vc-backend.
1089
1090 * vc/diff-mode.el (diff-vc-backend): New var.
1091
10922010-10-31 Juri Linkov <juri@jurta.org>
1093
1094 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1095 buffer-locally to lambda that re-runs the vc diff command.
1096 (Bug#6447)
1097
10982010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1099
1100 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1101
1102 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1103 log-outgoing commands.
1104 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1105 to create a buffer local revert-buffer-function variable.
1106 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1107 revert-buffer-function lambda.
1108
1109 Improve VC create/retrieve tag/branch.
1110 * vc.el (vc-create-tag): Do not read the directory name for VCs
1111 with repository revision granularity. Adjust the tag/branch
1112 prompt. Reset VC properties.
1113 (vc-retrieve-tag): Do not read the directory name for VCs
1114 with repository revision granularity. Reset VC properties.
1115
1116 Add optional support for resetting VC properties.
1117 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1118 call vc-file-clearprops when true.
1119 (vc-resynch-buffer): Add new optional argument, pass it down.
1120 (vc-resynch-buffers-in-directory): Likewise.
1121
1122 Improve support for special markup in the VC commit message.
1123 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1124 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1125 * vc-git.el (vc-git-checkin):
1126 * vc-bzr.el (vc-bzr-checkin): Likewise.
1127
1128 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1129 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1130 incoming/outgoing logs.
1131 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1132
1133 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1134 short log.
1135 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
1136 command
1137
1138 Add bindings for vc-log-incoming and vc-log-outgoing.
1139 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1140 and vc-log-outgoing.
1141 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1142 and vc-log-outgoing.
1143
1144 Improve state updating for VC tag commands.
1145 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1146 to update the state of all buffers in the directory.
1147
11482010-05-19 Glenn Morris <rgm@gnu.org>
1149
1150 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1151
11522010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * vc.el (vc-checkin, vc-modify-change-comment):
1155 Adjust to new vc-start/finish-logentry.
1156 (vc-find-conflicted-file): New command.
1157 (vc-transfer-file): Adjust to new vc-checkin.
1158 (vc-next-action): Improve scoping.
1159
1160 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1161 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1162
1163 * vc-dispatcher.el (vc-log-edit): Shorten names for
1164 log-edit-show-files.
1165
1166 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1167 (vc-bzr-conflicted-files): New function.
1168
1169 * log-edit.el (log-edit-summary, log-edit-header)
1170 (log-edit-unknown-header): New faces.
1171 (log-edit-headers-alist): New var.
1172 (log-edit-header-contents-regexp): New const.
1173 (log-edit-match-to-eoh): New function.
1174 (log-edit-font-lock-keywords): Use them.
1175 (log-edit): Insert a "Summary:" header as default.
1176 (log-edit-mode): Mark font-lock rules as case-insensitive.
1177 (log-edit-done): Cleanup headers.
1178 (log-edit-extract-headers): New function to replace it.
1179
1180 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1181 the windows/frames.
1182
1183 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1184
1185 * vc-dir.el (vc-dir-kill-line): New command.
1186 (vc-dir-mode-map): Bind it to C-k.
1187 (vc-dir-headers): Abbreviate the working dir.
1188
1189 * vc-git.el (vc-git-revision-table): Include remote branches.
1190
11912010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1192
1193 New VC methods: vc-log-incoming and vc-log-outgoing.
1194 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1195 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1196 New functions.
1197 (vc-print-log-internal): Just call vc-log-internal-common.
1198 (vc-log-view-type): New permanent local variable.
1199
1200 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1201
1202 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1203 of the dynamic bound vc-short-log.
1204 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1205
1206 * vc-git.el (vc-git-log-outgoing): New function.
1207 (vc-git-log-view-mode): Use vc-log-view-type instead
1208 of the dynamic bound vc-short-log.
1209
1210 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1211 the dynamic bound vc-short-log. Highlight the tag.
1212 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1213 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1214 (vc-hg-incoming-mode): Remove.
1215 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1216
1217 Fix default-directory for vc-root-diff.
1218 * vc.el (vc-root-diff): Bind default-directory to the root
1219 directory for the diff command.
1220
12212010-10-31 Sam Steingold <sds@gnu.org>
1222
1223 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1224 `vc-hg-command' with a list of flags.
1225
12262010-10-31 Glenn Morris <rgm@gnu.org>
1227
1228 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1229 log-edit-before-checkin-process.
1230
1231 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1232
1233 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1234
1235 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1236 (log-view-process-buffer, log-edit-extra-flags): Declare.
1237
12382010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1239
1240 Add special markup processing for commit logs.
1241 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1242 when non-nil instead of the log-view-mode.
1243
1244 * vc.el (vc-default-log-edit-mode): New function.
1245
1246 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1247 log-edit.
1248
1249 Support for shelving snapshots and for showing shelves.
1250 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1251 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1252 New functions.
1253 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1254 (vc-bzr-extra-menu-map): Map them.
1255
a057950d
MA
12562010-10-30 Michael Albinus <michael.albinus@gmx.de>
1257
1258 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1259 preserve owner and group when editing files. (Bug#7289)
1260
d2ce10d2
GM
12612010-10-29 Glenn Morris <rgm@gnu.org>
1262
1263 * speedbar.el (speedbar-mode):
1264 * play/fortune.el (fortune-in-buffer, fortune):
1265 * play/gomoku.el (gomoku-mode):
1266 * play/landmark.el (lm-mode):
1267 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1268 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1269
82f7efc3
GM
12702010-10-28 Glenn Morris <rgm@gnu.org>
1271
1272 * select.el (x-selection): Mark it as an obsolete alias.
1273
ca39416c
AH
12742010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1275
1276 * add-log.el (find-change-log): Use derived-mode-p rather than
1277 major-mode (bug#7284).
1278
aab705a2
GM
12792010-10-27 Glenn Morris <rgm@gnu.org>
1280
1281 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1282 rather than just an unused variable that inherits from the real one.
1283
a03c2342
WS
12842010-10-23 Michael McNamara <mac@mail.brushroad.com>
1285
413e6468 1286 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
1287 auto-built for efficiency of execution and updating.
1288 (verilog-extended-complete-re): Support 'pure' fucntion & task
1289 declarations (these have no bodies).
ca39416c
AH
1290 (verilog-beg-of-statement): General cleanup to enable support of
1291 'pure' fucntion & task declarations (these have no bodies).
1292 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
1293 noticed by Steve Pearlmutter.
1294 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
1295 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1296 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
1297 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1298 attribute handling for lining up declarations and assignments.
1299 (verilog-beg-of-statement-1): Fix issue where continued declaration
1300 is indented differently if it is after a begin..end clock.
1301 (verilog-in-attribute-p, verilog-skip-backward-comments)
1302 (verilog-skip-forward-comment-p): Support proper treatment of
b762841f 1303 attributes by indent code. Reported by Jeff Steele.
ca39416c 1304 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
1305 (verilog-backward-up-list, verilog-in-struct-region-p)
1306 (verilog-backward-token, verilog-in-struct-p)
1307 (verilog-in-coverage-p, verilog-do-indent)
1308 (verilog-pretty-declarations): Use verilog-backward-up-list as
1309 wrapper around backward-up-list inorder to properly skip comments.
1310 Reported by David Rogoff.
1311 (verilog-property-re, verilog-endcomment-reason-re)
1312 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1313 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
b762841f 1314 of if). Reported by Max Bjurling and
a03c2342 1315 (verilog-calc-1): Fix for clocking block in modport
b762841f 1316 declaration. Reported by Brian Hunter.
a03c2342
WS
1317
13182010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1319
413e6468 1320 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
1321 (verilog-gate-keywords, verilog-read-sub-decls)
1322 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1323 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1324 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1325 (verilog-read-decls): Fix spaces in V2K module parameters causing
1326 mis-identification as interfaces, bug287.
1327 (verilog-read-decls): Fix not treating "parameter string" as a
1328 parameter in AUTOINSTPARAM.
1329 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1330 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 1331 (verilog-do-indent): Implement correct automatic or static task or
b762841f 1332 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
1333 (verilog-font-lock-keywords-2): Fix highlighting of single
1334 character pins, bug264. Reported by Michael Laajanen.
1335 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1336 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
33aeea0e
SM
1337 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1338 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
1339 (verilog-pretty-expr): Fix interactive arguments, bug272.
1340 Reported by Mark Johnson.
1341 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1342 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 1343 bug269. Suggested by Gary Delp.
a03c2342 1344 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
1345 (verilog-preprocessor, verilog-set-compile-command):
1346 Create verilog-preprocess and verilog-preprocessor to show
1347 preprocessed output.
a03c2342
WS
1348 (verilog-get-beg-of-line, verilog-get-end-of-line)
1349 (verilog-modi-file-or-buffer, verilog-modi-name)
1350 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 1351 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
1352 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1353 (verilog-colorize-region, verilog-highlight-buffer)
1354 (verilog-highlight-includes, verilog-highlight-modules)
1355 (verilog-highlight-region, verilog-mode): Rename colorize to
1356 highlight to match other packages. Disable module highlighting,
1357 as received speed complaints, reenable for experimentation only
1358 using new verilog-highlight-modules.
1359 (verilog-read-decls): Fix regexp stack overflow in very large
1360 AUTO_TEMPLATEs, bug250.
1361 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1362 (verilog-scan): Create verilog-save-buffer-state to standardize
1363 making insignificant changes that shouldn't call hooks.
1364 (verilog-save-no-change-functions, verilog-save-scan-cache)
1365 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1366 Create verilog-save-no-change-functions to wrap verilog-scan
1367 preservation, and fix to work with nested preserved calls.
1368 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1369 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1370 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1371 (verilog-submit-bug-report): Update variable list to be complete.
1372 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1373 breaking on-the-fly font-locking.
1374 (verilog-colorize-buffer, verilog-colorize-include-files)
1375 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1376 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1377 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1378 AUTOINST cell instance name, middle mouse button now finds-file on
1379 it. Suggested by Brad Dobbie.
1380 (verilog-alw-get-temps, verilog-auto-reset)
1381 (verilog-auto-sense-sigs, verilog-read-always-signals)
1382 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 1383 AUTORESET. AUTORESET now assumes any variables in the
33aeea0e
SM
1384 initialization section of a for() should be ignored.
1385 Reported by Dan Dever.
a03c2342
WS
1386 (verilog-error-font-lock-keywords)
1387 (verilog-error-regexp-emacs-alist)
1388 (verilog-error-regexp-xemacs-alist): Fix error detection of
1389 Cadence HAL, reported by David Asher. Repair drift between the
1390 three similar error variables.
1391 (verilog-modi-lookup, verilog-modi-lookup-cache)
1392 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1393 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1394 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
1395 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1396 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
1397 "{1*2{...". Broke in last revision.
1398 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1399 submodule connections with replications "{#{a},#{b}}".
1400
0d0d9424
GM
14012010-10-23 Glenn Morris <rgm@gnu.org>
1402
ca39416c
AH
1403 * comint.el (comint-password-prompt-regexp):
1404 Match "enter the password". (Bug#7224)
0d0d9424 1405
88dbda51
JB
14062010-10-22 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1409 Fix typo in docstring.
1410
efd49885
MA
14112010-10-21 Michael Albinus <michael.albinus@gmx.de>
1412
1413 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1414 errors.
1415
1416 * net/trampver.el: Update release number.
1417
52ce2890
KH
14182010-10-20 Kenichi Handa <handa@m17n.org>
1419
1420 * face-remap.el (text-scale-adjust): Call read-event with a proper
1421 prompt.
1422
bca0f839
MA
14232010-10-19 Michael Albinus <michael.albinus@gmx.de>
1424
1425 * net/tramp.el (tramp-do-file-attributes-with-stat)
1426 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1427 order to make stat results a float. Patch by Andreas Schwab
1428 <schwab@linux-m68k.org>.
1429
e8b69dc2
SM
14302010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * repeat.el (repeat): Use read-key (bug#6256).
1433
a8c41b4c
CY
14342010-10-18 Chong Yidong <cyd@stupidchicken.com>
1435
1436 * emacs-lisp/unsafep.el: Don't mark functions that display
1437 messages as safe. Suggested by Johan Bockgård.
1438
8348910a
SM
14392010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1440
7c3f6228
JB
1441 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1442 Turn comments into docstrings.
1443
8348910a
SM
1444 * minibuffer.el (completion--replace): Move point where it belongs
1445 when there's a common suffix (bug#7215).
1446
e499c64d
MA
14472010-10-15 Michael Albinus <michael.albinus@gmx.de>
1448
1449 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
bca0f839
MA
1450 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1451 <dale@codefu.org>.
e499c64d 1452
c4186f9c
KH
14532010-10-15 Kenichi Handa <handa@m17n.org>
1454
1455 * international/characters.el: Add category '|' (word breakable)
1456 to fullwidth characters.
1457
7ca9cfda
KH
14582010-10-14 Kenichi Handa <handa@m17n.org>
1459
9650fc61
KH
1460 * mail/rmail.el (rmail-show-message-1): Catch an error of
1461 base64-decode-region and just show an error message (bug#7165).
1462
7c3f6228 1463 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
1464 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1465 a font-spec (bug#7197).
1466
7163badd
GM
14672010-10-13 Glenn Morris <rgm@gnu.org>
1468
1469 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1470
51e4f4a8
JB
14712010-10-12 Juanma Barranquero <lekktu@gmail.com>
1472
c0943d3d
JB
1473 * international/mule.el (define-coding-system):
1474 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
1475 * composite.el (compose-region): Fix typo in docstring.
1476
14772010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1478
1479 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1480 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1481 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1482
1483 * cus-start.el (all): ns-right-alternate-modifier is new.
1484
9386ae12
AS
14852010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1486
1487 * Makefile.in (ELCFILES): Update.
1488
4c528197
SM
14892010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * emacs-lisp/lisp.el (lisp-completion-at-point):
1492 Use emacs-lisp-mode-syntax-table for the whole function.
1493
4897601e
NR
14942010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1495
1496 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
c0943d3d 1497 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
4897601e
NR
1498 work when breakpoint number exceeds nine.
1499
c58059f2
DK
15002010-10-05 David Koppelman <koppel@ece.lsu.edu>
1501
1502 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
1503 instead of font-lock-mode before adding keywords.
1504 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
1505 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1506 non-nil; removed hook inhibit hack.
1507
c7d6d8a1
GM
15082010-10-09 Glenn Morris <rgm@gnu.org>
1509
d15f9a2b
GM
1510 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1511 (load-path-shadows-find): ... to this.
1512 (list-load-path-shadows): Update for above change.
1513
c7d6d8a1
GM
1514 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1515
e5d49589
GM
15162010-10-08 Glenn Morris <rgm@gnu.org>
1517
5823f53f
GM
1518 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1519
e5d49589
GM
1520 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1521 (shadows-compare-text-p): Make it an obsolete alias for...
1522 (load-path-shadows-compare-text): ... new name.
1523 (find-emacs-lisp-shadows): Update for above name change.
1524 (load-path-shadows-same-file-or-nonexistent): New name for the old
1525 shadow-same-file-or-nonexistent.
1526
397ae226
CY
15272010-10-03 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * minibuffer.el (completion--some, completion--do-completion)
1530 (minibuffer-complete-and-exit, minibuffer-completion-help)
1531 (completion-basic-try-completion)
1532 (completion-basic-all-completions)
1533 (completion-pcm--find-all-completions): Use lexical-let to
1534 avoid some false matches in variable completion (Bug#7056)
1535
8686a5ea
OOS
15362010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1537
1538 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1539
83b8ea28
LL
15402010-10-03 Leo <sdl.web@gmail.com>
1541
1542 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1543 return non-nil if the file exists (Bug#7090).
1544
55586d2a
SM
15452010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * minibuffer.el (completion--replace):
1548 Better preserve markers (bug#7138).
1549
2b7ba565
JB
15502010-09-29 Juanma Barranquero <lekktu@gmail.com>
1551
1552 * server.el (server-process-filter): Doc fix.
1553
53ad04fc
DA
15542010-09-27 Drew Adams <drew.adams@oracle.com>
1555
1556 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1557
c19f76a1
AS
15582010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1559
0cceab3d
AS
1560 * Makefile.in (ELCFILES): Update.
1561
55586d2a
SM
1562 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1563 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 1564
fd057fd2
KH
15652010-09-27 Kenichi Handa <handa@m17n.org>
1566
1567 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1568 "ustar" format.
1569
368b3544
KH
15702010-09-27 Kenichi Handa <handa@m17n.org>
1571
1572 * international/mule.el (define-coding-system): Docstring fixed.
1573
1574 * international/mule-diag.el (describe-character-set): Use princ
1575 with proper print-length and print-level instead of insert.
1576
fb5f3a23
JB
15772010-09-26 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * window.el (walk-windows): Doc fix (bug#7105).
1580
af3ccb5c
GM
15812010-09-23 Glenn Morris <rgm@gnu.org>
1582
1583 * isearch.el (isearch-lazy-highlight-cleanup)
1584 (isearch-lazy-highlight-initial-delay)
1585 (isearch-lazy-highlight-interval)
1586 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1587 * net/net-utils.el (ipconfig-program-options):
1588 Move aliases to options before the associated definitions.
1589
c9805d23
SM
15902010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * newcomment.el (comment-normalize-vars): Better test validity of
1593 comment-end-skip.
1594
9e0d4f9e
SM
15952010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1598 (float-e): New name for `e'.
1599 (degrees-to-radians, radians-to-degrees):
1600 * calendar/solar.el (solar-longitude):
1601 * calculator.el (calculator-registers, calculator-funcall):
1602 * textmodes/artist.el (artist-spray-random-points):
1603 * play/bubbles.el (bubbles--initialize-images): Use new names.
1604
a2930e43
EL
16052010-09-19 Eric M. Ludlam <zappo@gnu.org>
1606
1607 Update to CEDET 1.0's version of EIEIO.
1608
9e0d4f9e
SM
1609 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1610 New function.
a2930e43
EL
1611 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1612 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1613 (class-precedence-list): If class is nil, return nil.
1614 (eieio-generic-call): If class of first input arg is nil, don't
1615 look up static methods, and do check for primary methods.
1616 (initialize-instance): See if the default needs to be evaluated
1617 during the constructor.
1618 (eieio-perform-slot-validation-for-default): Don't do the check
1619 for values that will eventually be evaluated.
1620 (eieio-eval-default-p): New function.
1621 (eieio-default-eval-maybe): Use it.
1622
16232010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1624
1625 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1626 method-invocation-order.
1627 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1628 (eieio-class-precedence-dfs): Compute class precedence list using
1629 dfs algorithm.
1630 (eieio-class-precedence-bfs): Compute class precedence list using
1631 bfs algorithm.
9e0d4f9e 1632 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
1633 c3 algorithm.
1634 (class-precedence-list): New function.
1635 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1636 (inconsistent-class-hierarchy): New error symbol.
1637 (call-next-method): Stow the replacement argument list for future
1638 call-next-method invocations.
1639
87e798a7
GM
16402010-09-15 Glenn Morris <rgm@gnu.org>
1641
ea7f9ebf
GM
1642 * calendar/appt.el (appt-check): If not displaying the diary,
1643 use (diary 1) to only get the entries we need.
1644 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1645 that it is in day order. (Bug#7019)
1646
1bf6d075
GM
1647 * calendar/appt.el (appt-check): Rather than showing the diary,
1648 just turn off invisible display, and only if needed.
1649
87e798a7
GM
1650 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1651
f3a30a50
SM
16522010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1655 Add `when' argument. Update callers.
1656
1657 * subr.el (unintern): Declare the obarray arg mandatory.
1658
92b99a01
GM
16592010-09-14 Glenn Morris <rgm@gnu.org>
1660
67ae9766
GM
1661 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1662 Doc fixes.
1663
92b99a01
GM
1664 * calendar/diary-lib.el (diary-included-files): New variable.
1665 (diary-list-entries): Maybe initialize diary-included-files.
1666 (diary-include-other-diary-files): Append to diary-included-files.
1667 * calendar/appt.el (appt-update-list): Also check the members of
1668 diary-included-files. (Bug#6999)
08151ec5 1669 (appt-check): Doc fix.
92b99a01 1670
5a66ed0f
DR
16712010-09-12 David Reitter <david.reitter@gmail.com>
1672
1673 * simple.el (line-move-visual): Do not truncate goal column to
1674 integer size. (Bug#7020)
1675
dba28758
SM
16762010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * repeat.el (repeat): Allow repeating when the last event is a click.
1679 Suggested by Drew Adams (bug#6256).
1680
681b88dd
SM
16812010-09-11 Sascha Wilde <wilde@sha-bang.de>
1682
1683 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1684 Replace setting HGRCPATH to "" by some less invasive --config options.
1685
71e657fc
SM
16862010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * font-lock.el (font-lock-beginning-of-syntax-function):
1689 Mark as obsolete.
1690
639b9d87
GM
16912010-09-10 Glenn Morris <rgm@gnu.org>
1692
1693 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1694 and tool-bar modes. (Bug#6211)
1695 (menu-bar-mode): Move setting of standard-value after the
1696 minor-mode definition, otherwise it seems to have no effect.
1697
33bd47be
MY
16982010-09-08 Masatake YAMATO <yamato@redhat.com>
1699
1700 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1701 Fix typo. (Bug#6976)
1702
9c405a86
CY
17032010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1704
1705 * whitespace.el: Allow cleaning up blanks without blank
1706 visualization (Bug#6651). Adjust help window for
1707 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
1708 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1709 (whitespace-style): Add new value 'face. Adjust docstring.
1710 (whitespace-space, whitespace-hspace, whitespace-tab):
1711 Adjust foreground property face.
9c405a86
CY
1712 (whitespace-line-column): Adjust docstring and type declaration.
1713 (whitespace-style-value-list, whitespace-toggle-option-alist)
1714 (whitespace-help-text): Adjust const initialization.
1715 (whitespace-toggle-options, global-whitespace-toggle-options):
1716 Adjust docstring.
1717 (whitespace-display-window, whitespace-interactive-char)
1718 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1719 (whitespace-help-scroll): New fun.
1720
3fa0dc8f
AK
17212010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1722
1723 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
1724
1725 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1726 chars like - or ] (bug#6984).
1727 (rx-any-condense-range): Explode 2-char ranges.
1728
1e05f387
SM
17292010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * textmodes/bibtex.el:
1732 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1733
a3b337cd
GM
17342010-09-02 Glenn Morris <rgm@gnu.org>
1735
1736 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1737
d419e1d9
KH
17382010-08-31 Kenichi Handa <handa@m17n.org>
1739
1740 * international/mule-cmds.el (standard-display-european-internal):
1741 Setup standard-display-table for 8-bit characters by storing 8-bit
1742 characters in the element vector.
1743
1e05f387
SM
1744 * disp-table.el (standard-display-8bit):
1745 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
1746 characters in the element vector.
1747 (standard-display-european): Likewise.
1748
20b8ac83
MA
17492010-08-26 Michael Albinus <michael.albinus@gmx.de>
1750
1751 Sync with Tramp 2.1.19.
1752
1753 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1754 (tramp-reporter-dump-variable, tramp-load-report-modules)
1755 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1756 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1757
1758 * net/tramp-compat.el (top): Do not autoload
1759 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1760 only when `start-file-process' is not bound.
1761 (byte-compile-not-obsolete-vars): Define if not bound.
1762 (tramp-compat-funcall): New defmacro.
1763 (tramp-compat-line-beginning-position)
1764 (tramp-compat-line-end-position)
1765 (tramp-compat-temporary-file-directory)
1766 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1767 (tramp-compat-copy-file, tramp-compat-copy-directory)
1768 (tramp-compat-delete-file, tramp-compat-delete-directory)
1769 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1770 Use it.
1771 (tramp-advice-file-expand-wildcards): Do not use
1772 `tramp-handle-file-remote-p'.
1773 (tramp-compat-make-temp-file): Simplify fallback implementation.
1774 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1775 (tramp-compat-copy-tree): Remove function.
1776 (tramp-compat-delete-file): New defun.
1777 (tramp-compat-delete-directory): Provide implementation for older
1778 Emacsen.
1779 (tramp-compat-file-attributes): Handle only
1780 `wrong-number-of-arguments' error.
1781
1e05f387
SM
1782 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1783 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
1784 (tramp-fish-handle-delete-file): Add TRASH arg.
1785 (tramp-fish-handle-directory-files-and-attributes):
1786 Do not use `tramp-fish-handle-file-attributes.
1787 (tramp-fish-handle-file-local-copy)
1788 (tramp-fish-handle-insert-file-contents)
1789 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1790
1791 * net/tramp-gvfs.el (top): Require url-util.
1792 (tramp-gvfs-mount-point): Remove.
1793 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1794 and `set-file-selinux-context'.
1795 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1796 (tramp-gvfs-handle-file-selinux-context)
1797 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1798 (with-tramp-dbus-call-method): Format trace message.
1799 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1800 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
1801 Implement backup call, when operation on local files fails.
1802 Use progress reporter. Flush properties of changed files.
1803 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1804 Use `tramp-compat-delete-file'.
20b8ac83
MA
1805 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1806 (tramp-gvfs-handle-make-directory): Make more traces.
1807 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1808 (tramp-gvfs-url-file-name): Hexify file name in url.
1809 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1810 into account for the resulting file name.
1811 (tramp-gvfs-handler-askquestion): Preserve current message, in
1812 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
1813 Return dummy mountpoint, when the answer is "no".
1814 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
1815 (tramp-gvfs-handler-mounted-unmounted)
1816 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
1817 attribute "default_location". Set "prefix" property.
1818 Handle default-location.
20b8ac83
MA
1819 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1820 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1821 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
1822 "no" in interactive questions, for example).
1823 Use `tramp-compat-funcall'.
20b8ac83
MA
1824
1825 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1826 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1827 (tramp-imap-do-copy-or-rename-file)
1828 (tramp-imap-handle-insert-file-contents)
1829 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1830 (tramp-imap-handle-delete-file): Add TRASH arg.
1831
1e05f387
SM
1832 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1833 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1834 (tramp-smb-handle-copy-file)
1835 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1836 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1837 Use `with-progress-reporter'.
1838 (tramp-smb-handle-delete-file): Add TRASH arg.
1839
1840 * net/tramp.el (tramp-methods): Move hostname to the end in all
1841 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1842 appropriate.
1843 (tramp-verbose): Describe verbose level 9.
1844 (tramp-completion-function-alist)
1845 (tramp-file-name-regexp, tramp-chunksize)
1846 (tramp-local-coding-commands, tramp-remote-coding-commands)
1847 (with-connection-property, tramp-completion-mode-p)
1848 (tramp-action-process-alive, tramp-action-out-of-band)
1849 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1850 (tramp-exists-file-name-handler): Fix docstring.
1851 (tramp-remote-process-environment): Use `format' instead of
1852 `concat'. Protect version string by apostroph.
1853 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1854 XEmacs.
1855 (tramp-file-name-regexp-unified)
1856 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1857 not regard the volume letter as remote filename. (Bug#5447)
1858 (tramp-perl-file-attributes)
1859 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1860 (tramp-vc-registered-read-file-names): Read input as
1861 here-document, otherwise the command could exceed maximum length
1862 of command line.
1863 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1864 `set-file-selinux-context'.
1865 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1866 backtrace functions.
1867 (tramp-error-with-buffer): Don't show the connection buffer when
1868 we are in completion mode.
1869 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1870 (tramp-handle-file-selinux-context)
1871 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1872 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1873 New defuns.
1874 (with-progress-reporter): New defmacro.
1875 (tramp-debug-outline-regexp): New defconst.
1876 (top, tramp-rfn-eshadow-setup-minibuffer)
1877 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1878 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1879 (tramp-completion-mode-p, tramp-check-for-regexp)
1880 (tramp-open-connection-setup-interactive-shell)
1881 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1882 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1883 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1884 Use `tramp-compat-funcall'.
1885 (tramp-handle-make-symbolic-link): Flush file properties.
1886 (tramp-handle-load, tramp-handle-file-local-copy)
1887 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1888 (tramp-handle-vc-registered, tramp-maybe-send-script)
1889 (tramp-find-shell): Use `with-progress-reporter'.
1890 (tramp-do-file-attributes-with-stat): Add space in format string,
1891 in order to work around a bug in pdksh. Reported by Gilles Pion
1892 <gpion@lfdj.com>.
1893 (tramp-handle-verify-visited-file-modtime): Do not send a command
1894 when the connection is not established.
1895 (tramp-handle-set-file-times): Simplify the check for utc.
1896 (tramp-handle-directory-files-and-attributes)
1897 (tramp-get-remote-path): Use `copy-tree'.
1898 (tramp-completion-handle-file-name-all-completions): Ensure, that
1899 non remote files are still checked. Oops.
1e05f387
SM
1900 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1901 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1902 (tramp-do-copy-or-rename-file): Add progress reporter.
1903 (tramp-do-copy-or-rename-file-directly): Do not use
1904 `tramp-handle-file-remote-p'.
1905 (tramp-do-copy-or-rename-file-out-of-band):
1906 Use `tramp-compat-delete-directory'.
1907 (tramp-do-copy-or-rename-file-out-of-band)
1908 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1909 Use `format-spec-make'.
1910 (tramp-handle-delete-file): Add TRASH arg.
1911 (tramp-handle-dired-uncache): Flush directory cache, not only file
1912 cache.
1913 (tramp-handle-expand-file-name)
1914 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
1915 (tramp-completion-handle-file-name-completion):
1916 Use `tramp-connectable-p'.
20b8ac83
MA
1917 (tramp-handle-start-file-process): Set connection property "vec".
1918 Use it, in order to invalidate file caches. Check only for
1919 `remote-tty' process property.
1920 Implement tty setting. (Bug#4604, Bug#6360)
1921 (tramp-file-name-for-operation): Add `call-process-region' and
1922 `set-file-selinux-context'.
1923 (tramp-find-foreign-file-name-handler)
1924 (tramp-advice-make-auto-save-file-name)
1925 (tramp-set-auto-save-file-modes): Remove superfluous check for
1926 `stringp'. This is done inside `tramp-tramp-file-p'.
1927 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1928 operations when we are in completion mode. This gives the user
1929 the chance to correct the file name in the minibuffer.
1930 (tramp-completion-mode-p): Use `non-essential'.
1931 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1932 compatibility: Use `completion-ignore-case' if
1933 `read-file-name-completion-ignore-case' does not exist.
1934 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1935 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1936 `tramp-open-shell'.
1937 (tramp-action-password): Hide password prompt before next run.
1938 (tramp-process-actions): Widen connection buffer for the trace.
1939 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1940 process property. Trace stty settings if `tramp-verbose' >= 9.
1941 Apply workaround for IRIX64 bug. Move argument of last
1942 `tramp-send-command' where it belongs to.
1943 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1944 front of `login-args'.
1945 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1946 on "/dev/null" instead of "/".
1947 (tramp-get-ls-command-with-dired): Make test for "--dired"
1948 stronger.
1949 (tramp-set-auto-save-file-modes): Adapt version check.
1950 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1951 (tramp-handle-process-file): Call the program in a subshell, in
1952 order to preserve working directory.
1953 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1954 `tramp-remote-sh' from `tramp-methods'.
1955 (tramp-get-ls-command): Make test for "--color=never" stronger.
1956 (tramp-check-for-regexp): Use (forward-line 1).
1957
1958 * net/trampver.el: Update release number.
1959
19602010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1961
1962 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1963 empty argument to gvfs-copy.
1964
19652010-08-26 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1968 handle new TRASH arg of `delete-file'.
1969
19702010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1971
1972 * net/tramp.el (tramp-handle-insert-directory): Don't use
1973 `forward-word', its default syntax could be changed.
1974
19752010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1976 Michael Albinus <michael.albinus@gmx.de>
1977
1978 Implement compression for inline methods.
1979
1980 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1981 (tramp-copy-size-limit): Allow also nil.
1982 (tramp-inline-compress-commands): New defconst.
1983 (tramp-find-inline-compress, tramp-get-inline-compress)
1984 (tramp-get-inline-coding): New defuns.
1985 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1986 replaced by `tramp-get-inline-coding'.
1987 (tramp-handle-file-local-copy, tramp-handle-write-region)
1988 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1989
19902010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1991
1992 Detect ssh 'ControlMaster' argument automatically in some cases.
1993
1994 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1995 (tramp-default-method): Use it.
1996
19972010-08-26 Karel Klíč <kklic@redhat.com>
1998
1999 * net/tramp.el (tramp-file-name-for-operation):
2000 Add file-selinux-context.
2001
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
20022010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2003
2004 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2005
8d9f4291
CY
20062010-08-26 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2009 (Bug#6907).
2010
9027027d
CF
20112010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2012
2013 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2014 with "else" (Bug#3991).
2015
c00725d7
LL
20162010-08-22 Leo <sdl.web@gmail.com>
2017
2018 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2019 (ignore, bright, dim, keyword): Split list of nicknames before
2020 passing to rcirc-add-or-remove (Bug#6894).
2021
bc7d7ea6
CY
20222010-08-22 Chong Yidong <cyd@stupidchicken.com>
2023
2024 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2025
41a20de9
CY
20262010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2027
2028 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2029 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2030 New version 13.0.
2031 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2032 Adjust initialization.
2033 (whitespace-bob-marker, whitespace-eob-marker)
2034 (whitespace-buffer-changed): New vars.
2035 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2036 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2037 (whitespace-post-command-hook, whitespace-display-char-on):
2038 Adjust code.
2039 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2040 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
2041
e0143335
LL
20422010-08-21 Leo <sdl.web@gmail.com>
2043
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 2044 Fix buffer-list rename&refresh after killing a buffer in ido.
413e6468 2045 * ido.el: Revert Óscar's.
e0143335
LL
2046 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2047 Remember the buffers at head, rather than their name.
413e6468 2048 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 2049
8f081e96
SM
20502010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2051 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2054 extra backslash added to each line (bug#6890).
2055
3ff78624
SM
20562010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2059
635f7282
GM
20602010-08-21 Glenn Morris <rgm@gnu.org>
2061
2062 * menu-bar.el (menu-bar-games-menu): Add landmark.
2063
fb89a654
GM
20642010-08-20 Glenn Morris <rgm@gnu.org>
2065
9130a2d6
GM
2066 * align.el (align-regexp): Make group and spacing arguments
2067 use the interactive defaults when non-interactive. (Bug#6698)
2068
fb89a654
GM
2069 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2070 expansion, so as not to need sendmail.
2071 (mail-text-start): Remove declaration.
2072 (rmail-retry-failure): Require sendmail.
2073
186e86db
SM
20742010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2077
a67e6f13
MA
20782010-08-18 Michael Albinus <michael.albinus@gmx.de>
2079
186e86db
SM
2080 * progmodes/flymake.el (flymake-start-syntax-check-process):
2081 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 2082
f3cc64f8
KH
20832010-08-18 Kenichi Handa <handa@m17n.org>
2084
2085 * files.el: Add `word-wrap' as safe local variable.
2086
bb25c8d7
GM
20872010-08-18 Glenn Morris <rgm@gnu.org>
2088
2089 * woman.el (woman-translate): Case matters. (Bug#6849)
2090
a4aae1a5
CY
20912010-08-14 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * simple.el (kill-region): Doc fix (Bug#6787).
2094
721dce17
GM
20952010-08-14 Glenn Morris <rgm@gnu.org>
2096
2097 * calendar/diary-lib.el (diary-header-line-format):
2098 Fit it to the window, not the frame.
2099
7467d0a8
AS
21002010-08-11 Andreas Schwab <schwab@linux-m68k.org>
2101
2102 * subr.el (ignore-errors): Add debug declaration.
2103
1fcf76af
GG
21042010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
2105
2106 * whitespace.el (whitespace-color-off): Remove post-command-hook
2107 locally.
2108
e54a1075
JB
21092010-08-08 Johan Bockgård <bojohan@gnu.org>
2110
2111 * replace.el (replace-highlight): Bind isearch-forward and
2112 isearch-error, ensuring that highlighting is updated if the user
2113 switches the search direction (Bug#6808).
2114
2115 * isearch.el (isearch-lazy-highlight-forward): New var.
2116 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2117 (isearch-lazy-highlight-update): Use it.
2118
7a84eee5
KH
21192010-08-06 Kenichi Handa <handa@m17n.org>
2120
186e86db
SM
2121 * international/mule.el (define-charset): Store NAME as :base property.
2122 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
2123 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2124 current priority. Force using the designation of the specific
2125 charset by adding `charset' text property. Improve the whole
2126 algorithm.
2127
f6b55526
JB
21282010-08-05 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * emulation/pc-select.el (pc-selection-mode-hook)
2131 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2132 (pc-selection-mode): Fix typos in docstrings.
2133
6b4d96c2
KH
21342010-08-04 Kenichi Handa <handa@m17n.org>
2135
2136 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2137 ctext-non-standard-encodings-alist here.
2138
186e86db
SM
2139 * international/mule.el (ctext-non-standard-encodings-alist):
2140 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
2141 (ctext-standard-encodings): New variable.
2142 (ctext-non-standard-encodings-table): List only elements for
2143 non-standard encodings.
186e86db 2144 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
2145 Check ctext-standard-encodings.
2146
2147 * international/mule-conf.el (compound-text): Doc fix.
2148 (ctext-no-compositions): Doc fix.
2149 (compound-text-with-extensions): Doc fix.
2150
c613687b
SM
21512010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2154
d5b8058f
JB
21552010-08-03 Juanma Barranquero <lekktu@gmail.com>
2156
9ebc731b
JB
2157 * progmodes/which-func.el (which-func-format): Split help-echo text
2158 into lines, like other mode-line tooltips.
2159
d5b8058f
JB
2160 * server.el (server-start): When using TCP sockets, force IPv4
2161 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2162
a2077b7f
SM
21632010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2166
f63a7652
JB
21672010-08-02 Juanma Barranquero <lekktu@gmail.com>
2168
2169 * term.el (term-delimiter-argument-list): Reflow docstring.
2170 (term-read-input-ring, term-write-input-ring, term-send-input)
2171 (term-bol, term-erase-in-display, serial-supported-or-barf):
2172 Fix typos in docstrings.
2173
a7e26d8b
SM
21742010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2177
bbc4e17c
JB
21782010-08-01 Juanma Barranquero <lekktu@gmail.com>
2179
2180 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2181
9aea20c9
MK
21822010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
2183
2184 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2185 Fix typo in docstring (bug#6747).
2186
16b0b347
LL
21872010-07-30 Leo <sdl.web@gmail.com>
2188
2189 * eshell/esh-io.el (eshell-get-target): Better detection of
2190 read-only file (Bug#6762).
2191
ad9ae065
JB
21922010-07-30 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * align.el (align-default-spacing): Doc fix.
2195 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2196
fe4be04c
JB
21972010-07-23 Juanma Barranquero <lekktu@gmail.com>
2198
2199 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2200
7c7c04c0
JB
22012010-07-19 Juanma Barranquero <lekktu@gmail.com>
2202
2203 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2204 (display-time-world-buffer-name, display-time-world-mode-map):
2205 Fix typos in docstrings.
2206
c9088194
SK
22072010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2208
2209 * image-mode.el (image-display-size): New function.
2210 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2211 (image-mode-fit-frame): Use it (Bug#6639).
2212
dad7c716
CY
22132010-07-17 Chong Yidong <cyd@stupidchicken.com>
2214
2215 * dired.el (dired-buffers-for-dir): Handle list values of
2216 dired-directory (Bug#6636).
2217
f253ef6a
RS
22182010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2219
2220 * vc.el (vc-coding-system-inherit-eol): New defvar.
2221 (vc-coding-system-for-diff): Use it to decide whether to inherit
2222 from the file the EOL format for reading the diffs of that file.
2223 (Bug#4451)
2224
134a027f
EZ
22252010-07-16 Eli Zaretskii <eliz@gnu.org>
2226
2227 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2228 unibyte, so compressed attachments are not compressed again.
2229
243881ed
J
22302010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2231
2232 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2233 now that unicode is used (Bug#6594).
2234
5cbce271
CY
22352010-07-14 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * simple.el (push-mark-command): Set the selection if
2238 select-active-regions is non-nil.
2239
3260caf8
GM
22402010-07-10 Glenn Morris <rgm@gnu.org>
2241
2242 * calendar/calendar.el (calendar-week-end-day): New function.
2243 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2244 Respect calendar-week-start-day. (Bug#6606)
2245 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2246 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2247 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2248 respect calendar-week-start-day.
2249
c876b263
CY
22502010-07-10 Chong Yidong <cyd@stupidchicken.com>
2251
2252 * simple.el (use-region-p): Doc fix (Bug#6607).
2253
4565b08e
CS
22542010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2255
2256 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2257 builtins (BufferError, BytesWarning, WindowsError; callables
2258 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2259
49554388
GM
22602010-07-07 Glenn Morris <rgm@gnu.org>
2261
2262 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2263 forward-line fallout.
2264
e8579ebc
CY
22652010-07-06 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * mouse.el (mouse-appearance-menu): Add docstring.
2268
2269 * help.el (describe-key): Print up-event using key-description.
2270
5d1cd8bd
MA
22712010-07-03 Michael Albinus <michael.albinus@gmx.de>
2272
2273 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 2274 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
2275 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2276
112dbc0e
MA
22772010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2278
2279 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2280
d0cb23ca
DN
22812010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2282
2283 Avoid displaying files with a nil state in vc-dir.
2284 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2285 cases that cause insertion.
2286 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2287 with a nil state.
2288
01b229d1
CY
22892010-06-30 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2292
8bf1c786 22932010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
2294
2295 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2296
dfc6544c
CY
22972010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2298
2299 * generic-x.el (bat-generic-mode): Fix regexp for command line
2300 switches (Bug#5719).
2301
b7d4de51
CY
23022010-06-27 Masatake YAMATO <yamato@redhat.com>
2303
dfc6544c
CY
2304 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2305 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 2306
3726248f
CY
23072010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2308
8bf1c786 2309 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
2310 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2311 bindings of bookmark-automatically-show-annotations (Bug#6515).
2312
aca54191
EZ
23132010-06-25 Eli Zaretskii <eliz@gnu.org>
2314
2315 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2316 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2317
2330fa87
ŠN
23182010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2319
2320 * comint.el (make-comint, make-comint-in-buffer): Mention return
2321 value in the docstrings. (Bug#6498)
2322
29115ca9
YR
23232010-06-24 Yoni Rabkin <yoni@rabkins.net>
2324
2325 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2326 since it is not present when using some non-default switches.
2327
2c79f053
KF
23282010-06-23 Karl Fogel <kfogel@red-bean.com>
2329
2330 * simple.el (compose-mail): Fix doc string to refer to
2331 `compose-mail-user-agent-warnings', instead of to the
2332 nonexistent `compose-mail-check-user-agent'.
2333
50d76a9f
DN
23342010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2335
2336 Fix vc-annotate for renamed files when using Git.
2337 * vc-git.el (vc-git-find-revision): Deal with empty results from
2338 ls-files. Doe not pass the object as a file name to cat-file, it
2339 is not a file name.
2340 (vc-git-annotate-command): Pass the file name using -- to avoid
2341 ambiguity with the revision.
2342 (vc-git-previous-revision): Pass a relative file name.
2343
6095a05b
GM
23442010-06-22 Glenn Morris <rgm@gnu.org>
2345
943375a6
GM
2346 * progmodes/js.el (js-mode-map): Use standard capitalization and
2347 ellipses for menu entries.
2348
6095a05b
GM
2349 * wid-edit.el (widget-complete): Doc fix.
2350
4514199e
JH
23512010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2352
2353 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2354
c4786d60
DN
23552010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2356
11c46b39
DN
2357 Fix annotating other revisions for renamed files in vc-annotate.
2358 * vc-annotate.el (vc-annotate): Add an optional argument for the
2359 VC backend. Use it when non-nil.
33aeea0e
SM
2360 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2361 (Bug#6487).
11c46b39 2362
c4786d60
DN
2363 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2364 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2365 Do not pass the file name to the 'previous-revision call when we
2366 don't want a file diff. (Bug#6489)
2367
04ec0963
DN
23682010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2369
11c46b39 2370 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
2371 * vc.el (vc-find-revision): Add an optional argument for
2372 the VC backend. Use it when non-nil.
2373 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2374 backend to vc-find-revision. (Bug#6487)
2375
c036381c
DN
23762010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2377
2378 Fix reading file names in Git annotate buffers.
1e05f387
SM
2379 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2380 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 2381
05c123e6
AM
23822010-06-20 Alan Mackenzie <acm@muc.de>
2383
2384 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2385 in file local variables, set it first.
2386
4111f0c7
GM
23872010-06-19 Glenn Morris <rgm@gnu.org>
2388
74739ffd
GM
2389 * descr-text.el (describe-char-unicode-data): Insert separating
2390 space when needed. (Bug#6422)
2391
4111f0c7
GM
2392 * progmodes/idlwave.el (idlwave-action-and-binding):
2393 Fix typo in 2009-12-03 change. (Bug#6450)
2394
b8add347
SM
23952010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2398
36901266
SM
23992010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * font-lock.el (font-lock-major-mode): Rename from
2402 font-lock-mode-major-mode to distinguish it from
2403 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2404 (font-lock-set-defaults):
2405 * font-core.el (font-lock-default-function): Adjust users.
2406 (font-lock-mode): Don't set it at all.
2407
12755d08
SM
24082010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2411
d7cd4abb
GM
24122010-06-15 Glenn Morris <rgm@gnu.org>
2413
2414 * calendar/appt.el (appt-time-msg-list): Doc fix.
2415 (appt-check): Let-bind appt-warn-time.
2416 (appt-add): Make the 3rd argument optional.
2417 Simplify argument names. Doc fix. Check for integer WARNTIME.
2418 Only add WARNTIME to the output list if non-nil.
2419
a675c749
IK
24202010-06-15 Ivan Kanis <apple@kanis.eu>
2421
2422 * calendar/appt.el (appt-check): Let the 3rd element of
2423 appt-time-msg-list specify the warning time.
2424 (appt-add): Add new argument with the warning time. (Bug#5176)
2425
a9de35fe
BR
24262010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2427
2428 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2429 older than version 1.6. (Bug#6361)
2430
37a7e764
HE
24312010-06-12 Helmut Eller <eller.helmut@gmail.com>
2432
2433 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2434 used by cl-do-arglist. (Bug#6408)
2435
8c6eab5a
SM
24362010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2437
989bc97f
SM
2438 * emacs-lisp/advice.el (ad-compile-function):
2439 Define warning-suppress-types before we let-bind it (bug#6275).
2440
8c6eab5a
SM
2441 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2442 declare it, make it buffer-local and permanent-local (bug#6324).
2443 (vc-resynch-window): Adjust name.
2444 * vc-hooks.el (vc-find-file-hook): Adjust name.
2445
2d9a4946
JR
24462010-06-07 Jonathan Rockway <jon@jrock.us>
2447
2448 * net/rcirc.el: Add support for password authentication.
2449 (rcirc-server-alist): Add :password keyword.
2450 (rcirc): Ask for a password, or get it from the server's alist.
2451 (rcirc-connect): Add password argument. Pass it to server.
2452
35b148ee
JB
24532010-06-05 Juanma Barranquero <lekktu@gmail.com>
2454
2455 * net/dbus.el (dbus-register-method): Declare function.
2456 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2457 (dbus-introspect): Doc fix.
2458 (dbus-event-bus-name, dbus-introspect-get-interface)
2459 (dbus-introspect-get-argument): Reflow docstrings.
2460
86253dc0
CY
24612010-06-04 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * term/common-win.el (x-colors): Add "dark green" and "dark
2464 turquoise" (Bug#6332).
2465
3845c322
GM
24662010-06-03 Glenn Morris <rgm@gnu.org>
2467
2468 * desktop.el (desktop-clear-preserve-buffers):
2469 Add "*Warnings*" buffer. (Bug#6336)
2470
dbe82b27
DN
24712010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2472
2473 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2474
feceda26
SM
24752010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2478 `file-directory-p' to the filename part rather than to the whole text.
2479
896114cf
SM
24802010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2483
949544ed
DA
24842010-05-31 Drew Adams <drew.adams@oracle.com>
2485
2486 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2487
450439d5
JB
24882010-05-31 Juanma Barranquero <lekktu@gmail.com>
2489
2490 * subr.el (momentary-string-display): Just use read-event to read
2491 the exit event (Bug#6238).
2492
fcb52808
CY
24932010-05-29 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2496 (ansi-color-drop-regexp): New constant.
2497 (ansi-color-apply, ansi-color-filter-region)
896114cf 2498 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
2499 (ansi-color-apply): Build string list before calling concat.
2500
4da3541b
CY
25012010-05-27 Chong Yidong <cyd@stupidchicken.com>
2502
896114cf
SM
2503 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2504 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
2505
25062010-05-27 Masatake YAMATO <yamato@redhat.com>
2507
2508 * htmlfontify.el (hfy-face-resolve-face): New function.
2509 (hfy-face-to-style): Use it (Bug#6279).
2510
397eb3f3
SM
25112010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * epa.el (epa--select-keys): Don't explicitly delete the window since
2514 that can fail (e.g. sole window in frame). Use dedication instead.
2515
ab0c07c0
SM
25162010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2517
2518 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2519
29031d52
CY
25202010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * subr.el (read-quoted-char): Resolve modifiers after key
2523 remapping (bug#6212).
2524
dc9ed794
SM
25252010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2528 (tmm-get-keymap): Compute shortcuts (bug#6171).
2529
e1cb2c13
GM
25302010-05-10 Glenn Morris <rgm@gnu.org>
2531
2532 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2533 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2534
61a808e8
CY
25352010-05-07 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * Version 23.2 released.
2538
f034e176
CY
25392010-05-03 Chong Yidong <cyd@stupidchicken.com>
2540
c0943d3d 2541 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 2542 car of each item, not the whole list (Bug#6083).
f034e176 2543
f5d6ff44
CY
25442010-05-02 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * progmodes/js.el (js-mode): Make paragraph variables local before
2547 calling c-setup-paragraph-variables (Bug#6071).
2548
aa4d4e4a
EZ
25492010-05-01 Eli Zaretskii <eliz@gnu.org>
2550
2551 * composite.el (compose-region, reference-point-alist): Fix typos
2552 in the doc strings.
2553
78edd3b7 25542010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
2555
2556 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2557 gnuplot's "set" command.
2558
29c48340
JB
25592010-04-26 Juanma Barranquero <lekktu@gmail.com>
2560
2561 * abbrev.el (last-abbrev-text): Doc fix.
2562 (abbrev-prefix-mark): Don't escape parenthesis.
2563
8ed6fc47
AS
25642010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2565
2566 * composite.el (find-composition): Doc fix.
2567
063c6324
JB
25682010-04-24 Juanma Barranquero <lekktu@gmail.com>
2569
2570 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2571 (sql-oracle-program, sql-sqlite-options)
2572 (sql-query-placeholders-and-send): Doc fixes.
2573 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2574 (sql-imenu-generic-expression, sql-buffer)
2575 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2576 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2577 (sql-mode-sybase-font-lock-keywords)
2578 (sql-mode-informix-font-lock-keywords)
2579 (sql-mode-interbase-font-lock-keywords)
2580 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2581 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2582 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2583 (sql-product-feature, sql-highlight-product)
2584 (comint-line-beginning-position, sql-rename-buffer)
2585 (sql-toggle-pop-to-buffer-after-send-region)
2586 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2587 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2588 Fix typos in docstrings.
2589
e89dee79
JL
25902010-04-23 Juri Linkov <juri@jurta.org>
2591
2592 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2593 property instead of `invisible' and `after-string' (bug#5998).
2594
316d12fb
JL
25952010-04-23 Juri Linkov <juri@jurta.org>
2596
2597 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2598
770255e9
JB
25992010-04-23 Juanma Barranquero <lekktu@gmail.com>
2600
2601 * filecache.el (file-cache-add-directory-list)
2602 (file-cache-add-directory-recursively): Fix typos in docstrings.
2603
ece33a6e
KH
26042010-04-22 Kenichi Handa <handa@m17n.org>
2605
2606 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 2607 (gujarati-composable-pattern): Fix typo.
ece33a6e 2608
771533aa
KH
26092010-04-20 Kenichi Handa <handa@m17n.org>
2610
2611 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
2612 (tamil-composable-pattern, malayalam-composable-pattern):
2613 Add two-part vowels to "v" (vowel sign).
771533aa 2614
790c2e44
CY
26152010-04-20 Chong Yidong <cyd@stupidchicken.com>
2616
99833607
CY
2617 * files.el (copy-directory): Handle symlinks (Bug#5982).
2618
1e05f387
SM
2619 * progmodes/compile.el (compilation-next-error-function):
2620 Revert 2009-10-12 change (Bug#5983).
790c2e44 2621
808ecc4e
CY
26222010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2623
2624 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2625 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2626 (Bug#5846).
2627
d2c7b917
GM
26282010-04-20 Glenn Morris <rgm@gnu.org>
2629
0ca12598
GM
2630 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2631
d2c7b917
GM
2632 * minibuffer.el (completion-at-point): Doc fix.
2633
bce31830
DN
26342010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2635
2636 Fix the version number for added files.
2637 * vc-hg.el (vc-hg-working-revision): Check if the file is
2638 registered after hg parent fails (Bug#5961).
2639
0433ffa6
GM
26402010-04-17 Glenn Morris <rgm@gnu.org>
2641
2642 * htmlfontify.el (htmlfontify-buffer)
2643 (htmlfontify-copy-and-link-dir): Autoload entry points.
2644
8507c65c
CY
26452010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2646
2647 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2648 name relative to the project root (Bug#5960).
2649
e9ef9777
GM
26502010-04-16 Glenn Morris <rgm@gnu.org>
2651
2652 * vc-git.el (vc-git-print-log): Doc fix.
2653
3808c51f
CY
26542010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2655
2656 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2657
7860d2e3
CY
26582010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2659
2660 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2661 default settings (Bug#5928).
2662
119850e9
GM
26632010-04-10 Glenn Morris <rgm@gnu.org>
2664
2665 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2666 New function.
0a23b2c3 2667 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 2668
86a366f4
KH
26692010-04-07 Kenichi Handa <handa@m17n.org>
2670
2671 * language/indian.el (malayalam-composable-pattern): Fix previous
2672 change (add U+0D4D "SIGN VIRAMA").
2673 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2674 (tamil-composable-pattern): Fix typo in the regexp.
2675 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2676 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2677 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2678
8afe2ec6
CY
26792010-04-06 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2682 paragraph-separate (Bug#5821).
2683
3c5d6dfb
JL
26842010-04-05 Juri Linkov <juri@jurta.org>
2685
2686 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2687
2688 * info.el (Info-find-node-2): Comment out code that skips
2689 breadcrumbs line.
2690 (Info-mouse-follow-link): New command.
2691 (Info-link-keymap): New keymap.
2692 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2693 Return a string with links instead of inserting breadcrumbs
2694 to the Info buffer.
2695 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2696 Instead of putting the `invisible' text property over the Info
2697 header, make an overlay over the Info header with the `invisible'
2698 property and `after-string' set to the string returned by
2699 `Info-breadcrumbs'.
2700
6baa27a2
CY
27012010-04-03 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2704 Reported by monkey@sandpframing.com.
2705
b42da387
TA
27062010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2707
2708 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2709 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2710
42763dda
KH
27112010-03-30 Kenichi Handa <handa@m17n.org>
2712
2713 * language/sinhala.el (composition-function-table): Fix regexp for
2714 the new Unicode specification.
2715
2716 * language/indian.el (devanagari-composable-pattern)
2717 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 2718 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
2719 specification.
2720 (bengali-composable-pattern, gurmukhi-composable-pattern)
2721 (gujarati-composable-pattern, oriya-composable-pattern)
2722 (telugu-composable-pattern): New variables to cope with the new
2723 Unicode specification. Use them in composition-function-table.
2724
fe59d705
SM
27252010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2726
79d74ac5 2727 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
2728 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2729 vectors rather than cons cells, as used in menu-bar-update-buffers.
2730
03ffe8be
CY
27312010-03-28 Chong Yidong <cyd@stupidchicken.com>
2732
2a793f7f
CY
2733 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2734 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2735 electric punctuation for "{}();,:" (Bug#5586).
2736
03ffe8be
CY
2737 * mail/sendmail.el (mail-default-directory): Doc fix.
2738
27392010-03-27 Chong Yidong <cyd@stupidchicken.com>
2740
2741 * mail/sendmail.el (mail-default-directory): Doc fix.
2742
94785022
EZ
27432010-03-27 Eli Zaretskii <eliz@gnu.org>
2744
2745 * subr.el (version-regexp-alist, version-to-list)
2746 (version-list-<, version-list-=, version-list-<=)
2747 (version-list-not-zero, version<, version<=, version=): Doc fix.
2748 (Bug#5744).
2749
eca16aa7
NR
27502010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2751 Nick Roberts <nickrob@snap.net.nz>
2752
2753 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2754 (gdb-init-1): Use it.
2755
431af6a4
DN
27562010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2757
2758 * vc.el (vc-root-diff): Doc fix.
2759
9d30a9f4
CY
27602010-03-25 Chong Yidong <cyd@stupidchicken.com>
2761
9aa2c576
CY
2762 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2763
9d30a9f4
CY
2764 * simple.el (append-to-buffer): Fix last change.
2765
d0fba174
CY
27662010-03-24 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * simple.el (append-to-buffer): Ensure that point is preserved if
2769 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2770 (Bug#5749)
2771
efee6a6d
SM
27722010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2775 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2776 not be present any more.
2777
c6f3804c
JB
27782010-03-24 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * faces.el (set-face-attribute): Fix typo in docstring.
2781 (face-valid-attribute-values): Reflow docstring.
2782
4c3a215a
GM
27832010-03-23 Glenn Morris <rgm@gnu.org>
2784
efee6a6d 2785 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 2786
e9ba3e26
CY
27872010-03-21 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * indent.el (indent-for-tab-command): Doc fix.
2790
c8de140b
JB
27912010-03-22 Juanma Barranquero <lekktu@gmail.com>
2792
2793 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2794 (image-dired-read-comment): Doc fix.
2795
efee6a6d
SM
2796 * json.el (json-object-type, json-array-type, json-key-type)
2797 (json-false, json-null, json-read-number):
c8de140b
JB
2798 * minibuffer.el (completion-in-region-functions):
2799 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2800 (cal-tex-cursor-week):
2801 * emacs-lisp/trace.el (trace-function):
2802 * eshell/em-basic.el (eshell/printnl):
2803 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2804 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2805 * obsolete/levents.el (allocate-event, event-key, event-object)
2806 (event-point, event-process, event-timestamp, event-to-character)
2807 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2808 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2809 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2810 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2811 (reftex-highlight-selection): Fix typos in docstrings.
2812
d1200087
JB
28132010-03-19 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2816
f454672b
GM
28172010-03-18 Glenn Morris <rgm@gnu.org>
2818
2819 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2820 2008-02-13 without comment; mark it obsolete.
2821 (rmail-highlight-headers): Use rmail-highlight-face once more.
2822
d5704d66
CY
28232010-03-16 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * woman.el (woman2-process-escapes): Only consume the newline if
2826 the filler character is on a line by itself (Bug#5729).
2827
fade35dd
KH
28282010-03-16 Kenichi Handa <handa@m17n.org>
2829
2830 * language/indian.el (devanagari-composable-pattern): Add more
2831 consonants.
2832
c8215db1
MA
28332010-03-14 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * net/trampver.el: Update release number.
2836
b4d16368
GM
28372010-03-13 Glenn Morris <rgm@gnu.org>
2838
2839 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2840
c0e17ff2
MA
28412010-03-13 Michael Albinus <michael.albinus@gmx.de>
2842
efee6a6d
SM
2843 * net/tramp.el (tramp-find-executable):
2844 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
2845 output of "wc -l" more robust.
2846 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2847 (tramp-open-connection-setup-interactive-shell): Remove workaround
2848 for OpenSolaris bug, it is not needed anymore.
2849
eb123b12
GM
28502010-03-12 Glenn Morris <rgm@gnu.org>
2851
2852 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2853
5f8d2ce0
WS
28542010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2855
2856 * files.el (auto-mode-alist): Accept more verilog file patterns.
2857
35b148ee 28582010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
2859
2860 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2861 instead of "format:"; this ensures that the output is
2862 newline-terminated.
2863
4e7cafbe
CY
28642010-03-08 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2867 that all errors are caught, and that the return value is always a
2868 list (Bug#5692).
2869
aec66319
KH
28702010-03-08 Kenichi Handa <handa@m17n.org>
2871
2872 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 2873 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 2874
b327c975
AS
28752010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2876
2877 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2878 call to rfc822-bad-address. (Bug#5692)
2879
1c465a6a
CY
28802010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2881
1e05f387
SM
2882 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2883 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 2884
a4e32226
CY
28852010-03-06 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * calculator.el (calculator): Don't bind split-window-keep-point
2888 (Bug#5674).
2889
4c83ed3d
SM
28902010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * vc-git.el: Re-flow to fit into 80 columns.
2893 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2894 Remove spurious `quote' element in each case alternative.
2895 (vc-git-show-log-entry): Use prog1.
2896 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2897
e8defde3
SM
28982010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2901
233f0c9f
CY
29022010-03-03 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2905 definition, not the name (Bug#5481).
2906
254bedef 29072010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
2908
2909 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2910 argument with a local variable. (Bug#5670)
2911
7187cdae
JL
29122010-03-02 Juri Linkov <juri@jurta.org>
2913
2914 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2915
9cf3544e
MA
29162010-03-02 Michael Albinus <michael.albinus@gmx.de>
2917
2918 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2919 error when FILENAME and NEWNAME are existing remote directories.
2920
2921 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2922 parameter DIR-FLAG.
2923
33f77982
GM
29242010-03-02 Glenn Morris <rgm@gnu.org>
2925
2926 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2927 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2928
d99ea08e
KH
29292010-03-01 Kenichi Handa <handa@m17n.org>
2930
e8defde3 2931 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
2932 myanmar-composable-pattern.
2933
e8defde3
SM
2934 * international/characters.el (script-list):
2935 * international/fontset.el (script-representative-chars):
2936 Change myanmar to burmese.
d99ea08e 2937 (otf-script-alist): Likewise.
4aa2c3b2
KH
2938 (setup-default-fontset): Likewise. Re-fix :otf spec.
2939
b374f54d
KY
29402010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2941
2942 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2943
71572c03
JD
29442010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2945
2946 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2947
00cffdeb
MA
29482010-02-28 Michael Albinus <michael.albinus@gmx.de>
2949
2950 * net/tramp.el (tramp-handle-write-region): START can be a string.
2951 Take care in the checks. Reported by Dan Davison
2952 <davison@stats.ox.ac.uk>.
2953
d4b06783
MA
29542010-02-28 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * net/dbus.el (dbus-introspect, dbus-get-property)
33aeea0e
SM
2957 (dbus-set-property, dbus-get-all-properties):
2958 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 2959
8c3e96d2
CY
29602010-02-28 Chong Yidong <cyd@stupidchicken.com>
2961
de3a1fe9
CY
2962 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2963 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
2964 * calendar/icalendar.el (icalendar--add-diary-entry):
2965 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
2966 * files.el (recover-session-finish): Use with-current-buffer
2967 instead of save-excursion.
2968
c53b9c3b
SM
29692010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 Fix in-buffer completion when after-change-functions modify the buffer.
2972 * minibuffer.el (completion--replace): New function.
2973 (completion--do-completion): Use it and use relative movement.
2974
4a16bdc6
CY
29752010-02-27 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 2978
b8280f39
CY
29792010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2980
c53b9c3b
SM
2981 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2982 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 2983
f88cc4d6
KH
29842010-02-26 Kenichi Handa <handa@m17n.org>
2985
2986 * language/burmese.el: Fix entries in composition-function-table.
2987 (myanmar-composable-pattern): New variable.
2988
2989 * international/fontset.el (setup-default-fontset): Add an entry
2990 for myanmar.
2991
2992 * international/characters.el (script-list): Add Myanmar
2993 Extended-A.
2994
cdbf9100
GM
29952010-02-26 Glenn Morris <rgm@gnu.org>
2996
90a94603
GM
2997 * custom.el (custom-initialize-delay): Doc fix.
2998
cdbf9100
GM
2999 * mail/sendmail.el (send-mail-function): Autoload the call
3000 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3001
f95a5fd0
CY
30022010-02-24 Chong Yidong <cyd@stupidchicken.com>
3003
3004 * files.el (hack-local-variables-filter): For eval forms, also
3005 check safe-local-variable-p (Bug#5636).
3006
6583ba0e
CY
30072010-02-24 Eduard Wiebe <usenet@pusto.de>
3008
3009 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3010 and use c(ad)r of cddr (Bug#5640).
3011
459a5f4b
MA
30122010-02-22 Michael Albinus <michael.albinus@gmx.de>
3013
3014 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3015 setting the modes by `ignore-errors'. It might fail, for example
3016 if the file is not owned by the user but the group.
3017 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3018
bb23f6e8
CY
30192010-02-21 Chong Yidong <cyd@stupidchicken.com>
3020
33aeea0e
SM
3021 * files.el (directory-listing-before-filename-regexp):
3022 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
3023 date-like filenames (Bug#5597).
3024
b660eb70
CY
3025 * htmlfontify.el (htmlfontify): Doc fix.
3026
3027 * eshell/eshell.el (eshell): Doc fix.
3028
bb23f6e8
CY
3029 * startup.el (fancy-about-screen): In mode-line, apply
3030 mode-line-buffer-id face only to the buffer name (Bug#5613).
3031
3e39928c
CY
30322010-02-20 Kevin Ryde <user42@zip.com.au>
3033
f7e0618c
JB
3034 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3035 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
3036 (Bug#5599).
3037
0f00e948
EZ
30382010-02-20 Eli Zaretskii <eliz@gnu.org>
3039
3040 * subr.el (remove-yank-excluded-properties): Explain in a comment
3041 why `category' property is removed.
3042
3513efb2
CY
30432010-02-19 Chong Yidong <cyd@stupidchicken.com>
3044
33aeea0e
SM
3045 * isearch.el (isearch-update-post-hook, isearch-update):
3046 Revert 2010-02-17 change.
3513efb2 3047
b4340b3f
UJ
30482010-02-19 Ulf Jasper <ulf.jasper@web.de>
3049
3050 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3051 (icalendar--convert-weekly-to-ical)
3052 (icalendar--convert-yearly-to-ical)
3053 (icalendar--convert-block-to-ical)
3054 (icalendar--convert-cyclic-to-ical)
3055 (icalendar--convert-anniversary-to-ical): Take care of time
3056 specifications where hour has 1-digit only (Bug#5549).
3057
8cfae03d
NR
30582010-02-19 Nick Roberts <nickrob@snap.net.nz>
3059
3060 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3061 of disassemble output in GDB 7.1.
3062
055e4eea
GM
30632010-02-19 Glenn Morris <rgm@gnu.org>
3064
3065 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3066 property. (Bug#5593)
3067
ff6b00de
SS
30682010-02-18 Sam Steingold <sds@gnu.org>
3069
3070 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3071
fe8c0b47
SM
30722010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 Use abbreviated file names in bookmarks (bug#5591).
3075 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3076 calls to expand-file-name.
3077 (bookmark-relocate): Use abbreviated file names in bookmarks.
3078 (bookmark-load): Use abbreviated file names in messages.
3079
73a37a69
MA
30802010-02-18 Michael Albinus <michael.albinus@gmx.de>
3081
3082 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3083 expand "." and "..". Reported by Thierry Volpiatto
3084 <thierry.volpiatto@gmail.com>.
3085
6e4f5731
MA
30862010-02-18 Michael Albinus <michael.albinus@gmx.de>
3087
3088 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3089 permissions of the temporary file to "0600". In case the remote
3090 file has no read permissions for the owner, there might be
3091 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3092
309322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
3094
3095 * emacs-lisp/authors.el (authors-renamed-files-alist):
3096 Add entries for INSTALL.CVS.
3097
ba5bf642
MH
30982010-02-17 Mark A. Hershberger <mah@everybody.org>
3099
f7e0618c 3100 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 3101
f7e0618c 3102 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
3103 (isearch-update): Use the new hook.
3104
aac0b0f2
MA
31052010-02-16 Michael Albinus <michael.albinus@gmx.de>
3106
fe8c0b47
SM
3107 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3108 Fix errors in copying directories.
aac0b0f2
MA
3109 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3110 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3111 (tramp-handle-delete-file)
3112 (tramp-handle-dired-recursive-delete-directory)
3113 (tramp-handle-write-region): Flush also the cache for the upper
3114 directory.
3115
05bbe066
CY
31162010-02-16 Chong Yidong <cyd@stupidchicken.com>
3117
e8ab3908
CY
3118 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3119
ff90f4b0
CY
3120 * cus-edit.el (hardware): Doc fix.
3121
3122 * man.el (man): Add to external custom group.
3123
3124 * delim-col.el (columns): Move to wp custom group.
3125
3126 * doc-view.el (doc-view): Add to data custom group.
3127
fe8c0b47 3128 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 3129
05bbe066
CY
3130 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3131 by ispell-parse-output (Bug#5575).
3132
fa6ea913
KH
31332010-02-16 Kenichi Handa <handa@m17n.org>
3134
3135 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3136 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3137 (skkdic-convert): Use `euc-japan' coding system for writing.
3138
88fd78ae
GM
31392010-02-16 Glenn Morris <rgm@gnu.org>
3140
3141 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3142 tex-main-file before using it. (Bug#5562)
3143
2b8c974a
SM
31442010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3147 warnings, since it is annoying for the user to see them each time he
3148 runs the code.
3149
7540f029
MA
31502010-02-15 Michael Albinus <michael.albinus@gmx.de>
3151
3152 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3153 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3154 instead of PROC for caching "first-password-request". Otherwise,
3155 new processes would not profit from passwords already entered.
3156
2b8c974a
SM
3157 * net/tramp-cache.el (tramp-dump-connection-properties):
3158 Don't save "first-password-request" property.
7540f029 3159
fa5f7c5f
JB
31602010-02-14 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * outline.el (outline-head-from-level):
3163 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
3164 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3165 (elint-defun, elint-buffer-env, elint-top-form-logged)
3166 (elint-unbound-variable):
3167 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3168 Fix typos in docstrings.
3169
ecbaeb7b
MA
31702010-02-14 Michael Albinus <michael.albinus@gmx.de>
3171
3172 * files.el (insert-directory): When WILDCARD-REGEXP and
3173 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3174 whole directory. (Bug#5551)
3175
3176 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3177 dired's alignment sanity. (Bug#5516)
3178
91e3333f
JL
31792010-02-14 Juri Linkov <juri@jurta.org>
3180
3181 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3182 Remove remaining ^H with their preceding chars. (Bug#5566)
3183
36020642
GM
31842010-02-13 Glenn Morris <rgm@gnu.org>
3185
3186 * simple.el (transpose-subr): Give it a doc-string.
3187
3188 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3189 Doc fixes.
3190
f5952338
JL
31912010-02-12 Juri Linkov <juri@jurta.org>
3192
3193 * arc-mode.el (archive-unique-fname): Make directories for nested
3194 archives. (Bug#5540)
3195
918fe50f
JL
31962010-02-12 Juri Linkov <juri@jurta.org>
3197
3198 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3199
c07ff221
SM
32002010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3201
48b1e7cf
SM
3202 * subr.el (copy-overlay): Handle deleted overlays.
3203
c07ff221
SM
3204 * man.el (Man-completion-table): Don't signal an error if we can't run
3205 manual-program (bug#4056).
3206
0e374247
JB
32072010-02-10 Juanma Barranquero <lekktu@gmail.com>
3208
3209 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3210
dbf8402b
SM
32112010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3212
348d1e60
SM
3213 * info.el (Info-bookmark-jump): Simplify.
3214
dbf8402b
SM
3215 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3216 (bookmark-default-handler): Accept new bookmark field `buffer'.
3217
e6d23bb5
CY
32182010-02-10 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * iswitchb.el (iswitchb-completions): Revert last change.
3221
a8e4290b
MA
32222010-02-10 Michael Albinus <michael.albinus@gmx.de>
3223
2b23acde 3224 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
3225 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3226 This prevents file names like "~/" being listed literally.
a8e4290b 3227
c59d6fad
DN
32282010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3229
348d1e60
SM
3230 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3231 Remove dead code. (Bug#5546)
c59d6fad 3232
3a66e78f
CY
32332010-02-09 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3236 correctly (Bug#5548).
3237
f29fd869
CY
32382010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3239
3240 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 3241 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 3242
7fad1447
KH
32432010-02-08 Kenichi Handa <handa@m17n.org>
3244
3245 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 3246 cookie for putting `lisp-indent-function'.
7fad1447 3247
50e4518b
GM
32482010-02-07 Glenn Morris <rgm@gnu.org>
3249
3250 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3251 Move F2003 named interfaces from keywords-2 to keywords-1, and
3252 use function-name-face rather than constant-face.
3253 Simplify "abstract interface" regexp.
3254
a4cc44cf
CY
32552010-02-07 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3258 ID-FORMAT. Pass it to `file-attributes'.
3259
3260 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3261
c917476d
CY
32622010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3263
3264 * faces.el (set-face-attribute): Allow calling
3265 internal-set-lisp-face-attribute with 'unspecified family and
3266 foundry argument (Bug#5536).
3267
7cf3f3d6
GM
32682010-02-07 Glenn Morris <rgm@gnu.org>
3269
3270 * progmodes/f90.el (f90-font-lock-keywords-2)
3271 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3272 Handle F2003 named interfaces.
3273
ffe87109
CY
32742010-02-06 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3277 beg and end before calling c-get-state-before-change-functions.
3278
4775ecad
DN
32792010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3280
33aeea0e
SM
3281 * vc-bzr.el (vc-bzr-dir-extra-headers):
3282 Disable the pending merges header.
4775ecad 3283
0d17c4b9
JL
32842010-02-05 Juri Linkov <juri@jurta.org>
3285
3286 * doc-view.el (doc-view-mode):
3287 * image-mode.el (image-mode): Put property mode-class=special.
3288 (Bug#4896)
3289
8228a275
MH
32902010-02-05 Mark A. Hershberger <mah@everybody.org>
3291
3292 * vc-svn.el (vc-svn-revision-table): New function.
3293
d9320986
MA
32942010-02-05 Michael Albinus <michael.albinus@gmx.de>
3295
3296 * net/ange-ftp.el (ange-ftp-insert-directory):
3297 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3298 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3299 Handle also directories. (Bug#5478)
3300
f43d8ecc
GM
33012010-02-05 Glenn Morris <rgm@gnu.org>
3302
3303 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3304
ce3a988d
CY
33052010-02-05 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * startup.el (command-line-1): Convert options beginning with a
3308 single dash as well (Bug#5519).
3309
bdd42899
SM
33102010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3311
51b23c44
SM
3312 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3313 * minibuffer.el (completion-initials-expand): Only check the presence
3314 of delims *within* the boundaries, since otherwise the / delim is
3315 always found for files.
3316
bdd42899
SM
3317 Fix up various corner case problems.
3318 * doc-view.el (doc-view-last-page-number): New function.
3319 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3320 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3321 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3322 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3323 (doc-view-convert-current-doc): Don't create the resolution.el file
3324 here any more.
3325 (doc-view-pdf/ps->png): Do it here instead.
3326 (doc-view-already-converted-p): Check that resolution.el is present.
3327 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3328 windows that are not yet showing images.
3329
d5b3979c
MA
33302010-02-04 Michael Albinus <michael.albinus@gmx.de>
3331
3332 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3333 `dired-uncache' for every elemnt which is an absolute file name.
3334
3335 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3336 directory, handle its directory component.
3337 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3338 function is called permanently and creates noise, otherwise.
3339
3340 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3341 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3342 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3343
b003beb1
DB
33442010-02-04 David Burger <dburger@google.com> (tiny change)
3345
3346 * macros.el (apply-macro-to-region-lines):
3347 Minor simplification. (Bug#5485)
3348
ea92f9f3
GM
33492010-02-04 Glenn Morris <rgm@gnu.org>
3350
a03ae20d
GM
3351 * mail/rmail.el (rmail-show-message-1): Handle malformed
3352 quoted-printable text. (Bug#5441)
3353
4d01b827
GM
3354 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3355
ea92f9f3
GM
3356 * simple.el (visual-line-mode): Capitalize lighter.
3357
82055bb7
JW
33582010-02-03 John Wiegley <jwiegley@gmail.com>
3359
3360 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3361 list of files considered for "virtual buffer" completions.
3362
8214b6e4
MA
33632010-02-03 Michael Albinus <michael.albinus@gmx.de>
3364
3365 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
b762841f 3366 also in case of (and (not full) (not wildcard)). This is needed,
8214b6e4
MA
3367 when dired is called with a list of files, which are not in
3368 `default-directory'. (Bug#5478)
3369
1df9718f
SM
33702010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3371
3372 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3373
02ba1267
JL
33742010-02-02 Juri Linkov <juri@jurta.org>
3375
3376 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3377 from unidiff to allow function-line after @@.
3378
a0c6a0fb
JL
33792010-02-02 Juri Linkov <juri@jurta.org>
3380
3381 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3382 '(RCS SCCS) with inverted condition.
3383
c35fcd52
MA
33842010-02-02 Michael Albinus <michael.albinus@gmx.de>
3385
3386 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3387 messages.
3388
6ba973c1
JL
33892010-02-01 Juri Linkov <juri@jurta.org>
3390
3391 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3392 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3393 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3394 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3395
0bca393f
SM
33962010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3399 (doc-view-revert-buffer): New command.
3400 (doc-view-mode-map): Use it.
3401
7a444e2a
DN
34022010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3403
3404 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3405 pending merge is detected.
3406
ad6fc8f4
JL
34072010-01-31 Juri Linkov <juri@jurta.org>
3408
3409 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3410 beginning of interactive spec like all other grep commands do.
3411 Put "all" in front of "gz". (Bug#5260)
3412
b9236874
DN
34132010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3414
3415 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3416
1e868757
CY
34172010-01-29 Chong Yidong <cyd@stupidchicken.com>
3418
3419 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3420 regexp is incorrect (Bug#5476).
3421
e5c70c41
MA
34222010-01-29 Michael Albinus <michael.albinus@gmx.de>
3423
3424 * net/tramp.el (tramp-handle-insert-directory): Handle also
3425 symlinks, when FILENAME is not in `default-directory'.
3426
0c0b61f1
MA
34272010-01-28 Michael Albinus <michael.albinus@gmx.de>
3428
3429 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 3430 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
3431
3432 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3433 of SWITCHES. Handle the case, FILENAME is not in
3434 `default-directory'. (Bug#5478)
3435 (tramp-register-file-name-handlers): Add safe-magic property.
3436
763f325e
CY
34372010-01-28 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3440 unzip (Bug#5475).
3441
fd09a83f
CY
34422010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3443
3444 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3445 (flymake-master-make-header-init): Add other C++ filename masks.
3446 (flymake-find-possible-master-files)
3447 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3448
7e5686f0
MA
34492010-01-28 Michael Albinus <michael.albinus@gmx.de>
3450
3451 Fix some busybox annoyances.
3452
3453 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3454 not responding." string.
3455 (tramp-open-connection-setup-interactive-shell): Dump stty
3456 settings. Enable "neveropen" arg for all `tramp-send-command'
3457 calls. Handle "=" in variable values properly.
3458 (tramp-find-inline-encoding): Raise an error, when no encoding is
3459 found.
3460 (tramp-wait-for-output): Check, whether PROC buffer is available.
3461 Remove spurious " ^H" sequences, sent by busybox.
3462 (tramp-get-ls-command): Suppress coloring, if possible.
3463
c6265c10
GM
34642010-01-28 Glenn Morris <rgm@gnu.org>
3465
c85a168b
GM
3466 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3467
c6265c10
GM
3468 * log-edit.el (log-edit-strip-single-file-name): Add missing
3469 :safe, :group, and :version tags.
3470
7d82a738
SB
34712010-01-27 Stephen Berman <stephen.berman@gmx.net>
3472
3473 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3474 buffers. (Bug#5477)
3475
8b0e68ea
CY
34762010-01-27 David De La Harpe Golden <david@harpegolden.net>
3477
3478 * files.el (delete-directory): Handle moving to trash without
3479 first doing recursion (Bug#5436).
3480
368d3208
DN
34812010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3482
3483 * vc-hooks.el (vc-path): Mark as obsolete.
3484
755da7fa
DN
34852010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3486
e2396d80
DN
3487 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3488 names too.
3489
755da7fa
DN
3490 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3491 for the short log.
3492 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3493
6a6d15ab 34942010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 3495
ac9ffe99 3496 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 3497
48c2d18a 3498 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 3499
504dcc71
EH
35002010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3501
3502 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3503 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3504
51850286
DN
35052010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3506
c2f1d6d8
DN
3507 Remove support for adding --signoff on commit.
3508 Future support will use an incompatible generic mechanism.
3509 * vc-git.el (vc-git-add-signoff): Remove variable.
3510 (vc-git-toggle-signoff): Remove function.
3511 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3512
33aeea0e
SM
3513 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3514 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
3515 was set.
3516 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3517 earlier, call it again in case the background mode has changed.
3518
02c6d0d0
CY
35192010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3520
3521 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3522 (Bug#3541).
3523
064eee03
CY
35242010-01-23 Chong Yidong <cyd@stupidchicken.com>
3525
02c6d0d0
CY
3526 * emacs-lisp/assoc.el (aelement): Doc fix.
3527 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 3528
5336c3ec 35292010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 3530
48c2d18a 3531 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
3532 is the same as subprogram call, not declaration. (Bug#5435).
3533
0536254e
MA
35342010-01-23 Michael Albinus <michael.albinus@gmx.de>
3535
3536 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3537 (tramp-smb-maybe-open-connection): Use it.
3538
411d06c2
MA
35392010-01-22 Michael Albinus <michael.albinus@gmx.de>
3540
0536254e 3541 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 3542
c893016b
SM
35432010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3546 just because we see "encoding: 8bit".
3547 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3548
9425f8e1
CY
35492010-01-22 Chong Yidong <cyd@stupidchicken.com>
3550
3551 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3552
6a801864
EZ
35532010-01-22 Eli Zaretskii <eliz@gnu.org>
3554
3555 * jka-compr.el (jka-compr-load): If load-file is not in
3556 load-history, try its file-truename version. (bug#5447)
3557
3e8f7d91
AM
35582010-01-21 Alan Mackenzie <acm@muc.de>
3559
3560 Fix a situation where deletion of a cpp construct throws an error.
33aeea0e
SM
3561 * progmodes/cc-engine.el (c-invalidate-state-cache):
3562 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
3563 special cpp construct is still in the buffer.
3564 (c-parse-state): Record the special cpp with markers, not numbers.
3565
f0bd0ad5
CY
35662010-01-21 Kenichi Handa <handa@m17n.org>
3567
3568 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3569 process last-command-event, as it is now decoded first (Bug#5380).
3570
5189d95b
CY
35712010-01-20 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3574
e073d74a
GM
35752010-01-20 Glenn Morris <rgm@gnu.org>
3576
3577 * indent.el (tab-always-indent): Fix custom-type.
3578
8ee04f3a
AM
35792010-01-19 Alan Mackenzie <acm@muc.de>
3580
3581 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3582 buffer throws "args out of range".
3583 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3584 playing the role of delimiter.
3585
6a47c86a
SL
35862010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3587
bf0b361c 3588 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
3589 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3590 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3591 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3592 Improve comments in "is" portion. Handle null procedure declaration.
3593 (ada-move-to-end): Improve doc string.
3594
2acfb954
ÓF
35952010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3596
e90d57c0 3597 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 3598 Remove obsolete information from commentary.
e90d57c0
JB
3599 (ido-choice-list): Initialize to nil.
3600 (ido-get-bufname): Reject minibuffers.
3601 (ido-make-buffer-list): If "default" is a nonexistent
3602 buffer, ignore it, as per the function's comment.
3603 (ido-kill-buffer-internal): New function.
3604 (ido-kill-buffer-at-head): Use it.
3605 (ido-visit-buffer): Likewise.
2acfb954 3606
244b023e
CY
36072010-01-18 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3610
db9e401b
JB
36112010-01-18 Juanma Barranquero <lekktu@gmail.com>
3612
db9e401b
JB
3613 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3614 Fix typos in chart titles.
3615
3616 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
3617 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3618 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3619 (describe-class, eieio-describe-generic, describe-generic):
3620 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3621 (eieio-speedbar-expand):
3622 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3623 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3624 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3625 (viper-del-backward-char-in-replace, viper-backward-indent)
3626 (viper-brac-function, viper-register-to-point, viper-submit-report):
3627 * net/tramp.el (tramp-remote-coding-commands):
3628 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3629 Fix typos in docstrings.
3630
9295137d
CY
36312010-01-17 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * mail/sendmail.el (mail-yank-original): Set the mark if the
3634 specified function for yanking does not do it.
3635
4d0bbcb6
DN
36362010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3637
7902c120
DN
3638 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3639
4d0bbcb6
DN
3640 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3641 resyncing a directory.
3642
0b702bc1
SL
36432010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3644
6a47c86a 3645 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
3646 (ada-ident-re): Delete ., allow multibyte characters.
3647 (ada-goto-label-re): New; matches goto labels.
3648 (ada-block-label-re): New; matches block labels.
3649 (ada-label-re): New; matches both.
3f254caa 3650 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
3651 `ada-block-label-re' instead.
3652 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3653 Use `ada-block-label-re'.
3654 (ada-indent-on-previous-lines): Improve handling of goto labels.
3655 (ada-get-indent-block-start): Special-case block label.
3656 (ada-get-indent-label): Split into `ada-indent-block-label' and
3657 `ada-indent-goto-label'.
3658 (ada-goto-stmt-start, ada-goto-next-non-ws):
3659 Optionally ignore goto labels.
3660 (ada-goto-next-word): Simplify.
3661 (ada-indent-newline-indent-conditional): Insert newline before
3662 trying to fix indentation; doc fix.
3663
05287c49
JB
36642010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3665
3666 * calc/calc.el (calc-command-flags): Give it an initial value.
3667
4963739e
JB
36682010-01-17 Juanma Barranquero <lekktu@gmail.com>
3669
4963739e
JB
3670 * files.el (minibuffer-with-setup-hook):
3671 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3672 (artist-key-draw-continously, artist-key-do-continously-continously)
3673 (artist-key-set-point-continously, artist-mouse-draw-continously):
3674 Fix typos in docstrings.
3675
116bd1ee
CY
36762010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3677
33aeea0e
SM
3678 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3679 Never return t (Bug#3898).
116bd1ee 3680
2784cd7a 36812010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
3682
3683 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3684 can parse the output of the external commands (Bug#5279).
3685
abd5cfe8
CY
36862010-01-16 Jari Aalto <jari.aalto@cante.net>
3687
3688 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3689
4fe22cdf
CY
36902010-01-16 Chong Yidong <cyd@stupidchicken.com>
3691
bbdc98ef
CY
3692 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3693
c7dc1ac1
CY
3694 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3695
4fe22cdf
CY
3696 * startup.el (command-line): Remove unused --icon-type arg.
3697 Handle --display arg, passing it to command-line-1 (Bug#5392).
3698
045b9da7
ML
36992010-01-16 Mario Lang <mlang@delysid.org>
3700
045b9da7
ML
3701 * emacs-lisp/chart.el (chart-translate-namezone):
3702 * textmodes/artist.el (artist-compute-popup-menu-table):
3703 Remove duplicated words in doc-strings.
3704
6554a5df
CY
37052010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3706
3707 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3708 to mairix-search to suppress threading (Bug#5342).
3709
ca4f0e9a
KH
37102010-01-15 Kenichi Handa <handa@m17n.org>
3711
3712 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 3713 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 3714
1db3226b
GM
37152010-01-15 Glenn Morris <rgm@gnu.org>
3716
56a03f46
GM
3717 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3718
3719 * wid-edit.el (widget-keymap): Doc fix.
3720
1db3226b
GM
3721 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3722 former seems to be more widely accepted by various svn versions.
3723
80cd4bb4
JB
37242010-01-14 Juanma Barranquero <lekktu@gmail.com>
3725
d1f18ec0
JB
3726 * find-cmd.el (find-constituents):
3727 * vc-arch.el (vc-arch-root):
3728 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
3729 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3730 * progmodes/ada-stmt.el (ada-if):
3731 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3732 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3733 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3734 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3735
80cd4bb4
JB
3736 * progmodes/flymake.el (flymake-post-syntax-check):
3737 Fix typo in error message.
3738
9c23ca47
JB
37392010-01-14 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3742 which is always a string. (Bug#5313)
3743
8794c483
JB
37442010-01-14 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * progmodes/ada-xref.el (ada-default-prj-properties):
3747 Simplify previous change.
3748
95005d39
SL
37492010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3750
3751 * progmodes/ada-xref.el (ada-default-prj-properties):
3752 Default ada_project_path to $ADA_PROJECT_PATH.
3753
37542010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
3755
3756 * progmodes/ada-mode.el (ada-create-keymap):
3757 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3758
fb0d1545
SL
37592010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3760
3761 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3762 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3763 (ada-get-current-indent, ada-imenu-generic-expression)
3764 (ada-which-function): Check for it.
3765
5c9434d0
SL
37662010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3767
3768 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3769 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3770
3a4f3a3b
GM
37712010-01-14 Glenn Morris <rgm@gnu.org>
3772
3773 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3774
d9a7c140
KH
37752010-01-14 Kenichi Handa <handa@m17n.org>
3776
3777 * composite.el (auto-composition-mode): Make it a buffer local
3778 variable (permanent-local).
3779 (auto-composition-function): Set the default value to
3780 auto-compose-chars.
49caf252 3781 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
3782 (global-auto-composition-mode): Likewise.
3783 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 3784
38bee102
KF
37852010-01-13 Karl Fogel <kfogel@red-bean.com>
3786
3787 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 3788
b8b45afc
MA
37892010-01-12 Michael Albinus <michael.albinus@gmx.de>
3790
3791 * files.el (copy-directory): Compute target for recursive
3792 directories with identical names. (Bug#5343)
3793
893db5bc
GM
37942010-01-12 Glenn Morris <rgm@gnu.org>
3795
33aeea0e
SM
3796 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3797 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 3798
d8b8451f
SS
37992010-01-11 Sam Steingold <sds@gnu.org>
3800
3801 * imenu.el (imenu-default-create-index-function): Detect infinite
3802 loops caused by imenu-prev-index-position-function.
3803
30afcdff
JB
38042010-01-11 Juanma Barranquero <lekktu@gmail.com>
3805
3806 * htmlfontify.el (htmlfontify-load-rgb-file)
3807 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3808 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3809 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3810 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3811 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3812 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3813 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3814 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3815 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3816 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3817 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3818 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3819 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3820 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3821 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3822 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3823 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3824 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3825 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3826 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3827 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3828 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3829 backslash-quoting from parentheses, etc.
3830
92b1c416
CY
38312010-01-11 Chong Yidong <cyd@stupidchicken.com>
3832
3833 * progmodes/js.el: Autoload javascript-mode alias.
3834
4454adab
JB
38352010-01-11 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3838 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3839 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3840 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3841 Fix typos in docstrings.
3842 (ffap-url-regexp): Doc fix.
3843 (ffap-at-mouse): Fix typo in message.
3844
6589a2f9
GM
38452010-01-11 Glenn Morris <rgm@gnu.org>
3846
3847 * version.el (emacs-copyright): Set copyright year to 2010.
3848
4e5617ee
SM
38492010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * format.el (format-annotate-function): Only set
3852 write-region-post-annotation-function after running to-fn so as not to
3853 affect nested write-region calls (bug#5273).
3854
52bee098
CY
38552010-01-10 Chong Yidong <cyd@stupidchicken.com>
3856
a069f067
CY
3857 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3858 wisent/python.el.
3859
e709e39d
CY
38602010-01-09 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * man.el (Man-goto-section): Signal error if the section is not
3863 found (Bug#5317).
3864
6ee86780
JB
38652010-01-09 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3868 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3869
fa7b5f7b
CY
38702010-01-09 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * progmodes/compile.el: Don't treat compile-command as safe if
3873 compilation-read-command might be nil (Bug#4218).
3874
de62c4d9
JD
38752010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3876
3877 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3878 NS options.
3879
e94be827
KH
38802010-01-08 Kenichi Handa <handa@m17n.org>
3881
4e5617ee
SM
3882 * international/fontset.el (build-default-fontset-data):
3883 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 3884
1dfae2a2
JB
38852010-01-07 Juanma Barranquero <lekktu@gmail.com>
3886
3887 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3888 to `create-file-buffer' as it expects, not just a buffer name.
3889 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3890 to help uniquify. (Bug#3224)
3891
d0cf45b7
JD
38922010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3893
3894 * font-setting.el (font-setting-change-default-font): Use user-spec
3895 instead of name.
3896
7534fa5e
DN
38972010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3898
3899 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3900
fd579fdc
CY
39012010-01-05 Tom Tromey <tromey@redhat.com>
3902
4e5617ee
SM
3903 * progmodes/python.el (python-font-lock-keywords):
3904 Handle qualified decorators (Bug#881).
fd579fdc 3905
37860caf
DN
39062010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3907
3908 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3909 in a lightweight checkout.
3910
69db641d
KH
39112010-01-05 Kenichi Handa <handa@m17n.org>
3912
4e5617ee 3913 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 3914
b25d6a02
DN
39152010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3918
137d88ca
DN
39192010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3920
3921 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3922 checkouts. (Bug#618)
3d5d0aa9 3923 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
3924 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3925 (vc-bzr-shelve-menu-map):
3926 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3927 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 3928
da76998b
CY
39292010-01-02 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3932 They are valid characters in URL paths (rfc3986), and at least
3933 Firefox does not understand the encoded version (Bug#3166).
3934
b2ad70b6
CY
39352010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3936
3937 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
3938 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3939 Add "end" keyword (Bug#3061).
b2ad70b6
CY
3940 (octave-end-as-array-index-p): New function.
3941 (calculate-octave-indent): Use it.
3942
54136282
KF
39432010-01-02 Karl Fogel <kfogel@red-bean.com>
3944
3945 * bookmark.el: Consistently put the text property on the bookmark name.
3946 (bookmark-bmenu-marks-width): Bump back to 2, to include
3947 annotation marks.
3948 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3949 property on the bookmark name, instead of not putting it at all.
3950 (bookmark-bmenu-list): Fix where we put the text property.
3951
cc4d3cad
KF
39522010-01-02 Karl Fogel <kfogel@red-bean.com>
3953
3954 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3955 for showing buffer modified state (as added in the previous change).
3956
b894c439
KF
39572010-01-02 Karl Fogel <kfogel@red-bean.com>
3958
3959 * bookmark.el: Show modified state of bookmark buffer more accurately.
3960 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3961 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3962 (with-buffer-modified-unmodified): New macro.
3963 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3964 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 3965 Use new macro to preserve the buffer modified state.
b894c439 3966
3a69db53
KF
39672010-01-02 Karl Fogel <kfogel@red-bean.com>
3968
4e5617ee 3969 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
3970 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3971 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3972 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3973 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
3974 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3975 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 3976
af414f10
EZ
39772010-01-02 Eli Zaretskii <eliz@gnu.org>
3978
4e5617ee
SM
3979 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3980 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 3981
f2ec0e5e
CY
39822010-01-02 Ryan Yeske <rcyeske@gmail.com>
3983
3984 * net/rcirc.el: Add follow-link binding (Bug#4738).
3985
38c1ba62
EZ
39862010-01-02 Eli Zaretskii <eliz@gnu.org>
3987
4e5617ee 3988 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3989 (cvs-update): New target for backward compatibility.
3990
4e5617ee 3991 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3992 (cvs-update): New target for backward compatibility.
3993
ea2c0f5b
KF
39942010-01-02 Karl Fogel <kfogel@red-bean.com>
3995
3996 * bookmark.el: Remove gratuitous gratitude.
3997
5ae329f4
KF
39982010-01-02 Karl Fogel <kfogel@red-bean.com>
3999
47989945
KF
4000 * bookmark.el (bookmark-bmenu-any-marks): New function
4001 (bookmark-bmenu-save): Clear buffer modification if no marks.
4002
40032010-01-02 Karl Fogel <kfogel@red-bean.com>
4004
4005 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
4006 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4007 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4008 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4009
4010 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4011 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4012 To: emacs-devel {_AT_} gnu.org
4013 Subject: bookmark.el bug report
4014 Date: Mon, 28 Dec 2009 14:19:16 +0800
4015 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4016
aef053eb
KF
40172010-01-02 Karl Fogel <kfogel@red-bean.com>
4018
4019 * bookmark.el: Improvements suggested by Drew Adams:
4020 (bookmark-bmenu-ensure-position): New name for
4021 `bookmark-bmenu-check-position'. Just ensure the position,
4022 don't return any meaningful value.
4023 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4024 New constants.
4025
0472835f
JB
40262010-01-02 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4029 (bookmark-yank-point, bookmark-bmenu-check-position):
4030 Fix typos in docstrings.
4031 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4032 (bookmark-name-from-full-record, bookmark-get-position)
4033 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4034 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4035 Remove useless quoting of parenthesis, etc. in docstrings.
4036
4037 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4038 (ediff-append-custom-diff): Fix typo in error message.
4039 (ediff-meta-mark-equal-files): Fix typos in messages.
4040
4041 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4042
0472835f
JB
4043 * net/imap-hash.el (imap-hash-make): Doc fix.
4044 (imap-hash-test): Fix typo in error message; reflow docstring.
4045 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4046 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4047 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4048 Fix typos in docstrings.
4049 (imap-hash-open-connection): Fix typo in error message.
4050
4051 * play/gomoku.el (gomoku): Fix typos in docstring.
4052
4053 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4054 (gdb-jsonify-buffer): Fix typos in docstring.
4055 (gdb-goto-breakpoint): Fix typo in error message.
4056 ("Display Other Windows"): Fix typo in help message.
4057 (gdb-speedbar-expand-node): Fix typo in question.
4058
4059 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4060 (idlwave-html-system-help-location, idlwave-html-help-location)
4061 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4062 (idlwave-help-browser-generic-args, idlwave-help-directory)
4063 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4064 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4065 (idlwave-online-help, idlwave-help-html-link)
4066 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4067 Fix typos in docstrings.
4068 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4069 Reflow docstrings.
4070 (idlwave-help-assistant-start): Fix typo in error message.
4071
4072 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4073 (octave-electric-space): Fix typos in docstrings.
4074
9bbe0828
CY
40752010-01-01 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4078
a88c46c3
CY
40792010-01-01 Juri Linkov <juri@jurta.org>
4080
4081 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 4082 increase the default to 500 (Bug#5148).
a88c46c3 4083
7ee6c59b
NR
40842009-12-31 Nick Roberts <nickrob@snap.net.nz>
4085
4086 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4087 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4088 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4089
a9c8a2cd
NR
40902009-12-30 Nick Roberts <nickrob@snap.net.nz>
4091
4092 Show working revision correctly for mercurial.
4093 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 4094 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 4095
659e4408
JB
40962009-12-29 Juanma Barranquero <lekktu@gmail.com>
4097
4098 Declare some functions for the byte-compiler.
4099 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4100 (speedbar-timer-fn, speedbar-change-expand-button-char)
4101 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4102
7ee6c59b
NR
41032009-12-29 Nick Roberts <nickrob@snap.net.nz>
4104
4105 This changeset reverts GDB Graphical Interface to use annotations.
4106 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4107
460f6e7c
DN
41082009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4109
4110 Make vc-dir work on subdirectories of the bzr root.
33aeea0e
SM
4111 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4112 Return file names relative to it.
460f6e7c
DN
4113 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4114 relative directory to vc-bzr-after-dir-status.
4115
543f553a
TH
41162009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4117
4118 * font-lock.el (font-lock-refresh-defaults): New function, which
4119 can be used to let font-lock react to external changes in
4120 variables like font-lock-defaults and keywords.
4121 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4122
2592ab76
DN
41232009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4124
ac859983
DN
4125 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4126
2592ab76
DN
4127 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4128
58941d03
JB
41292009-12-28 Juanma Barranquero <lekktu@gmail.com>
4130
4131 Supersede color.diff settings in git log (bug#5211).
4132
4133 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4134 escape chars in its output when the user has color.diff set to `always'.
4135 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4136
39764e76
KR
41372009-12-26 Kevin Ryde <user42@zip.com.au>
4138
4139 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4140 node. Keep previous "Index" name to work with past coreutils too.
4141
91c4831e
KR
4142 * man.el (man): Revise docstring a bit to show -a and -l as
4143 examples. Add -k description since support for it has otherwise
4144 been a secret. (Further to bug#3717.)
651e932e
KR
4145 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4146 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 4147 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 4148
7f4d4a97
MA
41492009-12-26 Michael Albinus <michael.albinus@gmx.de>
4150
4151 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4152 switches. Check also for //SUBDIRED// line.
4153
bcffff46
KH
41542009-12-25 Kenichi Handa <handa@m17n.org>
4155
2f952059 4156 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
4157 handle ZWNJ and ZWJ. Use it in composition-function-table for
4158 Devanagari.
4159 (malayalam-composable-pattern): Fix previous change.
4160
dc1dcfa4
VJL
41612009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4162
4163 * ps-print.el (ps-face-attributes): It was not returning the
4164 attribute face for faces specified as string. Reported by harven
41a20de9 4165 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
4166 (ps-print-version): New version 7.3.5.
4167
6fe539d2
UJ
41682009-12-18 Ulf Jasper <ulf.jasper@web.de>
4169
33aeea0e 4170 * calendar/icalendar.el (icalendar--convert-tz-offset):
2f952059
ML
4171 Fix timezone names.
4172 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
4173 (icalendar--add-diary-entry): Remove the trailing blank that
4174 diary-make-entry inserts.
4175
1f3611c6
MA
41762009-12-17 Michael Albinus <michael.albinus@gmx.de>
4177
4178 Make `file-expand-wildcards' work for remote files.
4179
4180 * files.el (file-expand-wildcards): In case of remote files, check
4181 only local file name part for wildcards. Provide feature 'files
4182 and subfeature 'remote-wildcards. (Bug#5198)
4183
4184 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4185 if there is already an established connection.
4186 (tramp-advice-file-expand-wildcards): Remove it.
4187
4188 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2f952059 4189 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
4190 Activate advice for older GNU Emacs versions. (Bug#5237)
4191
9762b219
JB
41922009-12-17 Juanma Barranquero <lekktu@gmail.com>
4193
4194 Some doc fixes (more needed).
4195
4196 * find-cmd.el (find-constituents): Reflow docstring.
4197 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4198 (find-generic): Doc fix.
4199
cfb54897
JL
42002009-12-17 Juri Linkov <juri@jurta.org>
4201
4202 Fix regression from 23.1 to allow multiple modes in Local Variables.
4203
4204 * files.el (hack-local-variables-filter): While ignoring duplicates,
4205 don't take `mode' into account.
33aeea0e
SM
4206 (hack-local-variables-filter, hack-dir-local-variables):
4207 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 4208
ad974e9e
JL
42092009-12-17 Juri Linkov <juri@jurta.org>
4210
4211 Make `dired-diff' more safe. (Bug#5225)
4212
4213 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4214 `current' or when `file' is a directory of the `current' file.
4215
3616e0b9
AS
42162009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4217
4218 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4219 unconditionally preloaded files.
4220
72b57560
JL
42212009-12-16 Juri Linkov <juri@jurta.org>
4222
4223 Revert to old 23.1 logic of using the file at the mark as default.
4224 * dired-aux.el (dired-diff): Use the file at the mark as default
4225 if it's not the same as the current file, and the target dir is
4226 the current dir or the mark is active. Add the current file
4227 as the arg of `dired-dwim-target-defaults'. Use the default file
4228 in the prompt. (Bug#5225)
4229
68712eb6
MA
42302009-12-15 Michael Albinus <michael.albinus@gmx.de>
4231
4232 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4233 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4234 (tramp-check-for-regexp): Check also, when an echoing shell stops
4235 to echo sent commands.
4236
fd471993
CY
42372009-12-14 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * Makefile.in: Revert last change (Bug#5191).
4240
86b5e14c
DN
42412009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4242
4243 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
4244 (vc-hg-working-revision): Make sure the command is executed in a
4245 known environment so that we can parse the output. (Bug#4417)
86b5e14c 4246
8cffbb75
CY
42472009-12-14 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * progmodes/python.el (python-symbol-completions): Remove text
4250 properties from symbol string before calling python-send-receive.
4251
6c2b67ad
NR
42522009-12-14 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 4255 when there are values for both file and line. (Bug#5060)
6c2b67ad 4256
ff6f4585
JL
42572009-12-14 Juri Linkov <juri@jurta.org>
4258
4259 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4260 whitespace after the file name of the first line of unified format,
4261 because git-diff doesn't output whitespace and file modification time
4262 after the file name.
4263
d3de1c8e
JL
42642009-12-14 David Kastrup <dak@gnu.org>
4265
4266 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4267 check if it already has the `display' property added by
4268 `Info-display-images-node', and not put the `invisible' property
4269 in this case.
4270
2f1b7dc4
GM
42712009-12-13 Glenn Morris <rgm@gnu.org>
4272
a0cefee5
GM
4273 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4274 (report-emacs-bug): In message-mode, sort manually before storing
4275 original report text. (Bug#5178)
2f1b7dc4
GM
4276 Remove superfluous save-excursion.
4277
31bb373f
MA
42782009-12-12 Michael Albinus <michael.albinus@gmx.de>
4279
4280 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4281 when responding to "GetAll" properties.
4282
5e1d4968
CY
42832009-12-12 Chong Yidong <cyd@stupidchicken.com>
4284
4285 * simple.el (compose-mail): Remove mail-setup-with-from from
4286 customization checks.
4287
097d86f9
EZ
42882009-12-12 Eli Zaretskii <eliz@gnu.org>
4289
4290 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4291 RAR archives created on Unix systems.
4292
1d4adede
SM
42932009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4296 the varalias that was accidentally removed by the 2009-11-19 change
4297 (bug#5186).
4298
3ff3655c
KH
42992009-12-12 Kenichi Handa <handa@m17n.org>
4300
4301 * language/indian.el (indian-compose-regexp): New function.
4302 (malayalam-composable-pattern): Fix the pattern.
4303 (composition-function-table): Set malayalam-composable-pattern for
4304 Malayalam characters.
4305
82d3343c
CY
43062009-12-11 Chong Yidong <cyd@stupidchicken.com>
4307
315eb96d
CY
4308 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4309 rather than down-mouse-1, based on follow-link conventions.
4310
82d3343c
CY
4311 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4312 are compiled.
4313
86a4c7ac
DN
43142009-12-11 Michael McNamara <mac@mail.brushroad.com>
4315
bf0b361c 4316 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
4317 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4318 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4319 (verilog-leap-to-head, verilog-backward-token):
4320 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
4321
43222009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4323
bf0b361c
JB
4324 * progmodes/verilog-mode.el (verilog-auto-lineup)
4325 (verilog-nameable-item-re): Cleanup user-visible spelling and
4326 documentation errors. One reported by Gary Delp.
1d4adede 4327 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
4328 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4329 package, bug195. Reported by Pierre-David Pfister.
4330
fe03f49a
GM
43312009-12-11 Glenn Morris <rgm@gnu.org>
4332
47641aac
GM
4333 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4334
85094855
GM
4335 * mail/emacsbug.el: No longer require sendmail.
4336 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4337 (report-emacs-bug-orig-text): Doc fix.
4338 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4339 New local variables, to adapt to different mail-user-agents.
4340 (report-emacs-bug): Fix test for a gnu.org address.
4341 Use overlays for emphasis, since font-lock defeats 'face property.
4342 Pretest bugs also end up at the newsgroup these days.
4343 Stop message-mode stripping text properties.
4344 Set and use the new buffer-local variables.
4345 (report-emacs-bug-hook): Add doc-string.
4346 Remove some unnecessary save-excursions and simplify.
4347 Use the appropriate hook and send-command.
4348
fe03f49a
GM
4349 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4350 capitalization of some menu entries.
4351
345427f0
VJL
43522009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4353
33aeea0e
SM
4354 * whitespace.el (whitespace-display-char-on):
4355 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
4356 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4357 New version 12.1.
4358
c70ccbba
EZ
43592009-12-10 Eli Zaretskii <eliz@gnu.org>
4360
4361 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4362 characters in the Attribute field.
4363
f1943c1b
DN
43642009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4365
4366 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4367
1c67aeaa
SM
43682009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4371 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4372 Disregard autoload-excludes.
4373 (update-directory-autoloads): Obey autoload-excludes here instead.
4374 But don't store its contents in no-autoloads and remove entries that
4375 refer to excludes files.
4376
d8194864
GM
43772009-12-10 Glenn Morris <rgm@gnu.org>
4378
8c0171c0
GM
4379 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4380 (expand-mail-aliases): Define for compiler.
4381
dba372dd
GM
4382 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4383 Define for compiler.
4384
d8194864
GM
4385 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4386 appropriate for the mail-user-agent in use.
4387
fe5facd3
MA
43882009-12-09 Michael Albinus <michael.albinus@gmx.de>
4389
4390 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4391
99999a1d
DN
43922009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4393
4394 Fix short log parsing and fontification.
4395 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4396 Fix fontification for the [merge] label.
4397
2ea1c4aa
SM
43982009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4399
4400 Drop some properties to avoid surprises.
4401 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4402 (hfy-fontify-buffer): Use it.
4403
9840deb6
SM
44042009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4405
a0d1aadf
SM
4406 Minor cleanup.
4407 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4408 Adjust all callers.
4409 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4410 args compulsory. Adjust callers.
4411 (ffap-gopher-at-point): Remove unused var `name'.
4412
9840deb6
SM
4413 Get rid of the ELCFILES abomination.
4414 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4415 (compile-elcfiles): New phony target.
4416 (compile-main): Compute ELCFILES dynamically.
4417 (compile-clean): New target to remove left-over elc files.
4418 (compile, all): Use it.
4419
7eb3f9a8
KH
44202009-12-09 Kenichi Handa <handa@etlken>
4421
4422 * international/mule-diag.el: Require help-mode instead of help-fns.
4423
ae63e572
KH
44242009-12-09 Kenichi Handa <handa@m17n.org>
4425
5ce6e4f4 4426 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
4427 fine ranges instead of pre-calculating accurate ranges.
4428 Iterate with bigger gc-cons-threshold.
ae63e572 4429
e2f3c692
DN
44302009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4431
4432 Add support for stashing a snapshot of the current tree.
4433 * vc-git.el (vc-git-stash-snapshot): New function.
4434 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4435
cf6d0352
JB
44362009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4437
4438 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4439 instead of `(beginning|end)-of-line'.
4440
48e4acc9
GM
44412009-12-08 Glenn Morris <rgm@gnu.org>
4442
6e890faa
GM
4443 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4444
48e4acc9
GM
4445 * Makefile.in (ELCFILES): Regenerate.
4446
d2a1dc7b
JL
44472009-12-07 Juri Linkov <juri@jurta.org>
4448
4449 Don't lazy-highlight the comint output in history Isearch mode.
4450
4451 * comint.el (comint-history-isearch-search): Instead of
4452 `comint-line-beginning-position', use `comint-after-pmark-p'
4453 to check if point if before the process mark, and go to
4454 `process-mark' in this case.
4455
51ef56c4
SM
44562009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4457
fb10ee4a
SM
4458 * textmodes/tex-mode.el (latex-complete)
4459 (latex-indent-or-complete): Remove.
4460 (latex-mode): Set completion-at-point-functions instead.
4461
4462 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
4463 * minibuffer.el (completion-at-point-functions): New var.
4464 (completion-at-point): New command.
fb10ee4a 4465 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
4466 * progmodes/python.el (python-mode-map): Use completion-at-point.
4467 (python-completion-at-point): Rename from python-partial-symbol and
4468 adjust for use in completion-at-point-functions.
4469 (python-mode): Setup completion-at-point for Python completion.
4470 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4471 extracted from lisp-complete-symbol.
4472 (lisp-complete-symbol): Use it.
4473 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4474 setup completion-at-point for Elisp completion.
fb10ee4a
SM
4475 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4476 Use completion-at-point.
51ef56c4 4477 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 4478 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
4479 * progmodes/sym-comp.el: Move to...
4480 * obsolete/sym-comp.el: Move from progmodes.
4481
5e7a9022
EZ
44822009-12-07 Eli Zaretskii <eliz@gnu.org>
4483
4484 Prevent save-buffer in Rmail buffers from using the coding-system
4485 of the current message, and from clobbering the encoding mnemonics
4486 in the mode line (Bug#4623).
4487
4488 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4489 flag, too.
4490 (rmail-message-encoding): New variable.
4491 (rmail-write-region-annotate): Record the encoding of the current
4492 message in rmail-message-encoding.
4493 (rmail-after-save-hook): New function, restores the encoding of
4494 the current message after the message collection is saved.
4495
9136e895
JL
44962009-12-07 Juri Linkov <juri@jurta.org>
4497
4498 * progmodes/grep.el (grep-read-files): Use `completing-read'
4499 instead of `read-string'. Set its `collection' arg to
4500 `read-file-name-internal'. (Bug#4301)
4501
40637410
JL
45022009-12-07 Juri Linkov <juri@jurta.org>
4503
4504 Correctly restore original Isearch point. (Bug#4994)
4505
4506 * isearch.el (isearch-mode): Move `isearch-push-state' after
4507 `(run-hooks 'isearch-mode-hook)'.
4508 (isearch-cancel): When `isearch-push-state-function' is defined,
4509 let-bind `isearch-cmds' to the first state (the last element of
4510 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4511 function and restores the original point). Otherwise, move point
4512 to `isearch-opoint'.
4513
da10ce2b
SM
45142009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4517 chars that don't have names, so the table can be built much faster at
4518 run-time.
4519
3d68fa99
CY
45202009-12-07 Chong Yidong <cyd@stupidchicken.com>
4521
f82b1493
CY
4522 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4523 change. Suggested by David Kastrup.
4524
3d68fa99
CY
4525 * simple.el (compose-mail): Check for incompatibilities and warn.
4526 (compose-mail-user-agent-warnings): New option.
4527
662c5698
DN
45282009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4529
4530 Support showing a single log entry from vc-annotate.
4531 * vc.el (print-log): Add a new argument: START-REVISION.
4532 (vc-print-log-internal): Add a new optional argument and
4533 pass it to the backend.
4534 (vc-print-log, vc-print-root-log): Adjust callers.
4535 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4536 buffer already displays the requested log entry, use it.
4537 Otherwise display only the log entry in question.
4538 * vc-svn.el (vc-svn-print-log):
e4070cdc 4539 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
4540 * vc-hg.el (vc-hg-state):
4541 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4542 (vc-git-show-log-entry): Return t on success.
4543 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4544 (vc-bzr-show-log-entry): Return t on success.
4545 * vc-rcs.el (vc-rcs-print-log):
4546 * vc-sccs.el (vc-sccs-print-log):
4547 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4548
e4070cdc
GM
45492009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4550
5ce6e4f4
JB
4551 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4552 Add menus to the meta mode. (Bug#5043)
e4070cdc 4553
5ce6e4f4 45542009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
4555
4556 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 4557 event-key.
662c5698 4558
662c5698
DN
4559 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4560
dab816a9
MA
45612009-12-07 Michael Albinus <michael.albinus@gmx.de>
4562
4563 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4564 Berbain <raphael.berbain@gmail.com>.
4565
4566 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4567 characters.
4568 (tramp-initial-end-of-output): New defconst.
4569 (tramp-methods, tramp-find-shell)
4570 (tramp-open-connection-setup-interactive-shell)
4571 (tramp-maybe-open-connection): Use it.
33aeea0e
SM
4572 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4573 Handle existence of `#' and `$'.
dab816a9 4574
33aeea0e
SM
4575 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4576 Use `tramp-initial-end-of-output'.
dab816a9 4577
a91e1f6b
DN
45782009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4579
4580 Get the background mode from the terminal for xterm, and set
4581 faces accordingly.
4582 * term/xterm.el (xterm-set-background-mode): New function.
4583 (terminal-init-xterm): Use it in case xterm supports background
4584 color queries. Recompute faces after getting the background
4585 color.
4586
5fa9d1ec
GM
45872009-12-07 Ulrich Mueller <ulm@gentoo.org>
4588
4589 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4590 number comment back on its own line, for easier parsing.
4591
5e9fde5e
SM
45922009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 Make it work for non-file buffers (bug#5102).
4595 * doc-view.el (doc-view-current-cache-dir):
4596 Use doc-view-buffer-file-name rather than buffer-file-name.
4597 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4598
2f2f5242
CY
45992009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4600
4601 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4602 author field is too short.
4603
cebf8ec6
DN
46042009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4605
5e9fde5e
SM
4606 * vc-git.el (vc-git-print-log): Handle a limit argument.
4607 Display the short log in graph form and with labels.
0d3f8a78
DN
4608 (vc-git-log-view-mode): Handle labels.
4609
cebf8ec6
DN
4610 Make vc-revert change VC state from 'added to 'unregistered.
4611 * vc-git.el (vc-git-revert): Call git reset first.
4612
8e39154d
UJ
46132009-12-06 Ulf Jasper <ulf.jasper@web.de>
4614
d8194864
GM
4615 * net/newst-backend.el, net/newst-plainview.el:
4616 * net/newst-reader.el, net/newst-ticker.el:
4617 * net/newst-treeview.el, net/newsticker.el:
4618 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 4619
ef187c24
CY
46202009-12-06 Chong Yidong <cyd@stupidchicken.com>
4621
238a0f3a
CY
4622 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4623
2c6bb71a
CY
4624 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4625 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4626 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4627 Update annotation regexp.
4628
ef187c24
CY
4629 * simple.el (beginning-of-visual-line): Constrain to field
4630 boundaries (Bug#5106).
4631
571855b6
UJ
46322009-12-06 Ulf Jasper <ulf.jasper@web.de>
4633
33aeea0e
SM
4634 * xml.el (xml-substitute-numeric-entities):
4635 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4636 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
4637 * net/newst-backend.el (newsticker--parse-generic-feed)
4638 (newsticker--parse-generic-items)
33aeea0e
SM
4639 (newsticker--decode-numeric-entities):
4640 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4641 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 4642
b857059c
CY
46432009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4644
4645 * progmodes/js.el (js--js-not): Add null to the list of values.
4646
c2dae51b
CY
46472009-12-06 Chong Yidong <cyd@stupidchicken.com>
4648
d8194864 4649 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 4650
ed0f72d2
RW
46512009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4652
4653 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4654 delimiter if it is at the end of the current line.
4655 (bibtex-generate-url-list): Fix docstring.
4656
365b9a62
SM
46572009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4660 minibuffer's content with itself.
4661 Fold the confirm-after-completion case into the `confirm' case.
4662 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4663
990a9cb1
KR
46642009-12-06 Kevin Ryde <user42@zip.com.au>
4665
4666 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 4667 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 4668
8b5a10db 4669 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 4670 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 4671
065543e7
JL
46722009-12-05 Juri Linkov <juri@jurta.org>
4673
4674 Save and restore dired buffer's point positions too. (Bug#4880)
4675
4676 * dired.el (dired-save-positions): Return in the first element
4677 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4678 Doc fix.
4679 (dired-restore-positions): First restore buffer's position.
4680 While restoring window's positions, check if window still displays
4681 the original buffer.
4682
503edac9
CY
46832009-12-05 Chong Yidong <cyd@stupidchicken.com>
4684
9a594ee6
CY
4685 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4686 if possible.
4687
925f8c70
CY
4688 * shell.el (shell): Require ansi-color (Bug#5113).
4689
4690 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4691
503edac9
CY
4692 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4693
8fea6b33
AM
46942009-12-05 Alan Mackenzie <acm@muc.de>
4695
4696 * progmodes/cc-mode.el (c-before-hack-hook)
4697 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4698 `c-file-style' to work again. This reversion restores the current
212c5aef 4699 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 4700
5d1fd962
CY
47012009-12-05 Kevin Ryde <user42@zip.com.au>
4702
33aeea0e
SM
4703 * textmodes/sgml-mode.el (sgml-lexical-context):
4704 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 4705
30760c8b
JL
47062009-12-05 Juri Linkov <juri@jurta.org>
4707
4708 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4709 for virtual nodes. (Bug#4147)
4710 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4711 when moving from a virtual node.
4712 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4713 (Info-mode): Add `Info-virtual-index' to the docstring.
4714
403111a8
RW
47152009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4716
4717 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4718 track of the buffer position of the end of a BibTeX entry as this
4719 position may change during reformatting.
4720 (bibtex-format-entry): Remove whitespace before processing
4721 numerical fields so that we recognize the latter properly.
4722 (bibtex-reformat): Do not use push which changes the global value
4723 of bibtex-entry-format.
4724 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4725 (bibtex-field-re-init): Replace only space characters by regexp
4726 for whitespace.
365b9a62 4727 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
4728 (bibtex-initialize): Also update bibtex-strings.
4729 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
4730 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4731 Update bibtex-reference-keys.
403111a8 4732
25b54627
SM
47332009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4736 point after a star, if that's the only place where modifications can
4737 make progress.
4738
35639eb4
DN
47392009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4740
4741 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4742 in docstrings.
4743
8b78760b
JL
47442009-12-04 Juri Linkov <juri@jurta.org>
4745
4746 * proced.el (proced): Call `(proced-update t)' to update process
4747 information instead of only running proced-post-display-hook.
4748 (proced-send-signal): Add a leading space to the buffer name
4749 " *Marked Processes*" to make this buffer ephemeral.
4750
2b3489a7
JL
47512009-12-04 Juri Linkov <juri@jurta.org>
4752
4753 * dired.el (dired-auto-revert-buffer): New defcustom.
4754 (dired-internal-noselect): Use it.
4755
9b9debd1
JL
47562009-12-04 Juri Linkov <juri@jurta.org>
4757
4758 Change roles of modes and functions in image-mode.el (Bug#5062).
4759
4760 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4761 in `auto-mode-alist'.
4762 (image-mode-previous-major-mode): New variable.
4763 (image-minor-mode-map): Rename from `image-mode-text-map'.
4764 (image-mode): Move graceful error-handling code from
4765 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4766 (image-minor-mode): Remove all image-handling code.
4767 Replace `image-mode-text-map' with `image-minor-mode-map'.
4768 Check for `image-type' in mode-line format string.
4769 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4770 (image-mode-as-text): New function with most code from
4771 `image-mode-maybe'.
4772 (image-toggle-display-text): Move code that removes image
4773 properties from `image-toggle-display' to here.
4774 (image-toggle-display-image): New function with code that adds
4775 image properties copied from `image-toggle-display'.
4776 (image-toggle-display): Remove most code with leaving only code
4777 that toggles between `image-mode-as-text' and `image-mode'.
4778
0c74a301
UJ
47792009-12-04 Ulf Jasper <ulf.jasper@web.de>
4780
4781 * net/newst-treeview.el
4782 (newsticker--treeview-list-highlight-start): Restored call to
4783 save-excursion: Selected item was stuck.
4784 (newsticker--treeview-list-select): New.
4785 (newsticker--treeview-item-show-text)
4786 (newsticker--treeview-item-show)
4787 (newsticker--treeview-item-update): Use new
4788 newsticker-treeview-item-mode.
4789 (newsticker-treeview-update): Keep current item.
4790 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4791 (newsticker--treeview-first-feed): Doc change.
4792 (newsticker-treeview-list-menu)
2f952059 4793 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
4794 (newsticker-treeview-item-mode): New.
4795
5ce6e4f4 4796 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
4797 windows.
4798
9eaeec5b
SS
47992009-12-04 Sam Steingold <sds@gnu.org>
4800
4801 * log-view.el (log-view-mode-map): "q" calls quit-window,
4802 like in all the other non-self-insert buffers.
4803
b2bf5be5
SM
48042009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 Minor cleanup.
4807 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4808 key decoding rather than do it manually via last-input-event +
4809 ascii-character.
4810 (term-exec): Use delete-and-extract-region.
4811 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4812 (term-process-pager): Remove unused var `i'.
4813 (term-dynamic-simple-complete): Make obsolete.
4814 (serial-update-config-menu): Remove unused vars `y' and `str'.
4815 (term-update-mode-line): Remove unused var `temp'.
4816
46e5c897
DN
48172009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4818
4819 Limit the number of log entries displayed by default.
4820 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4821 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4822 using a prefix argument.
4823
627e0a14
GM
48242009-12-03 Glenn Morris <rgm@gnu.org>
4825
4826 * progmodes/idlwave.el (class): Restore still useful declaration.
4827
8578c224
AM
48282009-12-03 Alan Mackenzie <acm@muc.de>
4829
4abc318c 4830 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 4831
b2bf5be5
SM
4832 * progmodes/cc-mode.el (c-basic-common-init):
4833 Call c-state-cache-init.
9762b219 4834 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 4835 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 4836 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
4837
4838 * progmodes/cc-langs.el (c-before-font-lock-function):
4839 c-extend-and-neutralize-syntax-in-CPP has been renamed
4840 c-neutralize-syntax-in-and-mark-CPP.
4841
4842 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4843 with `category' properties now, not `syntax-table' ones.
4844
4845 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4846 enhanced (but slower) version of c-end-of-macro that won't land
4847 inside a literal or on another awkward character.
4848 (c-state-cache-too-far, c-state-cache-start)
4849 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4850 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4851 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4852 (c-state-min-scan-pos, c-state-brace-pair-desert)
4853 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4854 buffer local variables.
4855 (c-state-literal-at, c-state-lit-beg)
4856 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4857 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4858 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4859 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4860 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4861 (c-renarrow-state-cache)
4862 (c-append-lower-brace-pair-to-state-cache)
4863 (c-state-push-any-brace-pair, c-append-to-state-cache)
4864 (c-remove-stale-state-cache)
4865 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4866 (c-invalidate-state-cache-1, c-parse-state-1)
4867 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
4868 (c-parse-state): Enhance and refactor.
4869 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
4870
4871 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4872 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
4873 modify to use category text properties rather than syntax-table ones.
4874 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
4875 to switch off/on the syntactic paren property of C++ template
4876 delimiters using the category property.
4877 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4878 template delims suppressed.
4879 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4880 New constant/macros which apply category properties to the start
4881 and end of preprocessor constructs.
b2bf5be5 4882 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
4883 "comment out" the syntactic value of characters in preprocessor
4884 constructs.
4885 (c-with-cpps-commented-out)
4886 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4887 with characters in all or all but one preprocessor constructs
4888 "commented out".
4889
0d4dc442
RW
48902009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4891
4892 * proced.el (proced-filter-alist): Use regexp-quote.
4893
a09dc9bf
MA
48942009-12-03 Michael Albinus <michael.albinus@gmx.de>
4895
4896 Cleanup.
4897 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4898 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4899 arguments. Expand `default-directory'.
4900
4901 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4902 the benefit of returning an expanded localname.
4903 (tramp-tramp-file-p): Handle the case NAME is not a string.
4904
3f6bd790
DN
49052009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4906
4dfb3b9c
DN
4907 Add support for bzr shelve/unshelve.
4908 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4909 (vc-bzr-extra-menu-map): New variables.
4910 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4911 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4912 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4913 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4914 (vc-bzr-dir-extra-headers): Display shelves.
4915
3f6bd790
DN
4916 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4917
842d73a1
SM
49182009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * textmodes/bibtex.el (bibtex-complete-internal):
4921 Use completion-in-region.
4922 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4923
7fa4876f
DN
49242009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4925
4926 Support applying stashes. Improve UI.
4927 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4928 (vc-git-stash-apply, vc-git-stash-pop)
4929 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4930 (vc-git-stash-menu): New functions.
4931 (vc-git-stash-menu-map): New variable.
4932 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4933
d6e82452
GM
49342009-12-03 Glenn Morris <rgm@gnu.org>
4935
4936 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4937 (vc-print-log-internal): Fix previous change.
4938 (vc-revert): Correct pluralization.
4939
8d222148
SM
49402009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4941
ea52206b
SM
4942 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4943 it to be an alist any more.
4944 (makefile-complete): Use completion-in-region.
4945
69a94a37
SM
4946 * progmodes/octave-mod.el (octave-complete-symbol):
4947 Use completion-in-region.
4948
8d222148
SM
4949 Misc cleanup.
4950 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4951 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4952 (idlwave-complete-class): Don't quote lambda.
4953 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4954 (idlwave-mode-map): Move initialization into declaration.
4955 (idlwave-action-and-binding): Use backquotes.
4956 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4957 Simplify.
4958 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4959 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4960 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4961 `parts', and `all-parts'.
4962 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4963 (idlwave-convert-xml-system-routine-info): Remove unused string
4964 `version-string'.
4965 (idlwave-display-user-catalog-widget): Use dolist.
4966 (idlwave-scanning-lib): Declare dynamically-scoped var.
4967 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4968 (completion-highlight-first-word-only): Declare to silence bytecomp.
4969 (idlwave-popup-select): Tighten scope of `resp'.
4970 (idlwave-find-struct-tag): Remove unused var `beg'.
4971 (idlwave-after-load-rinfo-hook): Declare.
4972 (idlwave-sintern-class-info): Remove unused var `taglist'.
4973 (idlwave-find-class-definition): Remove unused var `list'.
4974 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4975 (idlwave-what-module-find-class): Remove unused var `classes'.
4976
3bb8691b
JB
49772009-12-03 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4980
f72f0c23
SM
49812009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4984 buffers visited. Remove redundant current-buffer-saving.
4985
601a9508
SM
49862009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 Use completion-in-buffer and remove uses of dynamic scoping.
4989 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4990 (pascal-buffer-to-use, pascal-flag): Don't declare.
4991 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4992 (pascal-get-completion-decl, pascal-keyword-completion):
4993 Add `pascal-str' argument, save-excursion,
4994 return the found completions, and don't filter with pascal-pred.
4995 (pascal-completion-cache): New var.
4996 (pascal-completion): Don't switch buffer any more (it was never
4997 necessary). Don't save-excursion any more (it's done by the called
4998 subroutines). Use a cache to avoid redundant computations.
4999 Use complete-with-action rather than pascal-completion-response and
5000 let it apply the predicate as well.
5001 (pascal-complete-word): Use completion-in-buffer when
5002 pascal-toggle-completions is nil.
5003 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5004 not used any more.
5005 (pascal-comp-defun): Don't change buffer any more.
5006 Use complete-with-action rather than pascal-completion-response and
5007 let it apply the predicate as well.
5008 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5009 when neded.
5010
1ff4cb98
KH
50112009-12-02 Kenichi Handa <handa@m17n.org>
5012
5013 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5014 shape for all Indic scripts.
5015
bb12edf1
SM
50162009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 Use completion-in-buffer.
5019 * wid-edit.el (widget-field-text-end): New function.
5020 (widget-field-value-get): Use it.
5021 (widget-string-complete, widget-file-complete)
5022 (widget-color-complete): Use it and completion-in-region.
5023 (widget-complete): Don't narrow the buffer.
5024
5813f6ef
GM
50252009-12-02 Glenn Morris <rgm@gnu.org>
5026
c920f222
GM
5027 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5028 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
5029 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5030 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 5031
5813f6ef
GM
5032 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5033 save-excursion with save-current-buffer.
5034 Widen before searching. (Bug#5093)
5035 (diary-list-sexp-entries): Remove superfluous save-excursion.
5036
34b1d750
GM
50372009-12-02 Michael Welsh Duggan <mwd@cert.org>
5038
5039 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5040 name. (Bug#5038)
5041
b2d5f31a
GM
50422009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5043
5044 * ido.el (ido-file-internal): Handle filenames at point that do
5045 not have a directory part. (Bug#5049)
5046
c710ac3c
JB
50472009-12-02 Juanma Barranquero <lekktu@gmail.com>
5048
5049 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5050 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5051
9946be46
SM
50522009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5053
5054 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5055 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5056 any more.
5057
b08016f2
SM
50582009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5059
e7440df4
SM
5060 * comint.el (comint-insert-input): Ignore clicks to the right of
5061 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5062
3bb8691b 5063 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
5064 terminate before setting up the major mode.
5065
f3b757f5
SM
5066 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5067 in case.
5068
a2877f1d
SM
5069 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5070 the last element.
5071
b08016f2
SM
5072 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5073
782d6e30
GM
50742009-12-01 Glenn Morris <rgm@gnu.org>
5075
5076 * window.el (window--display-buffer-2): Fix previous changes.
5077
28f57f7e
CY
50782009-12-01 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5081
c31a2fdc
GM
50822009-12-01 Glenn Morris <rgm@gnu.org>
5083
5084 * Makefile.in (ELCFILES): Add mpc.elc.
5085
e1ada222
SM
50862009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * mpc.el: New file.
5089
0c9ff2c5
GM
50902009-12-01 Glenn Morris <rgm@gnu.org>
5091
3689984f
GM
5092 * window.el (window-to-use): Define for compiler.
5093
3ab4308b
GM
5094 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5095 consistent with others (no final period).
5096
0c9ff2c5
GM
5097 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5098 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5099
fb0c18ff
DN
51002009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5101
5102 Make vc-print-log buttons work.
045b9da7 5103 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 5104
2ac7e73e
JB
51052009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5106
5107 * savehist.el (savehist-autosave-interval): Allow setting to nil
5108 through customize. (Bug#5056)
5109
5237d741
JB
51102009-11-30 Juanma Barranquero <lekktu@gmail.com>
5111
5112 Fix references to jit-lock properties.
5113 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5114 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5115 (perl-font-lock-special-syntactic-constructs):
5116 Quote jit-lock-defer-multiline property.
5117
379241fa
DN
51182009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5119
5120 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5121
054ae856
JL
51222009-11-30 Juri Linkov <juri@jurta.org>
5123
5124 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5125 value `buffer' of `multi-isearch-next-buffer-current-function'.
5126 Use `(current-buffer)' when `buffer' is nil.
5127 (multi-isearch-next-buffer-from-list): Don't fallback to
5128 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5129
67296dda
JL
51302009-11-30 Juri Linkov <juri@jurta.org>
5131
5132 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5133 of buffers with `get-buffer' to `multi-isearch-buffers'.
5134 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5135 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5136 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5137 FILES with `expand-file-name' converting relative file names
5138 to absolute. Doc fix. (Bug#4727)
5139
c585bf32
JL
51402009-11-30 Juri Linkov <juri@jurta.org>
5141
5142 * misearch.el (multi-isearch-read-buffers)
5143 (multi-isearch-read-matching-buffers): New functions.
5144 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5145 Use them in the `interactive' spec. Doc fix.
5146 (multi-isearch-read-files, multi-isearch-read-matching-files):
5147 New functions.
5148 (multi-isearch-files, multi-isearch-files-regexp):
5149 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5150
0a745733
JL
51512009-11-30 Juri Linkov <juri@jurta.org>
5152
5153 * doc-view.el (doc-view-continuous):
5154 Rename from `doc-view-continuous-mode'.
5155 (doc-view-menu): Move "Toggle display" to the top.
5156 Add submenu "Continuous" with radio buttons "Off"/"On"
5157 and "Save as Default".
5158 (doc-view-scroll-up-or-next-page)
5159 (doc-view-scroll-down-or-previous-page)
5160 (doc-view-next-line-or-next-page)
33aeea0e
SM
5161 (doc-view-previous-line-or-previous-page):
5162 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 5163
1f9689eb
JL
51642009-11-30 Juri Linkov <juri@jurta.org>
5165
5166 * comint.el (comint-mode-map): Rebind `M-r' from
5167 `comint-previous-matching-input' to
5168 `comint-history-isearch-backward-regexp'.
5169 Unbind `M-s' to allow global key binding `M-s'.
5170 Add menu items for `comint-history-isearch-backward' and
5171 `comint-history-isearch-backward-regexp'. (Bug#3746)
5172
2952b1ae
JL
51732009-11-30 Juri Linkov <juri@jurta.org>
5174
5175 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5176 For def=recenter, replace `recenter' with `recenter-top-bottom'
5177 that is called with `this-command' and `last-command' let-bound
5178 to `recenter-top-bottom'. When the last `def' was not `recenter',
5179 set `recenter-last-op' to nil. (Bug#4981)
5180
7a9547ca
SM
51812009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5182
20565545
SM
5183 Minor cleanup and simplification.
5184 * filecache.el (file-cache-add-directory)
5185 (file-cache-add-directory-recursively)
5186 (file-cache-add-from-file-cache-buffer)
5187 (file-cache-delete-file-regexp, file-cache-delete-directory)
5188 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5189 (file-cache-temp-minibuffer-message): Delete function.
5190 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5191
7a9547ca
SM
5192 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5193 Don't signal an error when bumping into EOB in tr, s, or y.
5194
08e968f3
JL
51952009-11-29 Juri Linkov <juri@jurta.org>
5196
5197 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5198 (Bug#4960)
5199
5200 * descr-text.el (describe-char-unidata-list): Use lowercase name
5201 for "Unicode name" like in other tags.
5202
f8d170a4
JL
52032009-11-29 Juri Linkov <juri@jurta.org>
5204
5205 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5206 New compatibility macro.
7a9547ca 5207 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 5208
0116abbd
JL
52092009-11-29 Juri Linkov <juri@jurta.org>
5210
5211 Add defcustom to define the cycling order of `recenter-top-bottom'.
5212 (Bug#4981)
5213
5214 * window.el (recenter-last-op): Doc fix.
5215 (recenter-positions): New defcustom.
5216 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5217 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5218
61eef560
MA
52192009-11-29 Michael Albinus <michael.albinus@gmx.de>
5220
5221 Improve integration of Tramp and ange-ftp in eshell.
5222
e4070cdc 5223 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
5224 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5225 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5226
5227 * eshell/esh-util.el (top): Require also Tramp when compiling.
5228 (eshell-directory-files-and-attributes): Check for FTP remote
5229 connection.
5230 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5231 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5232 (eshell-file-attributes): Handle ".". Return `entry'.
5233
5234 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5235 (ange-ftp-directory-files-and-attributes)
5236 (ange-ftp-real-directory-files-and-attributes): New defuns.
5237
5238 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5239 shell with "exec" when possible. This prevents trailing prompts
5240 in `start-file-process'.
5241
f5467d3f
SM
52422009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5243
21f49db9
SM
5244 Try and remove assumptions about point-min==1.
5245 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5246 (rng-compute-mode-line-string): Show the validation percentage in
5247 terms of the narrowed text, not the widened text.
5248 (rng-do-some-validation): Don't catch internal errors when debugging.
5249 (rng-first-error): Simplify.
5250 (rng-after-change-function): Remove work around. AFAIK the bug has
5251 been fixed a while ago.
5252
26224faf
SM
5253 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5254 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5255
d7117720
SM
5256 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5257
f5467d3f
SM
5258 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5259 `cd' doesn't always do it for us (bug#5067).
5260
5261 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5262 on 2009-10-25 as part of some other change (bug#5067).
5263
c5269f1c
SM
52642009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5265
62a258a7
SM
5266 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5267 `suspicious'.
5268 (byte-compile-warnings): Use byte-compile-warning-types.
5269 (byte-compile-save-excursion): Warn about use of set-buffer right
5270 after save-excursion.
5271
c5269f1c
SM
5272 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5273 the excursion as well.
5274
3ba30eb8
MA
52752009-11-27 Michael Albinus <michael.albinus@gmx.de>
5276
5277 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5278 providing a Tramp related implementation of "su" and "sudo".
5279 (eshell-unix-initialize): Add "su" and "sudo".
5280
6c6f788d
DU
52812009-11-27 Daiki Ueno <ueno@unixuser.org>
5282
5283 * net/socks.el (socks-send-command): Convert binary request to
5284 unibyte before sending. This fixes mishandling of some port
5285 numbers such as 129.
5286
10c877fe
SM
52872009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5288
6f06a171
SM
5289 * help.el (describe-bindings-internal): Remove `interactive'.
5290
10c877fe
SM
5291 * man.el (Man-completion-table): Trim a terminating "(".
5292 Remove the space between name page a section.
5293 Add the command's description on the `help-echo' property.
c5269f1c
SM
5294 Remove `process-connection-type' binding since it's unused by
5295 call-process.
10c877fe
SM
5296 Provide completion for the "<section> <name>" format as well.
5297 (Man-default-man-entry): Remove spurious var shadowing the argument.
5298
c44a4822
KR
52992009-11-26 Kevin Ryde <user42@zip.com.au>
5300
5301 * log-view.el: Add "Keywords: tools", since its other keywords
5302 aren't in finder-known-keywords, and following vc.el.
5303
9d58f081
KR
5304 * sha1.el (sha1-string-external): default-directory "/" in case
5305 otherwise non-existent. process-connection-type pipe for touch of
5306 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5307
72fe6b25
SM
53082009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 Misc coding convention cleanups.
5311 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5312 hfy-init-kludge-hooks.
5313 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5314 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5315 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5316 and push.
5317 (hfy-slant, hfy-weight): Use tables rather than code.
5318 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5319 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5320 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5321 (hfy-face-to-css): Remove `nconc' with single arg.
5322 (hfy-p-to-face-lennart): Use `or'.
5323 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5324 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5325 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5326 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5327 (hfy-force-fontification): Use run-hooks.
5328
85e0a536
SM
53292009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5330
5331 Various minor fixes.
5332 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5333 Javascript belongs in the header, not the body.
5334 (hfy-javascript): Remove.
5335 (hfy-fontify-buffer): Don't insert it any more.
5336 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5337 Fix bug in invis handling when there were no invis props in a chunk.
5338
62ccc42c
SM
53392009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5342
2643c7aa
DN
53432009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5344
5345 * finder.el (finder-mode-map): Add a menu.
5346
0e5c8aed
DN
53472009-11-26 Michael McNamara <mac@mail.brushroad.com>
5348
bf0b361c 5349 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
5350 "unsigned" structs.
5351
5352 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5353 fork" statement better.
5354
53552009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5356
bf0b361c
JB
5357 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5358 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5359 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5360 Reported by Clay Douglass.
0e5c8aed
DN
5361
5362 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 5363 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
33aeea0e
SM
5364 Fix removing "// Interfaces" when saving .* expansions.
5365 Reported by Pierre-David Pfister.
0e5c8aed 5366
7629c4e7
GM
53672009-11-26 Glenn Morris <rgm@gnu.org>
5368
62ccc42c
SM
5369 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5370 the scope.
7629c4e7 5371
a5d358f8
JB
53722009-11-25 Johan Bockgård <bojohan@gnu.org>
5373
5374 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5375 Really use previous revision.
5376
002cbde5
KR
53772009-11-25 Kevin Ryde <user42@zip.com.au>
5378
5379 * man.el (Man-completion-table): default-directory "/" in case
5380 doesn't otherwise exist. process-environment COLUMNS=999 so as
5381 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
5382 any chance of hitting the pseudo-tty TIOCGWINSZ.
5383 (man): completion-ignore-case t for friendliness and since man
5384 itself is case-insensitive on the command line.
5385 Further to Bug#3717.
002cbde5 5386
8cb5ffe8
KR
5387 * arc-mode.el: Add "Keywords: files", so the details in its
5388 commentary can be reached from finder-by-keyword.
34607612
KR
5389 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5390 editing mode, but it's comms related and sgml-mode.el has "comm"
5391 on that basis too.
b8dfcf54 5392 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
5393 * international/isearch-x.el, international/ja-dic-cnv.el:
5394 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 5395 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 5396
1e2d9ba1
JL
53972009-11-25 Juri Linkov <juri@jurta.org>
5398
5399 * man.el (Man-completion-table): Modify regexp to include
5400 section names to completion strings. (Bug#3717)
5401
a601d313
JL
54022009-11-25 Juri Linkov <juri@jurta.org>
5403
5404 Search recursively in gzipped files. (Bug#4982)
5405
5406 * progmodes/grep.el (grep-highlight-matches): Add new options
5407 `always' and `auto'. Doc fix.
5408 (grep-process-setup): Check `grep-highlight-matches' for
5409 `auto-detect' to determine the need to compute grep defaults.
5410 Move Windows/DOS specific --colors settings handling
5411 to `grep-compute-defaults'. Check `grep-highlight-matches'
5412 to get the value of "--color=".
5413 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5414 has the value `auto-detect'. Move Windows/DOS specific settings
5415 from `grep-process-setup'.
5416 (zrgrep): New command with alias `rzgrep'.
5417
bde04ea9
JL
54182009-11-25 Juri Linkov <juri@jurta.org>
5419
5420 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5421 to nil instead of switching off view-mode. (Bug#4896)
5422
7d6b4d3c
JL
54232009-11-25 Juri Linkov <juri@jurta.org>
5424
5425 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5426
5427 * mwheel.el (mwheel-scroll-up-function)
5428 (mwheel-scroll-down-function): New defvars.
5429 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5430 `scroll-up', and `mwheel-scroll-down-function' instead of
5431 `scroll-down'.
5432
5433 * doc-view.el (doc-view-scroll-up-or-next-page)
5434 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5435 Use this ARG in the call to image-scroll-up/image-scroll-down.
5436 Change `interactive' spec to "P". Goto next/previous page only
5437 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5438 SPC/DEL case). Doc fix.
5439 (doc-view-next-line-or-next-page)
5440 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5441 for consistency.
5442 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5443 `doc-view-scroll-up-or-next-page', and buffer-local
5444 `mwheel-scroll-down-function' to
5445 `doc-view-scroll-down-or-previous-page'.
5446
e237085f
JL
54472009-11-25 Juri Linkov <juri@jurta.org>
5448
5449 Provide additional default values (directories at other Dired
5450 windows) via M-n in the minibuffer of some Dired commands.
5451
5452 * dired-aux.el (dired-diff, dired-compare-directories)
5453 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5454 `minibuffer-default' in `minibuffer-with-setup-hook'.
5455 (dired-dwim-target-directory): Find a window that displays Dired
5456 buffer instead of failing when the next window is not Dired.
5457 Use `get-window-with-predicate' to find for the next Dired window.
5458 (dired-dwim-target-defaults): New function.
5459
5460 * ediff-util.el (ediff-read-file-name):
5461 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5462 in `minibuffer-with-setup-hook'.
5463
7d371eac
JL
54642009-11-25 Juri Linkov <juri@jurta.org>
5465
5466 Provide additional default values (file name at point or at the
5467 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5468
5469 * minibuffer.el (read-file-name-defaults): New function.
5470 (read-file-name): Reset `minibuffer-default' to nil when
5471 it duplicates initial input `insdef'.
5472 Bind `minibuffer-default-add-function' to lambda that
5473 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5474 (minibuffer-insert-file-name-at-point): New command.
5475
5476 * files.el (file-name-at-point-functions): New defcustom.
5477 (find-file-default): Remove defvar.
5478 (find-file-read-args): Don't use `find-file-default'.
5479 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5480 to `read-file-name'.
5481 (find-file-literally): Use `read-file-name' with
5482 `confirm-nonexistent-file-or-buffer'.
5483
5484 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5485
5486 * dired.el (dired-read-dir-and-switches):
5487 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5488 to `read-file-name'.
5489 (dired-file-name-at-point): New function.
5490 (dired-mode): Add hook `dired-file-name-at-point' to
5491 `file-name-at-point-functions'.
5492
04ae543a
SM
54932009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 Really make the *Completions* window soft-dedicated (bug#5030).
5496 * window.el (window--display-buffer-2): Add `dedicated' argument.
5497 (display-buffer): Pass it when needed so the dedicated flag is set
5498 after calling set-window-buffer, which would otherwise reset it.
5499
eb708e66
SM
55002009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5501
d6b8d4e7
SM
5502 * progmodes/meta-mode.el (meta-complete-symbol):
5503 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
5504 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5505 Use completion-in-region.
5506
5f24557b
SM
5507 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5508 (dabbrev-completion): Use completion-in-region.
5509 (dabbrev--abbrev-at-point): Simplify regexp.
5510
fe4346f0
SM
5511 * abbrev.el (abbrev--before-point): Use word-motion functions
5512 if :regexp is not specified (bug#5031).
5513
cb190d7d
SM
5514 * subr.el (string-prefix-p): New function.
5515
e2ec6dd5
SM
5516 * man.el (Man-completion-cache): New var.
5517 (Man-completion-table): Use it.
5518
eb708e66
SM
5519 * vc.el (vc-print-log-internal): Make `limit' optional for better
5520 compatibility (e.g. with vc-annotate.el).
5521
4cf8971b
KR
55222009-11-24 Kevin Ryde <user42@zip.com.au>
5523
eb708e66 5524 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 5525 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 5526
4cf8971b
KR
5527 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5528 when .el source file not found or other error.
5529
d204c46c
SM
55302009-11-24 Markus Triska <markus.triska@gmx.at>
5531
5532 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5533
bb301b9a
SM
55342009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5535
449c27f0
SM
5536 Handle the [back] button properly (bug#4979).
5537 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5538 Use help-setup-xref, help-buffer, and with-help-window.
5539 (describe-char): Add `buffer' argument.
5540 Pass proper command to help-setup-xref. Don't meddle with
5541 help-xref-stack-item directly.
5542 (describe-text-category): Use with-help-window and help-buffer.
5543
32fe5377
SM
5544 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5545 for the displayed buffer (bug#4887).
5546
bb301b9a
SM
5547 * man.el (Man-completion-table): New function.
5548 (man): Use it.
5549
35179414
DR
55502009-11-24 David Reitter <david.reitter@gmail.com>
5551
bb301b9a 5552 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
5553 .git is) rather than the file's directory and a relative path spec
5554 to work around a bug in git.
5555
605a20a9
MA
55562009-11-24 Michael Albinus <michael.albinus@gmx.de>
5557
5558 Improve handling of processes on remote hosts.
5559
5560 * eshell/esh-util.el (eshell-path-env): New defvar.
5561 (eshell-parse-colon-path): New defun.
5562 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5563
bb301b9a
SM
5564 * eshell/esh-ext.el (eshell-search-path):
5565 Use `eshell-parse-colon-path'.
605a20a9
MA
5566 (eshell-remote-command): Remove argument HANDLER.
5567 (eshell-external-command): Check for FTP remote connection.
5568
bb301b9a
SM
5569 * eshell/esh-proc.el (eshell-gather-process-output):
5570 Use `file-truename', in order to start also symlinked files.
5571 Apply `start-file-process' instead of `start-process'.
5572 Shorten `command' to the local file name part.
605a20a9 5573
bb301b9a
SM
5574 * eshell/em-cmpl.el (eshell-complete-commands-list):
5575 Use `eshell-parse-colon-path'.
605a20a9
MA
5576
5577 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5578
5579 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5580 to `eshell-directory-change-hook'.
5581
d1d33062
TH
55822009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5583
5584 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 5585 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 5586
a34d8565 55872009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 5588
a34d8565
MK
5589 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5590 made on 2009-11-22.
d1d33062 5591
c83b8d1b
GM
55922009-11-24 Glenn Morris <rgm@gnu.org>
5593
5594 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5595 deleted variable bookmark-bmenu-bookmark-column.
5596
83505cfe
SM
55972009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5600
5241b291
CY
56012009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5602
5603 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5604 two slashes to the "file:" prefix.
5605 (browse-url-file-url): De-munge Cygwin filenames before passing
5606 them to Windows browser.
5607 (browse-url-default-windows-browser): Use call-process.
5608
aefcadb6
JL
56092009-11-23 Juri Linkov <juri@jurta.org>
5610
5611 Implement DocView Continuous mode. (Bug#4896)
5612 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
5613 (doc-view-mode-map): Bind C-n/<down> to
5614 `doc-view-next-line-or-next-page', C-p/<up> to
5615 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
5616 (doc-view-next-line-or-next-page)
5617 (doc-view-previous-line-or-previous-page): New commands.
5618
0d62bcea
JL
56192009-11-23 Juri Linkov <juri@jurta.org>
5620
5621 Implement Isearch in comint input history. (Bug#3746)
5622 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5623 `isearch-mode-hook'.
5624 (comint-history-isearch): New defcustom.
5625 (comint-history-isearch-backward)
5626 (comint-history-isearch-backward-regexp): New commands.
5627 (comint-history-isearch-message-overlay): New buffer-local variable.
5628 (comint-history-isearch-setup, comint-history-isearch-end)
5629 (comint-goto-input, comint-history-isearch-search)
5630 (comint-history-isearch-message, comint-history-isearch-wrap)
5631 (comint-history-isearch-push-state)
5632 (comint-history-isearch-pop-state): New functions.
5633
b593f105
MA
56342009-11-23 Michael Albinus <michael.albinus@gmx.de>
5635
5636 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5637 return.
5638 (tramp-handle-make-symbolic-link)
5639 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5640 Quote file names.
5641 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5642 (tramp-handle-process-file): Use it.
5643
0f202d5d
SM
56442009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * window.el (move-to-window-line-last-op): Remove.
5647 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5648
216349f8
SM
56492009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5650
0f202d5d 5651 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
5652 * window.el (move-to-window-line-last-op): New var.
5653 (move-to-window-line-top-bottom): New command.
5654 (global-map): Bind M-r move-to-window-line-top-bottom.
5655
c10e0633
GM
56562009-11-23 Sven Joachim <svenjoac@gmx.de>
5657
5658 * dired-x.el (dired-guess-shell-alist-default):
5659 Support xz format. (Bug#4953)
5660
953e0c1a
GM
56612009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5662
5663 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5664 last-command-char/last-command-event.
5665 (viper-prefix-arg-value): Do correct conversion of event-char for
5666 XEmacs.
5667
83505cfe
SM
5668 * emulation/viper-util.el, emulation/viper.el:
5669 Use viper-last-command-char instead of
5670 last-command-char/last-command-event.
953e0c1a 5671
83505cfe
SM
5672 * ediff-init.el, ediff-mult.el, ediff-util.el:
5673 Replace last-command-char and last-command-event
5674 with (ediff-last-command-char) everywhere.
953e0c1a
GM
5675
5676 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5677 created in fundamental mode.
5678
5679 * ediff.el (ediff-version): Revert the change of interactive-p to
5680 called-interactively-p.
5681
9ee12eee
TH
56822009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5683
5684 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5685 generation from word-movement command names.
5686
8b571bf3
JD
56872009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5688
5689 * cus-start.el (all): Add native condition for font-use-system-font.
5690
4121db47
AM
56912009-11-21 Nathaniel Flath <flat0103@gmail.com>
5692
83505cfe
SM
5693 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5694 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 5695
d71f5e0c
TH
56962009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5697
5698 * progmodes/subword.el: Rename from lisp/subword.el.
5699
5700 * subword.el: Rename to progmodes/subword.el.
5701
5702 * Makefile.in (ELCFILES): Adapt to subword.el move.
5703
fc9d6ad6
SM
57042009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5705 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5708 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5709 (bookmark-bmenu-show-filenames): Use push.
5710 (bookmark-bmenu-hide-filenames): Use local var instead of
5711 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5712 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5713 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5714 filenames now that the bookmark names are always available.
5715
26d9285f
SM
57162009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5719 (bookmark-search-pattern): Move and leave unbound.
5720 (bookmark-bmenu-mode-map): Change binding.
5721 (bookmark-read-search-input): Simplify.
5722 Don't use text-char-description. Don't error on non-char events.
5723 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5724 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5725 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5726 Use a local var for the timer.
5727 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5728 (i.e. bookmark-bmenu-search).
5729
d73a0317
GM
57302009-11-21 Glenn Morris <rgm@gnu.org>
5731
5732 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5733
e572025f
CY
57342009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5735
26d9285f
SM
5736 * net/browse-url.el (browse-url-default-windows-browser):
5737 Use cygstart for cygwin.
e572025f 5738
6aeaa3dc
KF
57392009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5740
e4070cdc 5741 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
5742 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5743 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 5744 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
5745 (bookmark-read-search-input): Adjust to fit within 80 columns.
5746
a9b76eec
TH
57472009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5748
5749 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5750 (c-backward-into-nomenclature): Adapt to subword renaming.
5751
5752 * subword.el (subword-forward, subword-backward, subword-mark)
5753 (subword-kill, subword-backward-kill, subword-transpose)
5754 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
5755 (subword-forward-internal, subword-backward-internal):
5756 Rename from forward-subword, backward-subword, mark-subword,
5757 kill-subword, backward-kill-subword, transpose-subwords,
5758 downcase-subword, upcase-subword, capitalize-subword,
5759 forward-subword-internal, backward-subword-internal.
a9b76eec 5760
1e7d4475
SM
57612009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5762
26d9285f
SM
5763 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5764 New options.
1e7d4475
SM
5765 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5766 New vars.
5767 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5768 (bookmark-bmenu-filter-alist-by-regexp)
5769 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5770 (bookmark-bmenu-search): New command.
5771 (bookmark-bmenu-mode-map): Bind it.
5772
653d1554
TH
57732009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5774
ab84bfa0
TH
5775 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5776 backward-subword to quit the byte-compiler.
5777
1f35fda9
TH
5778 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5779
5780 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5781
653d1554 5782 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
5783 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5784 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
5785
5786 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5787 subword.el functions instead of cc-subword.el.
5788
1e7d4475
SM
5789 * progmodes/cc-subword.el: Rename to subword.el.
5790 * subword.el: Rename from progmodes/cc-subword.el.
5791 (subword-mode-map): Rename from c-subword-mode-map.
5792 (subword-mode): Rename from c-subword-mode.
653d1554 5793 (global-subword-mode): New global minor mode.
1e7d4475
SM
5794 (forward-subword): Rename from c-forward-subword.
5795 (backward-subword): Rename from c-backward-subword.
5796 (mark-subword): Rename from c-mark-subword.
5797 (kill-subword): Rename from c-kill-subword.
5798 (backward-kill-subword): Rename from c-backward-kill-subword.
5799 (transpose-subwords): Rename from c-tranpose-subword.
5800 (downcase-subword): Rename from c-downcase-subword.
5801 (capitalize-subword): Rename from c-capitalize-subword.
5802 (forward-subword-internal): Rename from c-forward-subword-internal.
5803 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 5804
9717f119
DN
58052009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5806
8de724f3
DN
5807 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5808 from a dired buffer.
5809 (vc-dired-deduce-fileset): New function.
5810 (vc-root-diff, vc-print-root-log): Use it.
5811
9717f119
DN
5812 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5813 nil LIMIT argument to vc-print-log-internal.
5814
af4999b8
GM
58152009-11-20 Glenn Morris <rgm@gnu.org>
5816
5817 * Makefile.in (ELCFILES): Regenerate.
5818
b58edcb6
JB
58192009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5820
02e1b488
SM
5821 * calc/calc.el (calc-set-mode-line):
5822 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5823 (math-format-number): Rename `math-format-complement-signed' to
5824 `math-format-twos-complement'.
5825
02e1b488 5826 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
5827 math-format-complement-signed.
5828 (calc-radix): Rename `calc-complement-signed-mode' to
5829 `calc-twos-complement-mode'.
02e1b488
SM
5830 (calc-octal-radix, calc-hex-radix): Add an argument for
5831 two's complement.
b58edcb6 5832
02e1b488
SM
5833 * calc/calc-embed.el (calc-embedded-mode-vars):
5834 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 5835
02e1b488
SM
5836 * calc/calc-ext.el (calc-init-extensions):
5837 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5838 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5839
02e1b488
SM
5840 * calc/calc-units.el (math-build-units-table-buffer):
5841 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
5842
5843 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5844 entries.
5845
5846 * calc/calc-vec.el (calcFunc-vunpack):
5847 * calc/calc-aent.el (calc-do-calc-eval):
5848 * calc/calc-forms.el (math-format-date):
5849 * calc/calc-graph.el (calc-graph-plot):
5850 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
5851 * calc/calccomp.el (math-compose-expr):
5852 Let `calc-twos-complement-mode' be nil.
5853
58542009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5857 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5858 * minibuffer.el (completion-in-region-functions): New hook.
5859 (completion-in-region): New function.
5860 * emacs-lisp/lisp.el (lisp-complete-symbol):
5861 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 5862
e3353a78
SM
58632009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5864
eff77808
SM
5865 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5866 (latex-complete-alist): New vars.
5867 (latex-string-prefix-p, latex-complete-bibtex-keys)
5868 (latex-complete-envnames, latex-complete-refkeys)
5869 (latex-complete-data): New functions.
5870 (latex-complete, latex-indent-or-complete): New commands.
5871
d2c9fc42
SM
5872 * window.el (display-buffer-mark-dedicated): New var.
5873 (display-buffer): Obey it.
5874 * minibuffer.el (minibuffer-completion-help): Use it.
5875
31a1c477
SM
5876 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5877
bed4c972
SM
5878 * filecache.el (file-cache-add-file): Use push and cons.
5879 (file-cache-delete-file-regexp): Use push.
5880 (file-cache-complete): Use completion-in-region.
5881
8c22699f
SM
5882 * simple.el (with-wrapper-hook): Fix thinko.
5883
e3353a78
SM
5884 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5885 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5886 Use with-current-buffer and string-to-number.
5887 (hfy-fallback-colour-values): Use assoc-string.
5888 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5889 (hfy-face-at): Remove unused var `found-face'.
5890 (hfy-compile-stylesheet): Remove unused var `css'.
5891 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5892 and `orig-buffer'.
5893 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5894 Use with-current-buffer.
5895 (hfy-text-p): Use expand-file-name and fewer setq.
5896
acca02b0
SM
58972009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5898
5899 * htmlfontify.el, hfy-cmap.el: New files.
5900
042b7cc6
JL
59012009-11-19 Juri Linkov <juri@jurta.org>
5902
5903 * minibuffer.el (completions-format): New defcustom.
5904 (completion--insert-strings): Implement vertical format.
5905
5906 * simple.el (switch-to-completions): Move point to the first
5907 completion when point was at the beginning of the buffer.
5908
da205913
JL
59092009-11-19 Juri Linkov <juri@jurta.org>
5910
5911 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5912
5913 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5914
0b8ee421
CY
59152009-11-19 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5918 (mail-signature): Change default to t.
5919 (mail-from-style): Deprecate `system-default' value.
5920 (mail-insert-from-field): For default value of mail-from-style,
5921 default to `angles' unless `angles' needs quoting and `parens'
5922 does not.
5923 (mail-citation-prefix-regexp): Use citation regexp from
5924 message-mode.
5925
4265deab
MA
59262009-11-19 Michael Albinus <michael.albinus@gmx.de>
5927
acca02b0
SM
5928 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5929 Set variables for computing the prompt for reading password.
4265deab 5930
27cacd2d
GM
59312009-11-19 Glenn Morris <rgm@gnu.org>
5932
470bce7d
GM
5933 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5934
7e705a1d
GM
5935 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5936
27cacd2d
GM
5937 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5938 (newsticker-treeview-listwindow-height): Fix custom type.
5939
b2f0be0f
KH
59402009-11-19 Kenichi Handa <handa@m17n.org>
5941
5942 * descr-text.el (describe-char-padded-string): Compose with TAB
5943 only if there's a font for CH.
02e1b488 5944 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 5945
03446045 59462009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
5947
5948 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 5949 more accurate version of the regexp. (Bug#3910)
b96337b0 5950
03446045 59512009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
5952
5953 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5954
e0620570
JB
59552009-11-18 Juanma Barranquero <lekktu@gmail.com>
5956
5957 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5958 (font-setting-change-default-font): Fix typo in docstring.
5959
6cc6582e
AM
59602009-11-18 Alan Mackenzie <acm@muc.de>
5961
5962 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5963
dfb3c4c6
JD
59642009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5965
02e1b488 5966 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
5967
5968 * cus-start.el (all): ... to here.
5969
e268e987
MA
59702009-11-17 Michael Albinus <michael.albinus@gmx.de>
5971
5972 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5973 Don't set `ad-return-value' if `ad-do-it' doesn't.
5974
303ffde8
MA
5975 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5976 modification time.
5977
637fa988
JD
59782009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5979
5980 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 5981 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
5982
5983 * loadup.el: If feature system-font-setting or font-render-setting is
5984 there, load font-setting.
5985
02e1b488 5986 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
5987 * font-setting.el: New file.
5988
1d16a255
GM
59892009-11-17 Glenn Morris <rgm@gnu.org>
5990
5991 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5992
2d84f804
GM
5993 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5994 Preserve point in the list buffer. (Bug#4939)
5995 Use point-at-eol.
5996 (newsticker--treeview-list-update-highlight)
5997 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5998
14467b99
JB
59992009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6000
6001 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6002 Remove.
6003
6004 * calc/calc-ext.el (calc-init-extensions): Remove references to
6005 symclip.
6006
6007 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6008
6009 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 6010 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
6011 `calc-symclip'.
6012
e3c39c01
KR
60132009-11-16 Kevin Ryde <user42@zip.com.au>
6014
02e1b488 6015 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 6016 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 6017
497de631
KR
6018 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6019 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6020 Ignore trailing spaces by omit-nulls to split-string (fixing
6021 regression from Emacs 21 due to the incompatible split-string
14467b99 6022 change). (Bug #4928.)
497de631 6023
48b27575
DN
60242009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6025
5237d741 6026 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
6027 (vc-print-log-internal): Insert buttons to request more entries
6028 when limiting the output.
6029
6030 * vc-sccs.el (vc-sccs-print-log):
6031 * vc-rcs.el (vc-rcs-print-log):
6032 * vc-cvs.el (vc-cvs-print-log):
6033 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6034 LIMIT is non-nil.
6035
d3e97185
MA
60362009-11-16 Michael Albinus <michael.albinus@gmx.de>
6037
6038 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6039 error when `tramp-gvfs-dbus-event-vector' is set.
6040 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6041
68d87786
SM
60422009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6045
c0a39702
MA
60462009-11-16 Michael Albinus <michael.albinus@gmx.de>
6047
6048 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 6049 (dbus-register-property): Register the handlers of
c0a39702
MA
6050 "org.freedesktop.DBus.Properties" for SERVICE.
6051 (dbus-property-handler): Fix docstring.
6052
1e857121
YM
60532009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6054
6055 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6056 Quote doc string reference in defvaralias as it is not in special form.
6057 (byte-compile-output-docform): Doc fix.
6058
887484c1
JB
60592009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6060
6061 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6062 (calc-complement-signed-mode): New variables.
6063 (calc-set-mode-line): Add indicator for twos-complements.
6064 (math-format-number): Format twos-complement notation.
6065
6066 * calc/calc-bin.el (calc-word-size): Reset the variables
6067 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
6068 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6069 (calc-symclip): New functions.
887484c1
JB
6070
6071 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6072
68d87786
SM
6073 * calc/calc-embed.el (calc-embedded-mode-vars):
6074 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
6075
6076 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 6077 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
6078
6079 * calc/calc-ext.el (math-read-number-fancy): Read complement
6080 signed numbers.
68d87786
SM
6081 (calc-init-extensions): Add binding for `calc-symclip'.
6082 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
6083
6084 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6085 `calc-symclip'.
68d87786 6086 (calc-modes-menu): Add item for twos complement mode.
887484c1 6087
5237d741 6088 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 6089
4cf1d7e3
CY
60902009-11-15 Chong Yidong <cyd@stupidchicken.com>
6091
6092 * register.el (jump-to-register, insert-register): Handle Semantic
6093 tags. From commented-out advice in semantic/senator.el.
6094
f8e65267
DN
60952009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6096
6616006b
DN
6097 * vc.el (vc-log-show-limit): New variable.
6098 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6099 when using a prefix argument.
6100 (vc-print-log-internal): Add new argument LIMIT.
6101
6102 * vc-svn.el (vc-svn-print-log):
6103 * vc-mtn.el (vc-mtn-print-log):
6104 * vc-hg.el (vc-hg-print-log):
6105 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 6106 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
6107 non-optional.
6108
6109 * vc-sccs.el (vc-sccs-print-log):
6110 * vc-rcs.el (vc-rcs-print-log):
6111 * vc-git.el (vc-git-print-log):
6112 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6113 ignore it. Make the BUFFER argument non-optional
6114
f8e65267
DN
6115 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6116
0566c4bc
CY
61172009-11-15 Chong Yidong <cyd@stupidchicken.com>
6118
7cce3c91
CY
6119 * dired.el (dired-mode-map): Move encryption items to "Operate"
6120 menu (Bug#4703).
6121
d7063de9
CY
6122 * strokes.el (strokes-update-window-configuration): Make strokes
6123 buffer current before erasing (Bug#4906).
6124
0fc10137
JL
61252009-11-15 Juri Linkov <juri@jurta.org>
6126
6127 * simple.el (set-mark-default-inactive): Add :type, :group
6128 and :version. (Bug#4876)
6129
f5fce4ec
MA
61302009-11-15 Michael Albinus <michael.albinus@gmx.de>
6131
6132 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6133 (archive-unique-fname): ... here. (Bug#4929)
6134
8d720a00
SM
61352009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6136
589888fe
SM
6137 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6138 with a real fix.
6139
8d720a00
SM
6140 * novice.el (disabled-command-function): Add useful args.
6141 Setup the help buffer so that [back] works.
6142 Remove redundant call to help-mode.
6143 (disabled-command-function): Use `case'.
6144 (en/disable-command): New function extracted from enable-command.
6145 (enable-command, disable-command): Use it.
6146
a61344d6
GM
61472009-11-14 Glenn Morris <rgm@gnu.org>
6148
497f0cdd
GM
6149 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6150 constants. (Bug#4913)
6151
a61344d6
GM
6152 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6153
d501801e
GM
61542009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6155
6156 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6157 defined in C that have no doc-strings. (Bug#1063)
6158
5af27ac2
GM
61592009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6160
6161 * cus-edit.el (data, files):
6162 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6163
aec5395b
CY
61642009-11-14 Chong Yidong <cyd@stupidchicken.com>
6165
e7791447
CY
6166 * simple.el (shell-command): Doc fix (Bug#4891).
6167
aec5395b
CY
6168 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6169
7a41cd7f
GM
61702009-11-14 Glenn Morris <rgm@gnu.org>
6171
c3583c94
GM
6172 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6173 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6174 If they are already loaded, eval-after-load will do the right thing.
6175
73900d1f
GM
6176 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6177 compiling.
6178
0028351d
GM
6179 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6180
f6714ede
GM
6181 * simple.el (x-selection-owner-p): Declare.
6182 (read-mail-command): Use custom radio type rather than choice.
6183 (completion-no-auto-exit): Doc fix.
6184
7a41cd7f 6185 * custom.el (defgroup):
5af27ac2 6186 * epg-config.el (epg): Doc fixes.
7a41cd7f 6187
2d0659ec
DN
61882009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6189
6190 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6191 * international/ccl.el (define-ccl-program): Do not purecopy the
6192 docstring, defconst does it anyway.
6193
7fdbcd83
SM
61942009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6195
d499c5b9
SM
6196 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6197 a second time.
6198
7fdbcd83
SM
6199 * x-dnd.el (x-dnd-maybe-call-test-function):
6200 * window.el (split-window-vertically):
6201 * whitespace.el (whitespace-help-on):
6202 * vc-rcs.el (vc-rcs-consult-headers):
6203 * userlock.el (ask-user-about-lock-help)
6204 (ask-user-about-supersession-help):
6205 * type-break.el (type-break-force-mode-line-update):
6206 * time-stamp.el (time-stamp-conv-warn):
6207 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 6208 (te-sentinel, terminal-emulator):
7fdbcd83
SM
6209 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6210 (term-write-input-ring, term-check-source, term-start-output-log):
6211 (term-display-buffer-line, term-dynamic-list-completions):
6212 (term-ansi-make-term, serial-term):
6213 * subr.el (selective-display):
6214 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6215 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6216 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6217 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6218 (speedbar-remove-localized-speedbar-support)
6219 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6220 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6221 (speedbar-buffers-line-directory):
6222 * simple.el (shell-command-on-region, append-to-buffer)
6223 (prepend-to-buffer):
6224 * shadowfile.el (shadow-save-todo-file):
6225 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6226 (scroll-bar-maybe-set-window-start):
6227 * sb-image.el (speedbar-image-dump):
6228 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6229 (load-save-place-alist-from-file):
6230 * ps-samp.el (ps-print-message-from-summary):
6231 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6232 (ps-background-image, ps-begin-job, ps-do-despool):
6233 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6234 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6235 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6236 (pr-call-process, pr-file-list, pr-interface-save):
6237 * novice.el (disabled-command-function)
6238 (enable-command, disable-command):
6239 * mouse.el (mouse-buffer-menu-alist):
6240 * mouse-copy.el (mouse-kill-preserving-secondary):
6241 * macros.el (kbd-macro-query):
6242 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6243 * informat.el (batch-info-validate):
6244 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6245 * hippie-exp.el (try-expand-dabbrev-visible):
6246 * help-mode.el (help-make-xrefs):
6247 * help-fns.el (describe-variable):
6248 * generic-x.el (bat-generic-mode-run-as-comint):
6249 * finder.el (finder-mouse-select):
6250 * find-dired.el (find-dired-sentinel):
6251 * filesets.el (filesets-file-close):
6252 * files.el (list-directory):
6253 * faces.el (list-faces-display, describe-face):
6254 * facemenu.el (list-colors-display):
6255 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6256 * epg.el (epg--process-filter, epg-cancel):
6257 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6258 (epa--read-signature-type):
6259 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6260 (emerge-file-names):
6261 * ehelp.el (electric-helpify):
6262 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6263 * ediff-vers.el (rcs-ediff-view-revision):
6264 * ediff-util.el (ediff-setup):
6265 * ediff-mult.el (ediff-append-custom-diff):
6266 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6267 (ediff-wordify):
6268 * echistory.el (Electric-command-history-redo-expression):
6269 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6270 * disp-table.el (describe-display-table):
6271 * dired.el (dired-find-buffer-nocreate):
6272 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6273 * dabbrev.el (dabbrev--same-major-mode-p):
6274 * chistory.el (list-command-history):
6275 * apropos.el (apropos-documentation):
6276 * allout.el (allout-obtain-passphrase):
6277 (allout-copy-exposed-to-buffer):
6278 (allout-verify-passphrase): Use with-current-buffer.
6279
2ccbc060
GM
62802009-11-13 Glenn Morris <rgm@gnu.org>
6281
6282 * Makefile.in (ELCFILES): Regenerate.
6283
b172ed20
MA
62842009-11-13 Michael Albinus <michael.albinus@gmx.de>
6285
7fdbcd83
SM
6286 * net/dbus.el (dbus-registered-objects-table): Rename from
6287 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
6288 (dbus-unregister-object): Unregister also properties.
6289 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6290 Use a timeout of 500 msec, in order to not block.
6291 (dbus-register-property, dbus-property-handler): New defuns.
6292
e96d62cd
SM
62932009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * simple.el (minibuffer-default-add-completions): Drop deprecated
6296 4th arg.
6297
14bd267d
EZ
62982009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6299
e96d62cd
SM
6300 * textmodes/artist.el (artist-mouse-choose-operation):
6301 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 6302 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
6303 (artist-compute-up-event-key): New function.
6304 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6305
bf89fd7b
KH
63062009-11-13 Kenichi Handa <handa@m17n.org>
6307
6308 * language/japan-util.el: Make sure that the value of jisx0208
6309 property is jisx0208 character.
6310
f70b8925
DN
63112009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6312
6313 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6314 car or each item, not the whole list.
6315
4d93a9e0
SM
63162009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * minibuffer.el (minibuffer-completion-help):
6319 Use minibuffer-hide-completions.
6320
05404988
SM
63212009-11-12 Per Starbäck <per@starback.se> (tiny change)
6322
6323 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6324 (dired-revert): Use them (bug#4880).
6325
5297bc10
DN
63262009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6327
6328 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6329
e2685eb7
JL
63302009-11-12 Juri Linkov <juri@jurta.org>
6331
6332 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6333 New functions.
6334 (find-file-literally-at-point): Alias of `ffap-literally'.
6335
76410c3e
DN
63362009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6337
6d341a2a
DN
6338 * textmodes/ispell.el (ispell-skip-region-alist):
6339 * textmodes/css-mode.el (auto-mode-alist):
6340 * progmodes/compile.el (auto-mode-alist):
6341 * international/mule.el (ctext-non-standard-encodings-alist)
6342 (ctext-non-standard-encodings-regexp):
6343 * simple.el (shell-command-switch, text-read-only):
6344 * replace.el (occur-mode-map):
6345 * paths.el (rmail-file-name):
6346 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6347 * find-file.el (ff-special-constructs):
6348 * files.el (file-name-handler-alist):
6349 * composite.el: Purecopy strings.
6350
76410c3e
DN
6351 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6352
aaa448c9
DN
63532009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6354
6355 * widget.el (define-widget): Purecopy the docstring.
6356 * international/mule-cmds.el (charset): Do not purecopy the
6357 docstring here, define-widget does it.
6358
6359 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6360 * textmodes/bibtex-style.el (auto-mode-alist):
6361 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6362 * progmodes/compile.el (compile-command):
6363 * language/korea-util.el (default-korean-keyboard):
6364 * international/mule-conf.el (file-coding-system-alist):
6365 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6366 * tooltip.el (tooltip-frame-parameters):
6367 * newcomment.el (comment-end, comment-padding):
6368 * dired.el (dired-trivial-filenames):
6369 * comint.el (comint-file-name-prefix): Purecopy initial values.
6370
bbe650fd
MA
63712009-11-11 Michael Albinus <michael.albinus@gmx.de>
6372
6373 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6374 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6375 `tramp-unload'.
6376 (tramp-advice-make-auto-save-file-name)
6377 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6378 after removing the advice.
6379
6bdad9ae
DN
63802009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6381
2f7f4bee
DN
6382 * progmodes/grep.el (grep-regexp-alist):
6383 * international/mule-cmds.el (iso-2022-control-alist):
6384 * emacs-lisp/timer.el (timer-duration-words):
6385 * subr.el (version-separator, version-regexp-alist):
6386 * minibuffer.el (completion-styles-alist):
6387 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6388 Change defvars to defconsts.
6389
a042de45
DN
6390 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6391 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6392 * international/mule-conf.el: Allow to be byte compiled.
6393
3b6acc72
DN
6394 * international/mule.el (define-charset): Purecopy props.
6395 (load-with-code-conversion): Purecopy doc string and file name.
6396 (put-charset-property): Purecopy strings.
6397 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6398
1c2efdfb 6399 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
6400 (define-char-code-property): Correctly purecopy the table.
6401
62591911
DN
6402 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6403
8b908da6
DN
6404 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6405
ff917d63
DN
6406 * subr.el (add-hook): Purecopy strings.
6407 (eval-after-load): Purecopy load-history-regexp and the form.
6408
af89cf77
DN
6409 * custom.el (custom-declare-group): Purecopy load-file-name.
6410
a3c20c83 6411 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
6412 * net/eudc.el (eudc-tools-menu):
6413 * international/mule-cmds.el (set-coding-system-map)
6414 (mule-menu-keymap):
6415 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6416 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
6417 * replace.el (occur-mode-map):
6418 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 6419 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
6420 (menu-bar-custom-menu, menu-bar-showhide-menu)
6421 (menu-bar-options-menu, menu-bar-tools-menu)
6422 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6423 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6424 (menu-bar-help-menu):
6425 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6426 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6427
6bdad9ae
DN
6428 * term/x-win.el (x-gtk-stock-map):
6429 * progmodes/vera-mode.el (auto-mode-alist):
6430 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6431 (inferior-lisp-program, inferior-lisp-load-command):
6432 * progmodes/hideshow.el (hs-special-modes-alist):
6433 * progmodes/gud.el (same-window-regexps):
6434 * progmodes/grep.el (grep-program, find-program, xargs-program):
6435 * net/telnet.el (same-window-regexps):
6436 * net/rlogin.el (same-window-regexps):
6437 * language/ethiopic.el (font-ccl-encoder-alist):
6438 * vc-sccs.el (vc-sccs-master-templates):
6439 * vc-rcs.el (vc-rcs-master-templates):
6440 * subr.el (cl-assertion-failed):
6441 * simple.el (next-error-overlay-arrow-position):
6442 * lpr.el (lpr-command):
6443 * locate.el (locate-ls-subdir-switches):
6444 * info.el (same-window-regexps, info)
6445 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6446 * image-mode.el (image-mode, auto-mode-alist):
6447 * hippie-exp.el (hippie-expand-ignore-buffers):
6448 * format.el (format-alist):
6449 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6450 (find-name-arg):
6451 * facemenu.el (facemenu-keybindings):
6452 * dired.el (dired-listing-switches, dired-chown-program):
6453 * diff.el (diff-switches, diff-command):
6454 * cus-edit.el (same-window-regexps):
6455 * bindings.el (mode-line-mule-info)
6456 (mode-line-buffer-identification): Purecopy strings.
6457
e0987650
JL
64582009-11-11 Juri Linkov <juri@jurta.org>
6459
3570691b 6460 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
6461 Tell the byte-compiler about dired-get-filename.
6462 (shell-command): In Dired mode, get filename from the current line
6463 as the default value.
6464
b16ff465
GM
64652009-11-10 Glenn Morris <rgm@gnu.org>
6466
e8a11b22
GM
6467 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6468 * calendar/holidays.el, progmodes/cperl-mode.el:
6469 Update x-popup-menu declarations.
6470
b16ff465
GM
6471 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6472 (list-load-path-shadows): Use dolist.
6473 (list-load-path-shadows): Use with-current-buffer.
6474
032c3399
JL
64752009-11-10 Juri Linkov <juri@jurta.org>
6476
6477 * minibuffer.el (read-file-name): Support a list of default values
6478 in `default-filename'. Use the first file name where only one
6479 element is required. Doc fix.
6480
8fb1629f
MA
64812009-11-09 Michael Albinus <michael.albinus@gmx.de>
6482
6483 * net/dbus.el (dbus-unregister-object): Release service, if no
6484 other method is registered for it.
6485
a51203ee 64862009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
6487
6488 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6489 bookmark-sort-flag is non-nil (Bug#4653).
6490
9bf7dc8a
CY
64912009-11-08 Chong Yidong <cyd@stupidchicken.com>
6492
15207e74
CY
6493 * emulation/cua-base.el: Add CUA property to some CC mode commands
6494 (Bug#4100).
6495
8bf7ed70
KR
64962009-11-08 Kevin Ryde <user42@zip.com.au>
6497
6498 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 6499 at end of sentence (Bug#4818).
8bf7ed70 6500
951802d0
CY
65012009-11-08 Jared Finder <jfinder@crypticstudios.com>
6502
6503 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6504 Handle "see declaration of" MSFT statements (Bug#4100).
6505
e8244310
MA
65062009-11-08 Michael Albinus <michael.albinus@gmx.de>
6507
6508 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6509 (tramp-advice-file-expand-wildcards): Unload via
6510 `ad-remove-advice'.
6511
6512 * net/trampver.el: Update release number.
6513
a51203ee 65142009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
6515
6516 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6517 `ad-do-it'.
6518
a51203ee 65192009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
6520
6521 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6522 in order to keep context in SELinux.
6523
bedd8a58
CY
65242009-11-08 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * dired-aux.el (dired-query): Place cursor in echo area and allow
6527 C-g.
6528
6529 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6530 menu item if not on a directory (Bug#4701).
6531
0484d600
MA
65322009-11-07 Michael Albinus <michael.albinus@gmx.de>
6533
6534 Sync with Tramp 2.1.17.
6535
6536 * net/tramp.el (tramp-handle-copy-directory): Don't use
6537 `file-remote-p' (due to compatibility).
6538
6539 * net/tramp-compat.el (tramp-compat-copy-directory)
6540 (tramp-compat-delete-directory): New defuns.
6541
6542 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
33aeea0e
SM
6543 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6544 Use `tramp-compat-delete-directory'.
0484d600
MA
6545
6546 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
33aeea0e
SM
6547 (tramp-smb-handle-delete-directory):
6548 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
6549
6550 * net/trampver.el: Update release number.
6551
b42b2189
CY
65522009-11-07 Chong Yidong <cyd@stupidchicken.com>
6553
6960d7b9
CY
6554 * tar-mode.el (tar-copy): Call write-region on the right buffer
6555 (Bug#4857).
6556
b42b2189
CY
6557 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6558 by hand, if necessary (Bug#4878).
6559
0ad57dfd
CY
65602009-11-06 Chong Yidong <cyd@stupidchicken.com>
6561
d19e23ae
CY
6562 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6563 align size column (Bug#4839).
6564
0ad57dfd
CY
6565 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6566 statement.
6567
0b7f397c
DN
65682009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6569
6570 * progmodes/ld-script.el (auto-mode-alist):
6571 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6572
6573 * cus-face.el (custom-declare-face): Purecopy face spec.
6574
495bd5ca
KH
65752009-11-06 Kenichi Handa <handa@m17n.org>
6576
6577 * international/uni-bidi.el: Re-generated.
6578 * international/uni-category.el: Re-generated.
6579 * international/uni-combining.el: Re-generated.
6580 * international/uni-mirrored.el: Re-generated.
6581
1e8780b1
DN
65822009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6583
6584 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6585 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6586 (tex-start-options, slitex-run-command, latex-run-command)
6587 (tex-run-command, tex-directory):
6588 * textmodes/ispell.el (ispell-html-skip-alists)
6589 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6590 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6591 (adaptive-fill-regexp):
6592 * textmodes/dns-mode.el (auto-mode-alist):
6593 * progmodes/python.el (interpreter-mode-alist):
6594 * progmodes/etags.el (tags-compression-info-list):
6595 * progmodes/etags.el (tags-file-name):
6596 * net/browse-url.el (browse-url-galeon-program)
6597 (browse-url-firefox-program):
6598 * mail/sendmail.el (mail-signature-file)
6599 (mail-citation-prefix-regexp):
6600 * international/mule-conf.el (eight-bit):
6601 * international/latexenc.el (latex-inputenc-coding-alist):
6602 * international/fontset.el (x-pixel-size-width-font-regexp):
6603 * emacs-lisp/warnings.el (warning-type-format):
6604 * emacs-lisp/trace.el (trace-buffer):
6605 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6606 (emacs-lisp-mode-map):
6607 * calendar/holidays.el (holiday-solar-holidays)
6608 (holiday-bahai-holidays, holiday-islamic-holidays)
6609 (holiday-christian-holidays, holiday-hebrew-holidays)
6610 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6611 (hebrew-holidays-1, holiday-oriental-holidays)
6612 (holiday-general-holidays):
6613 * x-dnd.el (x-dnd-known-types):
6614 * tool-bar.el (tool-bar):
6615 * startup.el (site-run-file):
6616 * shell.el (shell-dumb-shell-regexp):
6617 * rfn-eshadow.el (file-name-shadow-tty-properties)
6618 (file-name-shadow-properties):
6619 * paths.el (remote-shell-program, news-directory):
6620 * mouse.el ([C-down-mouse-3]):
6621 * menu-bar.el (menu-bar-tools-menu):
6622 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6623 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6624 (jka-compr-compression-info-list):
6625 * isearch.el (search-whitespace-regexp):
6626 * image-file.el (image-file-name-extensions):
6627 * find-dired.el (find-ls-option):
6628 * files.el (directory-listing-before-filename-regexp)
6629 (directory-free-space-args, insert-directory-program)
6630 (list-directory-brief-switches, magic-fallback-mode-alist)
6631 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6632 (automount-dir-prefix):
6633 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6634 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6635 (face-font-registry-alternatives, face-font-registry-alternatives)
6636 (face-font-family-alternatives):
6637 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6638 (facemenu-foreground-menu, facemenu-face-menu):
6639 * epa-hook.el (epa-file-name-regexp):
6640 * dnd.el (dnd-protocol-alist):
6641 * textmodes/rst.el (auto-mode-alist):
a51203ee 6642 * button.el (default-button): Purecopy strings.
1e8780b1 6643
0adae11f
GM
66442009-11-06 Glenn Morris <rgm@gnu.org>
6645
6646 * Makefile.in (ELCFILES): Update.
6647
2adaf057
SM
66482009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6649
8f72f03c
SM
6650 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6651 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6652
2adaf057
SM
6653 * nxml/xsd-regexp.el (xsdre-gen-categories):
6654 * nxml/xmltok.el (xmltok-parse-entity):
6655 * nxml/rng-parse.el (rng-parse-validate-file):
6656 * nxml/rng-maint.el (rng-format-manual)
6657 (rng-manual-output-force-new-line):
6658 * nxml/rng-loc.el (rng-save-schema-location-1):
6659 * nxml/rng-cmpct.el (rng-c-parse-file):
6660 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6661 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6662
14862301
SM
66632009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6664
bf0b361c 6665 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
6666 Remove extra save-excursions and make-variable-buffer-local's.
6667 Suggested by Stefan Monnier.
6668
6669 (verilog-getopt-file, verilog-module-inside-filename-p)
6670 (verilog-set-define): Merge GNU 1.35 and repair changes from
6671 switching to using with-current-buffer.
6672
6673 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6674 being treated as a number and confusing AUTORESET.
6675 Reported by Dan Dever.
6676
6677 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6678 Add verilog-auto-ignore-concat to fix backward compatibility with
6679 older verilog-modes. Reported by Dan Katz.
6680
6681 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6682 containing closing anchors "...$".
6683
6684 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6685 Reported by Wade Smith.
6686
48c2d18a 6687 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
6688
66892009-11-05 Michael McNamara <mac@mail.brushroad.com>
6690
bf0b361c
JB
6691 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6692 for labels.
14862301
SM
6693
6694 (verilog-label-re, verilog-calc-1): Support proper indent of named
6695 asserts.
6696
6697 (verilog-backward-token, verilog-basic-complete-re)
6698 (verilog-beg-of-statement, verilog-indent-re): Support proper
6699 indent of the assert statement at the beginning of a block of text.
6700
6701 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6702 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6703 tokens as begins.
6704
4f8f657f
GM
67052009-11-05 Glenn Morris <rgm@gnu.org>
6706
775adc51
GM
6707 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6708 Emacs 19. (Bug#1531)
6709 (byte-compile-fix-header): Update for the above change.
6710 Drop test for epoch::version.
6711
4ad6a5e7 6712 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
6713 * cus-dep.el (custom-make-dependencies):
6714 * finder.el (finder-compile-keywords):
6715 Use autoload-rubric's feature argument.
4ad6a5e7 6716
4f8f657f
GM
6717 * calendar/diary-lib.el (top-level): Make load behave more like require.
6718
881e4184
GM
6719 * vc-git.el (vc-git-stash-map): Move definition before use.
6720
ba214964 67212009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 6722
b6f8ba09
DN
6723 * custom.el (custom-declare-group): Purecopy standard-value.
6724 (custom-declare-group): Purecopy custom-prefix.
6725
7fdbcd83
SM
6726 * international/mule.el (load-with-code-conversion):
6727 Call do-after-load-evaluation unconditionally.
eb6f577b 6728
f6195dfb
DN
6729 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6730
56f14120
SM
67312009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6734
e5c89ce9
GM
67352009-11-04 Glenn Morris <rgm@gnu.org>
6736
6737 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6738 (byte-compile-compatibility): Remove option.
6739 (byte-compile-close-variables, byte-compile-fix-header)
6740 (byte-compile-insert-header, byte-compile-output-docform)
6741 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6742 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6743 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6744 (byte-compile-insert, byte-compile-defun):
6745 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
6746 (byte-defop-compiler19): Remove.
6747 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6748 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 6749
e24f42ab
JL
67502009-11-04 Juri Linkov <juri@jurta.org>
6751
6752 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6753 (menu-bar-options-menu): Don't quote the `prop' arg of
6754 `menu-bar-make-mm-toggle'.
6755
d3d5f4f5
JB
67562009-11-04 Juanma Barranquero <lekktu@gmail.com>
6757
6758 * calendar/calendar.el (cal-loaddefs):
6759 * calendar/diary-lib.el (diary-loaddefs):
6760 * calendar/holidays.el (hol-loaddefs):
6761 * eshell/esh-module.el (esh-groups): Load rather than require.
6762
6e39d3b2
SM
67632009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6764
e96d62cd
SM
6765 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6766 point-min==1.
7e83e8b4
SM
6767 (todo-top-priorities): Only display-buffer when called interactively.
6768 (todo-item-start): Don't save excursion point.
6769 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6770 (todo-insert-item-here, todo-file-item, todo-remove-item):
6771 Adjust uses of todo-item-start and todo-item-end.
6772
fae4e5b9
SM
6773 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6774 (autoload-rubric): Don't use any more.
fae4e5b9 6775
6e39d3b2
SM
6776 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6777 and only put a prop if it is non-nil.
6778
c9753fb4
JL
67792009-11-03 Juri Linkov <juri@jurta.org>
6780
6781 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6782 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6783
6784 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6785 and "Menu" to make top-level menu item visually one unit (like
6786 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6787 multi-word menu items). Fix :help string for quit-window.
6788
db04f33f
GM
67892009-11-03 Glenn Morris <rgm@gnu.org>
6790
2aea6521
GM
6791 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6792 (byte-compile-file-form-define-abbrev-table)
6793 (byte-compile-file-form-custom-declare-variable)
6794 (byte-compile-variable-ref, byte-compile-defvar):
6795 Whether or not a warning is enabled should only affect whether we issue
6796 the warning, not whether or not we collect the relevant data.
6797 Eg warnings can be turned on and off throughout the course of a file.
6798
db04f33f
GM
6799 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6800 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6801
937e6a56
SM
68022009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6805 * play/mpuz.el (mpuz-create-buffer):
6806 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6807 (lm-print-y,s,noise, lm-print-w0, lm-init):
6808 * play/gomoku.el (gomoku-prompt-for-move):
6809 * play/fortune.el (fortune-in-buffer):
6810 * play/dissociate.el (dissociated-press):
6811 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 6812 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
6813 * mail/supercite.el (sc-eref-show):
6814 * mail/smtpmail.el (smtpmail-send-it):
6815 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6816 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6817 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6818 (rmail-summary-goto-msg, rmail-summary-expunge)
6819 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6820 (rmail-summary-add-label, rmail-summary-output-menu)
6821 (rmail-summary-output-body):
6822 * mail/rfc822.el (rfc822-addresses):
6823 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6824 * mail/mailpost.el (post-mail-send-it):
6825 * mail/hashcash.el (hashcash-generate-payment):
6826 * mail/feedmail.el (feedmail-run-the-queue)
6827 (feedmail-queue-send-edit-prompt-help-first)
6828 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6829 (feedmail-deduce-address-list):
6830 * eshell/esh-ext.el (eshell-remote-command):
6831 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6832 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6833 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6834 (viper-save-string-in-file, viper-valid-marker):
6835 * emulation/viper-keym.el (viper-toggle-key):
6836 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6837 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6838 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6839 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6840 (viper-exec-form-in-emacs, viper-brac-function):
6841 * emulation/viper.el (viper-delocalize-var):
6842 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6843 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6844 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6845 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6846 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6847 * emulation/edt.el (edt-electric-helpify):
6848 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6849 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6850 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6851 (cua-indent-to-global-mark-column):
6852 * calendar/diary-lib.el (calendar-mark-1):
6853 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6854 Use with-current-buffer.
6855 * emulation/viper.el (viper-delocalize-var): Use dolist.
6856
5b955562
CY
68572009-11-03 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * comint.el (comint-replace-by-expanded-history-before-point):
6860 Replace !! with the previous input string literally (Bug#1795).
6861
6292c599
JB
68622009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6863
6864 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6865 to be made up of whitespace.
6866
8368c14e
CY
68672009-11-02 Chong Yidong <cyd@stupidchicken.com>
6868
6869 * minibuffer.el (read-file-name): Don't use file dialogs for
6870 remote directories (Bug#99).
6871
6f750f0d
CY
68722009-11-01 Chong Yidong <cyd@stupidchicken.com>
6873
6874 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6875
97ab3f47
AS
68762009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6877
6878 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6879 instead of deleting the window or frame.
6880
673c1168
CY
68812009-10-31 Chong Yidong <cyd@stupidchicken.com>
6882
6883 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6884 Support face colors.
6885
937e6a56
SM
6886 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6887 New function. Support face colors (Bug#1168).
673c1168
CY
6888 (tex-common-initialization): Use it.
6889
6890 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6891 mode allows it (Bug#1168).
6892
c9349f0a
CY
68932009-10-31 Juri Linkov <juri@jurta.org>
6894
6895 * facemenu.el (list-colors-display): Don't mark buffer as
6896 modified (Bug#3948).
6897
ebf5c4f5
CY
68982009-10-31 Chong Yidong <cyd@stupidchicken.com>
6899
33aeea0e
SM
6900 * international/mule-diag.el (list-character-sets-1):
6901 Minor message fix (Bug#3526).
5c2dce75 6902
33aeea0e
SM
6903 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6904 Fix face property (Bug#4834).
26581f0e
CY
6905 (etags-list-tags, etags-tags-apropos-additional)
6906 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6907 property.
6908
ebf5c4f5
CY
6909 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6910 items.
6911
9a529312
SM
69122009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * textmodes/two-column.el (2C-split):
6915 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6916 * textmodes/tex-mode.el (tex-set-buffer-directory):
6917 * textmodes/spell.el (spell-region, spell-string):
6918 * textmodes/reftex.el (reftex-erase-buffer):
6919 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6920 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6921 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6922 (reftex-select-item):
6923 * textmodes/reftex-ref.el (reftex-label-info-update)
6924 (reftex-offer-label-menu):
6925 * textmodes/reftex-index.el (reftex-index-change-entry)
6926 (reftex-index-phrases-info):
6927 * textmodes/reftex-global.el (reftex-create-tags-file)
6928 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6929 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6930 (reftex-view-crossref-from-bibtex):
6931 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6932 (reftex-extract-bib-entries-from-thebibliography)
6933 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6934 * textmodes/refbib.el (r2b-capitalize-title):
6935 (r2b-convert-buffer, r2b-help):
6936 * textmodes/page-ext.el (pages-directory)
6937 (pages-directory-goto-with-mouse):
6938 * textmodes/bibtex.el (bibtex-validate-globally):
6939 * textmodes/bib-mode.el (bib-capitalize-title):
6940 * textmodes/artist.el (artist-clear-buffer, artist-system):
6941 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6942 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6943 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6944 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6945 (xscheme-send-control-g-interrupt, xscheme-start-process)
6946 (xscheme-process-sentinel, xscheme-cd):
6947 * progmodes/verilog-mode.el (verilog-read-always-signals)
6948 (verilog-set-define, verilog-getopt-file)
6949 (verilog-module-inside-filename-p):
6950 * progmodes/sh-script.el:
6951 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6952 (python-pdbtrack-grub-for-buffer, python-execute-file):
6953 * progmodes/octave-inf.el (inferior-octave):
6954 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6955 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6956 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6957 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6958 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6959 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6960 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6961 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6962 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6963 (idlwave-shell-examine-display, idlwave-shell-run-region)
6964 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6965 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6966 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6967 (idlwave-help-get-help-buffer):
6968 * progmodes/gud.el (gud-basic-call, gud-find-class)
6969 (gud-tooltip-activate-mouse-motions-if-enabled):
6970 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6971 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6972 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6973 (ebrowse-tags-next-file):
6974 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6975 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6976 (ebnf-eps-finish-and-write):
6977 * progmodes/cpp.el (cpp-edit-save):
6978 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6979 * progmodes/cc-defs.el (c-emacs-features):
6980 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6981 (antlr-directory-dependencies):
6982 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6983 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6984 (ada-find-any-references, ada-make-filename-from-adaname)
6985 (ada-make-body-gnatstub):
6986 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 6987 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
6988 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6989 * net/rcirc.el (rcirc-debug):
6990 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6991 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6992 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6993 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 6994 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
6995 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6996 (newsticker--treeview-list-clear-highlight)
6997 (newsticker--treeview-list-update-highlight)
6998 (newsticker--treeview-list-highlight-start)
6999 (newsticker--treeview-tree-update-highlight)
7000 (newsticker--treeview-get-selected-item)
7001 (newsticker-treeview-mark-list-items-old)
7002 (newsticker--treeview-set-current-node):
7003 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7004 * net/newst-backend.el (newsticker--get-news-by-funcall)
7005 (newsticker--get-news-by-wget, newsticker--image-get)
7006 (newsticker--image-sentinel):
7007 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7008 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7009 (eudc-ph-close-session):
7010 * net/eudc.el (eudc-save-options):
7011 * language/thai-word.el (thai-update-word-table):
7012 * language/japan-util.el (japanese-string-conversion):
7013 * international/titdic-cnv.el (tsang-quick-converter)
7014 (ziranma-converter, ctlau-converter):
7015 * international/mule-cmds.el (describe-language-environment):
7016 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7017 (skkdic-convert-postfix, skkdic-convert-prefix):
7018 (skkdic-convert-okuri-nasi, skkdic-convert):
7019 * emacs-lisp/re-builder.el (reb-update-overlays):
7020 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7021 * emacs-lisp/gulp.el (gulp-send-requests):
7022 * emacs-lisp/find-gc.el (trace-call-tree):
7023 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7024 (eieio-describe-generic):
7025 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7026 * emacs-lisp/edebug.el (edebug-outside-excursion):
7027 * emacs-lisp/debug.el (debugger-make-xrefs):
7028 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7029 * emacs-lisp/chart.el (chart-new-buffer):
7030 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7031 Use with-current-buffer.
7032 * textmodes/artist.el (artist-system): Don't call
7033 copy-sequence on a fresh string.
7034 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7035
d566f228
GM
70362009-10-31 Stephen Berman <stephen.berman@gmx.net>
7037
7038 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 7039 is no item to edit. (Bug#4820)
d566f228 7040 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 7041 buffer. (Bug#4820)
d566f228 7042
f3628edd
GM
70432009-10-31 Glenn Morris <rgm@gnu.org>
7044
5cf3709c
GM
7045 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7046 (comint-last-output-start, comint-last-input-start)
7047 (comint-last-input-end): Don't defvar when compiling.
7048 (ange-ftp-process-file): Use bound-and-true-p.
7049
4c814fd2
GM
7050 * pcmpl-rpm.el (top-level): Move provide statement to end.
7051 (pcmpl-rpm): Remove unused custom group.
7052
113b8dcc
GM
7053 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7054
31c615e4
GM
7055 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7056
416d3588
GM
7057 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7058 (byte-compile-warnings): Add `constants' as an option.
7059 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7060 (display-call-tree): Update for byte-compile-fdefinition possibly
7061 returning `(macro lambda ...)'. (Bug#4778)
7062 (byte-compile-variable-ref, byte-compile-setq-default):
7063 Respect `constants' member of byte-compile-warnings.
7064
00f71f39
SM
70652009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7068 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7069 to "submit:".
7070
ca0a881a
DN
70712009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7072
7073 * textmodes/ispell.el (ispell-skip-region-alist):
7074 * international/mule-conf.el (eight-bit):
7075 * international/fontset.el (font-encoding-alist):
7076 * startup.el (pure-space-overflow-message):
7077 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7078 * paths.el (gnus-nntp-service, rmail-spool-directory)
7079 (term-file-prefix):
7080 * files.el (save-some-buffers-action-alist):
7081 * cmuscheme.el (same-window-buffer-names):
7082 * ielm.el (same-window-buffer-names):
7083 * shell.el (same-window-buffer-names):
7084 * mail/sendmail.el (same-window-buffer-names):
7085 * progmodes/inf-lisp.el (same-window-buffer-names):
7086 * bindings.el (mode-line-client)
7087 (mode-line-column-line-number-mode-map):
7088 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7089 (tibetan-precomposed-regexp): Purecopy string arguments.
7090
b861e45e
SM
70912009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7092
6df9b6d7
SM
7093 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7094 (calcDigit-nondigit):
7095 * calc/calc-yank.el (calc-copy-to-buffer):
7096 * calc/calc-units.el (calc-invalidate-units-table):
7097 * calc/calc-trail.el (calc-trail-yank):
7098 * calc/calc-store.el (calc-insert-variables):
7099 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7100 * calc/calc-prog.el (calc-read-parse-table):
7101 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7102 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7103 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7104 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7105 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7106 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7107 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7108 * calc/calc-ext.el (calc-realign):
7109 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7110 (calc-embedded-finish-edit, calc-embedded-make-info)
7111 (calc-embedded-finish-command, calc-embedded-stack-change):
7112 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7113
70f44c65
SM
7114 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7115 shell-dynamic-complete-filename in preference to
7116 comint-dynamic-complete-filename.
7117
b861e45e
SM
7118 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7119 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7120 Don't consider whether the display supports colors.
7121 (bookmark-import-new-list): Use dolist.
7122 (bookmark-bmenu-mode-map): Move initialization into declaration.
7123 (bookmark-bmenu-list): Use dolist, simplify.
7124 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7125 (menu-bar-final-items): Use push.
7126
8549241d 71272009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
7128
7129 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7130 it works on remote files.
7131 (vc-hg-diff): Don't pass any `--cwd' argument.
7132
30644573
KR
71332009-10-27 Kevin Ryde <user42@zip.com.au>
7134
cc63d28f
SM
7135 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7136 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
7137 (Further to Bug#3921).
7138
9be01a63
MA
71392009-10-27 Michael Albinus <michael.albinus@gmx.de>
7140
7141 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7142 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7143 calling `tramp-imap-put-file'. Add file size to the call.
7144 (tramp-imap-get-file-entries): Compute also user name, file size,
7145 and date.
7146 (tramp-imap-handle-insert-directory): Insert uid and gid.
7147 (tramp-imap-handle-file-attributes): Transform uid and gid
7148 according to `id-format'.
7149 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7150 size in header X-Size.
7151
41849bf9
JB
71522009-10-26 Juanma Barranquero <lekktu@gmail.com>
7153
7154 * simple.el (transpose-subr): Give clearer error when the mark
7155 is not set. (Bug#4807)
7156
293c24f9
MA
71572009-10-26 Michael Albinus <michael.albinus@gmx.de>
7158
cc63d28f
SM
7159 * net/tramp.el (tramp-perl-file-truename): New defconst.
7160 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 7161 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
7162 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7163 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 7164
cc63d28f
SM
7165 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7166 Ignore `dired-call-process'.
293c24f9
MA
7167 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7168
71692009-10-26 Julian Scheid <julians37@gmail.com>
7170
cc63d28f 7171 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
7172 (tramp-get-remote-readlink): New defun.
7173 (tramp-handle-file-truename): Use it.
7174 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7175 file exists if cache value present.
48c2d18a 7176 (tramp-check-cached-permissions): New defun.
293c24f9
MA
7177 (tramp-handle-file-readable-p): Use it.
7178 (tramp-handle-file-writable-p): Likewise.
7179 (tramp-handle-file-executable-p): Likewise.
7180 (tramp-handle-file-name-all-completions): Try using Perl to get
7181 partial completions. When perl not available, combine `cd' and
7182 `ls' into single remote operation and use shell expansion to get
7183 partial remote directory contents. Set `file-exists-p' cache for
7184 directory and any files returned by ls. Change cache handling to
7185 support partial directory contents. Use error message emitted by
7186 remote `cd' or Perl code for local tramp-error.
7187 (tramp-do-copy-or-rename-file-directly): Avoid separate
7188 tramp-send-command-and-check call.
cc63d28f
SM
7189 (tramp-handle-process-file): Merge three remote ops into one.
7190 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
7191 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7192 file-attributes shows uid/gid to be set already.
7193
a7610c52
DN
71942009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7195
7196 * textmodes/tex-mode.el (tex-dvi-view-command)
7197 (tex-show-queue-command, tex-open-quote):
7198 * progmodes/ruby-mode.el (auto-mode-alist)
7199 (interpreter-mode-alist): Purecopy strings.
7200
7201 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7202
7203 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7204 string for the hook, keymap and abbrev table.
7205
7206 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7207
7208 * x-dnd.el (x-dnd-xdnd-to-action):
7209 * startup.el (fancy-startup-text, fancy-about-text): Change to
7210 defconst from defvar.
7211
7212 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7213
7214 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7215 Purecopy initialization strings.
7216
7217 * mail/sendmail.el (mail-header-separator)
7218 (mail-personal-alias-file):
7219 * mail/rmail.el (rmail-default-dont-reply-to-names)
7220 (rmail-ignored-headers, rmail-retry-ignored-headers)
7221 (rmail-highlighted-headers, rmail-secondary-file-directory)
7222 (rmail-secondary-file-regexp):
7223 * files.el (null-device, file-name-invalid-regexp)
7224 (locate-dominating-stop-dir-regexp)
cc63d28f 7225 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
7226 (interpreter-mode-alist): Use mapcar instead of mapc.
7227
7228 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7229
7230 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7231 (completion-ignored-extensions):
7232 (debug-ignored-errors): Purecopy strings.
7233
4fcc3d32
SM
72342009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7235
0667de21
SM
7236 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7237 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7238 (pcomplete--here): Use push.
7239
4fcc3d32
SM
7240 * subr.el (all-completions): Declare the 4th arg obsolete.
7241
955ef430
SM
72422009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7243
2d085307
SM
7244 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7245 (pcomplete-unquote-argument): New function.
7246 (pcomplete--common-suffix): Always pay attention to case.
7247 (pcomplete--table-subvert): Quote and unquote the text.
7248 (pcomplete--common-quoted-suffix): New function.
7249 (pcomplete-std-complete): Use it and pcomplete-begin.
7250
955ef430
SM
7251 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7252 we're inside a dedicated or minibuffer window.
7253
7c85c02b
KF
72542009-10-24 Karl Fogel <kfogel@red-bean.com>
7255
7256 * bookmark.el: Update documentation, especially documentation
7257 of `bookmark-alist' and of the bookmark file format.
7258 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7259
3e8ae8a6
CY
72602009-10-24 Chong Yidong <cyd@stupidchicken.com>
7261
3e425845
CY
7262 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7263 keybindings apply to the mail buffer (Bug#4003). Shrink help
7264 window to buffer.
7265
cdd47d48
CY
7266 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7267 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
7268 (whitespace-toggle-options, global-whitespace-toggle-options):
7269 Doc fix (Bug#3660).
cdd47d48 7270
ba07c9ad
CY
7271 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7272 of xmltok-start before the end tag was inserted (Bug#2840).
7273
3e8ae8a6
CY
7274 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7275 patterns that are preceded by an open-paren (Bug#1320).
7276
ab276820
CY
72772009-10-24 Sven Joachim <svenjoac@gmx.de>
7278
7279 * files.el (delete-directory): Delete symlinks to directories with
7280 delete-file (Bug#4739).
7281
905a9ed3
DN
72822009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7283
a9a2a6db
DN
7284 * vc.el (vc-backend-for-registration): Rename from
7285 vc-get-backend-for-registration. Update callers.
7286
cc63d28f
SM
7287 * international/mule-cmds.el (set-language-info-alist):
7288 Purecopy lang-env.
905a9ed3
DN
7289 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7290 (charset): Purecopy the name.
7291 (define-char-code-property): Purecopy string arguments.
7292
7293 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7294 Purecopy string arguments.
7295
7296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7297 * ediff-hook.el (menu-bar-ediff-menu):
7298 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7299 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7300
d270305a
GM
73012009-10-24 Glenn Morris <rgm@gnu.org>
7302
6c74d523 7303 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
7304 * term.el (term-dynamic-list-completions): Use choose-completion rather
7305 than obsolete alias mouse-choose-completion.
7306
ae732337
GM
7307 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7308 file-cache-choose-completion.
7309 (file-cache-choose-completion): Handle an optional event argument.
7310 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7311
cc63d28f
SM
7312 * progmodes/octave-mod.el (octave-complete-symbol):
7313 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 7314
9847dc91
GM
7315 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7316 use.
7317
e8f2a5d5
GM
7318 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7319 compiler.
7320
d270305a
GM
7321 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7322
c6432f1e
SM
73232009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7326 Ignore `pred' now that we receive one.
7327 Handle test-completion specially.
7328
6ab196f9
DN
73292009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7330
7331 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 7332 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
7333 REGISTER ...
7334 (vc-get-backend-for-registration): ... here. New function.
7335 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7336 of vc-responsible-backend, pass the file name instead of the
7337 directory name.
7338
48feed59
SM
73392009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7342 New funs.
7343 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7344 (pcomplete-comint-setup): Don't modify a global var via
7345 accidental side-effects.
7346 (pcomplete-shell-setup): Adjust call accordingly.
7347 (pcomplete-parse-comint-arguments): Use push.
7348
00006066
CY
73492009-10-23 Chong Yidong <cyd@stupidchicken.com>
7350
36bfa3af
CY
7351 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7352 Allow uncapitalized info node names (Bug#3921).
7353
00006066
CY
7354 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7355 to the DEBUG file (Bug#3781).
7356
aa311d6e
CY
73572009-10-23 Jari Aalto <jari.aalto@cante.net>
7358
7359 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7360 dictionary entry (Bug#4579).
7361
b88f2d0a
MA
73622009-10-23 Michael Albinus <michael.albinus@gmx.de>
7363
7364 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7365 from `rfn-eshadow-update-overlay-hook' when unloading.
7366 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7367 "rsyncc". Adjust doc string.
48c2d18a 7368 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
7369 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7370 Keep temporary file when indicated by method ("rsync" and
7371 "rsyncc").
7372 (tramp-handle-write-region): Handle APPEND.
7373 (tramp-delete-temp-file-function): New defun. Added to
7374 `kill-buffer-hook'.
7375
1becddbb
JB
73762009-10-23 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7379
8f43cbf3
DN
73802009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7381
7382 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7383 (color-name-rgb-alist, tty-standard-colors)
7384 (tty-color-mode-alist): Change to defconst.
7385
7386 * simple.el (mark-inactive): Purecopy message.
7387
7388 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7389 (global-map, yank-menu):
7390 * textmodes/ispell.el (ispell-menu-map):
7391 * net/eudc.el (eudc-tools-menu):
7392 * international/mule-cmds.el (describe-language-environment-map)
7393 (setup-language-environment-map, set-coding-system-map)
7394 (mule-menu-keymap):
7395 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7396 * replace.el (occur-mode-map):
7397 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7398
1d228a31
JB
73992009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7400
33aeea0e
SM
7401 * calc/calc.el (math-read-number, math-read-number-simple):
7402 Use `save-match-data'.
1d228a31 7403
3b067af1
SM
74042009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7405
28a90c44
SM
7406 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7407 rather than fiddling with global-map bindings, since it should only
7408 affect per-terminal settings.
7409 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7410
a452eee8
SM
7411 * minibuffer.el (completion-table-with-terminator): Allow to specify
7412 the terminator-regexp.
7413
ab14d7d5
SM
7414 * simple.el (switch-to-completions): Look for *Completions* in other
7415 frames as well.
7416
3b067af1
SM
7417 * pcomplete.el: Allow the use of completion-tables.
7418 (pcomplete-std-complete): New command.
7419 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7420 (pcomplete--here): Use a function for `form' rather than an expression,
7421 so it can be byte-compiled.
7422 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7423 Add edebug declaration.
7424 (pcomplete-show-completions): Remove unused var `curbuf'.
7425 (pcomplete-do-complete, pcomplete-stub):
1becddbb 7426 Don't assume `completions' is a list of strings any more.
3b067af1 7427
5480359e
JB
74282009-10-22 Juanma Barranquero <lekktu@gmail.com>
7429
7430 * find-dired.el (find-name-arg): Fix typo in docstring.
7431
3170b794
SM
74322009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7433
48c23a25
SM
7434 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7435 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7436
56b14058
SM
7437 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7438 pcomplete-entries.
7439
3170b794
SM
7440 * comint.el (comint-read-input-ring, comint-write-input-ring)
7441 (comint-substitute-in-file-name)
7442 (comint-dynamic-complete-as-filename)
7443 (comint-dynamic-simple-complete)
7444 (comint-dynamic-list-filename-completions)
7445 (comint-dynamic-list-completions)
7446 (comint-redirect-results-list-from-process): Minor simplifications.
7447
2affef34
KR
74482009-10-21 Kevin Ryde <user42@zip.com.au>
7449
3170b794
SM
7450 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7451 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 7452 the first form. And insert a blank line after ";;; Code" since
d8194864 7453 that's usual style. (Bug#4612)
2affef34 7454
e7b94bbb
KR
7455 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7456
528c56e2
SM
74572009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * minibuffer.el (completion-table-with-terminator): Properly implement
7460 boundaries, in case `terminator' appears in the suffix.
7461 (completion--embedded-envvar-table): Don't return boundaries if
7462 there's no valid completion. Simplify.
7463 (completion-file-name-table): New completion table extracted from
7464 completion--file-name-table.
7465 (completion--file-name-table): Use it.
7466 (read-file-name-predicate): Declare obsolete.
7467 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7468 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7469 completion-file-name-table, and use the `pred' argument.
7470 * files.el (locate-file-completion-table): Use the `pred' arg rather
7471 than read-file-name-predicate.
7472 (abbreviate-file-name): Use \` rather than ^ for BOS.
7473
f9ed9b4f
DN
74742009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7475
7476 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7477 vc-responsible-backend to register, it causes problems.
7478
5f2022a3
SM
74792009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7482
fc754ea1
MA
74832009-10-21 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7486 (tramp-smb-handle-file-attributes): Use it.
7487 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7488 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
7489 `mapcar'. Use `tramp-smb-get-stat-capability'.
7490 Add `dired-filename' text properties.
fc754ea1
MA
7491 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7492 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7493 version.
7494
79bd5ba1
SM
74952009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * subr.el (read-key-delay): Reduce to 0.01.
7498 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7499 (bug#4751).
7500
3c13704d
SM
75012009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7502
554efd10
SM
7503 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7504
c2a37b78
SM
7505 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7506 (Info-menu): Remove unused vars `last' and `completions'.
7507 (Info-index-nodes): Remove unused var `node'.
7508
3c13704d
SM
7509 * info.el (Info-complete-menu-item): Use complete-with-action.
7510
d1e4c403
DN
75112009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7512
7513 Make vc-annotate work through copies and renames.
3c13704d
SM
7514 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7515 Return the file name too.
d1e4c403
DN
7516 (vc-annotate-revision-at-line)
7517 (vc-annotate-find-revision-at-line)
7518 (vc-annotate-revision-previous-to-line)
7519 (vc-annotate-show-log-revision-at-line): Update to get the file
7520 name from vc-annotate-extract-revision-at-line.
7521 (vc-annotate-show-diff-revision-at-line-internal): Change the
7522 argument to mean whether to show a file diff or not. Get the file
7523 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
7524 (vc-annotate-show-diff-revision-at-line):
7525 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
7526 (vc-annotate-warp-revision): Add an optional file argument.
7527
7528 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7529 (vc-git-annotate-extract-revision-at-line): Also return the file
7530 name if found.
7531
7532 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7533 command. Remove unused code.
7534 (vc-hg-annotate-re): Update to match --follow output.
7535 (vc-hg-annotate-extract-revision-at-line): Also return the file
7536 name if found.
7537
7538 * vc.el: Update annotate-extract-revision-at-line documentation.
7539
b0b0ef98
KR
75402009-10-18 Kevin Ryde <user42@zip.com.au>
7541
7542 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7543 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7544
a9e7f03d
KR
7545 * net/browse-url.el (browse-url): Identify alist with "consp and
7546 not functionp" and let all other things go down the `apply' leg,
7547 as suggested by Stefan. (Further to bug#4531.)
7548
7346a407
CY
75492009-10-18 Chong Yidong <cyd@stupidchicken.com>
7550
7551 * minibuffer.el (read-file-name): Check for repeat before putting
7552 a default argument in file-name-history (Bug#4657).
7553
7554 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7555 read syntax (Bug#4737).
7556
3c13704d 7557 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 7558
1da94541
CY
75592009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7560
7561 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7562 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7563 entries and make note of obsolete tags.
7564
2b93080a
SM
75652009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7568
18b5ffb5
GM
75692009-10-18 Glenn Morris <rgm@gnu.org>
7570
7571 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7572 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 7573 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
7574 now, and in any case the file header format has changed.
7575
c2e161b2
GM
75762009-10-17 Glenn Morris <rgm@gnu.org>
7577
7578 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7579 (flyspell-get-word, flyspell-large-region)
7580 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7581
a1eb44f5
CY
75822009-10-17 Chong Yidong <cyd@stupidchicken.com>
7583
7584 * Makefile.in (ELCFILES): Add ede/shell.
7585
4418646e
DN
75862009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7587
7588 * term/common-win.el (x-colors): Purecopy it.
7589
4062011e
SM
75902009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7593 permissive for when the buffer is empty.
7594 (tar-header-block-tokenize): Decode the username and groupname.
7595 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7596
2df48a87
SM
75972009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * international/mule-cmds.el (select-safe-coding-system): If the file
7600 has a coding cookie, use it regardless of any other setting (bug#4712).
7601
fd7dd48c
GM
76022009-10-17 Glenn Morris <rgm@gnu.org>
7603
3ee0b477 7604 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
7605 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7606
2550e4b1
GM
7607 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7608 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7609 (dired-keep-marker-symlink, dired-dwim-target)
7610 (dired-copy-preserve-time): Do not autoload these defcustoms.
7611
fd7dd48c
GM
7612 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7613 messages from messing up the file coding. (Bug#4623)
7614
f3e3a990
GM
76152009-10-17 Jari Aalto <jari.aalto@cante.net>
7616
7617 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7618 if no match is found for the current dictionary. (Bug#4578)
7619
7620 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7621 optional, since that is how it is documented, and this is often called
7622 with a nil argument. (Bug#4577)
7623 (flyspell-external-point-words, flyspell-auto-correct-word)
7624 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7625 (flyspell-word-search-backward): Remove nil argument in calls to
7626 flyspell-get-word, since it is not needed now.
7627
76282009-10-17 Ulrich Mueller <ulm@gentoo.org>
7629
1becddbb 7630 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 7631
b61374ab
GM
76322009-10-16 Glenn Morris <rgm@gnu.org>
7633
7634 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7635
412707c2
SM
76362009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7637
7638 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7639 (ange-ftp-file-size): New function.
7640 (ange-ftp-file-attributes): Use it.
7641
0c6f436e
MA
76422009-10-16 Michael Albinus <michael.albinus@gmx.de>
7643
7644 * net/tramp-smb.el (tramp-smb-version): New defvar.
7645 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7646 repeated checks.
7647
850bfd04
GM
76482009-10-16 Glenn Morris <rgm@gnu.org>
7649
7650 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7651 Maybe copy some custom properties from old to new name. (Bug#4706)
7652
f3ed9aca
JB
76532009-10-16 Juanma Barranquero <lekktu@gmail.com>
7654
7655 * subr.el (error, sit-for, start-process-shell-command)
7656 (start-file-process-shell-command): Set the calling convention
7657 after the function definition.
7658
fd6c5134
SM
76592009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * subr.el (error, sit-for, start-process-shell-command)
7662 (start-file-process-shell-command): Use the new
7663 set-advertised-calling-convention feature.
7664
73874eb7
KH
76652009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7666
fd6c5134
SM
7667 * international/ucs-normalize.el (ucs-normalize-version):
7668 Change to 1.2.
7669 (check-range): Adjust for Unicode 5.2.
73874eb7 7670
03fb33cf
JL
76712009-10-15 Juri Linkov <juri@jurta.org>
7672
7673 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7674 to the `menu-item' format.
7675
4260b402
MA
76762009-10-15 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7679 if the environment variable does not exist.
7680
7681 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7682 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7683 parameter.
7684 (tramp-smb-handle-add-name-to-file)
7685 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7686 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7687 (tramp-smb-handle-file-attributes)
7688 (tramp-smb-do-file-attributes-with-stat)
7689 (tramp-smb-handle-file-local-copy)
7690 (tramp-smb-handle-insert-directory)
7691 (tramp-smb-handle-make-directory)
7692 (tramp-smb-handle-make-directory-internal)
7693 (tramp-smb-handle-make-symbolic-link)
7694 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7695 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7696 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7697 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7698 Handle long file names.
7699 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7700 process is running.
7701 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7702 Read share names with "-g" option.
7703
d7a0fd6f
GM
77042009-10-15 Ryan Yeske <rcyeske@gmail.com>
7705
7706 * net/rcirc.el (rcirc-view-log-file): New command.
7707 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7708 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7709 specified.
7710
0b44494a
GM
77112009-10-15 Glenn Morris <rgm@gnu.org>
7712
af9fb32f
GM
7713 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7714 from the second command-line argument.
7715 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7716 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7717 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7718 w32-batch-update-autoloads.
7719 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7720 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7721
0b44494a
GM
7722 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7723 the headers cannot be located. Simplify, subtracting superflous
7724 save-excursions.
7725
d5e63715
SM
77262009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 Replace completion-base-size by completion-base-position to fix bugs
7729 such as (bug#4699).
7730 * simple.el (completion-base-position): New var.
7731 (completion-base-size): Mark as obsolete.
7732 (choose-completion): Make it work for mouse events as well.
7733 Pass the new base-position to choose-completion-string.
7734 (choose-completion-guess-base-position): New function, extracted from
7735 choose-completion-delete-max-match.
7736 (choose-completion-delete-max-match): Use it. Make obsolete.
7737 (choose-completion-string): Use the new base-position info.
7738 (completion-root-regexp): Delete.
7739 (completion-setup-function): Preserve completion-base-position.
7740 Eliminate obsolete base-size manipulation.
7741 * minibuffer.el (display-completion-list): Don't mess with base-size.
7742 (minibuffer-completion-help): Set completion-base-position instead.
7743 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7744 choose-completion.
7745 * textmodes/bibtex.el (bibtex-complete):
7746 * emacs-lisp/crm.el (crm--choose-completion-string):
7747 Adjust to new calling convention.
7748 * complete.el (partial-completion-mode): Use minibufferp to avoid
7749 bumping into incompatible change to choose-completion-string-functions.
7750 * ido.el (ido-choose-completion-string): Make its calling convention
7751 more permissive.
7752 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7753 base-size manipulation.
7754 (comint-dynamic-list-input-ring): Use dotimes and push.
7755 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7756 fundamental-mode. Use `or'.
7757
92f8bfc7
JL
77582009-10-14 Juri Linkov <juri@jurta.org>
7759
7760 * misearch.el (multi-isearch-next-buffer-from-list)
7761 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7762
e78e280d
SM
77632009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7764
384ca163
SM
7765 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7766 `bytecomp.el'.
7767
681e0e7c
SM
7768 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7769 string we return is all made up of text from the completions rather
7770 than part from the completions and part from the input (bug#4219).
7771
e78e280d
SM
7772 * ido.el (ido-everywhere): Use define-minor-mode.
7773
7774 * buff-menu.el (list-buffers, ctl-x-map):
7775 Mark the entry points with ;;;###autoload cookies.
7776
b4e813ca
DN
77772009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7778
52964e54
DN
7779 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7780 correctly in the detached head case.
7781 (vc-git-print-log): Remove unused binding.
7782
b4e813ca
DN
7783 * vc.el (vc-responsible-backend): When a directory is passed for
7784 for registration create a VC repository if no backend is
7785 responsible for the directory argument.
7786 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
7787
7788 * vc.el: Move comments about RCS and SCCS ...
7789 * vc-rcs.el:
7790 * vc-sccs.el: ... here, respectively.
7791
40ba9882
SM
77922009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * minibuffer.el (completion--file-name-table): Return nil if there's
7795 no file completion, even if substitute-in-file-name changed
7796 the string (bug#4708).
7797
04e0f59b
JL
77982009-10-13 Juri Linkov <juri@jurta.org>
7799
7800 * files-x.el (read-file-local-variable-value): Don't filter out
7801 minor modes from mode name completion (bug#4664).
7802
314c8e25
JB
78032009-10-13 Juanma Barranquero <lekktu@gmail.com>
7804
7805 * international/mule-cmds.el (ucs-names): Remove exclusion of
7806 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7807
5c9b7d36
KH
78082009-10-13 Kenichi Handa <handa@m17n.org>
7809
7810 * international/uni-name.el: Regenerated.
7811
1e7a80f2
JB
78122009-10-13 Juanma Barranquero <lekktu@gmail.com>
7813
7814 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7815 should be automatically buffer-local, but isn't.)
7816
cd29f88b
SS
78172009-10-12 Sam Steingold <sds@gnu.org>
7818
7819 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 7820 timestamps if the buffer has been visited before.
0cd16af4
SS
7821 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7822 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 7823
37493a98
GM
78242009-10-12 Glenn Morris <rgm@gnu.org>
7825
7826 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7827 Let-bind `size'.
7828
3b56b1e6
JB
78292009-10-12 Juanma Barranquero <lekktu@gmail.com>
7830
7422a4bb
JB
7831 * proced.el (proced-unload-function): New function.
7832
fa72d075
JB
7833 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7834 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7835 Doc fix.
7836
3b56b1e6
JB
7837 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7838
4d9b4323
JL
78392009-10-11 Juri Linkov <juri@jurta.org>
7840
7841 * files-x.el (read-file-local-variable-value):
7842 Provide default value only for bound variables (bug#4664).
7843
f6f7e059
MA
78442009-10-11 Michael Albinus <michael.albinus@gmx.de>
7845
7846 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7847 connection methods like smb.
7848
7849 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7850 can be empty.
7851
7852 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7853 (tramp-smb-file-name-handler-alist): Add handlers for
7854 `add-name-to-file', `make-symbolic-link'.
7855 (tramp-smb-handle-add-name-to-file)
2992485f 7856 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
7857 (tramp-smb-handle-make-symbolic-link)
7858 (tramp-smb-get-cifs-capabilities): New defuns.
7859 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7860 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7861 (tramp-smb-handle-file-local-copy)
7862 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
7863 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7864 The file name syntax depends on cifs capabilities.
7865 (tramp-smb-handle-file-attributes):
7866 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7867 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7868 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 7869
67868d26
CY
78702009-10-11 Chong Yidong <cyd@stupidchicken.com>
7871
7872 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7873 (eieio-defclass): Apply deftype handler and setf-method properties
7874 directly.
7875 (eieio-add-new-slot): Avoid union function from cl library.
7876 (eieio--typep): New function.
7877 (eieio-perform-slot-validation): Use it.
7878
6d6a5b7e
KF
78792009-10-10 Karl Fogel <kfogel@red-bean.com>
7880
3b56b1e6 7881 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
7882 Update documentation to refer to the variables documented in r1.135.
7883 (Bug#4188)
7884
67b70de9
KF
78852009-10-10 Karl Fogel <kfogel@red-bean.com>
7886
7887 * bookmark.el (Info-suffix-list): Remove this unused variable.
7888 (bookmark-current-point): Remove this obsolete variable.
7889 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7890 Adjust for removal of bookmark-current-point.
7891
7892 (bookmarks-already-loaded, bookmark-current-buffer)
7893 (bookmark-yank-point): Document. (Bug#4188)
7894
58ae51ae
GM
78952009-10-10 Glenn Morris <rgm@gnu.org>
7896
4619ff5e
GM
7897 * frame.el (frame-height): Doc fix.
7898
58ae51ae
GM
7899 * calendar/calendar.el (calendar-split-width-threshold): New option.
7900 (calendar-basic-setup): Use calendar-split-width-threshold.
7901
d364386c
JB
79022009-10-09 Juanma Barranquero <lekktu@gmail.com>
7903
7904 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7905 Ideographic Supplement" range (U+1F200..U+1F2FF).
7906
33e97a28
KF
79072009-10-09 Karl Fogel <kfogel@red-bean.com>
7908
02d0f051 7909 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 7910 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
7911
79122009-10-09 Karl Fogel <kfogel@red-bean.com>
7913
d364386c 7914 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
7915 (bookmark-bmenu-execute-deletions): Don't save here, as
7916 bookmark-delete will now do so if necessary.
d364386c 7917 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
7918 (Bug#4348)
7919
9656d87b
GM
79202009-10-09 Glenn Morris <rgm@gnu.org>
7921
7922 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7923
e6227f06
KF
79242009-10-09 Karl Fogel <kfogel@red-bean.com>
7925
7926 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7927 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7928 argument now, so the two function's behaviors will match. (Bug#3645)
7929
288f783b
MA
79302009-10-08 Michael Albinus <michael.albinus@gmx.de>
7931
7932 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 7933 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 7934 Apply `save-match-data'.
288f783b
MA
7935
7936 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7937 case both directories are remote.
7938 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 7939 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 7940
872a1ea4
JB
79412009-10-07 Juanma Barranquero <lekktu@gmail.com>
7942
7943 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7944
ab2baced
GM
79452009-10-07 Glenn Morris <rgm@gnu.org>
7946
e78e280d
SM
7947 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7948 of concat.
ab2baced 7949
5c4634c1
SM
79502009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * files-x.el (read-file-local-variable): Include some
7953 non-user-variables in the completion table (bug#4664).
7954
c2dc9732
MA
79552009-10-07 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7958 message.
7959
7960 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7961 (tramp-smb-file-name-handler-alist): Add handler for
7962 `copy-directory', `expand-file-name', `set-file-modes'.
7963 (tramp-smb-handle-copy-directory)
7964 (tramp-smb-handle-expand-file-name)
7965 (tramp-smb-handle-set-file-modes): New defuns.
7966 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7967 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7968 entry.
7969 (tramp-smb-handle-insert-directory): Don't flush the cache.
7970 (tramp-smb-maybe-open-connection): Check for samba client and
7971 server versions.
7972
11be40a6
EZ
79732009-10-07 Eli Zaretskii <eliz@gnu.org>
7974
7975 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7976 to not error out of search for "^lisp=" fails.
7977
8c4afe20
JB
79782009-10-07 Juanma Barranquero <lekktu@gmail.com>
7979
7980 * makefile.w32-in (WINS_UPDATES): New macro.
7981 (custom-deps, finder-data, autoloads): Use it.
7982
429a1506
GM
79832009-10-07 Glenn Morris <rgm@gnu.org>
7984
ee2e93e2
GM
7985 * Makefile.in (autoloads): Revert previous change.
7986 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7987 the list of preloaded files passed on the command-line, get
7988 it from src/Makefile.
7989
429a1506
GM
7990 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7991 show the original buffer rather than a random one.
7992
a51203ee 79932009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
7994
7995 * help.el (describe-no-warranty): Place point in a slightly better
7996 position in the GPLv3 text.
7997
f58f7520
SS
79982009-10-06 Sam Steingold <sds@gnu.org>
7999
8000 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8001 the comm attribute is present before calling regexp-quote.
8002
bde79dc0
JB
80032009-10-06 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * play/animate.el (animate-string): For good effect, make sure
8006 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8007
8008 * play/animate.el (animate-sequence, animate-birthday-present):
8009 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8010
25ab0302
GM
80112009-10-06 Glenn Morris <rgm@gnu.org>
8012
73fe714a
GM
8013 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8014
3405d98c
GM
8015 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8016 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8017 (batch-update-autoloads): Process a string value of autoload-excludes,
8018 set during the build process.
8019 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8020
9fb2cdc5
GM
8021 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8022 inside with-parsed... macro so that `v' is defined.
8023
7938ab41
GM
8024 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8025 * progmodes/fortran.el (fortran-end-of-block)
8026 (fortran-beginning-of-block):
8027 Also push mark in the macro case.
8028
eaf9b564
GM
8029 * emerge.el (emerge-show-file-name):
8030 * calc/calc.el (calc-quit):
8031 * calc/calc-misc.el (calc-big-or-small):
8032 * calc/calc-graph.el (calc-graph-view):
8033 * calc/calc-ext.el (calc-reset):
8034 * calendar/calendar.el (calendar-basic-setup):
8035 Use window-full-height-p.
8036
25ab0302
GM
8037 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8038 header we don't understand, don't insert another. (Bug#4624)
8039 If changing mime charset, insert the new one in the right place.
8040
00169eb6
GM
80412009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8042
8043 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8044 (cal-tex-cursor-month): Correctly increment the end date for diary and
8045 holiday listing. (Bug#4626)
8046
82882188
SM
80472009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8048
40ba9882 8049 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
8050 a symbol.
8051
a8f316ca
JB
80522009-10-05 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8055 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8056 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8057 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8058
8059 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8060 (eieio-default-superclass): Reflow docstrings.
8061 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8062 (eieio-unbind-method-implementations, defmethod)
8063 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8064 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8065 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8066 (eieio-slot-originating-class-p, eieio-slot-name-index)
8067 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8068 (constructor, initialize-instance, no-next-method, object-print)
8069 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8070 Fix typos in docstrings.
8071 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8072 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8073 (next-method-p): Doc fixes.
8074 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8075 Fix typos in error messages.
8076 (eieio-defmethod): Fix typo in description of generic method.
8077
8078 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8079 (eieio-persistent-save-interactive, slot-missing):
8080 Fix typos in docstrings.
8081 (eieio-instance-inheritor-slot-boundp): Doc fix.
8082
8083 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8084 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8085
8086 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8087 (eieio-custom-object-apply-reset):
8088 Fix typos in docstrings and error messages.
8089
8090 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8091 Fix typo in docstring.
8092
8093 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8094 (eieio-browse-tree): Doc fix.
8095 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8096 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8097 Fix typos in docstrings.
8098
8099 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8100 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8101 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8102 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8103 Reflow docstrings.
8104
c66b7ac0
DN
81052009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8106
4a827e0a 8107 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
8108 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8109 Set log-view-vc-backend so that diff can work.
4a827e0a 8110
c66b7ac0
DN
8111 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8112 vc-version-diff.
8113 (vc-diff-internal): Autoload this instead of vc-version-diff.
8114
1902a98c
EZ
81152009-10-05 Eli Zaretskii <eliz@gnu.org>
8116
a7a8618b
EZ
8117 * simple.el (eval-expression): Doc fix.
8118
1902a98c
EZ
8119 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8120
0e1f2ee6
MA
81212009-10-05 Michael Albinus <michael.albinus@gmx.de>
8122
8123 * files.el (directory-files-no-dot-files-regexp): New defconst.
8124 (delete-directory): Use it.
8125 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8126
263c02ef 8127 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
8128 (tramp-methods): Add recursive option to `tramp-copy-args'.
8129 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 8130 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 8131 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
8132 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8133 Add handler for `copy-directory'.
8134 (tramp-handle-copy-directory): New defun.
8135 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
8136 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8137 Optimize sent command.
263c02ef 8138
72aa7df4
SM
81392009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8140
4a34f065
SM
8141 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8142 window if necessary.
8143
72aa7df4
SM
8144 * calendar/calendar.el (calendar-basic-setup): Don't call
8145 switch-to-buffer in a dedicated window.
8146
5feb1ba7
KF
81472009-10-05 Karl Fogel <kfogel@red-bean.com>
8148
8149 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 8150 don't do anything related to relocating, just return nil.
5feb1ba7
KF
8151 (bookmark-error-no-filename): New error.
8152 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
8153 bookmark has no file. Don't even attempt to handle things that
8154 are not files; the whole point of custom handlers is to keep that
8155 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
8156 (bookmark-file-or-variation-thereof): Remove now-unused function.
8157 (bookmark-location): Doc string fix.
8158 (Bug#4250)
8159
1bd49952
KF
81602009-10-04 Karl Fogel <kfogel@red-bean.com>
8161
8162 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8163 don't use a file dialog, because they usually don't know how to read
8164 a directory target from the user. (Bug#4230)
8165 Also, make sure the prompt can display directories as well as files.
8166
825382c0
KF
81672009-10-04 Karl Fogel <kfogel@red-bean.com>
8168
8169 * bookmark.el (bookmark-set, bookmark-buffer-name):
8170 Improve doc strings. (Bug#1193)
8171
13901bcb
KF
81722009-10-04 Karl Fogel <kfogel@red-bean.com>
8173
4a34f065
SM
8174 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8175 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8176 (bookmark-get-annotation, bookmark-set-annotation)
8177 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8178 (bookmark-set-position, bookmark-get-front-context-string)
8179 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8180 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8181 (bookmark-jump-other-window, bookmark-handle-bookmark)
8182 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8183 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8184 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
8185 Improve doc strings to say whether bookmark can be a string or
8186 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
8187 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8188 (bookmark-default-annotation-text, bookmark-yank-word)
8189 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8190 (bookmark-import-new-list, bookmark-maybe-rename)
8191 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8192 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 8193 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 8194 add a FIXME comment about how the function may be pointless.
13901bcb 8195 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
8196 parameter name, to clarify that this takes a bookmark record
8197 not a bookmark name.
13901bcb 8198 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 8199 and improve the doc string a bit.
13901bcb
KF
8200 (Bug#4188)
8201
5c1b3e94
KF
82022009-10-04 Karl Fogel <kfogel@red-bean.com>
8203
8204 * bookmark.el (bookmark-alist): Document the new `handler' element
8205 in the param alist.
8206 (bookmark-make-record-function): Adjust documentation for above.
8207 (Bug#4193)
8208
8559076d
KF
82092009-10-04 Karl Fogel <kfogel@red-bean.com>
8210
8211 * info.el (Info-bookmark-make-record): Document this function.
8212 (Info-bookmark-jump): Document with a doc string, not just a comment.
8213 (Bug#4203)
8214
b4583b8c
MA
82152009-10-04 Michael Albinus <michael.albinus@gmx.de>
8216
8217 * files.el (copy-directory): New defun.
8218
8219 * dired-aux.el (dired-copy-file-recursive): Use it.
8220
131ae8f2
JB
82212009-10-04 Juanma Barranquero <lekktu@gmail.com>
8222
a30e71ae 8223 * files-x.el (modify-dir-local-variable)
dd9af436
CY
8224 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8225 docstrings.
a30e71ae 8226
131ae8f2
JB
8227 * recentf.el (recentf-unload-function): New function.
8228
ccafbf06
GM
82292009-10-04 Glenn Morris <rgm@gnu.org>
8230
8231 * window.el (window-full-height-p): Add doc string.
8232
02c6f098
GM
82332009-10-04 Martin Rudalics <rudalics@gmx.at>
8234
8235 * window.el (window-full-height-p): New function. (Bug#4543)
8236
ed6b0195
DN
82372009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8238
8239 * vc.el: Remove commented out code.
8240 (vc-derived-from-dir-mode): Remove, unused.
8241 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8242
1b8d1cc7
MA
82432009-10-03 Michael Albinus <michael.albinus@gmx.de>
8244
4a34f065
SM
8245 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8246 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
8247 there could be recursive loading when `default-directory' is a
8248 remote file name. (Bug#4614)
8249
ac3c593c
GM
82502009-10-03 Glenn Morris <rgm@gnu.org>
8251
686ea556
GM
8252 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8253 the frame is wide.
8254 (calendar-generate-window): Test for shrinkability rather than width.
8255
ac3c593c
GM
8256 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8257 reusing existing buffers, in case we happen to visit two files with the
8258 same basename. (Bug#4593)
8259
573709fd
EZ
82602009-10-02 Eli Zaretskii <eliz@gnu.org>
8261
4a34f065 8262 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
8263 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8264 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8265 subdirs of cedet as well.
8f885d01 8266 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 8267
8d6c1239
SM
82682009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8271 Obey advertised-signature-table.
8272
8273 * help-fns.el (help-function-arglist): Don't check
8274 advertised-signature-table.
8275 (describe-function-1): Do it here instead so it also applies to subrs.
8276
c4861de0
MA
82772009-10-02 Michael Albinus <michael.albinus@gmx.de>
8278
8279 * simple.el (start-file-process): Say in the doc-string, that file
8280 handlers might not support pty association, if PROGRAM is nil.
8281
8282 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8283 HOST and USER are strings. They are nil, when there are
8284 incomplete entries in ~/.netrc, for example.
8285 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8286 root directory ("device busy" error otherwise).
8287
8d6c1239
SM
8288 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8289 Flush file properties of created directory.
c4861de0 8290
d2bda74f
EZ
82912009-10-02 Eli Zaretskii <eliz@gnu.org>
8292
8293 * makefile.w32-in (WINS_BASIC): Remove cedet.
8294 (WINS_CEDET): Add cedet.
8295 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8296
895d1904
GM
82972009-10-02 Kevin Ryde <user42@zip.com.au>
8298
8299 * net/browse-url.el (browse-url): Pass any symbol in
8300 browse-url-browser-function to `apply', since if you've mistakenly put
8301 an unbound symbol then the error is clearer. (Bug#4531)
8302
32226619
JB
83032009-10-02 Juanma Barranquero <lekktu@gmail.com>
8304
8305 * allout.el (allout-init, allout-back-to-current-heading)
8306 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8307 (allout-ascend, allout-up-current-level, allout-end-of-level)
8308 (allout-previous-visible-heading, allout-forward-current-level)
8309 (allout-backward-current-level, allout-show-children):
8310 * apropos.el (apropos-describe-plist):
8311 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8312 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8313 * completion.el (add-completion, add-permanent-completion):
8314 * descr-text.el (describe-text-category, describe-char):
8315 * desktop.el (desktop-lazy-abort):
8316 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8317 * dired.el (dired-build-subdir-alist):
8318 * ediff.el (ediff-version):
8319 * elide-head.el (elide-head, elide-head-show):
8320 * emerge.el (emerge-version):
8321 * env.el (getenv):
8322 * face-remap.el (variable-pitch-mode):
8323 * faces.el (describe-face):
8324 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8325 (dired-at-point):
8326 * files.el (find-file-existing, auto-save-mode):
8327 * font-lock.el (font-lock-fontify-buffer):
8328 * help-fns.el (describe-function, describe-variable)
8329 (describe-syntax, describe-categories):
8330 * help.el (view-lossage, describe-bindings, describe-key)
8331 (describe-mode):
8332 * hexl.el (hexl-current-address):
8333 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8334 * info.el (Info-goto-emacs-key-command-node):
8335 * log-edit.el (log-edit-insert-cvs-template)
8336 (log-edit-insert-cvs-rcstemplate):
8337 * menu-bar.el (menu-bar-mode):
8338 * mouse.el (mouse-appearance-menu):
8339 * newcomment.el (comment-indent-new-line):
8340 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8341 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 8342 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
8343 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8344 * recentf.el (recentf-mode):
8345 * savehist.el (savehist-mode, savehist-save):
8346 * shadowfile.el (shadow-copy-files):
8347 * simple.el (kill-ring-save, next-line, previous-line)
8348 (normal-erase-is-backspace-mode):
8349 * strokes.el (strokes-update-window-configuration)
8350 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8351 (strokes-xpm-for-stroke):
8352 * time.el (emacs-uptime, emacs-init-time):
8353 * tutorial.el (tutorial--describe-nonstandard-key)
8354 (tutorial--detailed-help):
8355 * type-break.el (type-break-mode)
8356 (type-break-mode-line-message-mode, type-break-query-mode)
8357 (type-break-guesstimate-keystroke-threshold):
8358 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8359 * version.el (emacs-version):
8360 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8361 * winner.el (winner-mode):
8362 * calendar/timeclock.el (timeclock-in, timeclock-out)
8363 (timeclock-status-string, timeclock-change)
8364 (timeclock-workday-remaining-string)
8365 (timeclock-workday-elapsed-string)
8366 (timeclock-when-to-leave-string):
8367 * calendar/todo-mode.el (todo-add-category):
8368 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8369 * emacs-lisp/autoload.el (update-file-autoloads):
8370 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8371 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8372 (checkdoc-message-text, checkdoc-defun):
8373 * emacs-lisp/debug.el (debugger-list-functions):
8374 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8375 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8376 (eieio-describe-generic):
8377 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8378 * emacs-lisp/shadow.el (list-load-path-shadows):
8379 * emulation/cua-base.el (cua-mode):
8380 * emulation/edt.el (edt-set-scroll-margins):
8381 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8382 (tpu-toggle-regexp, tpu-toggle-search-direction)
8383 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8384 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8385 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8386 (viper-set-parsing-style-toggling-macro)
8387 (viper-set-emacs-state-searchstyle-macros):
8388 * emulation/viper.el (viper-set-hooks):
8389 * eshell/esh-mode.el (eshell-truncate-buffer):
8390 * international/mule-cmds.el (prefer-coding-system)
8391 (describe-input-method, describe-language-environment):
8392 * international/mule-diag.el (list-character-sets)
8393 (describe-character-set, describe-coding-system)
8394 (describe-fontset, list-fontsets, list-input-methods):
8395 * mail/sendmail.el (mail-signature):
8396 * net/ange-ftp.el (ange-ftp-copy-file):
8397 * net/browse-url.el (browse-url):
8398 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8399 * net/quickurl.el (quickurl-add-url):
8400 * net/rcirc.el (names, topic):
8401 * net/xesam.el (xesam-mode):
8402 * play/5x5.el (5x5-new-game):
8403 * play/yow.el (apropos-zippy):
8404 * progmodes/ada-mode.el (ada-mode-version):
8405 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8406 (f90-end-of-block)
8407 (f90-beginning-of-block):
8408 * progmodes/fortran.el (fortran-end-of-block)
8409 (fortran-beginning-of-block):
8410 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8411 * progmodes/python.el (python-describe-symbol, python-shell):
8412 * term/ns-win.el (ns-print-buffer):
8413 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8414 * textmodes/flyspell.el (flyspell-mode-on):
8415 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8416 (pages-directory-for-addresses):
8417 * textmodes/table.el (table-recognize-cell)
8418 (table-query-dimension, table-generate-source)
8419 (table-insert-sequence, table--warn-incompatibility):
8420 * textmodes/tex-mode.el (tex-validate-buffer):
8421 * textmodes/texinfmt.el (texinfmt-version)
8422 (texinfo-format-buffer):
8423 Use `called-interactively-p' instead of `interactive-p'.
8424
12a3c28c
JB
84252009-10-02 Juanma Barranquero <lekktu@gmail.com>
8426
8427 * image-mode.el (image-toggle-display):
8428 * emacs-lisp/elp.el (elp-instrument-function):
8429 * emacs-lisp/advice.el (ad-make-advised-definition):
8430 * emacs-lisp/easy-mmode.el (define-minor-mode):
8431 * net/browse-url.el (browse-url-maybe-new-window):
8432 * progmodes/sh-script.el (sh-learn-buffer-indent):
8433 Pass new argument 'any to `called-interactively-p'.
8434
171fda8a
JB
84352009-10-01 Juanma Barranquero <lekktu@gmail.com>
8436
171fda8a
JB
8437 * international/uni-bidi.el:
8438 * international/uni-category.el:
8439 * international/uni-combining.el:
8440 * international/uni-comment.el:
8441 * international/uni-decimal.el:
9c3c9fdf 8442 * international/uni-decomposition.el:
171fda8a
JB
8443 * international/uni-digit.el:
8444 * international/uni-lowercase.el:
8445 * international/uni-mirrored.el:
8446 * international/uni-name.el:
8447 * international/uni-numeric.el:
8448 * international/uni-old-name.el:
8449 * international/uni-titlecase.el:
8450 * international/uni-uppercase.el:
8451 Regenerate from Unicode 5.2.0 data.
8452
dcb9734a
GM
84532009-10-01 Glenn Morris <rgm@gnu.org>
8454
8455 * Makefile.in (ELCFILES): Regenerate.
8456
ced10a4c
SM
84572009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8458
9d28c33e
SM
8459 * subr.el (interactive-p): Mark obsolete.
8460 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8461 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8462 advertised-signature-table for subroutines as well.
8463
ced10a4c
SM
8464 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8465 (set-advertised-calling-convention): New function.
8466 (make-obsolete, define-obsolete-function-alias)
8467 (make-obsolete-variable, define-obsolete-variable-alias):
8468 Make the optional-ness of `when' obsolete.
8469 (define-obsolete-face-alias): Make `when' non-optional.
8470 * help-fns.el (help-function-arglist):
8471 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8472 Use advertised-signature-table.
8473
cc3dda16
MA
84742009-10-01 Michael Albinus <michael.albinus@gmx.de>
8475
8476 * files.el (delete-directory): New defun. The original function
8477 in fileio.c has been renamed to `delete-directory-internal'.
8478
8479 * dired.el (dired-delete-file): Call `delete-directory' with
8480 RECURSIVE parameter.
8481
5ce6e4f4 8482 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
8483 parameter RECURSIVE. Implementation is missing.
8484
8485 * net/tramp.el (tramp-handle-make-directory): Flush upper
8486 directory's file properties.
ced10a4c 8487 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
8488 (tramp-handle-dired-recursive-delete-directory): Flush directory
8489 properties after the remove command only.
8490
ced10a4c
SM
8491 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8492 Handle optional parameter RECURSIVE.
cc3dda16 8493
ced10a4c
SM
8494 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8495 Handle optional parameter RECURSIVE.
cc3dda16
MA
8496
8497 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8498 connection timeout.
8499 (tramp-smb-handle-delete-directory): Handle optional parameter
8500 RECURSIVE.
8501
cf885595
SM
85022009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8503
e3a6b82f
SM
8504 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8505 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8506 (byte-compile-defmacro): Use backquotes.
8507
7201bfbb
SM
8508 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8509
cf885595
SM
8510 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8511 has no associated file.
8512 (vc-resynch-buffer): Use vc-dir-buffers.
8513
a4d2c321
GM
85142009-10-01 Glenn Morris <rgm@gnu.org>
8515
9ffe3f52
GM
8516 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8517 (chart-file-count):
8518 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8519 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8520 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8521 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8522 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8523 (eieio-copy-parents-into-subclass, make-instance, class-children)
8524 (eieio-generic-form):
bd2afec2 8525
9515cdcc
GM
8526 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8527 match-data. (Bug#4555).
8528
a4d2c321
GM
8529 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8530 rather than parsing it as a regexp. This relaxes the layout
8531 requirements and makes errors easier to detect.
8532 (check-declare-verify): Check file is regular.
8533 (check-declare-directory): Doc fix.
8534 * subr.el (declare-function): Doc fix.
8535
b15c31c7
GM
8536 * ibuffer.el (ibuffer-format-qualifier):
8537 * isearch.el (hi-lock-regexp-okay):
8538 * calc/calc.el (math-zerop):
8539 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8540 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8541 Remove unused declarations.
8542
1fc28a2c
GM
85432009-09-30 Glenn Morris <rgm@gnu.org>
8544
1fc28a2c
GM
8545 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8546
494f4fc7
GM
8547 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8548 filename is not a string.
8549
561580e9
CY
85502009-09-29 Chong Yidong <cyd@stupidchicken.com>
8551
8552 * files.el (safe-local-eval-forms): Fix typo.
8553
dcbbecd4
SM
85542009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * vc-hooks.el (vc-dir-buffers): New var.
8557 (vc-state-refresh): New function.
8558 (vc-state): Use it.
8559 (vc-after-save): Always ask the backend to recompute the new state.
8560 Always call vc-dir if necessary, using vc-dir-buffers.
8561 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8562 Use vc-dir-buffers.
8563 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8564 (vc-dir-prepare-status-buffer, vc-dir-update)
8565 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8566 Don't call expand-file-name on default-directory.
8567
d88444f2
JB
85682009-09-29 Juanma Barranquero <lekktu@gmail.com>
8569
8570 * speedbar.el (speedbar-item-delete):
8571 * calc/calc-prog.el (calc-kbd-if):
8572 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8573
8574 * epa.el (epa-key-list-mode-map):
8575 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8576
8577 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8578 (hs-show-hook): Fix typo in docstring.
8579
5da62d41
GM
85802009-09-29 Glenn Morris <rgm@gnu.org>
8581
8360fce0
GM
8582 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8583 file-name-nondirectory call preventing location of cedet files.
8584 (check-declare-verify): Use literal search rather than re-search.
ae715515 8585 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
8586
8587 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8588 Use tramp-compat-file-attributes rather than nonexistent
8589 tramp-compat-handle-file-attributes.
8590
5da62d41
GM
8591 * Makefile.in (lisptagsfiles4): New.
8592 (AUTOGENEL): Add cedet loaddefs files.
8593 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8594 (update-elclist, compile-always, backup-compiled-files)
8595 (bootstrap-clean): Add yet another directory level.
8596 (update-elclist): Use LC_COLLATE rather than COLLATE.
8597 (ELCFILES): Update, via `make update-elclist'.
8598
48267264
JB
85992009-09-29 Juanma Barranquero <lekktu@gmail.com>
8600
8601 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8602 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8603 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8604
2c4cd0b0
AS
86052009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8606
8607 * Makefile.in (lisptagsfiles3): Define.
5da62d41 8608 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
8609 (update-elclist): Add third directory level to look for elc files.
8610 (compile-always): Likewise.
8611 (backup-compiled-files): Likewise.
8612 (bootstrap-clean): Likewise.
8613 (ELCFILES): Update.
8614
a2533e47
CY
86152009-09-28 Chong Yidong <cyd@stupidchicken.com>
8616
8617 * Makefile.in (ELCFILES): Add CEDET files.
8618
eefbedb1
MA
86192009-09-28 Michael Albinus <michael.albinus@gmx.de>
8620
8621 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8622
8623 * net/tramp.el (top): Require tramp-imap.
8624
8625 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8626 Use `tramp-compat-handle-file-attributes'.
8627
86282009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8629
8630 * net/tramp-imap.el: New package.
8631
748e3d67
VJL
86322009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8633
8634 * whitespace.el (whitespace-trailing-regexp)
8635 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8636 Fix doc string.
8637
15120dec
CY
86382009-09-27 Chong Yidong <cyd@stupidchicken.com>
8639
8640 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8641 menu.
8642
8643 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8644 menu-bar-ediff-menu.
8645
8646 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8647 define-overloadable-function.
8648
8649 * progmodes/autoconf.el: Provide autoconf as well, so that this
8650 file can be `require'd.
8651
8652 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8653
8654 * emacs-lisp/autoload.el (generated-autoload-feature)
8655 (generated-autoload-load-name): New vars.
8656 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8657 (make-autoload): Recognize define-overloadable-function and
8658 defclass forms (for EIEIO).
8659
8660 * Makefile.in (update-subdirs): Exclude cedet directory.
8661
135abf91
AR
86622009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8663
1becddbb 8664 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
8665
8666 * faces.el: Default light-background background for region face to
8667 ns_selection_color under NS.
8668
3d994264
TZ
86692009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8670
8671 * net/imap-hash.el: New library, see NEWS.
8672
8673 * Makefile.in (ELCFILES): Add imap-hash.el.
8674
ce9a0ccb
SM
86752009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8678 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8679 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8680 definition where the docstring could be taken for the return value.
8681
a92cdd49
GM
86822009-09-26 Glenn Morris <rgm@gnu.org>
8683
8684 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8685 Add option to only show images below a certain size.
8686 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8687 save-excursion calls.
8688
416ac2f1
EZ
86892009-09-26 Eli Zaretskii <eliz@gnu.org>
8690
8691 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8692 subdirectories) and eieio.
8693
d9a13f68
AM
86942009-09-26 Alan Mackenzie <acm@muc.de>
8695
33aeea0e
SM
8696 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8697 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
8698
8699 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 8700 character constants (as case labels). (Bug#4289)
d9a13f68 8701
182b3bec
CY
87022009-09-25 Juri Linkov <juri@jurta.org>
8703
8704 * files.el (safe-local-eval-forms): Allow time-stamp in
8705 before-save-hook (Bug#4554).
8706
8f75f2da
JB
87072009-09-25 Drew Adams <drew.adams@oracle.com>
8708
8709 * menu-bar.el (list-buffers-directory): Doc fix.
8710
8390fb80
SM
87112009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8714 Try and avoid copying twice the same paragraph.
8715 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8716 Remove save-excursion.
8717 (log-edit-changelog-entry): Do it here instead.
8718
11ee8d90
JB
87192009-09-25 Juanma Barranquero <lekktu@gmail.com>
8720
027b1942
JB
8721 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8722 when available, instead of hardcoding mode names. Doc fix.
8723
11ee8d90
JB
8724 * menu-bar.el (list-buffers-directory): Add docstring.
8725 Make automatically buffer-local.
8726
8727 * dired.el (dired-mode):
8728 * files.el (cd-absolute):
8729 * pcvs.el (cvs-temp-buffer):
8730 * pcvs-util.el (cvs-get-buffer-create):
8731 * shell.el (shell-mode):
8732 * vc-dir.el (vc-dir-mode):
8733 Don't make `list-buffers-directory' buffer local.
8734
21289c5d
CY
87352009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8736
8390fb80
SM
8737 * comint.el (comint-exec, comint-run, make-comint):
8738 Doc fixes (Bug#4542).
21289c5d 8739
e8652dd9
GM
87402009-09-25 Glenn Morris <rgm@gnu.org>
8741
8742 * mail/rmailmm.el (rmail-mime): New custom group.
8743 Move all defcustoms in this file into this group.
8744 (rmail-mime-media-type-handlers-alist): Revert previous change.
8745 (rmail-mime-show-images): New option.
8746 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8747 references to it, since it wasn't actually used for anything.
8748 (rmail-mime-insert-image): New function.
8749 (rmail-mime-image): Use rmail-mime-insert-image.
8750 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
8751 obey the value of `rmail-mime-show-images' option. Print the size of
8752 attachments.
e8652dd9 8753
fb652bb5
JB
87542009-09-25 David Engster <deng@randomsample.de>
8755
8756 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8757
32a9841c
VJL
87582009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8759
8760 * whitespace.el: Does not highlight trailing spaces While point is
8761 at end of line. Does not highligt spaces at beginning of buffer
8762 while point is at beginning of buffer. Does not highlight spaces
8763 at end of buffer while point is at end of buffer. (Bug#4177)
8764 New version 12.0.
8765 (whitespace-display-mappings): Adjust initialization.
8766 (whitespace-point, whitespace-font-lock-refontify): New vars.
8767 (whitespace-color-on, whitespace-color-off): Adjust code.
8768 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8769 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8770 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8771
e477ca84
CY
87722009-09-24 Chong Yidong <cyd@stupidchicken.com>
8773
8774 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8775
8776 * textmodes/sgml-mode.el: Remove xml-mode alias.
8777
8778 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 8779 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 8780
68712602
AM
87812009-09-24 Alan Mackenzie <acm@muc.de>
8782
8783 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8784 c-forward-conditionals, but it doesn't move point and doesn't set
8785 the mark.
8786 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8787 (c-down-conditional-with-else, c-backward-conditional)
8788 (c-forward-conditional): Refactor to use c-scan-conditionals.
8789
1659ada0
JB
87902009-09-24 Juanma Barranquero <lekktu@gmail.com>
8791
8792 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8793 (help-default-arg-highlight): Remove.
8794 (help-highlight-arg): New function.
8795 (help-do-arg-highlight): Use it.
8796 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8797
b3f01e46
SM
87982009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8801 Undo last change, which didn't fix the problem and introduced others.
8802
107ef54a
NR
88032009-09-24 Nick Roberts <nickrob@snap.net.nz>
8804
8805 * progmodes/gdb-mi.el: Don't require speedbar.
8806 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8807
ffa1fed6
GM
88082009-09-24 Glenn Morris <rgm@gnu.org>
8809
2157a2be
GM
8810 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8811
6125167c
GM
8812 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8813
ffa1fed6
GM
8814 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8815 there is no newline after the final mime boundary. (Bug#4539)
8816 Move markers on insertion so that any buttons inserted don't end up in
8817 the next part of a multipart message.
2e9075d3
GM
8818 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8819 (rmail-mime-bulk-handler): Optionally handle images.
8820 (rmail-mime-image): New button action.
8821 (rmail-mime-image-handler): New function.
8822 (rmail-mime-mode): New mode.
8823 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 8824
4a814992
SM
88252009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8826
075518b5
SM
8827 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8828 than just dropping elements from it (bug#4504).
8829
8ad2defc
SM
8830 * term.el (term-set-scroll-region): Don't move cursor any more.
8831 (term-handle-ansi-escape): Call term-goto here instead.
8832 Suggested by Ivan Kanis <apple@kanis.eu>.
8833
4a814992
SM
8834 * term.el: Require CL.
8835 (term-ansi-reset): New function.
8836 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8837 (term-handle-colors-array): Simplify.
8838
5a0c3f56
JB
88392009-09-24 Juanma Barranquero <lekktu@gmail.com>
8840
8841 * allout.el (allout-overlay-interior-modification-handler)
8842 (allout-obtain-passphrase):
8843 * epa-file.el (epa-file-write-region):
8844 * ps-print.el (ps-begin-job):
8845 * vc-hooks.el (vc-toggle-read-only):
8846 * vc-rcs.el (vc-rcs-rollback):
8847 * vc-sccs.el (vc-sccs-rollback):
8848 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8849 (vc-version-diff, vc-revert, vc-rollback):
8850 * wdired.el (wdired-check-kill-buffer):
8851 * emacs-lisp/authors.el (authors):
8852 * net/socks.el (socks-open-connection):
8853 * net/zeroconf.el (zeroconf-service-add-hook):
8854 * obsolete/vc-mcvs.el (vc-mcvs-register):
8855 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8856 (gdb-select-frame):
8857 * progmodes/grep.el (lgrep, rgrep):
8858 * progmodes/idlw-help.el (idlwave-help-check-locations)
8859 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8860 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8861 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8862 (reftex-toc-rename-label): Fix typos in error messages.
8863
8864 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8865 (dired-copy-how-to-fn): Doc fix.
8866 (dired-files-attributes, dired-read-shell-command):
8867 Fix typos in docstrings.
8868
8869 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8870 (dired-x-find-file-other-window): Reflow docstrings.
8871 (dired-omit-marker-char, dired-read-shell-command)
8872 (dired-x-submit-report): Fix typos in docstrings.
8873
8874 * shell.el (shell-mode-hook):
8875 * view.el (View-scroll-line-forward):
8876 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8877 Fix typos in docstrings.
8878
8879 * net/dig.el (dig-invoke): Fix typo in docstring.
8880 (query-dig): Reflow docstring.
8881
8882 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8883 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8884 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8885 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8886 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8887 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8888 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8889 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8890 (idlwave-completion-map, idlwave-current-indent)
8891 (idlwave-custom-ampersand-surround, idlwave-customize)
8892 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8893 (idlwave-define-abbrev, idlwave-determine-class-special)
8894 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8895 (idlwave-end-block-reg, idlwave-end-of-statement)
8896 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8897 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8898 (idlwave-explicit-class-listed, idlwave-file-header)
8899 (idlwave-fill-paragraph, idlwave-find-class-definition)
8900 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8901 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8902 (idlwave-in-quote, idlwave-indent-action-table)
8903 (idlwave-indent-expand-table, idlwave-indent-line)
8904 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8905 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8906 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8907 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8908 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8909 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8910 (idlwave-outlawed-buffers, idlwave-popup-select)
8911 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8912 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8913 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8914 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8915 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8916 (idlwave-statement-type, idlwave-struct-skip)
8917 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8918 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8919 (idlwave-what-module-find-class): Fix typos in docstrings.
8920 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8921 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8922 (idlwave-find-module, idlwave-find-structure-definition)
8923 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8924 (idlwave-list-load-path-shadows, idlwave-next-statement)
8925 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8926 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8927 (idlwave-template): Reflow docstrings.
8928
8929 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8930 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8931 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8932 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8933 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8934 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8935 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8936 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8937 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8938 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8939 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8940 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8941 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8942 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8943 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8944 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8945 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8946 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8947 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8948 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8949 Fix typos in docstrings.
8950 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8951 (idlwave-shell-hide-output, idlwave-shell-mode)
8952 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8953 Reflow docstrings.
8954
8955 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8956
62136c5d
SM
89572009-09-24 Ivan Kanis <apple@kanis.eu>
8958
8959 * term.el (term-bold-attribute): New var.
8960 (term-handle-colors-array): Use it.
8961
9c1a45ed
NR
89622009-09-23 Nick Roberts <nickrob@snap.net.nz>
8963
8964 * progmodes/gdb-mi.el (gdb-version): New variable.
8965 (gdb-non-stop-handler): Set gdb-version.
8966 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8967 Condition "--thread" option on gdb-version.
8968 (gdb-invalidate-threads): Remove unused argument.
8969
03304f31
SM
89702009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8973 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8974
4f02f0c9
GM
89752009-09-23 Glenn Morris <rgm@gnu.org>
8976
8977 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8978 replying to mail without References or Message-Id. (Bug#4525)
8979
a3b4b363
AR
89802009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8981
8982 * term/ns-win.el (ns-reg-to-script): New variable.
8983
7bda18cc
DU
89842009-09-23 Daiki Ueno <ueno@unixuser.org>
8985
8986 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8987
72169e55
SS
89882009-09-22 Sam Steingold <sds@gnu.org>
8989
8990 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8991 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8992 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8993 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8994
905b7d38
SM
89952009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8996
b0459dec
SM
8997 * textmodes/fill.el: Convert to utf-8 encoding.
8998 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8999 pre-unicode days.
9000
905b7d38
SM
9001 * add-log.el (change-log-fill-forward-paragraph): New function.
9002 (change-log-mode): Use it so fill-region DTRT.
9003 Set fill-indent-according-to-mode here rather than in
9004 change-log-fill-paragraph.
9005 (change-log-fill-paragraph): Remove.
9006
baa7f3de
JB
90072009-09-22 Juanma Barranquero <lekktu@gmail.com>
9008
9009 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9010 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9011
a8d789f0
GM
90122009-09-22 Glenn Morris <rgm@gnu.org>
9013
daedbbc2
GM
9014 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9015 the scroll-bar scroll the calendar window rather than the buffer.
9016
d8899a74
GM
9017 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9018 commands that move point (as opposed to scrolling).
9019
a8d789f0
GM
9020 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9021
9022 * emacs-lisp/elint.el (elint): New custom group.
9023 (elint-log-buffer): Make it a defcustom.
9024 (elint-scan-preloaded, elint-ignored-warnings)
9025 (elint-directory-skip-re): New options.
9026 (elint-builtin-variables): Doc fix.
9027 (elint-preloaded-env): New variable.
9028 (elint-unknown-builtin-args): Add an entry for encode-time.
9029 (elint-extra-errors): Make it a variable rather than a constant.
9030 (elint-preloaded-skip-re): New constant.
9031 (elint-directory): Skip files matching elint-directory-skip-re.
9032 (elint-features): New variable, local to linted buffers.
9033 (elint-update-env): Initialize elint-features. Possibly add
9034 elint-preloaded-env to the buffer's environment.
9035 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9036 Skip quoted forms.
9037 (elint-init-form): New function, extracted from elint-init-env.
9038 Make non-list forms a warning rather than an error.
9039 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9040 easy-menu-define, put that adds an error-condition, and provide.
9041 When requiring cl, also require cl-macs. Really require cl, to handle
9042 some cl macros. Store required libraries in the list elint-features,
9043 so as not to re-load them. Treat cc-require like require.
9044 (elint-init-env): Call elint-init-form to do the work.
9045 Handle eval-and-compile and such like.
9046 (elint-add-required-env): Do not clear messages.
9047 (elint-special-forms): Add handlers for function, defalias, if, when,
9048 unless, and, or.
9049 (elint-form): Add optional argument to ignore elint-special-forms,
9050 useful to prevent recursive calls from handlers. Doc fix.
9051 Respect elint-ignored-warnings.
9052 (elint-form): Respect elint-ignored-warnings.
9053 (elint-bound-variable, elint-bound-function): New variables.
9054 (elint-unbound-variable): Respect elint-bound-variable.
9055 (elint-get-args): Respect elint-bound-function.
9056 (elint-check-cond-form): Add some simple handling for (f)boundp and
9057 featurep tests.
9058 (elint-check-defalias-form): New handler.
9059 (elint-check-let-form): Make an empty let a warning rather than an
9060 error.
9061 (elint-check-setq-form): Make an empty setq a warning rather than an
9062 error. Respect elint-ignored-warnings.
9063 (elint-check-defvar-form): Accept null doc-strings.
9064 (elint-check-conditional-form): New handler. Does some simple-minded
9065 checking of featurep and (f)boundp tests.
9066 (elint-put-function-args): New function.
9067 (elint-initialize): Use elint-scan-doc-file rather than
9068 elint-find-builtin-variables. Use elint-put-function-args.
9069 Possibly scan preloaded-file-list.
9070 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9071 extend to handle functions as well.
9072
245be23c
JB
90732009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9074
9075 * linum.el (linum-delete-overlays, linum-update-window):
9076 Do not modify the right margin. (Bug#3971)
9077
91fdbd6f
CY
90782009-09-21 Chong Yidong <cyd@stupidchicken.com>
9079
33aeea0e
SM
9080 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9081 Use nxml-mode instead of xml-mode.
91fdbd6f 9082
7589d38e
JB
90832009-09-21 Kevin Ryde <user42@zip.com.au>
9084
9085 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9086
5ac42715
SM
90872009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * net/dig.el (dig-mode): Use define-derived-mode.
9090
09c01323
DN
90912009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9092
4096c5f2
DN
9093 * vc-dispatcher.el (vc-do-command): Return the process object in
9094 the asynchronous case. Use when instead of if. Do not run
5480359e 9095 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 9096
0e172cc2
DN
9097 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9098 properties to the stash strings.
9099 (vc-git-stash-list): Return a list of strings.
9100 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9101 (vc-git-stash-show-at-point): New functions.
9102 (vc-git-stash-map): New keymap.
9103
03304f31
SM
9104 * register.el (ctl-x-r-map): Define the keys here instead of
9105 using autoload.
09c01323 9106
03304f31 91072009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
9108
9109 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9110 list, to workaround performance problem (bug#4485).
9111
2f5fc4d7
NR
91122009-09-20 Nick Roberts <nickrob@snap.net.nz>
9113
9114 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9115
b0f5fd2e
DU
91162009-09-20 Daiki Ueno <ueno@unixuser.org>
9117
9118 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9119 Document that this option is not recommended to use.
9120
f3445fab
GM
91212009-09-19 Glenn Morris <rgm@gnu.org>
9122
547c6921
GM
9123 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9124 variable `var'.
9125
f3445fab
GM
9126 * calc/calc-alg.el (var):
9127 * calc/calcalg2.el (var): Define for compiler.
9128
946c009b
CY
91292009-09-19 Chong Yidong <cyd@stupidchicken.com>
9130
e3f36d03
SM
9131 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9132 Doc fix (Bug#3932).
e2045997 9133
24aedbca
CY
9134 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9135
327dd27a
CY
9136 * time-stamp.el (time-stamp-month-dd-yyyy)
9137 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9138 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9139 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
9140 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9141 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 9142
946c009b
CY
9143 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9144 indent buffer only if called interactively (Bug#4452).
9145
3e70541a
JB
91462009-09-19 Juanma Barranquero <lekktu@gmail.com>
9147 Eli Zaretskii <eliz@gnu.org>
9148
9149 This fixes bug#4197 (merged to bug#865, though not identical).
9150 * server.el (server-auth-dir): Add docstring note about FAT32.
9151 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9152 but warn against using them.
9153
9b94c32e
NR
91542009-09-19 Nick Roberts <nickrob@snap.net.nz>
9155
9156 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9157 older GDB where there is no has_more field.
9158
66590684
GM
91592009-09-19 Glenn Morris <rgm@gnu.org>
9160
9161 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9162
9a1337f9
CY
91632009-09-18 Chong Yidong <cyd@stupidchicken.com>
9164
9165 * files.el (auto-mode-alist): Change default for XML files to nXML
9166 mode (Bug#4169).
9167
d7554167
JB
91682009-09-18 Juanma Barranquero <lekktu@gmail.com>
9169
9170 * server.el (server-ensure-safe-dir): Pass 'integer
9171 to `file-attributes', as suggested.
9172
35a3f9a4
SM
91732009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9176 (dired-query): Use read-key.
9177
044f9b05
AR
91782009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9179
9180 * cus-start.el (ns-use-qd-smoothing): Remove.
9181
6188ea49
GM
91822009-09-18 Glenn Morris <rgm@gnu.org>
9183
08cf18e4
GM
9184 * allout.el (top-level): Remove unnecessary progn.
9185
07eae5c5
GM
9186 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9187
6726c25e
GM
9188 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9189 definition of abbrev table.
9190
3f527154 9191 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
9192 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9193 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
9194 * net/newst-backend.el (newsticker--cache-read-feed):
9195 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
9196 condition-case handlers.
9197
ccb4c30c
NR
91982009-09-18 Nick Roberts <nickrob@snap.net.nz>
9199
9200 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9201 (gdb-var-list): Add an element for has_more field.
9202 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9203 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9204 (gdb-var-update-handler-1): Parse output of dynamic variable
9205 objects (STL containers).
9206 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9207 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9208
9209 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9210 gdb-var-list.
9211 (gud-speedbar-buttons): Make node expandable if expression "has more"
9212 children.
9213
8686ac71
JB
92142009-09-17 Juanma Barranquero <lekktu@gmail.com>
9215
9216 * startup.el (emacs-quick-startup): Remove variable and all uses.
9217 (command-line): Set `inhibit-x-resources' instead.
9218 (command-line-1): Use `inhibit-x-resources' instead.
9219
a69c67e8
CY
92202009-09-17 Chong Yidong <cyd@stupidchicken.com>
9221
9222 * subr.el: Fix last change to avoid using the `unless' macro,
9223 which breaks bootstrapping.
9224
354f0faf
SM
92252009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9228 extended definitions, in case we reload subr.el after having
9229 loaded CL.
9230 (eval-next-after-load): Mark as obsolete.
9231
98b9bf40
JL
92322009-09-17 Juri Linkov <juri@jurta.org>
9233
9234 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9235 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9236 (menu-bar-showhide-menu, menu-bar-tools-menu)
9237 (menu-bar-describe-menu, menu-bar-help-menu)
9238 (minibuffer-local-completion-map, minibuffer-local-map):
9239 Fix list quoting.
9240
28fab7b5
GM
92412009-09-17 Glenn Morris <rgm@gnu.org>
9242
88d5190c
GM
9243 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9244 arguments, whether or not it has a handler.
9245
74f24ba7
GM
9246 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9247
28fab7b5
GM
9248 * simple.el (hard-newline): Give it a doc-string.
9249
a8106aec
GM
9250 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9251 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 9252
76251ad7
DN
92532009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9254
72033dbe
DN
9255 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9256 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9257 (menu-bar-options-menu, menu-bar-showhide-menu)
9258 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9259 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9260 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9261 (menu-bar-options-menu, menu-bar-tools-menu)
9262 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9263 (menu-bar-help-menu):
9264 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9265 string arguments.
9266
76251ad7
DN
9267 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9268 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9269 calls for the menu names and :help.
9270
97b952b7
SM
92712009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9274 to :minor-mode-function (bug#4455).
9275
8f38189e
SM
92762009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9277
d2fd733e
SM
9278 * startup.el (command-line): Initialize the window-system after
9279 processing the command-line.
9280
8f38189e
SM
9281 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9282 page-delimiter matches the empty string.
9283
77564fa4
GM
92842009-09-16 Glenn Morris <rgm@gnu.org>
9285
9286 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9287 byte-compile-not-obsolete-var. It's a list now.
9288 (byte-compile-not-obsolete-funcs): New variable.
9289 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9290 byte-compile-not-obsolete-funcs.
9291 (byte-compile-variable-ref, byte-compile-defvar): Update for
9292 byte-compile-not-obsolete-vars name-change and list nature.
9293 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9294 and variables behind (f)boundp tests.
9295 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9296
79d316d3
DN
92972009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9298
9299 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9300
8fed6934
SM
93012009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9304 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9305 Don't autoload.
9306
4078fd57
SE
93072009-09-15 Stephen Eglen <stephen@gnu.org>
9308
9309 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 9310 the virtual-buffers, use the name of the buffer specified by
4078fd57 9311 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 9312 problem if the target and the symlink had different names.)
4078fd57 9313
838ff458
SM
93142009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9315
b3c7c12d
SM
9316 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9317
13dc2bc2
SM
9318 * desktop.el (desktop-path): Check user-emacs-directory.
9319
49fec531
SM
9320 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9321
0e328d37
SM
9322 * loadup.el: Use after-load-functions to GC after loading each file.
9323 Remove the explicit GC calls that used to be sprinkled around.
9324
838ff458
SM
9325 * subr.el (after-load-functions): New hook.
9326 (do-after-load-evaluation): Run it. Use string-match-p to detect
9327 `obsolete' packages, rather than painfully extracting the relevant
9328 directory name.
9329
a62f564f
GM
93302009-09-15 Glenn Morris <rgm@gnu.org>
9331
9332 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9333 free variable `doc'.
9334
9335 * dired.el (dired-mode-map): Add menu entry for async shell command.
9336
9337 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9338 variables, also consider the .elc files, since the .el files are
9339 normally gzipped (subsequent code locates the .el.gz from the .elc).
9340
9341 * calc/calc-prog.el (arglist): Define for compiler.
9342
9343 * calendar/diary-lib.el (diary-display-function): Change the default to
9344 fancy display.
9345 (body): Define for compiler.
9346
9347 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9348 (byte-compile-file-form, byte-compile-lambda)
9349 (byte-compile-top-level-body, byte-compile-form)
9350 (byte-compile-variable-ref, byte-compile-setq)
9351 (byte-compile-setq-default, byte-compile-body)
9352 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9353 (batch-byte-compile): Give some more local variables with common names
9354 a "bytecomp-" prefix to avoid masking warnings about free variables.
9355
cd05fe7f
GM
9356 * startup.el (command-line-1): Give local variables with common names a
9357 distinguishing prefix, so as not to hide free variable warnings during
9358 bootstrap.
9359
a62f564f
GM
9360 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9361 clever and add a suffix to make a unique name, just let the user decide
9362 whether or not to overwrite it. If the input is a directory, write the
9363 default filename to that directory. (Bug#4388)
9364 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9365 is a filename-as-a-directory.
9366
fbc88440
SM
93672009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * textmodes/page.el (what-page): Don't move to beginning of line.
9370 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9371
60308853
DN
93722009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9373
9374 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9375
32ba3abc
DN
93762009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9377
9cd39aff
DN
9378 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9379 * help.el (help-for-help-internal): Add purecopy calls for text.
9380
32ba3abc
DN
9381 * vc.el (top): print-log method now takes an optional SHORTLOG
9382 argument. Add a new method: root.
32ba3abc
DN
9383 (vc-root-diff, vc-print-root-log): New functions.
9384 (vc-log-short-style): New variable.
9385 (vc-print-log-internal): Add support for showing short logs.
9386
9387 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9388 vc-print-root-log and vc-print-root-diff.
9389
9390 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9391 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9392 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9393 short logs.
9394
9395 * vc-cvs.el (vc-cvs-print-log):
9396 * vc-mtn.el (vc-mtn-print-log):
9397 * vc-rcs.el (vc-rcs-print-log):
9398 * vc-sccs.el (vc-sccs-print-log):
9399 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9400 that is ignored for now.
9401
837b0e99
DN
9402 * vc-mtn.el (vc-mtn-annotate-command):
9403 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9404
31cd2dd4
SM
94052009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9406
9407 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9408 to function-key-map, and give them ascii-character property.
9409 * term/x-win.el (x-alternatives-map):
9410 * term/ns-win.el (ns-alternatives-map):
9411 * term/internal.el (msdos-key-remapping-map):
9412 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9413
d62e5bf2
GM
94142009-09-14 Glenn Morris <rgm@gnu.org>
9415
9416 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9417 temp-buffers (2009-09-12).
9418
7d0105e5
SM
94192009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9421 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9422 the new read-key function.
9423
e17ed9ad
CY
94242009-09-13 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9427 is defined (Bug#4405).
9428
1fc26e29
CY
94292009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9430
9431 * recentf.el (recentf-cleanup): Use a hash table to find
9432 duplicates (Bug#4407).
9433
61dc96a2 94342009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
9435
9436 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9437 kp-0 to ascii equivalents (Bug#4325).
9438
42c3a9e3
CY
94392009-09-13 Chong Yidong <cyd@stupidchicken.com>
9440
1f5c1626
CY
9441 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9442
42c3a9e3 9443 * eshell/em-hist.el:
31cd2dd4
SM
9444 * eshell/em-dirs.el (eshell-complete-user-reference):
9445 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
9446
94472009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9448
9449 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9450 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9451 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
9452 * eshell/em-hist.el (eshell-history-file-name):
9453 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 9454
1e2b6acf
GM
94552009-09-13 Glenn Morris <rgm@gnu.org>
9456
9457 * ediff-merg.el (ediff-do-merge):
9458 * filesets.el (filesets-run-cmd):
9459 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9460 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9461 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9462 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9463 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9464 Replace empty `let's with `progn'.
9465
adba8116
SM
94662009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * mail/sendmail.el (send-mail-function):
9469 * tooltip.el (tooltip-mode):
9470 * simple.el (transient-mark-mode):
9471 * rfn-eshadow.el (file-name-shadow-mode):
9472 * frame.el (blink-cursor-mode):
9473 * font-core.el (global-font-lock-mode):
9474 * files.el (temporary-file-directory)
9475 (small-temporary-file-directory, auto-save-file-name-transforms):
9476 * epa-hook.el (auto-encryption-mode):
9477 * composite.el (global-auto-composition-mode):
9478 Use custom-initialize-delay.
9479 * startup.el (command-line): Don't explicitly call
9480 custom-reevaluate-setting for all the above vars.
9481 * custom.el (custom-initialize-safe-set)
9482 (custom-initialize-safe-default): Delete.
9483
0a4afea9
SM
94842009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9f94990d
SM
9486 * term/x-win.el (x-initialize-window-system):
9487 * term/w32-win.el (w32-initialize-window-system):
9488 * term/ns-win.el (ns-initialize-window-system): Don't call
9489 mouse-wheel-mode since it's enabled globally by default already.
9490
0a4afea9
SM
9491 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9492 actually define the variable, but only silences the byte-compiler.
9493 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9494 before looking it up.
9495 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9496 is changed.
9497
bf01513f
GM
94982009-09-12 Glenn Morris <rgm@gnu.org>
9499
9500 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9501 1000.
9502 (elint-add-required-env): Don't beep on error.
9503 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
9504 (elint-init-env): Skip non-list forms.
9505 (elint-log): Handle unknown file positions.
bf01513f 9506
d85889e4
DU
95072009-09-12 Daiki Ueno <ueno@unixuser.org>
9508
9509 * epg.el (epg-make-context): Add autoload cookie.
9510 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9511 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9512 (epg-verify-string, epg-start-sign, epg-sign-file)
9513 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9514 (epg-encrypt-string, epg-start-export-keys)
9515 (epg-export-keys-to-file, epg-export-keys-to-string)
9516 (epg-start-import-keys, epg-import-keys-from-file)
9517 (epg-import-keys-from-string, epg-start-receive-keys)
9518 (epg-receive-keys, epg-import-keys-from-server)
9519 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9520 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
9521 (epg-generate-key-from-file, epg-generate-key-from-string):
9522 Remove autoload cookie.
d85889e4 9523
8f825ee6
EZ
95242009-09-12 Eli Zaretskii <eliz@gnu.org>
9525
36b434ee
EZ
9526 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9527 reevaluation of trash-directory.
9528
8f825ee6
EZ
9529 * mwheel.el: Fix last change.
9530 (mouse-wheel-mode): New defvar.
9531 (mouse-wheel-mode): Remove autoload cookie.
9532
5766c380
SM
95332009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9534
ab5c0fcd
SM
9535 * mwheel.el (mwheel-installed-bindings): New var.
9536 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9537 the bindings we set last time. Use custom-initialize-delay.
9538 * loadup.el: Load mwheel after term/*-win.el.
9539 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9540 and mouse-wheel-up-event now that their first evaluation is done
9541 sufficiently late to be correct.
9542
45448e64
SM
9543 * startup.el (tutorial-directory): Make it a defcustom.
9544 Use custom-initialize-delay rather than eval-at-startup to set it.
9545 * image.el (image-load-path): Make it a defcustom.
9546 Use custom-initialize-delay rather than eval-at-startup to set it.
9547 * subr.el (eval-at-startup): Remove.
9548 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9549
5766c380
SM
9550 * subr.el (do-after-load-evaluation): Warn the user after loading an
9551 obsolete package.
9552
d6549da4
GM
95532009-09-12 Glenn Morris <rgm@gnu.org>
9554
9555 * proced.el (proced-mark-alt): Remove alias.
9556 (proced-mode-map): Remove proced-mark-alt.
9557
9558 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9559 Elint file and directory. Remove initialization entry.
9560
9561 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9562 commands.
9563 (elint-current-buffer): Set mode-line-process.
9564 (elint-init-env): Handle define-derived-mode.
9565 Fix declare-function with unspecified arglist. Guard against odd
9566 defalias statements (eg iso-insert's 8859-1-map).
9567 (elint-add-required-env): Use a temp buffer.
9568 (elint-form): Just print the function/macro name, not the whole form.
9569 Return env unchanged if we fail to parse a macro.
9570 (elint-forms): Guard against parse errors.
9571 (elint-output): New function, to handle batch mode.
9572 (elint-log-message): Add optional argument. Use elint-output.
9573 (elint-set-mode-line): New function.
9574
30194d4d
CY
95752009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9576
9577 * emacs-lisp/elp.el (elp-not-profilable): Add more
9578 functions (Bug#4233).
9579
a035f9b0
CY
95802009-09-12 Chong Yidong <cyd@stupidchicken.com>
9581
9582 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9583 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9584
dad61164
NR
95852009-09-11 Nick Roberts <nickrob@snap.net.nz>
9586
9587 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9588 (gdb-var-list-children): Use json parsing.
9589
9c3c9fdf 95902009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
9591
9592 * progmodes/js.el (js--proper-indentation): Handle the case where
9593 char-before is null. Reported by Deniz Dogan.
9594
b4587710
JB
95952009-09-11 Juanma Barranquero <lekktu@gmail.com>
9596
9597 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9598
13890796
DU
95992009-09-11 Daiki Ueno <ueno@unixuser.org>
9600
9601 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9602 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 9603 (epg-context-set-passphrase-callback)
97d4bdba 9604 (epg-context-set-progress-callback): Add description about
b18508dd 9605 callback function.
13890796 9606
2efb64a8
SM
96072009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9608
790d0270
SM
9609 * custom.el (custom-delayed-init-variables): New var.
9610 (custom-initialize-delay): New function.
9611 * startup.el (command-line): "Re"evaluate all vars in
9612 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9613 explicitly any more.
9614 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9615 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9616
9617 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 9618
ac243a40
NR
96192009-09-11 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9622 (gdb-var-update-handler): Use json parsing.
9623
657bc6fc
JB
96242009-09-11 Juanma Barranquero <lekktu@gmail.com>
9625
9626 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9627 decode annotated text, regardless of language environment. (Bug#2741)
9628
b6fe8102
SM
96292009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * Makefile.in (autoloads): Make rmail.el writable as well.
9632
5cc443fe
GM
96332009-09-11 Glenn Morris <rgm@gnu.org>
9634
5515c54e
GM
9635 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9636 loaddefs.el.
9637 * dired.el: Regenerate with extracted autoloads.
9638 * Makefile.in (autoloads): Make dired.el writable.
9639
15067158
GM
9640 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9641 * ibuffer.el: Regenerate with extracted autoloads.
9642 * Makefile.in (autoloads): Make ibuffer.el writable.
9643
d35d0238
GM
9644 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9645 * version.el (emacs-copyright, emacs-major-version)
9646 (emacs-minor-version): Reformat doc-strings for make-docfile.
9647
5cc443fe
GM
9648 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9649 functions and variables, since they must be stuff specific to some other
9650 platform.
9651 (apropos-print): Make mouse-click message less specific about button.
9652
9653 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9654 that records where a macro was defined.
9655 * help-fns.el (describe-function-1): Mention if a function has a
9656 compiler-macro.
9657 * help-mode.el (help-function-cmacro): New button.
9658
9659 * locate.el (top-level): Always require dired.
9660 (locate-mode-map): Initialize inside the defvar.
9661
9662 * net/ange-ftp.el (dired-compress-file): Declare.
9663 (ange-ftp-dired-compress-file): Add doc string.
9664
9665 * term/ns-win.el (x-display-name, x-setup-function-keys):
9666 Unify doc-strings with X versions.
9667
8cb95edf
SM
96682009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9669
726a4d09
SM
9670 * emulation/crisp.el (crisp-mode-map): Move initialization
9671 into declaration.
9672 (crisp-mode): Use define-minor-mode.
9673
8cb95edf
SM
9674 * progmodes/xscheme.el (xscheme-evaluation-commands):
9675 Put a :advertised-binding property rather than using
9676 advertised-xscheme-send-previous-expression.
9677 (advertised-xscheme-send-previous-expression): Declare obsolete.
9678 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9679 `advertised-undo'.
9680 (crisp-mode): Add corresponding bindings to
9681 undo's :advertised-binding instead.
9682 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9683 than using dired-advertised-find-file.
9684 (dired-advertised-find-file):
9685 * simple.el (advertised-undo):
9686 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9687 (widget-keymap): Put a :advertised-binding property rather
9688 than using advertised-widget-backward.
9689 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9690 than using advertised-undo.
9691 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9692
07db5857
SS
96932009-09-10 Simon South <ssouth@slowcomputing.org>
9694
9695 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9696 Mark mode is enabled and region is active; otherwise indent or
9697 insert TAB as usual.
9698 (delphi-mode): Update description of TAB-key binding.
9699
50d4ba39
SM
97002009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * subr.el (define-key-rebound-commands): Mark obsolete.
9703 * startup.el (precompute-menubar-bindings): Remove.
9704 (normal-top-level): Remove obsolete code that tried to precompute
9705 menubar bindings.
9706 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9707 define-key-rebound-commands and precompute-menubar-bindings.
9708
ffa894db
KY
97092009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9710
9711 * net/imap.el (imap-interactive-login): Better messages.
9712 (imap-open): Fix bug with renamed buffer on reconnect.
9713 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9714 for easier debugging and cleaner code. On successful (guessed based on
9715 server capabilities) secondary authentication, set imap-state
9716 correctly.
9717 (imap-last-authenticator): Define imap-last-authenticator as a variable
9718 to avoid warnings.
9719
9477096c
GM
97202009-09-10 Glenn Morris <rgm@gnu.org>
9721
9722 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9723
9724 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9725 (byte-compile-file-form-autoload): Don't warn about unknown functions
9726 where the autoload statement comes after the use.
9727 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9728 that any handlers inside the body (eg require) are in turn respected.
9729
9730 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9731 effects.
9732
9733 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9734 and syntax and abbrev tables basic docs, if they don't have any.
9735
9736 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9737
9738 * international/mule-cmds.el (top-level): Require cl when compiling.
9739 (view-hello-file): Use default-value rather than
9740 default-enable-multibyte-characters.
9741
9742 * progmodes/fortran.el: Move all safe and risky properties into the
9743 defcustoms.
9744
9745 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9746 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9747 * mail/undigest.el:
9748 Put autoloads in rmail.el rather than loaddefs.el.
9749 * mail/rmail.el: Regenerate with extracted autoloads.
9750
9751 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9752 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9753
9f16c547
NR
97542009-09-10 Nick Roberts <nickrob@snap.net.nz>
9755
9756 Reported in thread for Bug#4375.
9757 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9758 "-data-evaluate-expression" instead of print.
9759 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9760 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
9761 (gdb): Revert 2009-08-11 change. User should detach inferior
9762 manually.
9f16c547
NR
9763
9764 Remove the word "separate" from IO functions as inferior
9765 output is now never displayed in the GUD buffer.
9766
50405cd0
JB
97672009-09-10 Juanma Barranquero <lekktu@gmail.com>
9768
9769 * startup.el (command-line-normalize-file-name): On Windows and
9770 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9771
7ae62430
JL
97722009-09-10 Juri Linkov <juri@jurta.org>
9773
9774 * isearch.el (isearch-text-char-description): Propertize escape
9775 character sequences with the `escape-glyph' face. (Bug#4344)
9776
9777 * simple.el (shell-command): Set asynchronous process filter to
9778 `comint-output-filter'. (Bug#4343)
9779
9780 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9781 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9782 the list. Move "asm" to the bottom.
9783 (grep-find-ignored-directories): Add `choice' with nil value
9784 to empty the list easily.
9785 (grep-find-ignored-files): New option.
9786 (grep-files-history): Set to nil by default instead of '("ch" "el").
9787 (grep-compute-defaults): Add "<X>" to `grep-template'.
9788 (grep-read-files): Bind new local variables `default-alias' and
9789 `default-extension'. Use a list of default values for the file prompt.
9790 (lgrep): Add `--exclude=' command line options composed from
9791 `grep-find-ignored-files'.
9792 (rgrep): Add `-name' command line options composed from
9793 `grep-find-ignored-files'. (Bug#4301)
9794
cd875252
SM
97952009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9798 (bug#4368).
9799
cdce0b33
KY
98002009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9801
9802 * calendar/time-date.el (autoload):
9803 Expand define-obsolete-function-alias into defalias and make-obsolete
9804 for old Emacsen that Gnus supports.
9805 (with-no-warnings): Define it for old Emacsen.
9806 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9807 is available.
9808 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9809 float-time is available; suppress compile warning for time-to-seconds.
9810
98112009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9812
9813 * net/imap.el (imap-message-map): Docstring fix.
9814
2b2eb431
GM
98152009-09-09 Glenn Morris <rgm@gnu.org>
9816
9817 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9818 line numbers too. (Bug#4374)
9819
83a5aac5
SM
98202009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9821
755e0210
SM
9822 * smerge-mode.el (smerge-remove-props, smerge-refine):
9823 Use with-silent-modifications (bug#4342).
9824
83a5aac5
SM
9825 * subr.el (with-silent-modifications): New macro.
9826
79f01fa7
JB
98272009-09-07 Juanma Barranquero <lekktu@gmail.com>
9828
9829 * files.el (top-level): Require `cl' when compiling.
9830
448ecec3
GM
98312009-09-07 Glenn Morris <rgm@gnu.org>
9832
9833 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9834
8f09a02f
GM
9835 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9836 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9837
76ff67bf
NR
98382009-09-06 Nick Roberts <nickrob@snap.net.nz>
9839
9840 * vc-git.el (vc-git-annotate-command): Use separator to parse
9841 arguments correctly.
9842
943c8b75
EZ
98432009-09-06 Eli Zaretskii <eliz@gnu.org>
9844
9845 * proced.el (proced-mode): Doc fix.
9846
680db9ac
MA
98472009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9848
9849 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9850 lstat fails.
9851 (tramp-do-file-attributes-with-ls): Check for file existence at
9852 remote end.
9853 (tramp-do-file-attributes-with-stat): Likewise.
9854 (tramp-convert-file-attributes): Return nil when attr is nil.
9855
3f12e5bd
GM
98562009-09-05 Glenn Morris <rgm@gnu.org>
9857
c8dc27bf
GM
9858 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9859 properties to this button.
9860 (diary-fancy-display): Don't extend the button to the final newline.
9861 (diary-fancy-display-mode): Continue to define "q" as a local key.
9862
cca065d8
GM
9863 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9864 efficient.
9865
cddaedb6
GM
9866 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9867
3f12e5bd
GM
9868 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9869 (byte-compile-dest-file-function): New option.
9870 (byte-compile-dest-file): Doc fix.
9871 Obey byte-compile-dest-file-function.
9872 (byte-compile-cl-file-p): New function.
9873 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9874 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9875 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9876 than for file being previously loaded.
9877 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9878 (byte-compile-file-form-require): Handle the case where requiring a file
9879 indirectly causes CL to be loaded.
9880
049a231b
KF
98812009-09-05 Karl Fogel <kfogel@red-bean.com>
9882
9883 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9884 before killing the old buffer, since by the time `kill-buffer' is
9885 run so many buffer variables have been set to nil that it may not
9886 behave as expected. (Bug#4061)
9887
ef7ef2a0
KF
98882009-09-05 Karl Fogel <kfogel@red-bean.com>
9889
9890 * files.el (find-alternate-file): If the old buffer is modified
9891 and visiting a file, behave similarly to `kill-buffer' when
9892 killing it, thus reverting to the pre-1.878 behavior; see
9893 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9894 for discussion. Also, consult `buffer-file-name' as a variable
9895 not as a function, for consistency with the rest of the code.
9896
73d854cd
MA
98972009-09-04 Michael Albinus <michael.albinus@gmx.de>
9898
9899 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9900 also when adding a new directory.
9901
33aeea0e
SM
9902 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9903 New defun.
73d854cd 9904
df120481
SM
99052009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * files.el (locate-file-completion-table): Make it provide boundary
9908 information, so partial-completion works better.
9909
c0bc6d79
SM
99102009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9911
9912 * mail/footnote.el (Footnote-text-under-cursor):
9913 Check footnote-text-marker-alist before using it (bug#4324).
9914
f76a9756
GM
99152009-09-04 Glenn Morris <rgm@gnu.org>
9916
67d110f1
GM
9917 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9918 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9919 * play/solitaire.el, play/tetris.el:
9920 Remove leading * from defcustom and defface docs.
9921
b42d4989
GM
9922 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9923 necessary.
9924 (diary-fancy-overriding-map): New variable.
9925 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9926 Use view-mode.
9927
f76a9756
GM
9928 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9929 goto-line.
9930
e605eeeb
GM
99312009-09-03 Glenn Morris <rgm@gnu.org>
9932
597e2240
GM
9933 * arc-mode.el (archive-mode):
9934 * dos-fns.el (set-default-process-coding-system):
9935 * man.el (Man-getpage-in-background):
9936 * menu-bar.el (menu-bar-describe-menu):
9937 * server.el (server-process-filter):
9938 * startup.el (command-line):
9939 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9940 * w32-fns.el (set-default-process-coding-system):
9941 * x-dnd.el (x-dnd-handle-file-name):
9942 * international/mule-cmds.el (mule-menu-keymap)
9943 (set-default-coding-systems, language-info-alist, set-language-info)
9944 (set-language-environment, standard-display-european-internal)
9945 (set-locale-environment):
9946 * international/mule-diag.el (mule-diag):
9947 * mail/emacsbug.el (report-emacs-bug):
9948 * mail/rmail.el (rmail-mode):
9949 * mail/sendmail.el (mail-setup):
9950 Use default-value rather than default-enable-multibyte-characters.
9951
f38184aa
GM
9952 * progmodes/f90.el: Move all safe properties into the defcustoms.
9953 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9954
e605eeeb
GM
9955 * calendar/appt.el (appt-check):
9956 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9957 (diary-check-diary-file, diary-list-entries)
9958 (diary-include-other-diary-files, diary-simple-display)
9959 (diary-fancy-display, diary-print-entries)
9960 (diary-mark-included-diary-files, diary-make-entry):
9961 Don't call substitute-in-file-name on diary-file.
9962
734db384
SM
99632009-09-03 Eduard Wiebe <usenet@pusto.de>
9964 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9967 (footnote-mode-map): Move initialization into the declaration.
9968 (footnote-minor-mode-map): Define it rather than changing global-map.
9969 (footnote-mode): Use define-minor-mode.
9970
e5aa47f9
MA
99712009-09-02 Michael Albinus <michael.albinus@gmx.de>
9972
9973 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9974 (tramp-do-file-attributes-with-perl)
9975 (tramp-do-file-attributes-with-stat): Rename from
9976 `tramp-handle-file-attributes-with-*'.
9977 (tramp-handle-file-attributes): Use them.
9978 (tramp-do-directory-files-and-attributes-with-perl)
9979 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9980 `tramp-handle-directory-files-and-attributes-with-*'.
9981 (tramp-handle-directory-files-and-attributes): Use them.
9982 (tramp-method-out-of-band-p): Additional parameter SIZE.
9983 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9984 (tramp-handle-write-region): Use it.
734db384 9985 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9986 (tramp-handle-vc-registered): Check, whether the first run did
9987 return files to be tested.
9988 (tramp-advice-make-auto-save-file-name): Do not call directly
9989 `tramp-handle-make-auto-save-file-name', because this would bypass
9990 the locking mechanism.
9991
734db384 9992 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9993 (file-remote-p, process-file, start-file-process, set-file-times)
9994 (tramp-compat-file-attributes): Compatibility functions shall not
9995 call directly `tramp-handle-*', because this would bypass the
9996 locking mechanism.
9997 (tramp-compat-number-sequence): New defun.
9998
6e2ca895
GM
99992009-09-02 Glenn Morris <rgm@gnu.org>
10000
697c7714
GM
10001 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10002 alias for float-time.
10003 (time-to-number-of-days): In Emacs, use float-time.
10004 * net/newst-backend.el (time-add): Suppress warnings from compat
10005 function.
10006 * time.el (emacs-uptime, emacs-init-time):
10007 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10008 Use float-time rather than time-to-seconds.
10009
6e2ca895
GM
10010 * minibuffer.el (completion-initials-expand): Fix typo.
10011
10012 * faces.el (modeline, modeline-inactive, modeline-highlight)
10013 (modeline-buffer-id):
10014 * info.el (info-menu-5): Mark these face aliases as obsolete.
10015
ed17efec
NR
100162009-09-01 Nick Roberts <nickrob@snap.net.nz>
10017
10018 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10019 space ...
10020 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10021 no "--thread" option.
10022 (gdb-stopped): Don't print "Switched to thread" message when it is
10023 unchanged.
10024
fcb68f70
SM
100252009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * minibuffer.el (completion-try-completion)
10028 (completion-all-completions): Remove ill-defined (and
10029 mistakenly installed and luckily never used nor documented)
10030 `completion-styles' property.
10031 (completion-initials-expand, completion-initials-all-completions)
10032 (completion-initials-try-completion): New functions.
10033 (completion-styles-alist): Add doc to each entry.
10034 Add new `initials' entry.
10035
83318a6d
NR
100362009-09-01 Nick Roberts <nickrob@snap.net.nz>
10037
10038 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10039 MI command -var-evaluate-expression.
10040 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10041 and tweak for case of string child.
734db384 10042 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 10043
d63eb0e7
GM
100442009-09-01 Glenn Morris <rgm@gnu.org>
10045
c4f6e489
GM
10046 * add-log.el (change-log-date-face, change-log-name-face)
10047 (change-log-email-face, change-log-file-face, change-log-list-face)
10048 (change-log-conditionals-face, change-log-function-face)
10049 (change-log-acknowledgement-face):
10050 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10051 (custom-modified-face, custom-set-face, custom-changed-face)
10052 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10053 (custom-documentation-face, custom-state-face, custom-comment-face)
10054 (custom-comment-tag-face, custom-variable-tag-face)
10055 (custom-variable-button-face, custom-face-tag-face)
10056 (custom-group-tag-face-1, custom-group-tag-face):
10057 * diff-mode.el (diff-header-face, diff-file-header-face)
10058 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10059 (diff-added-face, diff-changed-face, diff-function-face)
10060 (diff-context-face, diff-nonexistent-face):
10061 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10062 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10063 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10064 (Info-title-4-face):
10065 * isearch.el (isearch-lazy-highlight-face):
10066 * log-view.el (log-view-file-face, log-view-message-face):
10067 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10068 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10069 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10070 (cvs-msg-face):
10071 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10072 (smerge-base-face, smerge-markers-face):
10073 * wid-edit.el (widget-documentation-face, widget-button-face)
10074 (widget-field-face, widget-single-line-field-face)
10075 (widget-inactive-face, widget-button-pressed-face):
10076 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10077 (woman-addition-face):
2fb1ec93
GM
10078 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10079 (eshell-ls-executable-face, eshell-ls-readonly-face)
10080 (eshell-ls-unreadable-face, eshell-ls-special-face)
10081 (eshell-ls-missing-face, eshell-ls-archive-face)
10082 (eshell-ls-backup-face, eshell-ls-product-face)
10083 (eshell-ls-clutter-face):
10084 * eshell/em-prompt.el (eshell-prompt-face):
10085 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 10086 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
10087 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10088 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10089 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10090 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10091 (antlr-font-lock-literal-face):
c4f6e489
GM
10092 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10093 (ebrowse-root-class-face, ebrowse-file-name-face)
10094 (ebrowse-default-face, ebrowse-member-attribute-face)
10095 (ebrowse-member-class-face, ebrowse-progress-face):
10096 * progmodes/make-mode.el (makefile-space-face):
10097 * progmodes/sh-script.el (sh-heredoc-face):
10098 * textmodes/flyspell.el (flyspell-incorrect-face)
10099 (flyspell-duplicate-face):
10100 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 10101 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
10102 Mark face aliases with "-face" suffix as obsolete.
10103
d80619fa
GM
10104 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10105 compiler.
10106
5f68c1b7
GM
10107 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10108 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10109 easy-menu-define wants to modify these.
10110
10111 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10112
10113 * net/browse-url.el (browse-url-file-url):
10114 * term/internal.el (dos-codepage-setup):
10115 Use default-value rather than default-enable-multibyte-characters.
10116
d80619fa 10117 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
10118 * progmodes/flymake.el (flymake-highlight-line)
10119 (flymake-goto-file-and-line, flymake-goto-line):
10120 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10121 (gdb-goto-breakpoint):
10122 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10123 * progmodes/python.el (python-find-function)
10124 (python-pdbtrack-track-stack-file):
10125 * progmodes/verilog-mode.el (verilog-surelint-off):
10126 * term/ns-win.el (ns-open-file-select-line):
10127 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10128 Use forward-line rather than goto-line.
10129
d63eb0e7
GM
10130 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10131 * textmodes/reftex-index.el (reftex-display-index):
10132 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10133 * textmodes/reftex-toc.el (reftex-toc):
10134 Remove unnecessary bindings of default-major-mode (all are followed by
10135 major-mode check and possible mode switch).
10136
0afad278
NR
101372009-08-31 Nick Roberts <nickrob@snap.net.nz>
10138
10139 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10140 Handle watchpoints (bug#4282).
10141 (def-gdb-thread-buffer-command): Enable thread to be selected by
10142 clicking without selecting threads buffer first.
10143 (gdb-current-context-command): Use selected frame so that "up",
10144 "down" etc work in the GUD buffer.
10145 (gdb-update): Find selected frame before rendering stack buffer.
10146 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10147
4e135dd2
SM
101482009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * progmodes/sym-comp.el (displayed-completions): Remove.
10151 (symbol-complete): Use minibuffer-complete.
10152
e61eba34
GM
101532009-08-31 Glenn Morris <rgm@gnu.org>
10154
10155 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10156
734db384
SM
10157 * apropos.el (apropos-symbols-internal):
10158 Handle (obsolete) face aliases.
e61eba34
GM
10159
10160 * faces.el (describe-face): Adjust the output format to be more like
10161 describe-variable, and to mention (obsolete) face aliases.
10162 Adjust the whitespace so that help-setup-xref works.
10163
10164 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10165 * calendar/diary-lib.el (diary-button-face):
10166 Mark these face aliases as obsolete.
10167
10168 * calendar/calendar.el (calendar-today): Doc fix.
10169
4cf71456
NR
101702009-08-31 Nick Roberts <nickrob@snap.net.nz>
10171
10172 * progmodes/gdb-mi.el (gdb-control-all-threads)
10173 (gdb-control-current-thread): Force tool bar update.
10174 (gdb-non-stop-handler): New function.
10175 (gdb-init-1): Use it to test if non-stop mode is supported.
10176 Remove unused gdbmi buffer type.
10177
e61eba34 101782009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
10179
10180 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 10181 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 10182
4324f7ca
NR
101832009-08-30 Nick Roberts <nickrob@snap.net.nz>
10184
10185 * comint.el (comint-exec-1): Check command is non-null first.
10186 Part of gdb-mi.el change (2009-08-28).
10187
a1bf889a
SM
101882009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10191
060c08b5
JB
101922009-08-30 Juanma Barranquero <lekktu@gmail.com>
10193
10194 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10195 instead of `dolist' to avoid a recursive require when bootstrapping.
10196
ab22be48
SM
101972009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10198
73ebf88f
SM
10199 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10200
80629cfc
SM
10201 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10202
206d0387 10203 * net/imap.el (imap-send-command): Simplify.
734db384 10204 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 10205
844f7784
SM
10206 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10207
5ca4661e
SM
10208 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10209 with constant argument.
10210
c61dc887
SM
10211 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10212
7eb73deb
SM
10213 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10214
5fe443de
SM
10215 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10216 Change default, since most of our files don't have a history.
10217 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10218 the user.
10219
6444d64a
SM
10220 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10221 Add comint-run.
10222
5cb16bfc
SM
10223 * calc/calc.el: Improve commenting convention.
10224 (calc-digit-map, toplevel): Simplify.
10225
0aeb71a7
SM
10226 * comint.el (comint-insert-input): Be careful to only set point if we
10227 don't delegate to some other command.
10228
9a9af856
SM
10229 * proced.el (proced-signal-list): Make it an alist.
10230 (proced-grammar-alist): Capitalize names.
10231 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10232 Disable undo manually and make it read-only.
10233 Use completion-annotate-function.
10234
ab22be48
SM
10235 * minibuffer.el (minibuffer-message): If the current buffer is not
10236 a minibuffer, insert the message in the echo area rather than at the
10237 end of the buffer.
10238 (completion-annotate-function): New variable.
10239 (minibuffer-completion-help): Use it.
10240 (completion--embedded-envvar-table): Environment vars are
10241 always case-sensitive.
10242
4a948dbf
GM
102432009-08-30 Glenn Morris <rgm@gnu.org>
10244
10245 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10246 from fortran-current-defun.
10247 (fortran-beginning-of-subprogram): Be more precise about finding the
10248 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10249 (fortran-end-of-subprogram): Simplify.
10250 (fortran-current-defun): Use fortran-start-prog-re.
10251
486cf3b8
JB
102522009-08-29 Juanma Barranquero <lekktu@gmail.com>
10253
10254 * subr.el (do-after-load-evaluation): Simplify.
10255
db167d28
DN
102562009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10257
10258 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10259
10260 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10261 (vc-rcs-print-log): Use it.
10262
10263 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10264
efbc652a
SM
102652009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10266
2aa0e5bf
SM
10267 * paths.el (abbrev-file-name): Move to abbrev.el.
10268 * abbrev.el (abbrev-file-name): Move from paths.el.
10269 Obey user-emacs-directory.
10270 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10271 user-emacs-directory.
10272 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10273 abbrev-file-name and calc-settings-file any more.
10274 * startup.el (command-line): Recompute abbrev-file-name and
10275 abbreviated-home-dir.
10276 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10277 of the special code for when C-h bindings haven't been changed.
10278 (display-startup-echo-area-message): Use with-current-buffer.
10279 (command-line-1): Use a list of strings, rather than a list of lists
10280 of strings for longopts.
10281
51da8fe2
SM
10282 * files.el (get-free-disk-space): Use / for default-directory.
10283
0c3cc4dd
SM
10284 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10285 Use with-current-buffer.
10286
d988dbf6
SM
10287 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10288 Recognize immutable variables like most-positive-fixnum.
10289 (byte-compile-setq-default): Check and warn if trying to assign
10290 to an immutable variable, or a non-variable.
10291
efbc652a
SM
10292 * progmodes/cc-vars.el (c-comment-continuation-stars):
10293 * progmodes/cc-engine.el (c-looking-at-bos):
10294 * progmodes/cc-cmds.el (c-toggle-auto-state)
10295 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10296 (c-comment-line-break-function): Add version of obsolescence.
10297
d30a05d1
JL
102982009-08-28 Juri Linkov <juri@jurta.org>
10299
10300 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10301 associated with `archive-mode'.
10302
10303 * image.el (image-type-header-regexps): Use only JPEG magic number
10304 to determine JPEG images, and don't use `image-jpeg-p' because
10305 Emacs can display non-JFIF non-Exif JPEG images.
10306
1e8eecea
JB
103072009-08-28 Juanma Barranquero <lekktu@gmail.com>
10308
10309 * arc-mode.el (archive-mode):
10310 * emacs-lisp/re-builder.el (re-builder-unload-function):
10311 Protect against the default value of `major-mode' being nil.
10312
dd4fbf56
JB
103132009-08-28 Juanma Barranquero <lekktu@gmail.com>
10314
10315 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10316 Fix typos in docstrings.
10317
10318 * progmodes/js.el (js--macro-decl-re): Doc fix.
10319 (js--plain-method-re, js--split-name): Refloc docstring.
10320 (js--class-styles, js--make-merged-item, js--splice-into-items):
10321 Fix typos in docstrings; reflow docstrings.
10322 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10323 (js--variable-decl-matcher, js--inside-pitem-p)
10324 (js--parse-state-at-point, js--get-all-known-symbols)
10325 (js--symbol-history, js-find-symbol, js--js-references)
10326 (js--moz-interactor, js--js-encode-value, js--read-tab):
10327 Fix typos in docstrings.
10328
72f16325
SM
103292009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10330
14acf2f5
SM
10331 * textmodes/reftex.el (reftex-get-file-buffer-force):
10332 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10333 * emulation/viper.el (viper-go-away, viper-set-hooks):
10334 * emacs-lisp/re-builder.el (re-builder-unload-function):
10335 * emacs-lisp/bytecomp.el (byte-compile-file):
10336 * ses.el (ses-unload-function):
10337 * hexl.el (hexl-find-file):
10338 * files.el (normal-mode):
10339 * ehelp.el (with-electric-help):
10340 * autoinsert.el (auto-insert-alist):
10341 * arc-mode.el (archive-mode):
10342 Use (default-value 'major-mode) instead of default-major-mode.
10343
72f16325
SM
10344 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10345 * international/mule.el (load-with-code-conversion):
10346 * emacs-lisp/debug.el (debug):
10347 * ediff-vers.el (ediff-rcs-get-output-buffer):
10348 * dired.el (dired-internal-noselect): Don't let-bind
10349 default-major-mode around code that doesn't use it.
10350 E.g. buffer creation via get-buffer-create doesn't use it.
10351
aa485f7c
MA
103522009-08-28 Michael Albinus <michael.albinus@gmx.de>
10353
10354 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10355 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10356 when writing the temp file. Otherwise, epa-file gets confused.
10357 (tramp-register-file-name-handlers): Make it a defun. Move also
10358 `epa-file-handler' to the front of `file-name-handler-alist'.
10359
103602009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10363 start right after a ^M.
10364 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10365 (tramp-completion-file-name-regexp-separate)
10366 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
10367 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10368 Don't modify last-coding-system-used by accident.
aa485f7c
MA
10369 (tramp-completion-file-name-handler): Apply the checks here,
10370 instead during registration.
2f952059 10371 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
10372 `tramp-register-file-name-handler'. Register both
10373 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 10374 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 10375
3f0c2b92
NR
103762009-08-28 Nick Roberts <nickrob@snap.net.nz>
10377
72f16325
SM
10378 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10379 Remove variable ...
3f0c2b92
NR
10380 (gdb-init-1, gdb-display-separate-io-buffer)
10381 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10382 references to it.
10383 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10384 (gdb-inferior-filter): Use comint-output-filter to stop
10385 echoing and remove ^M characters.
10386
705e5bd9
SM
103872009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10388
009fdc2e
SM
10389 * emulation/viper-init.el (viper-restore-cursor-type):
10390 * emulation/cua-base.el (cua--update-indications):
10391 Replace default-cursor-type with (default-value 'cursor-type).
10392
b56a5ae0
SM
10393 * mail/sendmail.el (mail-recover-1):
10394 * international/mule-diag.el (describe-current-coding-system-briefly)
10395 (describe-current-coding-system):
10396 * international/mule-cmds.el (select-safe-coding-system)
10397 (select-message-coding-system)
10398 (set-language-environment-coding-systems, set-locale-environment):
10399 * hexl.el (hexl-insert-multibyte-char):
10400 * dos-w32.el (find-buffer-file-type-coding-system):
10401 * simple.el (what-cursor-position):
10402 Replace uses of default-buffer-file-coding-system
10403 with (default-value 'buffer-file-coding-system).
10404
de70529f
SM
10405 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10406 Replace uses of default-cursor-in-non-selected-windows
10407 with (default-value 'cursor-in-non-selected-windows).
10408 Use with-current-buffer.
10409
705e5bd9
SM
10410 * mail/feedmail.el: Use CL macros.
10411 (feedmail-run-the-queue, feedmail-send-it-immediately):
10412 * dos-w32.el (find-buffer-file-type): Replace uses of
10413 default-buffer-file-type with (default-value 'buffer-file-type).
10414
4d985ac2
GM
104152009-08-28 Glenn Morris <rgm@gnu.org>
10416
10417 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10418 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10419 Use default-value of major-mode rather than default-major-mode.
10420
17c15b81
SM
104212009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10422
3a68ab06
SM
10423 * Makefile.in (update-elcfiles): Report left over elc files.
10424
9421bdd1
SM
10425 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10426 expand-file-name and with-current-buffer.
10427 (mail-get-names, mail-directory): Use with-current-buffer.
10428
17c15b81
SM
10429 * vc.el (vc-read-revision): New function.
10430 (vc-version-diff, vc-merge): Use it.
10431
ba83a64e
SS
104322009-08-27 Sam Steingold <sds@gnu.org>
10433
10434 * simple.el (kill-do-not-save-duplicates): New user option.
10435 (kill-new): When it is non-nil, and the new string is the same as
10436 the latest kill, set replace to t to avoid duplicates in kill-ring.
10437
be3e598a 104382009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
10439
10440 * net/tramp.el (tramp-handle-process-file): Do not flush all
10441 caches when `process-file-side-effects' is set.
10442 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
10443 instead of `tramp-find-file-exists-command'.
10444 Unset `process-file-side-effects'.
d5b5c94a
MA
10445
104462009-08-27 Michael Albinus <michael.albinus@gmx.de>
10447
10448 * net/tramp.el (tramp-methods): New method "rsyncc".
10449 (top): Add completion function for "rsyncc".
10450 (tramp-message-show-message): New defvar.
10451 (tramp-message, tramp-error): Use it.
10452 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10453 remote copying.
10454 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10455 `tramp-methods' entry `copy-env' of "rsyncc".
10456 (tramp-vc-registered-read-file-names): New defconst.
10457 (tramp-vc-registered-file-names): New defvar.
10458 (tramp-handle-vc-registered): Implement optimization strategy.
10459 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10460 (tramp-vc-file-name-handler): New defun.
10461 (tramp-get-ls-command, tramp-get-test-command)
10462 (tramp-get-file-exists-command, tramp-get-remote-ln)
10463 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 10464 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
10465
10466 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10467 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10468 timestamps.
10469 (tramp-get-file-property): Check for timestamps in
10470 `tramp-cache-inhibit-cache'.
10471 (tramp-set-file-property): Write timestamp.
10472
1339cf20
KH
104732009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10474
10475 * language/japan-util.el (japanese-symbol-table): Add entries for
10476 cp932-2-byte.
10477
10478 * international/characters.el: Add category `j' to cp932-2-byte.
10479
726e3f1d
KH
104802009-08-27 Kenichi Handa <handa@m17n.org>
10481
10482 * international/fontset.el (build-default-fontset-data): New macro.
10483 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 10484 tibetan, ethiopic, and ipa.
726e3f1d 10485
4e3b4528
SM
104862009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10489 (enable-multibyte-characters): Not customizable any more.
10490
10491 * subr.el (default-mode-line-format, default-header-line-format)
10492 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10493 (default-direction-reversed, default-truncate-lines)
10494 (default-left-margin, default-tab-width, default-case-fold-search)
10495 (default-left-margin-width, default-right-margin-width)
10496 (default-left-fringe-width, default-right-fringe-width)
10497 (default-fringes-outside-margins, default-scroll-bar-width)
10498 (default-vertical-scroll-bar, default-indicate-empty-lines)
10499 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10500 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10501 (default-scroll-down-aggressively, default-fill-column)
10502 (default-cursor-type, default-buffer-file-type)
10503 (default-cursor-in-non-selected-windows)
10504 (default-buffer-file-coding-system, default-major-mode)
10505 (default-enable-multibyte-characters): Mark as obsolete.
10506
b3cca6a6
DN
105072009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10508
652cc1a2
DN
10509 * vc-dir.el (vc-dir-update): Remove debug helper.
10510
b3cca6a6
DN
10511 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10512
4ed8c7aa
SS
105132009-08-26 Sam Steingold <sds@gnu.org>
10514
10515 * simple.el (save-interprogram-paste-before-kill): New user option.
10516 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10517 save the interprogram-paste into kill-ring before overriding it
10518 with the Emacs kill.
10519
3b64d86b
DN
105202009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10521
10522 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10523 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10524 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10525 and move to vc-rcs.el.
10526 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10527 move to vc-rcs.el.
10528 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10529 (vc-rcs-update-changelog): Remove.
10530 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10531 and move to vc-rcs.el.
10532
10533 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10534 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10535 renaming.
10536 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 10537 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
10538 vc.el, renamed to be RCS specific.
10539
72f16325
SM
10540 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10541 New functions.
10542 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
10543
10544 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10545 New functions.
10546
636a36a0
SM
105472009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10550
239b3340
DN
105512009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10552
b91f0762 10553 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
10554 (vc-git-stash, vc-git-stash-show): New functions.
10555 (vc-git-extra-menu-map): Bind them.
b91f0762 10556
b8e54362
DN
10557 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10558 directory correctly in case the item is a directory itself.
10559
239b3340
DN
10560 * vc.el: Document the desired behavior for reverted files in the
10561 `added' state.
dc810649
DN
10562 (vc-default-prettify-state-info): Remove function, unused.
10563
10564 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 10565
e49c0179
GM
105662009-08-26 Glenn Morris <rgm@gnu.org>
10567
10568 * bindings.el (standard-mode-line-format): Reposition dashes in
10569 which-func entry. (Bug#4217)
10570
3029e594
GM
10571 * files.el (enable-local-variables, enable-local-eval)
10572 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10573 the defcustoms.
10574 (auto-mode-alist, ignored-local-variables)
10575 (save-some-buffers-action-alist): Move risky declarations to the
10576 definitions.
10577 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10578 (font-lock-defaults, format-alist, imenu--index-alist)
10579 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10580 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10581 (mode-line-modified, mode-line-mule-info, mode-line-position)
10582 (mode-line-process, mode-line-remote, outline-level)
10583 (parse-time-rules, rmail-output-file-alist)
10584 (special-display-buffer-names, vc-mode):
10585 Move risky declarations to the relevant files.
72f16325
SM
10586 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10587 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
10588 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10589 * font-core.el (font-lock-defaults):
10590 * format.el (format-alist):
10591 * vc-hooks.el (vc-mode):
10592 * window.el (special-display-buffer-names):
10593 * international/mule-cmds.el (input-method-alist):
10594 Define riskiness here (dumped file) rather than in files.el.
10595 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10596 * imenu.el (imenu-generic-expression, imenu--index-alist):
10597 * outline.el (outline-level):
10598 * time.el (display-time-string):
10599 * calendar/parse-time.el (parse-time-rules):
10600 * mail/rmailout.el (rmail-output-file-alist):
10601 Autoload riskiness here, rather than placing in files.el.
10602
8476cfaf
SM
106032009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10604
10605 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10606
0b35b48e
MA
106072009-08-25 Michael Albinus <michael.albinus@gmx.de>
10608
10609 * simple.el (process-file-side-effects): New defvar.
10610
10611 * dired-aux.el (dired-show-file-type):
10612 * vc.el (vc-diff-internal):
10613 * vc-arch.el (vc-arch-diff):
10614 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10615 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10616 * vc-git.el (vc-git-registered, vc-git-working-revision)
10617 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10618 (vc-git--empty-db-p):
10619 * vc-hooks.el (vc-user-login-name):
10620 * vc-svn.el (vc-svn-registered, vc-svn-state)
10621 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10622 * progmodes/grep.el (grep-probe): Let-bind
10623 `process-file-side-effects' with nil.
10624
10625 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10626
10627 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10628 daemon. Replace ping by checking for running service for bluez
10629 and zeroconf. (Bug#4239)
10630
d54cc599
GM
106312009-08-25 Kevin Ryde <user42@zip.com.au>
10632
10633 * net/dig.el (dig): Add autoload cookie.
10634
7bfd055d
GM
106352009-08-25 Glenn Morris <rgm@gnu.org>
10636
bac9c66c
GM
10637 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10638 load-history for absolute file-names.
10639 (byte-compile-file-form-require): Warn about use of the cl package.
10640
7bfd055d
GM
10641 * format.el (format-alist): Doc fix.
10642
5ac1f9e0
GM
10643 * play/bubbles.el (top-level): Don't require cl at run-time.
10644
af62aa88
GM
10645 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10646 run-time cl).
10647
71e036af
DD
106482009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10649
10650 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10651 from cl package.
10652 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10653
42110eaf
JB
106542009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10655
10656 * calc/calc-alg.el (math-trig-rewrite)
10657 (math-hyperbolic-trig-rewrite): New functions.
10658 (calc-simplify): Simplify trig functions when asked.
10659
88421f3e
SM
106602009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10663
dbd9624e
KH
106642009-08-24 Kenichi Handa <handa@m17n.org>
10665
10666 * language/ind-util.el (mapthread): Delete it.
10667 (combinatorial): New function.
10668 (indian--puthash-cv): Use combinatorial instead of mapthread.
10669
9b89e3ee
GM
106702009-08-22 Kevin Ryde <user42@zip.com.au>
10671
10672 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10673 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10674 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10675 Clarify docstring that the value is strings not symbols.
10676 (checkdoc-list-of-strings-p): New function.
10677
e6ce8c42
GM
106782009-08-22 Glenn Morris <rgm@gnu.org>
10679
2ddf2ea6 10680 * files.el (auto-mode-alist):
a3374680
GM
10681 * hippie-exp.el (he-concat-directory-file-name):
10682 * lpr.el (lpr-windows-system, printer-name):
10683 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10684 * ps-print.el (ps-windows-system):
10685 * startup.el (command-line):
10686 * emulation/viper-ex.el (viper-glob-function):
10687 * international/mule-cmds.el (set-language-environment-coding-systems):
10688 * net/ange-ftp.el (ange-ftp-write-region):
10689 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 10690 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
10691 unisoft-unix, vax-vms, win32, w32.
10692
977955fa
GM
10693 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10694 given name if the pattern is not more specific.
10695
b4deec2e
GM
10696 * calendar/lunar.el (lunar-phase-names): New option.
10697 (lunar-phase): Doc fix.
10698 (lunar-cycles-per-year): New constant.
10699 (lunar-index): New function.
10700 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10701 (lunar-phase-name): Use lunar-phase-names.
10702 (calendar-lunar-phases): Use format.
10703 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10704
47e83968
GM
10705 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10706 Copy imenu-example--name-and-position function here for own use.
10707 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10708
e6ce8c42
GM
10709 * bs.el (bs--redisplay):
10710 * cus-edit.el (custom-redraw):
10711 * ibuffer.el (ibuffer-bury-buffer):
10712 * server.el (server-goto-line-column):
10713 * startup.el (command-line-1):
10714 * strokes.el (strokes-xpm-for-stroke):
10715 * term.el (term-display-buffer-line):
10716 * view.el (View-goto-line):
10717 * calc/calc.el (calc-do, calc-trail-buffer):
10718 * play/gamegrid.el (gamegrid-add-score-insecure):
10719 * progmodes/ada-mode.el (ada-compile-goto-error):
10720 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10721 (ebrowse-select-1st-to-9nth):
47e83968 10722 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
10723 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10724 * progmodes/gud.el (gud-display-line):
10725 (idlwave-shell-display-line):
10726 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10727 * progmodes/make-mode.el (makefile-browser-toggle):
10728 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10729 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10730 * textmodes/picture.el (picture-draw-rectangle):
10731 * textmodes/reftex-index.el (reftex-index-goto-letter):
10732 (reftex-select-jump-to-previous):
10733 * textmodes/reftex-sel.el (reftex-find-start-point)
10734 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10735 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10736 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10737 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10738 * textmodes/two-column.el (2C-associated-buffer):
10739 Use forward-line rather than goto-line.
10740
10741 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10742 goto-line.
10743
4b18bdb3
GM
10744 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10745 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10746 (quick-check-list-to-regexp): Declare.
e6ce8c42 10747
72f16325
SM
10748 * progmodes/make-mode.el (makefile-browser-insert-selection):
10749 Use goto-char rather than goto-line.
e6ce8c42
GM
10750
10751 * progmodes/prolog.el (compilation-error-regexp-alist)
10752 (compilation-forget-errors): Declare.
10753
32a2cf25
JL
107542009-08-22 Juri Linkov <juri@jurta.org>
10755
10756 * progmodes/grep.el (lgrep, rgrep): At the beginning
10757 set `dir' to `default-directory' unless `dir' is a non-nil
10758 readable directory. (Bug#4052)
10759 (lgrep, rgrep): Change a weird way to report an error
10760 from using `read-string' to using `error'.
10761 Instead of using interactive arguments in the function body,
10762 add new argument `confirm'.
10763
5443c9b7
SM
107642009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10765
cb5b40ee
SM
10766 * textmodes/remember.el (remember-buffer):
10767 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10768 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10769 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
10770 * net/newst-treeview.el (newsticker-groups-filename):
10771 * net/newst-backend.el (newsticker-cache-filename):
10772 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10773 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10774 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10775 (speedbar-buffers-line-path, speedbar-path-line)
10776 (speedbar-buffers-line-path):
10777 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10778 (epg-sign-keys):
10779 * epa.el (epa-display-verify-result):
10780 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10781
d6261cc1
GM
107822009-08-21 Glenn Morris <rgm@gnu.org>
10783
3e1ea342
GM
10784 * progmodes/js.el (inferior-moz-process): Fix declaration.
10785
ce86eeb5
GM
10786 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10787
fff28970
GM
10788 * obsolete/rnewspost.el (news-mail-reply):
10789 Use goto-char rather than goto-line.
10790
d93e053b
GM
10791 * term/ns-win.el (ns-open-file-select-line):
10792 Use line-beginning-position rather than goto-line.
10793
d5d105e8
GM
10794 * apropos.el (apropos-command):
10795 * ehelp.el (electric-helpify):
10796 * printing.el (pr-show-setup):
10797 * strokes.el (strokes-help):
10798 * tutorial.el (tutorial--describe-nonstandard-key)
10799 (tutorial--detailed-help):
10800 * woman.el (woman-mini-help, woman-display-extended-fonts):
10801 * calc/calc-help.el (calc-describe-key):
10802 * emulation/edt.el (edt-electric-helpify):
10803 * international/mule-diag.el (mule-diag):
10804 * play/yow.el (apropos-zippy):
10805 * progmodes/python.el (python-describe-symbol):
10806 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10807 * textmodes/table.el (*table--cell-describe-mode)
10808 (*table--cell-describe-bindings):
10809 Use help-print-return-message rather than the now obsolete alias.
10810
a8ab722f 10811 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
10812 (calendar-cursor-to-visible-date):
10813 * play/5x5.el (5x5-position-cursor):
10814 * play/decipher.el (decipher):
10815 * play/gomoku.el (gomoku-goto-xy):
10816 * play/landmark.el (lm-goto-xy):
10817 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10818 (mpuz-paint-digit):
10819 Use forward-line, not goto-line.
a8ab722f 10820
d6261cc1
GM
10821 * mail/rmail.el (rmail-obsolete): Delete custom group.
10822 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10823 (rmail-remote-password, rmail-remote-password-required):
10824 Remove unneeded :set-after and :set properties.
10825
9e846523
MA
108262009-08-21 Michael Albinus <michael.albinus@gmx.de>
10827
10828 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10829
bbe1f502
DN
108302009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10831
bcc5db24
DN
10832 * loadup.el: Remove leftover macos code.
10833
bbe1f502
DN
10834 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10835 Explicitly pass the date format to git blame so that user local
10836 so that the output format can be parsed.
10837
6fd2d19a
MA
108382009-08-20 Michael Albinus <michael.albinus@gmx.de>
10839
10840 * net/dbus.el (top): Don't check for (getenv
10841 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10842
31764e15
SM
108432009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10844
10845 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 10846 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 10847
28930e39
SM
108482009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10849
4fd15622 10850 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 10851 Bug#3287
4fd15622 10852
b3d8e4a0
SM
10853 * help.el (help-print-return-message): Rename from
10854 print-help-return-message.
10855
c9829c70
SM
10856 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10857 cvs-mode-map parent hack.
10858 (log-view-mode): Derive from special-mode.
10859
b932657b
SM
10860 * linum.el (linum-mode): window-size-change-functions is redundant.
10861 Adapt to new window-configuration-change-hook behavior.
10862 (linum-after-size, linum-after-config): Remove.
10863
1b700bca
SM
10864 * imenu.el (imenu-example--name-and-position)
10865 (imenu-example--lisp-extract-index-name)
10866 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10867 Mark as obsolete.
10868
28930e39
SM
10869 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10870 (inferior-prolog-mode): Use it.
10871 (inferior-prolog-load-file): Reset list of errors.
10872
c9af0b68
KH
108732009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10874
10875 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10876
10877 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10878
720c7cd6
MA
108792009-08-19 Michael Albinus <michael.albinus@gmx.de>
10880
10881 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10882 is running already.
10883
03a74b84
SM
108842009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * subr.el (listify-key-sequence-1): Use normal syntax since those
10887 integers are nowadays always represented by the same (positive) number
10888 on all platforms.
10889 (read-key-empty-map): New const.
10890 (read-key-delay): New var.
10891 (read-key): New function.
10892 (force-mode-line-update): Use with-current-buffer.
10893 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10894 (start-process-shell-command, start-file-process-shell-command):
10895 Discourage the use of command-args.
10896
f43e88d4
GM
108972009-08-19 Glenn Morris <rgm@gnu.org>
10898
10899 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10900
890429cc
SM
109012009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10902
85be9ec4
SM
10903 * simple.el (choose-completion-string): Don't rely on
10904 minibuffer-completing-file-name and ad-hoc checks to decide whether
10905 to continue completion or not.
10906
890429cc
SM
10907 * minibuffer.el (minibuffer-hide-completions): New function.
10908 (completion--do-completion): Use it.
10909 (completions-annotations): New face.
10910 (completion--insert-strings): Use it.
10911 (completion-pcm--delim-wild-regex): Add docstring.
10912 (completion-pcm--string->pattern): Add support for 0-width delimiters
10913 in completion-pcm--delim-wild-regex.
10914
265d4549
SM
109152009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10916
d440b941
SM
10917 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10918 Remove unused var `buffer-modified-p'.
10919
265d4549
SM
10920 * minibuffer.el (completion--do-completion): Move point for the #b001
10921 case as well (bug#4176).
10922 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10923
ba6f7d86
MA
109242009-08-18 Michael Albinus <michael.albinus@gmx.de>
10925
10926 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10927 and :session buses.
10928
98819490
KH
109292009-08-18 Kenichi Handa <handa@m17n.org>
10930
265d4549
SM
10931 * international/ucs-normalize.el (ucs-normalize-version):
10932 Change to 1.1.
58627cf0
KH
10933 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10934 (utf-8-hfs): Make it perform normalization on encoding too.
10935
98819490
KH
10936 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10937 (sentence-end-without-space): Delete duplicated chars.
10938 (sentence-end-base): Likewise.
e739cc85
KH
10939
10940 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10941 (html-mode): Delete duplicated chars from sentence-end-base.
10942
10943 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10944 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10945
645b9326
CY
109462009-08-17 Chong Yidong <cyd@stupidchicken.com>
10947
10948 * files.el (hack-one-local-variable): If the mode function is for
10949 a minor mode, pass it an argument (Bug#4148).
10950
56c195af
MA
109512009-08-17 Michael Albinus <michael.albinus@gmx.de>
10952
10953 * net/tramp.el (tramp-register-completion-file-name-handler):
10954 Check also for (member 'partial-completion completion-styles).
10955
7a55c78b
CY
109562009-08-16 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10959 abbrev (Bug#3943).
10960
be3e598a 109612009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10962
10963 * progmodes/cperl-mode.el: Merge upstream 6.2.
10964 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10965 (cperl-forward-re): Check cperl-brace-recursing.
10966 (cperl-highlight-charclass): New function.
10967 (cperl-find-pods-heres): Use it.
31cd2dd4 10968 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10969 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10970 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10971 (cperl-beautify-level): Don't process entire regexp.
10972 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10973 calling man.
10974 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10975 (cperl-init-faces): Build a list in the normal way.
10976
81b1f9c9
CY
109772009-08-16 Chong Yidong <cyd@stupidchicken.com>
10978
10979 * calendar/parse-time.el (parse-time-string-chars): Save match
10980 data.
10981
c3732cb8
SM
109822009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10983
55659495
SM
10984 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10985 (sql-product): Use it.
10986 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10987 (sql-set-product): Add completion.
10988 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10989 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10990 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10991 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10992 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10993 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10994 (sql-highlight-db2-keywords): Remove.
10995 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10996 (sql-highlight-product): Use derived-mode-p.
10997 (sql-set-sqli-buffer): Use with-current-buffer.
10998 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10999 Simplify.
11000
1ae79427
SM
11001 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11002
c3732cb8
SM
11003 * term.el: Fix commenting convention, turn comments into docstrings.
11004
f24b8bf3
CY
110052009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11006
11007 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11008
7b6fefac 110092009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 11010
1200ac26 11011 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
11012 character classes, to handle non-ascii characters (Bug#3190).
11013
110142009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 11015
1abbe4e5
CY
11016 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11017 another heredoc if the user adds another < (Bug#3226).
11018
c3732cb8
SM
11019 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11020 Don't initialize based on window-system (Bug#4124).
19261da4 11021
daad00fc
CY
11022 * facemenu.el (facemenu-read-color): Use a completion function
11023 that accepts any defined color, such as RGB triplets (Bug#3677).
11024
e1bdde78
CY
11025 * files.el (get-free-disk-space): Change fallback default
11026 directory to /. Expand DIR argument before switching to fallback.
11027 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11028
9d73a99e
CY
110292009-08-15 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * files.el (load-library): Doc fix.
11032
68b962d4 110332009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 11034
953e0c1a 11035 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 11036 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 11037 incremental search string.
9d73a99e 11038
c3732cb8 11039 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 11040 XEmacs.
9d73a99e 11041
c3732cb8
SM
11042 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11043 (ediff-merge-region-is-non-clash)
11044 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 11045 Also check if the job is really a merge job.
9d73a99e 11046
c3732cb8 11047 * ediff.el (ediff-current-file): New function.
9d73a99e 11048
2e330adc
CY
110492009-08-15 Chong Yidong <cyd@stupidchicken.com>
11050
11051 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11052 conventions.
c3732cb8 11053 (js-insert-and-indent): Delete function.
2e330adc
CY
11054 (js-mode-map): Don't bind keys to js-insert-and-indent.
11055 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11056 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 11057 (js-auto-indent-flag): Delete variable.
2e330adc 11058
17b5d0f7
CY
110592009-08-14 Chong Yidong <cyd@stupidchicken.com>
11060
c3732cb8
SM
11061 * progmodes/js.el: Remove proclaim statement.
11062 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 11063
ba2d8894
CY
11064 * files.el (auto-mode-alist): Use js-mode for .js files.
11065
c3732cb8 11066 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
11067
11068 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11069
11070 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11071
c3732cb8 11072 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
11073
110742009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 11075 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
11076
11077 * progmodes/js.el: New file.
11078
b6377f1d
MH
110792009-08-14 Mark A. Hershberger <mah@everybody.org>
11080
11081 * timezone.el (timezone-parse-date): Add ability to understand ISO
11082 basic format (minimal separators) dates in addition to the
11083 already-supported extended format dates.
11084
bc0eef46
EZ
110852009-08-14 Eli Zaretskii <eliz@gnu.org>
11086
4e021e65
EZ
11087 * international/ucs-normalize.el: Add a `coding' file variable.
11088
bc0eef46
EZ
11089 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11090
53dab179
SS
110912009-08-14 Sam Steingold <sds@gnu.org>
11092
6801c38a 11093 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 11094
6c58c39c
CY
110952009-08-13 Chong Yidong <cyd@stupidchicken.com>
11096
11097 * faces.el (help-argument-name): Define it here instead of
11098 help-fns.el, because in daemon mode help-fns.el may be loaded when
11099 faces are still uninitialized (Bug#1078).
11100
11101 * help-fns.el (help-argument-name): Move defface to faces.el.
11102
c7baf7e9
NR
111032009-08-13 Nick Roberts <nickrob@snap.net.nz>
11104
11105 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11106 create buffer with a pty but no process so that GDB can make the
11107 inferior the controlling process.
11108
9c40e995 111092009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
11110
11111 * international/ucs-normalize.el: New file.
11112
8cdba32b
RS
111132009-08-13 Richard Stallman <rms@gnu.org>
11114
5c950923
RS
11115 * mail/rmail.el (rmail-get-attr-names):
11116 Accept an attribute header that is too short.
11117
76e1e40b
RS
11118 * mail/rmail.el (rmail-forget-messages):
11119 Ignore nil elt in rmail-message-vector. Use dotimes.
11120
1fc01b08
RS
11121 * progmodes/compile.el (compilation-goto-locus):
11122 Use next-error-move-function.
11123
8cdba32b
RS
11124 * simple.el (next-error-move-function): New variable.
11125
99910cf4
JL
111262009-08-12 Juri Linkov <juri@jurta.org>
11127
11128 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11129 always non-nil. (Bug#4052)
11130
11131 * replace.el (read-regexp): Return empty string when
11132 `default-value' is nil.
11133 (keep-lines-read-args): Don't use empty string as the
11134 default value for `read-regexp'. (Bug#2495)
11135
fc5bdf6c
JL
111362009-08-12 Juri Linkov <juri@jurta.org>
11137
11138 * international/mule-cmds.el (ucs-insert): Change arguments
11139 from `arg' to `character', `count', `inherit' to be the same
11140 as in `insert-char'. Doc fix. (Bug#4039)
11141
11142 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11143
77748848
JL
111442009-08-12 Juri Linkov <juri@jurta.org>
11145
11146 * files-x.el: New file.
11147
11148 * files.el: Move code that deals with adding/deleting
11149 file/directory-local variables to files-x.el.
11150
11151 * Makefile.in (ELCFILES): Add files-x.elc.
11152
c8a44c4e
DD
111532009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11154
27a9fd5a
DD
11155 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11156 to use `goto-line'.
11157 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11158 `goto-line'.
11159 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 11160 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 11161 threads list.
107ef54a 11162 (gdb): Send -target-detach when buffer is killed (Bug#3794).
2f952059 11163 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
11164 (gdb-stopped): ...here so it's sent when first thread stops.
11165 (gdb-registers-handler-custom): Do nothing if register names are
11166 unknown yet.
27a9fd5a 11167
c8a44c4e
DD
11168 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11169 from `gdb-mi.el' to avoid extra tangling.
11170
11171 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 11172 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
11173 (gdb-update-gud-running): No extra fuss for updating frame number.
11174
dfd4e693
SM
111752009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11176
51c4341f
SM
11177 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11178 (describe-language-environment-map, setup-language-environment-map)
11179 (set-coding-system-map): Move initialization into declaration.
11180 (set-language-info-alist): Last arg to define-key-after can be skipped.
11181
11182 * international/quail.el (quail-completion-1): Simplify.
11183 (quail-define-rules): Use slightly more compact code.
11184 (quail-insert-decode-map): Propertize keys, compact columns.
11185
dfd4e693
SM
11186 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11187 Add goto-line.
11188
83326559
MB
111892009-08-10 Miles Bader <miles@gnu.org>
11190
11191 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11192 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11193 (js2-instance-member, js2-private-member, js2-private-function-call)
11194 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11195 (js2-magic-paren, js2-external-variable):
11196 Remove "-face" suffix from face names.
11197 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11198 (js2-highlight-undeclared-vars, js2-peek-token)
11199 (js2-parse-function-params, js2-mode-show-errors)
11200 (js2-mode-show-warnings, js2-make-magic-delimiter)
11201 (js2-mode-highlight-magic-parens): Update to use new face names.
11202
8e754ea2
MA
112032009-08-09 Michael Albinus <michael.albinus@gmx.de>
11204
11205 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11206 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11207
1c292fc7
CY
112082009-08-09 Chong Yidong <cyd@stupidchicken.com>
11209
18d433a7
CY
11210 * subr.el: Provide hashtable-print-readable.
11211
1c292fc7
CY
11212 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11213 hs-c-like-adjust-block-beginning.
11214 (hs-hide-block-at-point): Stop hiding at the beginning of
11215 hs-block-end-regexp (Bug#700).
11216
2db0ae07
DD
112172009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11218
11219 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11220 a macro.
11221 (gdb-registers-handler-custom): Do not fail when register names
11222 are unavailable.
11223
fe4740a6
DD
112242009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11225
11226 * progmodes/gdb-mi.el (gdb-control-all-threads)
11227 (gdb-control-current-thread): Interactive setters for
11228 `gdb-gud-control-all-threads' to use in menu.
11229 (gdb-show-run-p): Show «Go» when process is not active.
33aeea0e
SM
11230 (gud-tool-bar-map): Add non-stop/A,T indicator.
11231 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 11232
ce299d55
CY
112332009-08-08 Yoni Rabkin <yoni@rabkins.net>
11234
11235 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11236 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
11237 (net-utils-mode): New mode for viewing diagnostic network output.
11238 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11239 (net-utils-run-simple): New function.
11240 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 11241
7c4654ad
DD
112422009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11243
11244 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11245 (gdb-memory-set-address, def-gdb-set-positive-number)
11246 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11247 after changing settings.
11248 (gdb-invalidate-disassembly): Update when first shown.
3f254caa 11249 (gdb-edit-locals-value): Fix.
7c4654ad
DD
11250 (gdb-registers-handler-custom): Print registers in right order and
11251 allow changing register values (only for current thread yet).
9cbac26b
DD
11252 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11253 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11254 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
33aeea0e
SM
11255 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11256 Thread info in mode name.
9cbac26b 11257 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 11258
0f25a277
EZ
112592009-08-08 Eli Zaretskii <eliz@gnu.org>
11260
11261 * mail/rmail.el (rmail-add-mbox-headers)
11262 (rmail-set-message-counters-counter): Search for
11263 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11264
b971be60
GM
112652009-08-08 Glenn Morris <rgm@gnu.org>
11266
11267 * Makefile.in (ELCFILES): Update.
11268
a35d3ad8
EZ
112692009-08-07 Eli Zaretskii <eliz@gnu.org>
11270
33aeea0e
SM
11271 * mail/sendmail.el (mail-yank-original):
11272 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
11273 text is yanked.
11274
8b0bcc2e
EZ
11275 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11276 to "windows" when "pgnuplot" is used.
33aeea0e
SM
11277 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11278 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
11279 (calc-graph-init): Don't send -display and -geometry to
11280 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11281 running "pgnuplot -V" with shell-command-to-string.
11282
11283 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11284 the default.
11285
112862009-08-07 Eli Zaretskii <eliz@gnu.org>
11287
11288 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
11289 org/org-latex.elc.
11290
3bca7ca5
DN
112912009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11292
3c53763c
DN
11293 * vc-dispatcher.el (vc-resynch-window): Update comment.
11294
3bca7ca5
DN
11295 * term.el (term-handle-ansi-escape): Add comments with the
11296 terminfo capabilities implemented.
11297
7b217360
DD
112982009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11299
3f254caa 11300 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 11301 (gdb-var-create-handler): Rewritten using JSON parser.
2f952059
ML
11302 (gdb-propertize-header): Move earlier.
11303 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
11304 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11305 Refresh disassembly buffers only after threads list have been
11306 update.
11307 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11308 variables.
11309
b4d84ecf
JL
113102009-08-04 Juri Linkov <juri@jurta.org>
11311
11312 * files.el: Commands to add/delete file/directory-local variables.
11313 (read-file-local-variable, read-file-local-variable-value)
11314 (read-file-local-variable-mode, modify-file-local-variable)
11315 (modify-file-local-variable-prop-line)
11316 (modify-dir-local-variable): New functions.
11317 (add-file-local-variable, delete-file-local-variable)
11318 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11319 (add-dir-local-variable, delete-dir-local-variable)
11320 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11321 (copy-dir-locals-to-file-locals-prop-line): New commands.
11322
42da39c1
CY
113232009-08-04 Chong Yidong <cyd@stupidchicken.com>
11324
11325 * abbrev.el (insert-abbrev-table-description): Prettify output.
11326 Suggested by Karl Chen.
11327
98bf8494
DD
113282009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11329
78b9fb28 11330 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 11331 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
11332 (gdb-overlay-arrow-position, gdb-thread-position)
11333 (gdb-disassembly-position): Declare variables.
11334 (gdb-wait-for-pending): Function now.
11335 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11336 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11337 compilation goes smoothly.
11338 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11339 (gdb-non-stop-setting): New customization setting which replaces
11340 `gdb-non-stop' so changing it doesn't break active GDB session.
11341 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11342 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11343 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11344 (gdb-show-threads-by-default): New customization options.
11345 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11346 routines.
11347 (gdb-get-buffer-create): Send buffers update signal when they are
11348 created.
11349 (gdb-invalidate-locals, gdb-invalidate-registers)
11350 (gdb-invalidate-breakpoints)
11351 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11352 (gdb-invalidate-memory): Accept update signal.
11353 (gdb-current-context-command): Use --frame option.
11354 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11355 Implement `gdb-frame-number' selection logic.
11356 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11357 whether to show GUD toolbar buttons.
11358 (gdb-thread-exited): Unselect current thread when it exits.
11359 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11360 (gdb-mark-line): Routine which sets overlay arrow or inverses
11361 video on fringeless displays.
11362 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11363 to build aligned columns of data in GDB buffers and set text
11364 properties line-by-line.
11365 (gdb-invalidate-breakpoints)
11366 (gdb-breakpoints-list-handler-custom)
11367 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11368 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11369 (gdb-registers-handler-custom): Align data columns.
11370 (gdb-locals-handler-custom): Now prints data like in variable
11371 declarations.
11372 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
2f952059 11373 Remove confusing buttons.
78b9fb28
DD
11374 (gdb-invalidate-threads): Append --frame.
11375 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11376 between breakpoints/threads buffers.
11377 (gdb-set-window-buffer): Now can ignore dedicated windows.
11378 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11379 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11380 (def-gdb-thread-buffer-gud-command): Replaces
11381 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11382 for fine thread control.
11383 (gdb-preempt-existing-or-display-buffer): New function used to
11384 display bound buffers without breaking window layout.
11385 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11386 (gdb-select-frame): New version of `gdb-frames-select' which now
11387 sets `gdb-frame-number' so commands may use --frame option instead
11388 of inner debugger state.
11389 (gdb-frame-handler): Do not set `gdb-frame-number'.
11390 (gdb-threads-mode-map): Select threads with mouse.
11391
11392 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11393 avoid compilation warning.
11394 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11395 `gdb-show-stop-p`.
11396
566f3909
DD
11397 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11398 Argument `key' renamed to `buffer-type'.
11399 (gdb-current-context-buffer-name): Do not add thread info to
11400 buffer name when no thread is selected.
11401 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11402 command (bug 3794).
11403 (gdb-thread-selected): Handle `=thread-selected' notification.
11404 (gdb-wait-for-pending): New macro to deal with congestion problems.
11405 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11406 breakpoints.
7b6fefac
JB
11407 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11408 This fixes problem similar to one described in bug 3947.
566f3909
DD
11409 (gud-menu-map): More menu items.
11410 (gdb-init-1): Reset `gdb-thread-number' to nil.
11411
4a31122c
DD
11412 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11413 non-stop settings.
11414
11415 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11416 (gdb-current-context-command): Do not append --thread if
11417 `gdb-thread-number' is nil.
33aeea0e
SM
11418 (gdb-running-threads-count, gdb-stopped-threads-count):
11419 New variables.
4a31122c 11420 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
33aeea0e
SM
11421 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11422 New customization options.
4a31122c
DD
11423 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11424 GUD commands.
7b6fefac 11425 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
11426 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11427 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11428 set `gdb-thread-number' and update `gud-running' properly.
11429 (gdb-running): Update threads list when new threads appear.
11430 (gdb-stopped): Support non-stop operation and new thread switching
11431 logic.
11432 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11433 (gdb-json-partial-output): New set of JSON routines.
11434 (def-gdb-auto-update-trigger): New `signal-list' optional
11435 argument.
11436 (gdb-thread-list-handler-custom): Update `gud-running',
11437 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11438 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11439 (gdb-continue-thread, gdb-step-thread): New commands for fine
11440 thread execution control.
11441 (gud-menu-map): New menu items to switch non-stop options.
11442 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 11443 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
11444
11445 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11446 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11447 gdb-buffer-rules.
11448 (def-gdb-auto-update-handler): New nopreserve optional argument.
11449 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11450
2f952059 11451 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
11452 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11453 (gdb-parent-mode): New mode to derive other GDB modes from.
11454 (gdb-display-disassembly-for-thread)
11455 (gdb-frame-disassembly-for-thread): New commands for threads
11456 buffer.
11457
11458 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11459 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
11460 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11461 (gdb-update): We now store all GDB buffers in a list so that they
11462 can be updated by traversing a list instead of calling invalidate
7b6fefac 11463 triggers explicitly.
a5c9f540
DD
11464 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11465 pair for GDB buffer.
11466 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
11467 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11468 handle pending triggers.
11469 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11470 (def-gdb-thread-buffer-simple-command)
11471 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11472 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
11473 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11474 New commands which show buffers bound to thread.
2f952059 11475 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 11476
7b6fefac
JB
11477 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11478 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
11479 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11480 to (gud-comint-buffer) in *-buffer-name functions
11481 because (gdb-get-target-string) already does that.
11482 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11483 (gdb-changed-registers-handler): Rewritten without regexps.
11484
ba214964 11485 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
11486 (gdb-thread-number): New variable.
11487 (gdb-current-context-command): New macro which adds --thread
11488 option to command.
7b6fefac 11489 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 11490 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 11491 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
11492 (gdb-select-thread): New command which selects current thread.
11493 (gdb-invalidate-frames, gdb-invalidate-locals)
11494 (gdb-invalidate-registers): Use --thread option.
20f12ed8 11495
2ac33804
MA
114962009-08-04 Michael Albinus <michael.albinus@gmx.de>
11497
11498 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 11499 robust. (Bug#3977)
2ac33804
MA
11500 (tramp-handle-insert-file-contents): `unwind-protect' must be
11501 inside `with-parsed-tramp-file-name'.
11502
11503 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11504 fails.
11505
39d0296f
NR
115062009-08-03 Nick Roberts <nickrob@snap.net.nz>
11507
11508 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11509 directory if CLASSPATH is not set.
11510
adcbca53
MA
115112009-08-03 Michael Albinus <michael.albinus@gmx.de>
11512
7b6fefac
JB
11513 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11514 New defconst.
7ef849b6 11515 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 11516
30924b0b
CY
115172009-08-02 Kevin Ryde <user42@zip.com.au>
11518
7b6fefac
JB
11519 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11520 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 11521
b6ce92f1
CY
115222009-08-02 Chong Yidong <cyd@stupidchicken.com>
11523
d977a092
CY
11524 * select.el (x-set-selection): Doc fix (Bug#4021).
11525
11526 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11527
b6ce92f1
CY
11528 * help-fns.el (describe-variable): Treat list return values from
11529 dir-locals-find-file properly (Bug#4005).
11530
7b6fefac 115312009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
11532
11533 * net/tramp.el (tramp-debug-message): Print also microseconds.
11534
115352009-08-02 Michael Albinus <michael.albinus@gmx.de>
11536
11537 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11538 or END is non-nil.
11539 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11540 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11541 format.
11542
5ce6e4f4 11543 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
11544 (tramp-get-file-property): Use it.
11545
33aeea0e
SM
11546 * autorevert.el (auto-revert-handler):
11547 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 11548
2aafe808
JR
115492009-08-02 Jason Rumney <jasonr@gnu.org>
11550
11551 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 11552 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 11553
e094097c
CY
115542009-08-02 Chong Yidong <cyd@stupidchicken.com>
11555
11556 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
33aeea0e
SM
11557 (font-lock-variable-name-face, font-lock-constant-face):
11558 Darken the colors for light backgrounds.
e094097c 11559
de94f281
EZ
115602009-08-01 Eli Zaretskii <eliz@gnu.org>
11561
11562 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11563 month names. (Bug#3987)
11564
54b99340
CY
115652009-07-31 Chong Yidong <cyd@stupidchicken.com>
11566
11567 * simple.el (line-move-finish): Pass whole number to
11568 line-move-to-column.
34be836c 11569 (line-move-visual): Perform hscroll to the recorded position.
54b99340 11570
38216c30
JB
115712009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11572
11573 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11574
c779896d
CY
115752009-07-29 Alan Mackenzie <acm@muc.de>
11576
11577 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11578
592ccae0
DD
115792009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11580
35edc6c6
DD
11581 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11582 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 11583
5a9e3ab7
JB
115842009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11585
11586 * calc/calc.el (calc-mode-map): Add keybinding for
11587 `calc-transpose-lines'.
11588
7b6fefac 115892009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
11590
11591 * calc/calc-misc.el (calc-transpose-lines): New function.
11592
905fb90e
MA
115932009-07-28 Michael Albinus <michael.albinus@gmx.de>
11594
11595 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11596 Simplify check for out-of-band methods.
11597 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11598 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11599
76e14464
DN
116002009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11601
11602 * vc-git.el (vc-git-checkin): Fix typo.
11603
6088b51f 116042009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
11605
11606 * progmodes/js2-mode.el: New file.
11607
b85157fe
NR
116082009-07-28 Nick Roberts <nickrob@snap.net.nz>
11609
11610 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11611 (gud-menu-map): Adjust tooltip accordingly.
11612
d43c2b06
DN
116132009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11614
1c0f0c3b
DN
11615 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11616 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11617
d43c2b06
DN
11618 * add-log.el (change-log-mode-map): Add a menu.
11619
3dec5c36
MA
116202009-07-27 Michael Albinus <michael.albinus@gmx.de>
11621
11622 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11623 function returns nil.
11624 (dbus-handle-event): Handle special return value :ignore.
11625 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11626
5704140c
CY
116272009-07-26 Chong Yidong <cyd@stupidchicken.com>
11628
11629 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11630 it's not needed.
11631
3077d1f6
EZ
116322009-07-25 Eli Zaretskii <eliz@gnu.org>
11633
11634 Fix Bug#3888:
11635
11636 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11637
11638 * term/pc-win.el (x-display-name, x-colors)
11639 (x-select-enable-clipboard, x-select-text): Doc fix.
11640
11641 * term/common-win.el (x-display-name, x-colors): Doc fix.
11642
11643 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11644 (xw-defined-colors): Doc fix.
11645
11646 * w32-fns.el (x-select-text, x-setup-function-keys)
11647 (x-get-selection, x-set-selection): Doc fix.
11648
11649 * term/x-win.el (x-select-text, x-setup-function-keys)
11650 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11651
11652 * select.el (x-set-selection): Doc fix.
11653
51768bc8
MA
116542009-07-25 Michael Albinus <michael.albinus@gmx.de>
11655
11656 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11657 instead of "IsNSSSupportAvailable". Avahi ought to work also when
33aeea0e
SM
11658 "IsNSSSupportAvailable" method is not available.
11659 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 11660
b11c2874
KH
116612009-07-24 Kenichi Handa <handa@m17n.org>
11662
11663 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 11664 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
11665 (build-unicode-category-table): Fix range checks.
11666
ba83b7b6
DN
116672009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11668
11669 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11670 the buffer we try to sync is current when calling
11671 vc-resynch-buffer.
11672
11673 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11674 not show up to date files.
11675
7a8ae964
GM
116762009-07-24 Glenn Morris <rgm@gnu.org>
11677
11678 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11679 Add autoload cookies. If necessary, initialize.
11680 (elint-log): Handle non-file buffers.
11681 (elint-initialize): Add optional argument to reinitialize.
11682 (elint-find-builtin-variables): Save excursion.
11683
a707eb05
DN
116842009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11685
11686 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11687 for Lint.
11688
0a2ddfa6
DN
116892009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11690
d6a62b0d
DN
11691 * vc.el (vc-print-log-internal): New function, split out from ...
11692 (vc-print-log): ... here.
10b5dcad 11693 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 11694
0a2ddfa6
DN
11695 * vc-git.el (vc-git-add-signoff): New variable.
11696 (vc-git-checkin): Use it.
11697 (vc-git-toggle-signoff): New function.
11698 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
11699 (vc-git--run-command-string): Accept a nil FILE argument.
11700 (vc-git-stash-list): New function.
11701 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 11702
589a99f2
GM
117032009-07-23 Glenn Morris <rgm@gnu.org>
11704
11705 * help-fns.el (describe-variable): Describe ignored and risky local
11706 variables in a similar way to that in which we describe safe ones.
11707
11708 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11709 (byte-compile-output-file-form, byte-compile-output-docform)
11710 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11711 Give some more local variables with common names a "bytecomp-" prefix,
11712 so as not to shadow things during compilation.
11713 * emacs-lisp/cl-macs.el (load-time-value)
11714 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11715 `outbuffer' to `bytecomp-outbuffer'.
11716
11717 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11718 since the next two variables cover them automatically now.
11719 (elint-builtin-variables, elint-autoloaded-variables): New.
11720 (elint-unknown-builtin-args): Remove all members, since they can be
11721 parsed automatically now.
11722 (elint-extra-errors): New.
11723 (elint-env-add-env, elint-env-add-macro): Use cadr.
11724 (elint-current-buffer): Use or. Change final message.
11725 (elint-get-top-forms): Use line-end-position.
11726 (elint-init-env): Use cadr. Handle autoload, declare-function,
11727 and defalias.
11728 (elint-add-required-env): Doc fix. Use or. Standardize error.
11729 (regexp-assoc): Remove unused function.
11730 (elint-top-form): Set elint-current-pos, to record the start of the
11731 top-level form, for compilation-mode.
11732 (elint-form): Trap errors in macro expansion. Use dolist.
11733 (elint-unbound-variable): Use elint-builtin-variables and
11734 elint-autoloaded-variables.
11735 (elint-get-args): Use cadr, or.
11736 (elint-check-cond-form): Use dolist, cadr.
11737 (elint-check-condition-case-form): Doc fix. Use cadr.
11738 Use elint-extra-errors.
11739 (elint-log): New function.
11740 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11741 Distinguish errors and warnings.
11742 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11743 Use a bytecomp-style format.
11744 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11745 (elint-get-log-buffer): Use compilation mode. Disable undo.
11746 Don't truncate lines.
11747 (elint-initialize): Set builtin and autoloaded variable lists.
11748 Only process elint-unknown-builtin-args if non-nil.
11749 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11750 New functions.
11751 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11752
855b42a2
GM
117532009-07-22 Kevin Ryde <user42@zip.com.au>
11754
11755 * net/newst-backend.el (newsticker--parse-atom-1.0)
11756 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11757 (newsticker--parse-rss-1.0):
11758 * progmodes/idlwave.el (idlwave-mode):
11759 * progmodes/idlw-shell.el (idlwave-shell-mode):
11760 * progmodes/vera-mode.el (vera-mode):
11761 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11762 * progmodes/vhdl-mode.el (vhdl-mode):
11763 * textmodes/table.el (table-generate-source)
11764 (table--warn-incompatibility):
11765 Hyperlink urls in docstrings with URL `...'.
11766
fd413a37
GM
117672009-07-22 Glenn Morris <rgm@gnu.org>
11768
cb711556
GM
11769 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11770 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11771 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11772 Remove leading * from defcustom docs.
11773
fd413a37
GM
11774 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11775
11776 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11777 defcustom doc.
11778 (list-load-path-shadows): Optionally, just return shadows as a string.
11779
11780 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11781
a4f69701
CY
117822009-07-21 Chong Yidong <cyd@stupidchicken.com>
11783
33aeea0e
SM
11784 * mail/rmailedit.el (rmail-edit-mode):
11785 Use auto-save-include-big-deletions.
a4f69701 11786
33aeea0e
SM
11787 * mail/rmail.el (rmail-variables):
11788 Use auto-save-include-big-deletions.
a4f69701
CY
11789
11790 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11791 changes.
11792
ec06459c
JB
117932009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11794
11795 * calc/calc.el (calc-undo-length): New variable.
11796 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11797
b41b0976
RS
117982009-07-21 Richard Stallman <rms@gnu.org>
11799
11800 * files.el (auto-save-mode): Handle buffer-save-size = -2
11801 for toggling mode.
11802
4ed32706
GM
118032009-07-21 Glenn Morris <rgm@gnu.org>
11804
531b1264
GM
11805 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11806
55d27f41
GM
11807 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11808
02df3f4d
GM
11809 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11810 silence compiler. Instead...
11811 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11812 (ps-print-ensure-fontified): Update for above function name changes.
11813
fdd8417e
GM
11814 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11815 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11816 silence compiler. Instead...
11817 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11818 (mh-show-buffer): Only define for compiler.
11819 (pr-mh-current-message): Update for above function name changes.
11820
4ed32706
GM
11821 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11822 as an argument.
11823 (find-file-noselect, insert-file-1): Update for above change.
11824
11825 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11826
11827 * mail/mailclient.el (mailclient-send-it): Fix message.
11828
11829 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11830 (edebug-eval): Check cl-debug-env is bound.
11831 (print-level, print-circle): Don't redefine built-in variables.
11832
11833 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11834 (custom-print-vectors): Remove old comments from doc.
11835
11836 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11837 (emerge-version): Make the variable an obsolete alias for the
11838 emacs-version variable. Make the function obsolete.
11839 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11840 Emerge options, rather than merging in into the main Options menu.
11841 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11842 and auto advance modes. Disable edit/fast items when not relevant.
11843
86812144
CY
118442009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11845
11846 * term/vt420.el (terminal-init-vt420): Fix typo.
11847
6bb90094
SS
118482009-07-20 Sam Steingold <sds@gnu.org>
11849
11850 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11851 variable (removed from compile.el on 2004-03-11).
11852
42e0a725
CY
118532009-07-20 Chong Yidong <cyd@stupidchicken.com>
11854
11855 * files.el (hack-local-variables-filter): Fix last change.
11856
2ee20f24
JL
118572009-07-19 Juri Linkov <juri@jurta.org>
11858
11859 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11860 (dir-local-variables-alist): New buffer-local variable.
11861 (hack-local-variables-filter): If variable is not dir-local,
11862 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11863 because file-local overrides dir-local.
3570691b 11864 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
11865 Remove obsolete declaration.
11866 (hack-dir-local-variables): Add dir-local variable/value pair to
11867 `dir-local-variables-alist' and remove duplicates. Doc fix.
11868
11869 * help-fns.el (describe-variable): Add information about
11870 file-local and dir-local variables.
11871
89bf83cd
CY
118722009-07-19 Chong Yidong <cyd@stupidchicken.com>
11873
11874 * files.el (hack-local-variables-filter): Rewrite.
11875
1a8d3541
GM
118762009-07-19 Glenn Morris <rgm@gnu.org>
11877
d9e8a018
GM
11878 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11879 Silence compiler by only defining on XEmacs.
11880
da332cfb
GM
11881 * international/mule.el (auto-coding-regexp-alist): Only match
11882 BABYL... at the start of buffer, not of lines. (Bug#3790)
11883
1a8d3541
GM
11884 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11885 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11886 (cal-menu-context-mouse-menu): Doc fix.
11887
11888 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11889
11890 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11891
d842b103
JL
118922009-07-18 Juri Linkov <juri@jurta.org>
11893
11894 * info.el: Virtual Info keyword finder.
3570691b 11895 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
11896 (Info-finder-file): New variable.
11897 (Info-finder-find-file): New function.
11898 (finder-known-keywords, finder-package-info)
11899 (find-library-name, lm-commentary): Use defvar and
11900 declare-function to silence compiler warnings.
11901 (Info-finder-find-node): New function.
11902 (info-finder): New command.
11903
11904 * subr.el (process-kill-buffer-query-function): New function.
11905 (add-hook)<kill-buffer-query-functions>: Add hook
11906 `process-kill-buffer-query-function'.
11907
10d37df7
AM
119082009-07-18 Alan Mackenzie <acm@muc.de>
11909
7b6fefac 11910 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
11911 (c-postprocess-file-styles): Give invocation of `c-set-style'
11912 DONT-OVERRIDE parameter of t. Already set style variables will
11913 thus not be overridden by style settings given by `c-file-syle'.
11914
11915 * files.el (hack-local-variables-filter): Remove entries with
11916 duplicate keys from `file-local-variables-alist'.
11917
102e1a41
EZ
119182009-07-18 Eli Zaretskii <eliz@gnu.org>
11919
11920 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11921 x-set-selection if display-selections-p returns nil for the
11922 current frame.
11923
16f2e9fc
CY
119242009-07-18 Chong Yidong <cyd@stupidchicken.com>
11925
11926 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11927
f22693fc
EZ
119282009-07-18 Eli Zaretskii <eliz@gnu.org>
11929
a6c2c80c
EZ
11930 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11931 Accept nil in addition to a regexp.
11932 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11933 Accept nil in addition to a regexp.
11934 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11935 buffers that have an associated file. Handle nil values of
11936 desktop-buffers-not-to-save and desktop-files-not-to-save.
11937 (Bug#3833)
11938
f22693fc
EZ
11939 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11940 (x-disown-selection-internal): New functions.
11941
e456379a
NR
119422009-07-18 Nick Roberts <nickrob@snap.net.nz>
11943
11944 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11945 warning.
11946 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11947 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11948
0013b70f
CY
119492009-07-18 David De La Harpe Golden <david@harpegolden.net>
11950
11951 * simple.el (set-mark): Revert last change.
11952
0855c2ca
CY
119532009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11954
11955 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11956 rendering of pngs is not possible instead of messaging a long
11957 description.
11958
3f5c9cad
CY
119592009-07-17 David De La Harpe Golden <david@harpegolden.net>
11960
11961 * w32-fns.el (x-selection-owner-p): New function.
11962
11963 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
33aeea0e
SM
11964 (mouse-yank-at-click, mouse-yank-primary):
11965 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 11966 insertion.
3f5c9cad
CY
11967
11968 * simple.el (deactivate-mark, set-mark): Only save selection if we
11969 own it.
11970
1fc87f9b
KH
119712009-07-17 Kenichi Handa <handa@m17n.org>
11972
11973 * case-table.el (describe-buffer-case-table): Fix for the case
11974 that KEY is a cons.
11975
d56fdcd2
DN
119762009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11977
11978 * vc-rcs.el (vc-rcs-find-file-hook):
11979 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11980
bede3e9f
MA
119812009-07-16 Michael Albinus <michael.albinus@gmx.de>
11982
11983 * net/tramp.el (tramp-wait-for-output): Handle the case when
11984 commands do not return a newline but a null byte before the shell
11985 prompt. (Bug#3858)
11986
7653ca1d
YM
119872009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11988
11989 * term/ns-win.el (ns-set-alpha): Don't declare.
11990 (ns-set-background-alpha): Remove function.
11991
ed2a52e9
SM
119922009-07-16 Kevin Ryde <user42@zip.com.au>
11993
11994 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11995 y-or-n-p, for safety.
11996
7a907299
RS
119972009-07-16 Richard Stallman <rms@gnu.org>
11998
11999 * files.el (auto-save-mode): If buffer-saved-size is -2,
12000 don't clobber it.
12001
12002 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12003 (rmail-retry-ignored-headers): Add more uninteresting fields.
12004
c0db3477
CY
120052009-07-15 Jari Aalto <jari.aalto@cante.net>
12006
12007 * net/rcirc.el (rcirc): Use history variables.
12008 (rcirc-server-name-history, rcirc-nick-name-history)
12009 (rcirc-server-port-history): New variables.
12010
6c875452
KH
120112009-07-15 Kenichi Handa <handa@m17n.org>
12012
bf974dc9
KH
12013 * international/mule-cmds.el (set-language-environment-charset):
12014 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12015 ignore them.
12016
6c875452
KH
12017 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12018 Delete unibyte-display.
12019
2066b4fe
CY
120202009-07-15 Chong Yidong <cyd@stupidchicken.com>
12021
12022 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12023
f9be2e35
CY
120242009-07-15 Chong Yidong <cyd@stupidchicken.com>
12025
12026 * simple.el (deactivate-mark): Optional argument FORCE.
12027 (set-mark): Use deactivate-mark.
12028
12029 * info.el (Info-search): No need to check transient-mark-mode
12030 before calling deactivate-mark.
12031
12032 * select.el (x-set-selection): Doc fix.
12033 (x-valid-simple-selection-p): Allow buffer values.
33aeea0e
SM
12034 (xselect--selection-bounds): Handle buffer values.
12035 Suggested by David De La Harpe Golden.
f9be2e35 12036
33aeea0e
SM
12037 * mouse.el (mouse-set-region, mouse-drag-track):
12038 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
12039 select-active-regions work.
12040
be3e598a 120412009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
12042
12043 * simple.el (deactivate-mark): If select-active-regions is
12044 non-nil, copy the selection data into a string.
12045 (activate-mark): If select-active-regions is non-nil, set the
12046 selection to the current buffer.
12047 (set-mark): Update selection if select-active-regions is non-nil.
12048
12049 * select.el (x-valid-simple-selection-p): Allow buffer values.
12050
cbd61418
SM
120512009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12054 and more featureful message-mode.
12055
f470187f
CY
120562009-07-14 Chong Yidong <cyd@stupidchicken.com>
12057
12058 * select.el (x-set-selection): Doc fix.
12059 (x-valid-simple-selection-p): Disallow selection data consisting
12060 of a list or cons of integers, since that is not used.
12061 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12062 (xselect-convert-to-string, xselect-convert-to-length)
12063 (xselect-convert-to-filename, xselect-convert-to-charpos)
12064 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12065
bfc99364
DD
120662009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12067
12068 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12069 output in -break-info command (Emacs bug #3794).
12070
e32721f5
GM
120712009-07-14 Glenn Morris <rgm@gnu.org>
12072
1e46f9e4
GM
12073 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12074 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12075 (edebug-print-length, edebug-print-level, edebug-print-circle)
12076 (edebug-sit-for-seconds, edebug-view-outside)
12077 (edebug-bounce-point, edebug-set-global-break-condition)
12078 (edebug-Go-nonstop-mode, edebug-trace-mode)
12079 (edebug-Trace-fast-mode, edebug-continue-mode)
12080 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12081 (edebug-visit-eval-list): Doc fixes.
12082
e32721f5
GM
12083 * subr.el (def-edebug-spec): Doc fix.
12084
66a85e76
KH
120852009-07-14 Kenichi Handa <handa@m17n.org>
12086
12087 * international/characters.el: Fix setting of category ?C.
12088
28571246
JD
120892009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12090
7b6fefac 12091 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
12092 ns-popup-font-panel instead of generate-fontset-menu.
12093
5d74672c
EZ
120942009-07-12 Eli Zaretskii <eliz@gnu.org>
12095
7b6fefac 12096 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 12097
eb1727a4
CY
120982009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12099
12100 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12101 the PK\003\004 header (Bug#3770).
12102
208384c5
CY
121032009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12104
12105 * pcomplete.el (pcomplete-comint-setup): Check for
12106 shell-dynamic-complete-filename too.
12107
774409a1
CY
121082009-07-11 Chong Yidong <cyd@stupidchicken.com>
12109
12110 * simple.el (temporary-goal-column): Change the value for
12111 line-move-visual to a cons cell.
12112 (line-move-visual): Record or set the window hscroll, if
12113 necessary (Bug#3494).
12114 (line-move-1): Handle cons value of temporary-goal-column.
12115
1639ee1d
KH
121162009-07-11 Kenichi Handa <handa@m17n.org>
12117
12118 * international/mule-diag.el (describe-character-set): Don't show
12119 width.
12120
2b1d2412
SS
121212009-07-10 Sam Steingold <sds@gnu.org>
12122
12123 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12124 Omake sometimes indents the errors it prints, so allow all
12125 regexps to start with spaces.
12126
ed3a5691
EZ
121272009-07-10 Eli Zaretskii <eliz@gnu.org>
12128
ed2a52e9
SM
12129 * cus-edit.el (customize-changed-options-previous-release):
12130 Bump value to 22.1. (Bug#3804)
ed3a5691 12131
49405d0e
SS
121322009-07-08 Sam Steingold <sds@gnu.org>
12133
12134 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12135 to be a cons cell (test . ignored-directory) to selectively ignore
12136 some directories depending on the location of the search.
12137
93c3eb7c
MA
121382009-07-08 Michael Albinus <michael.albinus@gmx.de>
12139
12140 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12141 remote user is root, on the local host.
12142 (tramp-local-host-p): Either the local user or the remote user
12143 must be root. (Bug#3771)
12144
6f2a8484
NR
121452009-07-08 Nick Roberts <nickrob@snap.net.nz>
12146
12147 * progmodes/gdb-mi.el (gdb): Remove description of
12148 gdb-use-separate-io-buffer.
69cb8d82 12149 (menu): Don't allow toggling of or enable
6f2a8484
NR
12150 gdb-use-separate-io-buffer from menubar.
12151
88d03607
CY
121522009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12153
12154 * mail/unrmail.el (unrmail): Make sure the message ends with two
12155 newlines (Bug#3769).
12156
7ef5b8b2
GM
121572009-07-08 Glenn Morris <rgm@gnu.org>
12158
12159 * calendar/calendar.el (calendar-current-date): Rework previous change.
12160
3ce82f97
GM
121612009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12162
12163 * calendar/calendar.el (calendar-current-date):
12164 Add an optional argument giving an offset from today.
12165
f35fc841
GM
121662009-07-08 Glenn Morris <rgm@gnu.org>
12167
12168 * tutorial.el (tutorial--describe-nonstandard-key):
12169 Adjust the message for when a key has been unbound.
12170 (help-with-tutorial): Hide the arch-tag.
12171
40149292
KH
121722009-07-08 Kenichi Handa <handa@m17n.org>
12173
69cb8d82
KH
12174 * international/fontset.el (setup-default-fontset): For each
12175 script, append (not set) font-specs.
12176
40149292
KH
12177 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12178 docstring.
12179
ff0c4194
NR
121802009-07-08 Nick Roberts <nickrob@snap.net.nz>
12181
12182 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12183 -data-list-register-names to ...
12184 (gdb-starting): ... here because GDB 7.0 requires execution to
12185 have started when using this MI command.
12186 (gdb-set-header): New function to distinguish select and
12187 unselected tabs in gdb buffers.
12188 (gdb-propertize-header): New macro that uses gdb-set-header.
12189 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 12190 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 12191
8954c675
CY
121922009-07-07 Chong Yidong <cyd@stupidchicken.com>
12193
12194 * Makefile.in (ELCFILES): Remove fadr.elc.
12195
0996385d
DD
121962009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12197
dc6b4519
DD
12198 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12199 may contain frame information, so `string-match' should be used.
12200 (gdb-update): Disassembly is invalidated through
12201 `gdb-get-selected-frame'.
12202 (gdb-pad-string): New function to pad string with spaces.
12203 (gdb-invalidate-disassembly): Invalidate only if the buffer
12204 exists.
12205 (gdb-disassembly-handler-custom): Column alignment.
12206 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12207 placing new ones.
12208 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12209 end of line, too.
12210 (gdb-frame-handler): Match convention to for disassembly buffer
12211 mode name.
17c1380b 12212 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
12213 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12214 not highlight breakpoints without line information.
69a197a2 12215 (gdb-input): Add trailing newline to command.
dc6b4519 12216
14340b25
DD
12217 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12218 buffer properly.
12219 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 12220 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
12221 now.
12222 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12223 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12224 to place breakpoints.
14340b25
DD
12225 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12226 functions.
12227 (gdb-disassembly-handler-custom): Show overlay arrow.
12228 (gdb-disassembly-place-breakpoints): Show breakpoints in
12229 disassembly buffer.
12230 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 12231 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 12232 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 12233 in `gud-menu-map'.
14340b25 12234
38d4f316 12235 * fadr.el: Remove.
1f2a6224 12236
7b6fefac 12237 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 12238 (gdb-memory-address): New variable which holds top address of
7b6fefac 12239 memory page shown in memory buffer.
33aeea0e
SM
12240 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12241 New customization variables.
0996385d
DD
12242 New functions:
12243 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12244 display the memory buffer.
12245 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12246 buffer display parameters.
12247 (def-gdb-memory-format, gdb-memory-format-binary)
12248 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12249 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12250 Functions for setting memory buffer format.
12251 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12252 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12253 unit size used in memory buffer.
33aeea0e
SM
12254 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12255 Switch to next/previous page of memory buffer.
28d67a53 12256 Now using (bindat-get-field) instead of fadr functions.
0996385d 12257
9ba562d3
SS
122582009-07-07 Sam Steingold <sds@gnu.org>
12259
12260 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12261 non-top-level files.
12262
a43977db
KH
122632009-07-07 Kenichi Handa <handa@m17n.org>
12264
33aeea0e
SM
12265 * international/mule-cmds.el (reset-language-environment):
12266 Put the highset priority to the charset iso-8859-1.
a43977db 12267
d44d05e8
CY
122682009-07-06 Chong Yidong <cyd@stupidchicken.com>
12269
12270 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12271 to the end of the line when locating the block (Bug#700).
12272
3e2fa353
MA
122732009-07-06 Michael Albinus <michael.albinus@gmx.de>
12274
12275 * net/tramp.el (tramp-handle-write-region): Flush file properties
12276 in case of short track.
12277
be3e598a 122782009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 12279
bf0b361c
JB
12280 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12281 Coded custom representation of verilog error regular expressions
12282 to work with Emacs-22's new format.
d88782c3 12283 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 12284 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
12285 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12286 error recognition into XEmacs.
12287 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12288 error recognition into Emacs-22.
12289
25c6f63e
CY
122902009-07-06 Chong Yidong <cyd@stupidchicken.com>
12291
12292 * woman.el: Remove stand-alone closing parentheses.
12293 (woman-file-name, woman2-format-paragraphs)
12294 (woman-leave-blank-lines): Code cleanup.
12295 (woman-use-own-frame): Change default to nil.
33aeea0e
SM
12296 (woman-italic, woman-bold, woman-unknown, woman-addition):
12297 Change defaults to inherit from default faces.
25c6f63e
CY
12298 (woman2-process-escapes): Consume the newline after a stand-alone
12299 filler character (Bug#3651).
12300
f176290e
GM
123012009-07-06 Glenn Morris <rgm@gnu.org>
12302
12303 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12304 (top-level): Move provide to the end.
12305 (ffap): Remove defunct URL from custom group.
12306
12307 * subr.el (eval-after-load): Doc fix.
12308
7b6fefac 123092009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
12310
12311 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12312 `calc-embedded-word' is called twice.
12313
4b8b1ec5
SM
123142009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * files.el (find-alternate-file-other-window, find-alternate-file):
12317 Obey confirm-nonexistent-file-or-buffer.
12318
d6ceb380
MA
123192009-07-05 Michael Albinus <michael.albinus@gmx.de>
12320
12321 * dired-aux.el (dired-show-file-type): Handle remote files.
12322
be3e598a 123232009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 12324
4b8b1ec5
SM
12325 * desktop.el (desktop-globals-to-save):
12326 Add file-name-history (Bug#2750).
c760f19e 12327
6d00ce04
CY
123282009-07-05 Chong Yidong <cyd@stupidchicken.com>
12329
4b8b1ec5 12330 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 12331
6ee21b07
JB
123322009-07-04 Johan Bockgård <bojohan@gnu.org>
12333
12334 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12335 property on entire argument since this is what eshell-lisp-command
12336 expects.
12337
f0dbdc25
MA
123382009-07-03 Michael Albinus <michael.albinus@gmx.de>
12339
12340 * net/tramp-gvfs.el (tramp-gvfs-methods)
12341 (tramp-gvfs-zeroconf-domain)
12342 (tramp-bluez-discover-devices-timeout): Add version flag.
12343 (tramp-gvfs-handler-mounted-unmounted)
12344 (tramp-gvfs-connection-mounted-p): Polish handling of
12345 incompatibilities between GVFS 0.2 and 1.0.
12346
e044e4fc
JD
123472009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12348
4b8b1ec5 12349 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 12350
2e9b968b
JB
123512009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12352
bf0b361c 12353 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
12354 formatted correctly.
12355
baf1a55e
JL
123562009-07-02 Juri Linkov <juri@jurta.org>
12357
12358 * info.el: Virtual Info files and nodes.
12359 (Info-virtual-files, Info-virtual-nodes): New variables.
12360 (Info-current-node-virtual): New variable.
12361 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12362 New functions.
12363 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12364 to check for a virtual file instead of checking a fixed list
12365 of node names.
12366 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12367 instead of ad-hoc processing of "dir" and (apropos history toc).
12368 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12369 instead of ad-hoc processing of "dir" and (apropos history toc).
12370 Reread a file when moving from a virtual node.
12371 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12372 (Info-directory-toc-nodes, Info-directory-find-file)
12373 (Info-directory-find-node): New functions.
12374 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12375 (Info-history): Move part of code to
12376 `Info-history-find-node'.
12377 (Info-history-toc-nodes, Info-history-find-file)
12378 (Info-history-find-node): New functions.
12379 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12380 (Info-toc): Move part of code to `Info-toc-find-node'.
12381 (Info-toc-find-node): New function.
4b8b1ec5 12382 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
12383 the current Info file name to references because now the node
12384 "*TOC*" belongs to the same Info manual.
4b8b1ec5 12385 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
12386 (Info-toc-nodes): Rename input argument `file' to `filename'.
12387 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12388 instead of ad-hoc processing of ("dir" apropos history toc).
12389 (Info-index-nodes): Use Info-virtual-file-p
12390 to check for a virtual file instead of checking a fixed list
12391 of node names.
12392 (Info-index-node): Add check for `Info-current-node-virtual'.
12393 Raise `save-match-data' higher up the tree to contain
12394 `search-forward' too (bug fix).
12395 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12396 (Info-virtual-index-nodes): New variable.
12397 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12398 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12399 (Info-apropos-file, Info-apropos-nodes): New variables.
12400 (Info-apropos-toc-nodes, Info-apropos-find-file)
12401 (Info-apropos-find-node, Info-apropos-matches): New functions.
12402 (info-apropos): Move part of code to `Info-apropos-find-node' and
12403 `Info-apropos-matches'.
12404 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12405 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12406 for a virtual file instead of checking a fixed list of node names.
12407
12408 * simple.el (async-shell-command): New command.
12409
12410 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12411
12412 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12413 instead of `mount-info'.
12414
d04bc496
MA
124152009-07-02 Michael Albinus <michael.albinus@gmx.de>
12416
12417 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 12418 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 12419
af0403e0
KH
124202009-07-02 Kenichi Handa <handa@m17n.org>
12421
12422 * international/mule.el (set-keyboard-coding-system): Force *-unix
12423 coding-system to avoid eol conversion.
12424
99278f8a
MA
124252009-07-01 Michael Albinus <michael.albinus@gmx.de>
12426
4b8b1ec5
SM
12427 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12428 Add handler for `process-file', `shell-command' and
99278f8a
MA
12429 `start-file-process'.
12430 (tramp-gvfs-handle-shell-command)
12431 (tramp-gvfs-handle-start-file-process)
12432 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 12433 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 12434
3f1c6666
JD
124352009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12436
12437 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12438
3f396bac
KH
124392009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12440
12441 * language/korean.el (set-language-info-alist): Add korean-cp949,
12442 cp949 to spec.
12443
c1185193
KH
124442009-07-01 Kenichi Handa <handa@m17n.org>
12445
12446 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12447
12448 * international/encoded-kb.el: Deleted.
12449
12450 * international/mule.el (set-keyboard-coding-system): Perform the
12451 necessary setup here instead of calling encoded-kbd-setup-display.
12452
3f150a60
GM
124532009-07-01 Glenn Morris <rgm@gnu.org>
12454
12455 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12456
b0d5b05b
GM
124572009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12458
12459 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12460
4f4126e6
MA
124612009-06-30 Michael Albinus <michael.albinus@gmx.de>
12462
4b8b1ec5
SM
12463 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12464 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 12465 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 12466
7ae3ea65 12467 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
12468 (top): Add a default for "synce" in `tramp-default-user-alist'.
12469 Add completion function for "synce" method.
12470 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
12471 (tramp-hal-interface-manager, tramp-hal-interface-device):
12472 New defconst.
12473 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12474 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12475 New defuns.
d6ceb380
MA
12476
12477 * net/trampver.el: Update release number.
7ae3ea65 12478
0ad6626b
KH
124792009-06-30 Kenichi Handa <handa@m17n.org>
12480
12481 * international/fontset.el (setup-default-fontset): Add CJK fonts
12482 for symbols and the other miscellaneous characters.
12483
4b8b1ec5
SM
12484 * language/korea-util.el (setup-korean-environment-internal):
12485 Make char-width-table suitable for Korean environments.
0ad6626b
KH
12486 (exit-korean-environment): Cancel above.
12487
12488 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12489 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 12490 setup-function to make char-width-table suitable for respective
0ad6626b
KH
12491 environments, and an exit-function to cancel that.
12492
12493 * language/japan-util.el (setup-japanese-environment-internal):
12494 Call use-cjk-char-width-table with arg `ja_JP'.
12495
12496 * international/characters.el (cjk-char-width-table): Delete it.
12497 (cjk-char-width-table-list): New variable.
12498 (use-cjk-char-width-table): New arg local-name.
12499 (use-default-char-width-table): Fix for the case that Emacs is
12500 already using the default char-width-table.
12501
fd46e893
MA
125022009-06-29 Michael Albinus <michael.albinus@gmx.de>
12503
12504 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12505 modes mandatory. (Bug#3712)
12506
b87d9f96
AM
125072009-06-29 Alan Mackenzie <acm@muc.de>
12508
12509 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 12510 correction between the visible width of TABs and their number of bytes.
b87d9f96 12511
2d25aa5a
CY
125122009-06-29 Chong Yidong <cyd@stupidchicken.com>
12513
12514 * server.el (server-buffer-done): Prevent kill-buffer from
12515 prompting by clearing the buffer modification flag (Bug#3696).
12516
a3a8b002
DN
125172009-06-28 Michael McNamara <mac@mail.brushroad.com>
12518
bf0b361c 12519 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 12520 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
12521 (verilog-basic-complete-re): Support localparam lineup.
12522 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12523 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12524 commenting.
12525 (verilog-leap-to-case-head): Now support *nested* unique &
12526 priority case statements.
12527 (verilog-auto-lineup): Make just declarations the default (as it
12528 had been).
4b8b1ec5 12529 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 12530 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 12531 select the various styles of automatic lineup.
a3a8b002
DN
12532 (verilog-error-regexp-alist): Rework to support the XEmacs style
12533 of error regular expressions from compilers, lint tools &
12534 simulators. Note that GNU Emacs has made it impossible for a mode
12535 to load such things.
12536 (electric-verilog-terminate-line, verilog-indent-declaration)
12537 (verilog-auto-wiure): Rework for radio button selection of
12538 auto-lineup selection of specification of auto lineup.
12539 (verilog-beg-of-statement-1): Redesign to support proper operation
12540 in additional code, based on testing with auto-lineup.
12541 (verilog-calculate-indent, assignments & declarations)
12542 (verilog-backward-token): Enhance to support auto-lineup of
12543 assignments & declarations.
12544 (verilog-in-directive-p, verilog-at-struct-p): New function for
12545 easy test of whether we are.
12546 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12547 to support safe execution at almost anyline.
12548 (verilog-calc-1): Properly support indenting deep inside generate
12549 blocks.
48c2d18a 12550 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 12551 as it is redundant with font-lock-defaults.
a8f316ca 12552 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
12553 to avoid circular calls if syntax-ppss is a function (as is the
12554 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 12555 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
12556 (verilog-ovm-begin-re, verilog-ovm-end-re)
12557 (verilog-ovm-statement-re, verilog-leap-to-head)
12558 (verilog-backward-token): Add support for OVM macros. Some are
12559 complete statements, and others open and close scopes like begin
12560 and end.
12561 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12562 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 12563 compilation issue.
48c2d18a 12564 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 12565 coverpoint, constraint and cross statements.
a3a8b002
DN
12566 (verilog-defun-level-list, verilog-generate-defun-level-list)
12567 (verilog-all-defun-level-list): Redo these specifications - it is
12568 too hard to support eval-when compile aggregation of lists also
12569 built at when-compile time.
12570 (verilog-defun-level-list): Place defconsts of variables used in
12571 building regular expressions which are built in eval-when-compile
12572 bodies in the same eval-when-compile body to facilitate compile
12573 without load.
12574 (verilog-beg-block-re-ordered): Support indenting
12575 virtual/protected tasks and functions.
7b6fefac 12576 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
12577 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12578 indentation of some module items (generate items).
12579 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12580 across virtual/protected tasks and functions.
12581
125822009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12583
bf0b361c 12584 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 12585 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
12586 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12587 in concatenations. Reported by Yishay Belkind.
12588 (verilog-auto-ascii-enum): Support one-hot state machines in
12589 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12590 (verilog-auto-inst, verilog-auto-inst-port): Include interface
33aeea0e
SM
12591 modport in AUTOINST and add vl-modport for users.
12592 Reported by David Rogoff.
a3a8b002
DN
12593 (verilog-auto-inout-module, verilog-auto-inst)
12594 (verilog-decls-get-interfaces, verilog-insert-definition)
12595 (verilog-insert-one-definition, verilog-read-decls)
12596 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12597 (verilog-sig-modport, verilog-signals-combine-bus)
12598 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12599 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12600 Suggested by David Rogoff.
12601 (verilog-repair-open-comma): Fix non-insertion of comma when
12602 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12603 (verilog-make-width-expression): Simplify [A-1:0] expression
12604 widths to just {A{1'b0}}.
12605 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
12606 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12607 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
12608 inputs/outputs or data type. Suggested by Vasu Kandadi.
12609 (next-error-last-buffer): Fix byte-compiler warning.
12610 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12611 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 12612 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 12613 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
12614 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12615 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 12616 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
12617 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12618 causing use of <= assignments. Reported by Alex Reed.
12619 (verilog-read-decls): Fix triand, trior, wand, wor to be
12620 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12621 (verilog-extended-complete-re): Support import "DPI-C" functions.
12622 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 12623 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
12624 (verilog-insert-date, verilog-insert-year)
12625 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12626 Windows systems. Reported by Michael Potts.
12627 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 12628 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 12629 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 12630 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
12631 (verilog-read-decls): Fix detecting "parameter int" when using
12632 AUTOINSTPARAM. Reported by Bruce T.
12633 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 12634 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 12635 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
12636 verilog-goto-defun will work. Reported by Lawrence Butcher.
12637 (verilog-getopt): Expand environment variables in -f file
12638 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 12639 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
12640 when reading enumerations.
12641 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12642 Suggested by Stephen Peltan.
4b8b1ec5 12643 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
12644 files. Reported by Steve Peltan.
12645
f7c0d931
CY
126462009-06-28 David De La Harpe Golden <david@harpegolden.net>
12647
12648 * files.el (trash-directory): Fix defcustom type.
12649
baf1a55e 126502009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
12651
12652 * help-fns.el (describe-function-1): Correctly locate adviced
12653 functions in hyperlink (Bug#2438).
12654
d63a01ef
CY
126552009-06-28 Chong Yidong <cyd@stupidchicken.com>
12656
12657 * files.el (trash-directory): Change default to nil.
12658 (move-file-to-trash): If trash-directory is nil and
12659 system-move-file-to-trash is unbound, perform freedesktop-style
12660 trashing.
12661
126622009-06-28 David De La Harpe Golden <david@harpegolden.net>
12663
12664 * files.el (move-file-to-trash): Add freedesktop trash
12665 support (Bug#973).
12666
fc2f6a26
GM
126672009-06-28 Glenn Morris <rgm@gnu.org>
12668
12669 * autorevert.el (global-auto-revert-non-file-buffers)
12670 (global-auto-revert-mode): Doc fixes.
12671
00242b07
JB
126722009-06-27 Johan Bockgård <bojohan@gnu.org>
12673
12674 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12675
f5594f03
CY
126762009-06-27 Chong Yidong <cyd@stupidchicken.com>
12677
e8a2b2da
CY
12678 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12679 opened an X connection before calling x-get-resource (Bug#3194).
12680
f5594f03
CY
12681 * play/doctor.el: Remove reference to obsolete website.
12682 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12683
3c3bf6ce
DN
126842009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12685
12686 Remove find-file-not-found-hook VC method. (Bug#2757)
12687 * vc-hooks.el (vc-file-not-found-hook)
12688 (vc-default-find-file-not-found-hook): Remove functions.
12689 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12690 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12691 * vc.el:
12692 * vc-hg.el:
12693 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12694
e26a7bc0
AM
126952009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12696
12697 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 12698 compatibility function for `looking-back'.
e26a7bc0 12699
4b8b1ec5 12700 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 12701 Use `ispell-looking-back'.
e26a7bc0 12702
d9848600
MA
127032009-06-24 Michael Albinus <michael.albinus@gmx.de>
12704
12705 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 12706 rather than `filename'.
d9848600 12707
05fbc4a9
MB
127082009-06-23 Miles Bader <miles@gnu.org>
12709
12710 * face-remap.el (text-scale-set): New function.
12711
f86ca715
GM
127122009-06-23 Glenn Morris <rgm@gnu.org>
12713
33e2c2e5
GM
12714 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12715
f529f302
GM
12716 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12717
34995333
GM
12718 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12719
cc80ccee
GM
12720 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12721
84cb770d
GM
12722 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12723 Simplify Persian conditionals.
12724
d916c965
GM
12725 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12726 variable `filename'.
12727
b6a44b27
GM
12728 * comint.el (comint-insert-input): Doc fix.
12729
f86ca715
GM
12730 * Makefile.in (ELCFILES): Fix typo in previous change.
12731
666e158e
MB
127322009-06-23 Miles Bader <miles@gnu.org>
12733
12734 * cus-start.el: Add entry for `recenter-redisplay'.
12735
be3e598a 127362009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
12737
12738 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12739 Add an optional argument for the backend, use it instead of
12740 calling vc-backend.
4b8b1ec5
SM
12741 (vc-mode-line): Add an optional argument for the backend.
12742 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
12743 special handling for vc-state being a buffer to ...
12744
12745 * vc-rcs.el (vc-rcs-find-file-hook):
12746 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12747
12748 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12749 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12750 vc-stay-local-p and vc-mode-line calls.
12751
12752 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12753 (vc-cvs-diff, vc-cvs-annotate-command)
12754 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12755 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12756 vc-mode-line calls.
12757
12758 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12759 direct comparison.
12760 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12761 backend when calling vc-mode-line.
12762 (vc-register): Do not create a closure for calling the vc register
12763 function, call it directly.
12764
2764748c
DN
127652009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12766
12767 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12768 to make it obvious item can be clicked.
f5a0b281
DN
12769
12770 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12771
d4a885b2
KH
127722009-06-23 Kenichi Handa <handa@m17n.org>
12773
12774 * language/korea-util.el (korean-key-bindings): Change the binding
12775 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12776 same command.
12777
e3610693
MA
127782009-06-22 Michael Albinus <michael.albinus@gmx.de>
12779
12780 Sync with Tramp 2.1.16.
12781
12782 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12783
12784 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12785 when a loading of a package fails. Completion function for rsync
12786 is `tramp-completion-function-alist-ssh'.
12787 (all): Replace all calls of `split-string' and
12788 `tramp-split-string' by `tramp-compat-split-string'.
12789 (tramp-default-method): Use `tramp-compat-process-running-p'.
12790 (tramp-default-proxies-alist): Allow also Lisp forms.
12791 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 12792 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
12793 (tramp-domain-regexp): Allow also "-", "_" and ".".
12794 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12795 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12796 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
12797 (tramp-handle-directory-files-and-attributes-with-stat):
12798 Care about filenames with spaces, or starting with "-".
e3610693
MA
12799 (tramp-handle-dired-uncache): New defun.
12800 (tramp-handle-insert-directory): Don't flush the directory from
12801 cache, this is handled by `dired-uncache' now.
12802 (tramp-handle-insert-file-contents): Improve error handling.
12803 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12804 Quote `tramp-end-of-output'.
12805 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
12806 (tramp-check-for-regexp): Both echoes must be present, before removing.
12807 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
12808 (tramp-compute-multi-hops): Eval cons cells of
12809 `tramp-default-proxies-alist'.
12810 (tramp-maybe-open-connection): Use the same command pattern for
12811 first hop and further hops.
12812 (tramp-wait-for-output): Remove handling of newlines.
12813 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12814 (tramp-split-string): Remove function. It is handled in
12815 tramp-compat now.
12816
4b8b1ec5
SM
12817 * net/tramp-cmds.el (tramp-bug):
12818 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
12819
12820 * net/tramp-compat.el (tramp-compat-split-string)
12821 (tramp-compat-process-running-p): New defuns.
12822
12823 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12824 for `dired-uncache'.
12825
12826 * net/tramp-gvfs.el: New package.
12827
4b8b1ec5
SM
12828 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12829 Add handler for `dired-uncache'.
e3610693
MA
12830 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12831
12832 * net/trampver.el: Update release number. Make version check fit
12833 for SXEmacs 22.
12834
13a3f374
JM
128352009-06-22 Jim Meyering <meyering@redhat.com>
12836
e0a28a3b 12837 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
12838 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12839 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12840
5242671e 128412009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 12842 Nick Roberts <nickrob@snap.net.nz>
13a3f374 12843
e0a28a3b 12844 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
12845 repository (http://sphinx.net.ru/hg/gdb-mi/).
12846
3fde45af
GM
128472009-06-22 Glenn Morris <rgm@gnu.org>
12848
46253b34
GM
12849 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12850 `mode' and `eval' entries. (Bug#3430)
12851
97e18192
GM
12852 * Makefile.in (ELCFILES): Add fadr.elc.
12853
731a00fb
GM
12854 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12855 differing behavior of \n and ^ in strings. (Bug#3385)
12856
c66cd0ff
GM
12857 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12858
3fde45af
GM
12859 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12860 property.
12861 (lisp-indent-function): Make it a defcustom.
12862
db2241a0
NR
128632009-06-21 Nick Roberts <nickrob@snap.net.nz>
12864
12865 * progmodes/gdb-ui.el: Replace with ...
5242671e 12866 * progmodes/gdb-mi.el: ... this file.
db2241a0 12867 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
12868
128692009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12870
db2241a0
NR
12871 * fadr.el: New file.
12872
38d4f316 12873See ChangeLog.14 for earlier changes.
e3d51b27
MR
12874
12875;; Local Variables:
12876;; coding: utf-8
e3d51b27
MR
12877;; End:
12878
8de31eec 12879 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
e3d51b27
MR
12880
12881 This file is part of GNU Emacs.
12882
12883 GNU Emacs is free software: you can redistribute it and/or modify
12884 it under the terms of the GNU General Public License as published by
12885 the Free Software Foundation, either version 3 of the License, or
12886 (at your option) any later version.
12887
12888 GNU Emacs is distributed in the hope that it will be useful,
12889 but WITHOUT ANY WARRANTY; without even the implied warranty of
12890 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12891 GNU General Public License for more details.
12892
12893 You should have received a copy of the GNU General Public License
12894 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.