* xmenu.c (set_frame_menubar): Fix submenu loops.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6eea50c7
RS
12011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
2
3 * progmodes/which-func.el (which-function): Use
4 add-log-current-defun instead of add-log-current-defun-function,
5 which might not be defined (Bug#8260).
6
46155cd3
MA
72011-04-25 Michael Albinus <michael.albinus@gmx.de>
8
9 * net/tramp.el (tramp-process-actions): Add POS argument. Delete
10 region between POS and (pos).
11 (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
12 `tramp-process-actions' call.
13 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14
15 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
16 position in `tramp-process-actions' call.
17
320f861c
DC
182011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19
20 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Use
21 correct match group (bug#8438).
22
be71f810
JB
232011-04-22 Juanma Barranquero <lekktu@gmail.com>
24
25 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26
58d468b4
JB
272011-04-21 Juanma Barranquero <lekktu@gmail.com>
28
c6c32125
JB
29 * play/mpuz.el (mpuz-silent): Doc fix.
30 (mpuz-mode-map): Move initialization into declaration.
31 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
32 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
33 Fix typos in docstrings.
34
58d468b4
JB
35 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
36 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
37
6470c3c6
JB
382011-04-15 Juanma Barranquero <lekktu@gmail.com>
39
40 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
41
6f21a319
CY
422011-04-10 Chong Yidong <cyd@stupidchicken.com>
43
44 * minibuffer.el (completion--do-completion): Avoid the "Next char
45 not unique" prompt if icomplete-mode is enabled (Bug#5849).
46
7e735aaf
CY
472011-04-10 Stephen Berman <stephen.berman@gmx.net>
48
49 * textmodes/page.el (what-page): Use line-number-at-pos to
50 calculate line number (Bug#6825).
51
3ad8bad0
CY
522011-04-10 Chong Yidong <cyd@stupidchicken.com>
53
54 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
55 mouse-2 into unread-command-events, it is interpreted correctly.
56
71d73c9c
CY
572011-04-09 Chong Yidong <cyd@stupidchicken.com>
58
59 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 60 (image-toggle-display): Doc fix.
71d73c9c 61
7afdcb45
JB
622011-04-06 Juanma Barranquero <lekktu@gmail.com>
63
64 Backport revno:103823 and revno:103824 from trunk.
65 * help-fns.el (describe-variable): Complete all variables having
66 documentation, including keywords.
67 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
68
ddc20cdb
JB
692011-03-24 Juanma Barranquero <lekktu@gmail.com>
70
71 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
72 Fix typo in docstring.
73
576bce32
EZ
742011-03-19 Eli Zaretskii <eliz@gnu.org>
75
76 * emerge.el (emerge-metachars): Separate value for ms-dos and
77 windows-nt systems.
78 (emerge-protect-metachars): Quote correctly for ms-dos and
79 windows-nt systems.
80
140745c3 812011-03-15 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
e6ce307c
RS
82
83 * info.el (info-initialize): Replace all uses of `:' with
84 path-separator for compatibility with non-Unix systems.
85 Cache quoting of path-separator. (Bug#8258)
86
ad22b7f7
JB
872011-03-12 Juanma Barranquero <lekktu@gmail.com>
88
89 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
90 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
91 (mouse-avoidance-mode): Fix typos in docstrings.
92
6efb972c
MA
932011-03-12 Michael Albinus <michael.albinus@gmx.de>
94
95 * net/tramp.el (tramp-progress-reporter-update): Use
96 `tramp-compat-funcall'.
97 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
98 (tramp-handle-insert-file-contents): Make `file-remote-p' call
99 compatible.
100 (tramp-open-connection-setup-interactive-shell): Use
101 `tramp-compat-process-put'.
102
103 * net/tramp-compat.el (tramp-compat-process-get)
104 (tramp-compat-process-put): New defuns.
105
106 * net/trampver.el: Update release number.
107
bb0bd45a
SM
1082011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
111 into declaration. Remove redundant and harmful binding.
112
6dbf95e5
JB
1132011-03-11 Juanma Barranquero <lekktu@gmail.com>
114
9c5047fb
JB
115 Backport revno:103463 from trunk.
116 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
117
6dbf95e5
JB
118 Backport revno:103622 from trunk.
119 * help-fns.el (describe-variable): Don't complete keywords.
120 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
121
2920e68d
EZ
1222011-03-11 Eli Zaretskii <eliz@gnu.org>
123
124 * files.el (file-ownership-preserved-p): Pass `integer' as an
125 explicit 2nd argument to `file-attributes'. If the file's owner
126 is the Administrators group on Windows, and the current user is
127 Administrator, consider that a match.
128
129 * server.el (server-ensure-safe-dir): Consider server directory
130 safe on MS-Windows if its owner is the Administrators group while
131 the current Emacs user is Administrator. Use `=' to compare
132 numerical UIDs, since they could be integers or floats.
133
c6678f29 1342011-03-07 Chong Yidong <cyd@stupidchicken.com>
22770c84
CY
135
136 * Version 23.3 released.
137
c6678f29
CY
1382011-03-07 Chong Yidong <cyd@stupidchicken.com>
139
1df1040b
CY
140 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
141 change; patch supplied by Alan Mackenzie was applied incorrectly.
c6678f29 142
d1f61aaf
EZ
1432011-02-26 Eli Zaretskii <eliz@gnu.org>
144
145 * international/mule-cmds.el (set-default-coding-systems): Use the
146 -unix variant of encoding in default-keyboard-coding-system.
147 (Bug#8122)
148
c1449bff
KH
1492011-02-23 Kenichi Handa <handa@m17n.org>
150
151 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
152 error when a multipart boundary in the nested multipart is found.
153
251ebe0f
KH
1542011-02-22 Kenichi Handa <handa@m17n.org>
155
156 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
157 header components.
158
16bc9688
KH
1592011-02-19 Kenichi Handa <handa@m17n.org>
160
161 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
162 get the header copy into the temporary buffer.
163 (rmail-mime-insert-decoded-text): Ignore us-ascii.
164 (rmail-show-mime): When rmail-mime-coding-system is nil, set
165 buffer-file-coding-system to undecided.
166
a167e505
EZ
1672011-02-18 Eli Zaretskii <eliz@gnu.org>
168
61aa93ed
EZ
169 * image-mode.el (image-toggle-display-image): Disable
170 require-final-newline in buffers visiting binary image files.
171 (Bug#8047)
172
a167e505
EZ
173 * international/mule-cmds.el (read-char-by-name, ucs-insert):
174 Document completion with asterisk and a substring.
175
72d6685c
GM
1762011-02-18 Glenn Morris <rgm@gnu.org>
177
178 * files.el (find-file-literally): Doc fix.
179
b8bd9908
GM
1802011-02-17 Glenn Morris <rgm@gnu.org>
181
41002397
GM
182 * simple.el (rfc822-goto-eoh): Give it a doc-string.
183
b8bd9908
GM
184 * log-edit.el (log-edit-insert-changelog):
185 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
186
35a7fb0b
CY
1872011-02-14 Chong Yidong <cyd@stupidchicken.com>
188
189 * pgg-gpg.el (pgg-gpg-process-region): Bind
190 delete-by-moving-to-trash to nil.
191
192 * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
193 (pgg-pgp-snarf-keys-region):
194 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
195 (pgg-pgp5-snarf-keys-region): Likewise.
196
20fac86e
CY
1972011-02-12 Chong Yidong <cyd@stupidchicken.com>
198
199 * files.el (copy-directory): Revert to pre-2011-01-29 version.
200
4d46072b
CY
2012011-02-12 Chong Yidong <cyd@stupidchicken.com>
202
203 * epg.el (epg-delete-output-file, epg-decrypt-string)
204 (epg-verify-string, epg-sign-string, epg-encrypt-string): Bind
205 delete-by-moving-to-trash to nil.
206
207 * epa-file.el (epa-file-insert-file-contents): Likewise.
208
dc4c6a7a
GM
2092011-02-10 Glenn Morris <rgm@gnu.org>
210
86361e1e
GM
211 * emacs-lisp/cl-seq.el (union, nunion, intersection)
212 (nintersection, set-difference, nset-difference)
213 (set-exclusive-or, nset-exclusive-or): Doc fix.
214
dc4c6a7a
GM
215 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
216
8a6f24e5
GM
2172011-02-08 Glenn Morris <rgm@gnu.org>
218
219 * faces.el (face-attr-match-p): Handle the obsolete :bold and
220 :italic props, so that frame-set-background-mode works. (Bug#7966)
221
3caced0b
GM
2222011-02-07 Glenn Morris <rgm@gnu.org>
223
224 * simple.el (next-error): Doc fix.
225
65821e22
CY
2262011-02-06 Chong Yidong <cyd@stupidchicken.com>
227 Thierry Volpiatto <thierry.volpiatto@gmail.com>
228
229 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
230 don't copy as a subdirectory.
231
a60287ff
GM
2322011-02-05 Glenn Morris <rgm@gnu.org>
233
234 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
235
9783df21
GM
2362011-02-04 Glenn Morris <rgm@gnu.org>
237
9ad53e98
GM
238 * calendar/diary-lib.el (diary-font-lock-keywords):
239 Tweak diary-time-regexp match. (Bug#7891)
240
9783df21
GM
241 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
242 (f90-mode): Use it for mode's `find-tag-default-function' property.
243
95838641
GM
2442011-02-03 Glenn Morris <rgm@gnu.org>
245
df275851
GM
246 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
247
95838641
GM
248 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
249
9714fa67
SM
2502011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
253 (bug#7959) and (bug#5935).
254
113ef437
DD
2552011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
256
257 * net/rcirc.el: Clean log filenames (Bug#7933).
258 (rcirc-log-write): Use convert-standard-filename.
259 (rcirc-log-filename-function): Documentation updates.
260
3b95603f
AM
2612011-01-31 Alan Mackenzie <acm@muc.de>
262
9714fa67
SM
263 * progmodes/cc-cmds.el (c-forward-over-illiterals):
264 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f
AM
265 (c-beginning-of-statement): Avoid loop in locating the beginning
266 of a macro.
267
6fa1f651
CY
2682011-01-31 Chong Yidong <cyd@stupidchicken.com>
269
270 * files.el (copy-directory): Fix arguments to recursive call.
271
2d871302
DU
2722011-01-29 Daiki Ueno <ueno@unixuser.org>
273
9714fa67
SM
274 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
275 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
2d871302
DU
276 (Bug#7931).
277
82d84d3f
CY
2782011-01-29 Chong Yidong <cyd@stupidchicken.com>
279
280 * files.el (copy-directory): If destination is an existing
281 directory, copy into a subdirectory there.
282
e935c6a2
AS
2832011-01-29 Andreas Schwab <schwab@linux-m68k.org>
284
285 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
286 files.
287
d1f14baa
CY
2882011-01-28 Chong Yidong <cyd@stupidchicken.com>
289
6fc0aac3
CY
290 * image-dired.el (image-dired-mouse-display-image): No-op if no
291 file is found (Bug#7817).
292
d1f14baa
CY
293 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
294
67442738
KH
2952011-01-28 Kenichi Handa <handa@m17n.org>
296
9714fa67
SM
297 * international/quail.el (quail-keyboard-layout-alist):
298 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 299
220c2a14
GM
3002011-01-27 Glenn Morris <rgm@gnu.org>
301
302 * msb.el (msb-menu-bar-update-buffers): Update for changed
303 argument handling of menu-bar-select-frame. (Bug#7902)
304
af7c5700
CY
3052011-01-27 Chong Yidong <cyd@stupidchicken.com>
306
307 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
308 to the recursion depth (Bug#7722).
309
220c2a14 3102011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
311
312 * term/ns-win.el (ns-find-file): Expand ns-input-file with
313 command-line-default-directory (Bug#7872).
314
cc34e025
GM
3152011-01-25 Glenn Morris <rgm@gnu.org>
316
317 * comint.el (comint-mode): Doc fix. (Bug#7897)
318
10e1d5f3
SM
3192011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * files.el (file-name-non-special): Only change buffer-file-name after
322 insert-file-contents if it's `visit'ing the file (bug#7854).
323
b14f16ad
CY
3242011-01-23 Chong Yidong <cyd@stupidchicken.com>
325
326 * dired.el (dired-revert): Doc fix (Bug#7758).
327
cc9c9831
NN
3282011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
329
330 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
331 here-doc which ends with an underscore.
332 (ruby-mode-set-encoding): Skip shebang line always.
333 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 334 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
335 (ruby-forward-sexp): Stop after literal hash key labels.
336 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
337 bracket.
338
d6dc7be9 3392011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
340
341 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
342 the correct buffer (Bug#7650).
343
4d265b4d
GM
3442011-01-22 Glenn Morris <rgm@gnu.org>
345
ce558208
GM
346 * simple.el (do-auto-fill): Give it a doc string.
347
4d265b4d
GM
348 * button.el (make-text-button): Doc fix. (See bug#7881)
349
e3545d0d
CY
3502011-01-22 Chong Yidong <cyd@stupidchicken.com>
351
66e0718b
CY
352 * simple.el (line-move-visual): Doc fix (Bug#7594).
353
e3545d0d
CY
354 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
355 "Case sensitive" menu item.
356
6e1dbaa9
RM
3572011-01-21 Roland McGrath <roland@frob.com>
358
359 * comint.el (comint-replace-by-expanded-history-before-point): Fix
360 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
361
0f1f97ca
SM
3622011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
365
26a27884
JA
3662011-01-21 Jari Aalto <jari.aalto@cante.net>
367
6e1dbaa9
RM
368 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
369 Assume foo(bar) is a manpage reference rather than some unquoted
370 symbol (bug#7705).
26a27884 371
d5e632d8
SM
3722011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
375 Suggested by Flo <sensorflo@gmail.com>.
376
d00b05c9
GM
3772011-01-21 Glenn Morris <rgm@gnu.org>
378
379 * progmodes/compile.el (compilation-error-regexp-alist):
380 Fix custom type. (Bug#7812)
381
1a1fcbe1
SM
3822011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
385 keymap expression. Improve docstring.
386
b024d9f0
MD
3872011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
388
389 * files.el (backup-buffer): Make last-resort backup file in
390 .emacs.d (Bug#6953).
391
392 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
393 make it with permission 700.
394
1a6a03e4
KH
3952011-01-14 Kenichi Handa <handa@m17n.org>
396
0f1f97ca
SM
397 * mail/rmailmm.el (rmail-mime-insert-header):
398 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
399 system used to decode the header.
400 (rmail-mime-find-header-encoding): New function.
0f1f97ca
SM
401 (rmail-mime-insert-decoded-text):
402 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
403 (rmail-show-mime): If only a header part was decoded, find the
404 coding system while ignoring mm-charset-override-alist.
405
c88aaf48
CY
4062011-01-13 Chong Yidong <cyd@stupidchicken.com>
407
408 * subr.el (event-start, event-end): Doc fix (Bug#7826).
409
e7ca0062
KH
4102011-01-12 Kenichi Handa <handa@m17n.org>
411
412 * mail/rmailmm.el (rmail-mime-next-item)
413 (rmail-mime-previous-item): Delete them.
414 (rmail-mime-shown-mode): Recursively call for children.
0f1f97ca
SM
415 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
416 Callers changed.
e7ca0062
KH
417 (rmail-mime-raw-mode): Recursively call for children.
418 (rmail-mode-map): Change mapping of tab and backtab to
419 forward-button and backward-button respectively.
420 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
421 button.
422 (rmail-mime-update-tagline): New function.
423 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
424 body display is changed.
0f1f97ca 425 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
426 (rmail-mime-image): Delete this button type.
427 (rmail-mime-toggle): New button type.
428 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
429 body display is changed. Change the save button label to "Save".
430 Don't process show/hide button here.
431 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
432 the body display is changed. Unconditionally call
433 rmail-mime-insert for children.
434 (rmail-mime-handle): Update `display' vector of the just inserted
435 entity.
436 (rmail-mime-process): If mail-header-parse-content-type returns
437 nil, use "text/plain" as the fallback type.
438 (rmail-mime-insert): For raw-mode, recursively call
439 rmail-mim-insert for children.
440 (rmail-mime): Handle the case that the current buffer is not rmail
441 buffer (e.g. in summary buffer).
442
4432011-01-05 Kenichi Handa <handa@m17n.org>
444
445 * mail/rmailmm.el (rmail-mime-next-item)
446 (rmail-mime-previous-item): Skip the body of a non-multipart
447 entity if a tagline is shown.
448
cfab9f9b
SM
4492011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
450
9ca3fe48
SM
451 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
452 (tmm-prompt): Simplify.
453 (tmm-add-prompt): Remove unused var `win'.
454
cfab9f9b
SM
455 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
456 to minor mode which used nil accidentally to mean "turn off".
457
01d70c32
MA
4582011-01-10 Michael Albinus <michael.albinus@gmx.de>
459
460 * net/tramp.el (tramp-find-inline-compress)
461 (tramp-get-inline-coding): Quote command after pipe symbol for
462 local calls under W32. (Bug#6784)
463
6a0ecd86
MA
4642011-01-10 Michael Albinus <michael.albinus@gmx.de>
465
466 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
467 only when running under W32.
468
88ecd0a5
EZ
4692011-01-09 Eli Zaretskii <eliz@gnu.org>
470
471 * progmodes/grep.el (grep-compute-defaults): Quote the program
472 file name after the pipe symbol in Grep templates. (Bug#6784)
473 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
474
320912fb
LB
4752011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
476
477 * buff-menu.el (Buffer-menu-buffer-list): New var.
478 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
479 restricted buffer list is not lost on revert (Bug#7749).
480
83affcb0
EH
4812011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
482
483 * net/ldap.el (ldap-search-internal): Discard stderr output.
484
4320be42
EZ
4852011-01-07 Eli Zaretskii <eliz@gnu.org>
486
487 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
488
d3fbe87e
SM
4892011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
492 Author names can have spaces (bug#7792).
493
8434f239
KH
4942011-01-04 Kenichi Handa <handa@m17n.org>
495
496 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
497 part as a plain text.
498 (rmail-mime-process-multipart): Set the default content-type to
499 nil for unknown multipart subtypes (bug#7651).
500
97382176 5012011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
502
503 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
504 table, get the value before switching to the output buffer. (Bug#7733)
505
364df1cc
SM
5062011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
509
2a8a455e
SM
5102011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * files.el (file-local-variables-alist):
513 Make permanent-local (bug#7767).
514
d7bfa7a1
GM
5152011-01-02 Glenn Morris <rgm@gnu.org>
516
517 * version.el (emacs-copyright): Set short copyright year to 2011.
518
9430e988
ML
5192011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
520
521 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
522 an existing temp buffer. (Bug#7746)
523
8de31eec
GM
5242011-01-02 Glenn Morris <rgm@gnu.org>
525
526 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
527 multiple addresses. (Bug#7760)
528
01e62600
MA
5292010-12-31 Michael Albinus <michael.albinus@gmx.de>
530
531 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
532 "scpx", "pscp" and "psftp".
533
5be1c984
EZ
5342010-12-31 Eli Zaretskii <eliz@gnu.org>
535
536 * term/w32-win.el (image-library-alist): Set up correctly for
537 libpng versions both before and after 1.4.0. (Bug#7716)
538
2d34d523
EZ
5392010-12-25 Eli Zaretskii <eliz@gnu.org>
540
6491af11
EZ
541 * time.el (display-time-mode): Mention display-time-interval in
542 the doc string. (Bug#7713)
543
2d34d523
EZ
544 * simple.el (select-active-regions): Doc fix. (Bug#7702)
545
8258ae3f
KH
5462010-12-24 Kenichi Handa <handa@m17n.org>
547
548 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
549 condition-case and return an error message string if something
550 goes wrong.
2f952059 551 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
552 header by rmail-mime-insert-header.
553
186f7f0b
KH
5542010-12-24 Kenichi Handa <handa@m17n.org>
555
556 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
557 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
558 (rmail-mime-mbox-buffer)
559 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
560 (rmail-mime-entity): Argument changed. All codes handling an
561 entity object are changed.
2f952059 562 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
563 the above change.
564 (rmail-mime-entity-children, rmail-mime-entity-handler)
565 (rmail-mime-entity-tagline): New functions.
566 (rmail-mime-message-p): New function.
567 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
568 (rmail-mime-entity-segment, rmail-mime-next-item)
569 (rmail-mime-previous-item, rmail-mime-shown-mode)
570 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
571 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
572 (rmail-mime-insert-tagline, rmail-mime-insert-header):
573 New functions.
186f7f0b
KH
574 (rmail-mime-text-handler): Call rmail-mime-insert-text.
575 (rmail-mime-insert-decoded-text): New function.
576 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
577 (rmail-mime-insert-image): Argument changed. Caller changed.
578 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 579 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
580 (rmail-mime-insert-bulk): Argument changed.
581 (rmail-mime-multipart-handler): Return t.
2f952059
ML
582 (rmail-mime-process-multipart): Argument changed.
583 Handle "multipart/alternative" here.
186f7f0b
KH
584 (rmail-mime-process): Argument changed.
585 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
586 (rmail-mime-insert): Argument changed. Handle raw display mode.
587 (rmail-mime): Argument changed. Handle toggling of raw display
588 mode.
589 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
590 rmail-mime-view-buffer.
591 (rmail-insert-mime-forwarded-message): Likewise.
592 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
593
594 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
595 non-nil, handle the header in rmail-show-mime-function.
596
e1a23575
LL
5972010-12-20 Leo <sdl.web@gmail.com>
598
599 * help-fns.el (describe-variable): Fix 2010-12-17 change.
600
957e5dd1
JL
6012010-12-20 Juri Linkov <juri@jurta.org>
602
603 * isearch.el (isearch-lazy-highlight-error): New variable.
604 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
605 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
606 to the current value of `isearch-error' (Bug#7468).
607
3c505d31
CY
6082010-12-17 Chong Yidong <cyd@stupidchicken.com>
609
610 * help-fns.el (describe-variable): Don't emit trailing whitespace
611 (Bug#7511).
612
c33fa631
LL
6132010-12-17 Leo <sdl.web@gmail.com>
614
615 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
616 if point is not behind eshell-last-output-end (Bug#7585).
617
c1cf05f4
CY
6182010-12-16 Chong Yidong <cyd@stupidchicken.com>
619
620 * textmodes/rst.el (rst-compile-pdf-preview)
621 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
622
c8cbbe27
KG
6232010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
624
625 * emulation/edt-mapper.el: Override mapping of function keys so
626 that the later call to read-key-sequence works.
627
95e4cc85
EZ
6282010-12-13 Eli Zaretskii <eliz@gnu.org>
629
630 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
631 Unix EOLs. (Bug#7589)
632
11aad4e9
EZ
6332010-12-12 Eli Zaretskii <eliz@gnu.org>
634
635 * subr.el (posn-col-row): Evaluate header-line-format in the
636 context of the POSITION window's buffer.
637
5612fd08
GM
6382010-12-11 Glenn Morris <rgm@gnu.org>
639
640 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
641 (with-silent-modifications): Doc fixes.
642
158d5945
MA
6432010-12-10 Michael Albinus <michael.albinus@gmx.de>
644
645 * net/tramp.el (tramp-action-password, tramp-process-actions):
646 Revert patch from 2010-12-08. Use `save-restriction'.
647
65ceb118
EZ
6482010-12-09 Eli Zaretskii <eliz@gnu.org>
649
650 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
651 New functions.
652 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
653 them instead of `nil' and `>', respectively. (Bug#1077)
654
81ced43d
SB
6552010-12-09 Stephen Berman <stephen.berman@gmx.net>
656
657 * calendar/diary-lib.el (diary-list-sexp-entries):
658 Handle case of no newline at end of file. (Bug#7536)
659
b2364eaa
GM
6602010-12-09 Glenn Morris <rgm@gnu.org>
661
662 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
663
32802ee1
MA
6642010-12-08 Michael Albinus <michael.albinus@gmx.de>
665
2f952059
ML
666 * net/tramp.el (tramp-handle-start-file-process):
667 Protect buffer-modified value. (Bug#7557)
32802ee1
MA
668 (tramp-action-password): Delete region, do not narrow.
669 (tramp-process-actions): Do not widen.
670
da9123a8
JM
6712010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
672
673 * log-edit.el (log-edit-changelog-entries):
674 Regexp quote filename. (Bug#7505)
675
478834e6
TB
6762010-12-08 Tom Breton <tehom@panix.com>
677
678 * cus-edit.el (custom-save-all):
679 Bind print-length and print-level to nil. (Bug#7581)
680
3c1e62f8
GM
6812010-12-08 Glenn Morris <rgm@gnu.org>
682
d5e6e0b6
GM
683 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
684 Run hooks to update menu contents. (Bug#7586)
685
3c1e62f8
GM
686 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
687 file names, for the sake of MS Windows. (Bug#7588)
688
b1816a74
SM
6892010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
692 empty lines without a leading space.
693
3a1efe11 6942010-12-06 Leo <sdl.web@gmail.com>
86a6e8e0 695
740af6c9
GM
696 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
697 while mapping over marks (Bug#6810).
86a6e8e0 698
bc60f4de
CY
6992010-12-06 Chong Yidong <cyd@stupidchicken.com>
700
701 * image-dired.el (image-dired-db-file)
702 (image-dired-temp-image-file, image-dired-gallery-dir)
703 (image-dired-temp-rotate-image-file): Set default values relative
704 to image-dired-dir (Bug#7518).
705
e49fb298 7062010-12-06 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
707
708 * format.el (format-decode-run-method): Pass args FROM and TO, not
709 point-min and point-max, to shell-command-on-region (Bug#7488).
710
0afb6242
JD
7112010-12-06 Jan Djärv <jan.h.d@swipnet.se>
712
713 * frame.el (blink-cursor-mode): Make default t for ns.
714
5eae900e
BR
7152010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
716
717 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
718
74194465
CY
7192010-12-05 Chong Yidong <cyd@stupidchicken.com>
720
637c2c43
CY
721 * comint.el (comint-dynamic-list-input-ring)
722 (comint-dynamic-complete-filename)
723 (comint-replace-by-expanded-filename)
724 (comint-dynamic-simple-complete)
725 (comint-dynamic-list-filename-completions)
726 (comint-dynamic-list-completions): Doc fix (Bug#7499).
727
74194465
CY
728 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
729 Doc fix (Bug#7471).
730
6ed96c33
MR
7312010-12-04 Martin Rudalics <rudalics@gmx.at>
732
733 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
734 (Bug#7533).
735
11cb1e35
MB
7362010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
737
738 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
739 (Bug#7491).
740
e408289f
CY
7412010-12-04 Chong Yidong <cyd@stupidchicken.com>
742
743 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
744
2472c214
EZ
7452010-12-04 Eli Zaretskii <eliz@gnu.org>
746
747 * files.el (file-relative-name): Handle UNC file names on
748 DOS/Windows. (Bug#4674)
749
f9fe1af9
DU
7502010-12-03 Daiki Ueno <ueno@unixuser.org>
751
752 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
753 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
754 (epg-context-set-passphrase-callback): Mention that the callback
755 is not called when used with GnuPG 2.x.
756
ff80efe7
GM
7572010-12-02 Glenn Morris <rgm@gnu.org>
758
759 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
760 Ensure ps-footer-font-size-internal is initialized.
761 Call ps-get-page-dimensions before trying to use ps-font-for-text.
762
423a637b 7632010-12-01 Kenichi Handa <handa@m17n.org>
7e116860
KH
764
765 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
766 within condition-case.
767 (rmail-show-mime): Don't use condition-case.
768 (rmail-search-mime-message): New function.
769 (rmail-search-mime-message-function): Set to
770 rmail-search-mime-message.
771
bd794450
LL
7722010-12-01 Leo <sdl.web@gmail.com>
773
0fdd1db7 774 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
775 (ido-mode): Use it.
776 (ido-completing-read): Call it.
777
402c8a49
CY
7782010-11-27 Chong Yidong <cyd@stupidchicken.com>
779
780 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
781 stand-alone lines, since that is handled by log-edit-match-to-eoh
782 (Bug#6465).
783
d1882ac7
EW
7842010-11-27 Eduard Wiebe <usenet@pusto.de>
785
786 * dired.el (dired-get-filename): Replace backslashes with slashes
787 in file names on MS-Windows, needed by `locate'. (Bug#7308)
788 * locate.el (locate-default-make-command-line): Don't consider
789 drive letter and root directory part of
790 `directory-listing-before-filename-regexp'. (Bug#7308)
791 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
792
09ffa822
SM
7932010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
796 of :smie-open/close-alist.
797 (smie-next-sexp): Make it accept a "start token" as argument.
798 (smie-indent-keyword): Be careful not to misidentify tokens that span
799 more than one line, as empty lines. Add argument `token'.
800
3d9ee611
KH
8012010-11-26 Kenichi Handa <handa@m17n.org>
802
afde451a
KH
803 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
804 multipart subtypes, insert all as usual.
805
3d9ee611
KH
806 * mail/rmail.el: Require rfc2047.
807
d1be4ec2
KH
8082010-11-26 Kenichi Handa <handa@m17n.org>
809
810 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
811 (rmail-mime-entity-disposition)
812 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
813 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
814 (rmail-mime-save): Handle the case that the button's `data' is a
815 MIME entity.
816 (rmail-mime-insert-text): New function.
9e0ecdab 817 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
818 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
819 (rmail-mime-insert-bulk): New function mostly copied from the old
820 rmail-mime-bulk-handler.
9e0ecdab
GM
821 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
822 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
823 the old rmail-mime-multipart-handler.
824 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 825 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
826 rmail-mime-show.
827 (rmail-mime-insert-multipart, rmail-mime-parse)
828 (rmail-mime-insert, rmail-show-mime)
829 (rmail-insert-mime-forwarded-message)
830 (rmail-insert-mime-resent-message): New functions.
831 (rmail-insert-mime-forwarded-message-function): Set to
832 rmail-insert-mime-forwarded-message.
833 (rmail-insert-mime-resent-message-function): Set to
834 rmail-insert-mime-resent-message.
835
836 * mail/rmailsum.el: Require rfc2047.
837 (rmail-header-summary): Handle multiline Subject: field.
838 (rmail-summary-line-decoder): Change the default to
839 rfc2047-decode-string.
840
841 * mail/rmail.el (rmail-enable-mime): Change the default to t.
842 (rmail-mime-feature): Change the default to `rmailmm'.
843 (rmail-quit): Delete the specifal code for rmail-enable-mime.
844 (rmail-display-labels): Likewise.
845 (rmail-show-message-1): Check rmail-enable-mime, and use
846 rmail-show-mime-function for a MIME message. Decode the headers
847 according to RFC2047.
848
33aeea0e
SM
8492010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * progmodes/which-func.el (which-func-imenu-joiner-function):
852 Return a string, as expected.
853 (which-function-mode): Make sure we stop any previous timer before
854 starting a new one.
855
e40fc745
MA
8562010-11-23 Michael Albinus <michael.albinus@gmx.de>
857
858 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
859 (tramp-default-user-alist, tramp-default-proxies-alist):
860 Adapt custom options type. (Bug#7445)
e40fc745 861
ae3da38a
CY
8622010-11-21 Chong Yidong <cyd@stupidchicken.com>
863
864 * progmodes/python.el: Add Ipython support (Bug#5390).
865 (python-shell-prompt-alist)
866 (python-shell-continuation-prompt-alist): New options.
867 (python--set-prompt-regexp): New function.
33aeea0e
SM
868 (inferior-python-mode, run-python, python-shell):
869 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
870 prompt based on the Python interpreter.
871 (python--prompt-regexp): New var.
872 (python-check-comint-prompt)
873 (python-comint-output-filter-function): Use it.
874 (run-python): Use a pipe (Bug#5694).
875
1d851570
CY
8762010-11-21 Chong Yidong <cyd@stupidchicken.com>
877
878 * progmodes/python.el (run-python): Doc fix.
879 (python-keep-current-directory-in-path): New var (Bug#7454).
880
76dabd37
CY
8812010-11-20 Chong Yidong <cyd@stupidchicken.com>
882
883 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
884 Prompt user before actually printing.
885
9fca7811
SM
8862010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
889 * comint.el (comint-kill-region): Make the yank-handler argument
890 obsolete.
9fca7811 891
88bf1bec
SM
8922010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
893
e2f454c4
SM
894 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
895 that are both openers (resp. closers) and something else.
896 (smie-grammar): Loosen definition of valid values.
897 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
898 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
899 (smie-indent-after-keyword): Adjust users.
900 (smie-indent-keyword): Don't indent empty lines.
901
88bf1bec
SM
902 * vc-hg.el (vc-hg-program): New var.
903 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
904 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
905
4c0eb0d3
GM
9062010-11-17 Glenn Morris <rgm@gnu.org>
907
908 * emacs-lisp/autoload.el (autoload-find-destination): The function
909 coding-system-eol-type may return non-numeric values. (Bug#7414)
910
bf6442c3
UM
9112010-11-16 Ulrich Mueller <ulm@gentoo.org>
912
913 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
914
e68afd74
EZ
9152010-11-13 Eli Zaretskii <eliz@gnu.org>
916
917 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
918
de02effd
CY
9192010-11-13 Chong Yidong <cyd@stupidchicken.com>
920
921 * textmodes/picture.el (picture-mouse-set-point): Don't use
922 posn-col-row; explicitly compute the motion based on the posn at
923 the window-start (Bug#7390).
924
cdf015b1
MA
9252010-11-13 Michael Albinus <michael.albinus@gmx.de>
926
927 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
928 using "base64 -d -i". This is needed for older base64 versions
929 from GNU coreutils. Reported by Klaus Reichl
930 <Klaus.Reichl@thalesgroup.com>.
931
f0a698ab
GM
9322010-11-13 Glenn Morris <rgm@gnu.org>
933
934 * novice.el (disabled-command-function):
935 Fix 2009-11-15 change. (Bug#7384)
936
29f30ab7
GM
9372010-11-12 Glenn Morris <rgm@gnu.org>
938
939 * calendar/calendar.el (diary-iso-date-forms): Make elements
940 mutually exclusive. (Bug#7377)
941
10b40d2e
SM
9422010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
945 when filling the remaining "unconstrained" values.
946
7bea8c7a
SM
9472010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
948
acef0722
SM
949 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
950 safety predicate.
951
952 * files.el (safe-local-variable-p): Gracefully handle errors.
953
7bea8c7a
SM
954 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
955 Use smie-indent-virtual when indenting relative to an opener.
956 (smie-rule-separator): Use smie-rule-parent.
957 (smie-indent-keyword): Consult rules, even for openers at bol.
958 (smie-indent-comment-close): Try to align closer's content.
959
b010e1ba
GM
9602010-11-11 Glenn Morris <rgm@gnu.org>
961
962 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
963
c790cad4
GM
9642010-11-10 Glenn Morris <rgm@gnu.org>
965
aa514451
GM
966 * printing.el (pr-menu-bind): Doc fix.
967
32b636de
GM
968 * speedbar.el (speedbar-toggle-images): Doc fix.
969
bc1d5cdf
GM
970 * progmodes/python.el (python-shell): Doc fix.
971
c790cad4
GM
972 * wid-edit.el (widget-field-use-before-change)
973 (widget-use-overlay-change): Doc fixes.
974
14121c52
GM
9752010-11-09 Glenn Morris <rgm@gnu.org>
976
977 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
978
73525e72
SM
9792010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
980
9bdba5f5
SM
981 * minibuffer.el (minibuffer-completion-help): Specify the end of the
982 completion field (bug#7211).
983
73525e72
SM
984 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
985 Fix handling of backslash escapes.
986 (python-quote-syntax): Adjust accordingly.
987
aef8d045 9882010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
989
990 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
991 (vc-mtn-workfile-branch): Adjust to new output format.
992
cc4d2366
SM
9932010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * international/mule-cmds.el (princ-list): Mark as obsolete.
996
7f925a67
SM
9972010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * emacs-lisp/smie.el: New package.
1000
6ce78fdc
MA
10012010-11-06 Michael Albinus <michael.albinus@gmx.de>
1002
7f925a67
SM
1003 * files.el (backup-by-copying-when-mismatch):
1004 Set `permanent-local' property.
6ce78fdc
MA
1005
1006 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 1007 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 1008
21620882
EZ
10092010-11-06 Eli Zaretskii <eliz@gnu.org>
1010
1011 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
169759a0
EZ
1012 (ls-lisp-classify-file): New function.
1013 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1014 (ls-lisp-classify): Call ls-lisp-classify-file.
1015 (insert-directory): Remove blanks from switches.
21620882 1016
8468f78b
WS
10172010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
1018
7f925a67 1019 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 1020 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
1021 AUTOINOUT for SV style multidimensional arrays, bug294.
1022 Reported by Eric Mastromarchi.
1023 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
1024 font-lock-fontify-buffer to cleanup style issues.
1025
fe9c5521
MA
10262010-11-05 Michael Albinus <michael.albinus@gmx.de>
1027
1028 * net/trampver.el: Update release number.
1029
00d9e115
YM
10302010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1031
1032 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1033 beginning of the string. Use `string-match-p'. (Bug#6765)
1034
cb5e49a3
GM
10352010-11-01 Glenn Morris <rgm@gnu.org>
1036
1037 * locate.el (locate, locate-mode): Doc fixes.
1038
381d186f
CY
10392010-11-01 Chong Yidong <cyd@stupidchicken.com>
1040
1041 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1042 user for confirmation.
1043 (server-force-stop): Use it.
1044 (server-start): Use server-force-stop for kill-emacs-hook, to
1045 avoid user interaction while killing Emacs.
1046
98cfec0d
CY
10472010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1050 (log-edit-author): New dynamic var.
1051 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1052 Use it to return the author if different from committer.
1053 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1054
10552010-10-31 Eli Zaretskii <eliz@gnu.org>
1056
1057 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1058
10592010-10-31 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1062 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1063 (vc-log-outgoing): Use it.
1064 (vc-diff-internal): Set diff-vc-backend.
1065
1066 * vc/diff-mode.el (diff-vc-backend): New var.
1067
10682010-10-31 Juri Linkov <juri@jurta.org>
1069
1070 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1071 buffer-locally to lambda that re-runs the vc diff command.
1072 (Bug#6447)
1073
10742010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1075
1076 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1077
1078 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1079 log-outgoing commands.
1080 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1081 to create a buffer local revert-buffer-function variable.
1082 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1083 revert-buffer-function lambda.
1084
1085 Improve VC create/retrieve tag/branch.
1086 * vc.el (vc-create-tag): Do not read the directory name for VCs
1087 with repository revision granularity. Adjust the tag/branch
1088 prompt. Reset VC properties.
1089 (vc-retrieve-tag): Do not read the directory name for VCs
1090 with repository revision granularity. Reset VC properties.
1091
1092 Add optional support for resetting VC properties.
1093 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1094 call vc-file-clearprops when true.
1095 (vc-resynch-buffer): Add new optional argument, pass it down.
1096 (vc-resynch-buffers-in-directory): Likewise.
1097
1098 Improve support for special markup in the VC commit message.
1099 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1100 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1101 * vc-git.el (vc-git-checkin):
1102 * vc-bzr.el (vc-bzr-checkin): Likewise.
1103
1104 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1105 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1106 incoming/outgoing logs.
1107 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1108
1109 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1110 short log.
1111 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
1112 command
1113
1114 Add bindings for vc-log-incoming and vc-log-outgoing.
1115 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1116 and vc-log-outgoing.
1117 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1118 and vc-log-outgoing.
1119
1120 Improve state updating for VC tag commands.
1121 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1122 to update the state of all buffers in the directory.
1123
11242010-05-19 Glenn Morris <rgm@gnu.org>
1125
1126 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1127
11282010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * vc.el (vc-checkin, vc-modify-change-comment):
1131 Adjust to new vc-start/finish-logentry.
1132 (vc-find-conflicted-file): New command.
1133 (vc-transfer-file): Adjust to new vc-checkin.
1134 (vc-next-action): Improve scoping.
1135
1136 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1137 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1138
1139 * vc-dispatcher.el (vc-log-edit): Shorten names for
1140 log-edit-show-files.
1141
1142 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1143 (vc-bzr-conflicted-files): New function.
1144
1145 * log-edit.el (log-edit-summary, log-edit-header)
1146 (log-edit-unknown-header): New faces.
1147 (log-edit-headers-alist): New var.
1148 (log-edit-header-contents-regexp): New const.
1149 (log-edit-match-to-eoh): New function.
1150 (log-edit-font-lock-keywords): Use them.
1151 (log-edit): Insert a "Summary:" header as default.
1152 (log-edit-mode): Mark font-lock rules as case-insensitive.
1153 (log-edit-done): Cleanup headers.
1154 (log-edit-extract-headers): New function to replace it.
1155
1156 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1157 the windows/frames.
1158
1159 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1160
1161 * vc-dir.el (vc-dir-kill-line): New command.
1162 (vc-dir-mode-map): Bind it to C-k.
1163 (vc-dir-headers): Abbreviate the working dir.
1164
1165 * vc-git.el (vc-git-revision-table): Include remote branches.
1166
11672010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1168
1169 New VC methods: vc-log-incoming and vc-log-outgoing.
1170 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1171 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1172 New functions.
1173 (vc-print-log-internal): Just call vc-log-internal-common.
1174 (vc-log-view-type): New permanent local variable.
1175
1176 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1177
1178 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1179 of the dynamic bound vc-short-log.
1180 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1181
1182 * vc-git.el (vc-git-log-outgoing): New function.
1183 (vc-git-log-view-mode): Use vc-log-view-type instead
1184 of the dynamic bound vc-short-log.
1185
1186 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1187 the dynamic bound vc-short-log. Highlight the tag.
1188 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1189 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1190 (vc-hg-incoming-mode): Remove.
1191 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1192
1193 Fix default-directory for vc-root-diff.
1194 * vc.el (vc-root-diff): Bind default-directory to the root
1195 directory for the diff command.
1196
11972010-10-31 Sam Steingold <sds@gnu.org>
1198
1199 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1200 `vc-hg-command' with a list of flags.
1201
12022010-10-31 Glenn Morris <rgm@gnu.org>
1203
1204 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1205 log-edit-before-checkin-process.
1206
1207 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1208
1209 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1210
1211 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1212 (log-view-process-buffer, log-edit-extra-flags): Declare.
1213
12142010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1215
1216 Add special markup processing for commit logs.
1217 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1218 when non-nil instead of the log-view-mode.
1219
1220 * vc.el (vc-default-log-edit-mode): New function.
1221
1222 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1223 log-edit.
1224
1225 Support for shelving snapshots and for showing shelves.
1226 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1227 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1228 New functions.
1229 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1230 (vc-bzr-extra-menu-map): Map them.
1231
a057950d
MA
12322010-10-30 Michael Albinus <michael.albinus@gmx.de>
1233
1234 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1235 preserve owner and group when editing files. (Bug#7289)
1236
d2ce10d2
GM
12372010-10-29 Glenn Morris <rgm@gnu.org>
1238
1239 * speedbar.el (speedbar-mode):
1240 * play/fortune.el (fortune-in-buffer, fortune):
1241 * play/gomoku.el (gomoku-mode):
1242 * play/landmark.el (lm-mode):
1243 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1244 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1245
82f7efc3
GM
12462010-10-28 Glenn Morris <rgm@gnu.org>
1247
1248 * select.el (x-selection): Mark it as an obsolete alias.
1249
ca39416c
AH
12502010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1251
1252 * add-log.el (find-change-log): Use derived-mode-p rather than
1253 major-mode (bug#7284).
1254
aab705a2
GM
12552010-10-27 Glenn Morris <rgm@gnu.org>
1256
1257 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1258 rather than just an unused variable that inherits from the real one.
1259
a03c2342
WS
12602010-10-23 Michael McNamara <mac@mail.brushroad.com>
1261
413e6468 1262 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
1263 auto-built for efficiency of execution and updating.
1264 (verilog-extended-complete-re): Support 'pure' fucntion & task
1265 declarations (these have no bodies).
ca39416c
AH
1266 (verilog-beg-of-statement): General cleanup to enable support of
1267 'pure' fucntion & task declarations (these have no bodies).
1268 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
1269 noticed by Steve Pearlmutter.
1270 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
1271 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1272 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
1273 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1274 attribute handling for lining up declarations and assignments.
1275 (verilog-beg-of-statement-1): Fix issue where continued declaration
1276 is indented differently if it is after a begin..end clock.
1277 (verilog-in-attribute-p, verilog-skip-backward-comments)
1278 (verilog-skip-forward-comment-p): Support proper treatment of
b762841f 1279 attributes by indent code. Reported by Jeff Steele.
ca39416c 1280 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
1281 (verilog-backward-up-list, verilog-in-struct-region-p)
1282 (verilog-backward-token, verilog-in-struct-p)
1283 (verilog-in-coverage-p, verilog-do-indent)
1284 (verilog-pretty-declarations): Use verilog-backward-up-list as
1285 wrapper around backward-up-list inorder to properly skip comments.
1286 Reported by David Rogoff.
1287 (verilog-property-re, verilog-endcomment-reason-re)
1288 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1289 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
b762841f 1290 of if). Reported by Max Bjurling and
a03c2342 1291 (verilog-calc-1): Fix for clocking block in modport
b762841f 1292 declaration. Reported by Brian Hunter.
a03c2342
WS
1293
12942010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1295
413e6468 1296 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
1297 (verilog-gate-keywords, verilog-read-sub-decls)
1298 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1299 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1300 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1301 (verilog-read-decls): Fix spaces in V2K module parameters causing
1302 mis-identification as interfaces, bug287.
1303 (verilog-read-decls): Fix not treating "parameter string" as a
1304 parameter in AUTOINSTPARAM.
1305 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1306 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 1307 (verilog-do-indent): Implement correct automatic or static task or
b762841f 1308 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
1309 (verilog-font-lock-keywords-2): Fix highlighting of single
1310 character pins, bug264. Reported by Michael Laajanen.
1311 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1312 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
33aeea0e
SM
1313 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1314 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
1315 (verilog-pretty-expr): Fix interactive arguments, bug272.
1316 Reported by Mark Johnson.
1317 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1318 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 1319 bug269. Suggested by Gary Delp.
a03c2342 1320 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
1321 (verilog-preprocessor, verilog-set-compile-command):
1322 Create verilog-preprocess and verilog-preprocessor to show
1323 preprocessed output.
a03c2342
WS
1324 (verilog-get-beg-of-line, verilog-get-end-of-line)
1325 (verilog-modi-file-or-buffer, verilog-modi-name)
1326 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 1327 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
1328 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1329 (verilog-colorize-region, verilog-highlight-buffer)
1330 (verilog-highlight-includes, verilog-highlight-modules)
1331 (verilog-highlight-region, verilog-mode): Rename colorize to
1332 highlight to match other packages. Disable module highlighting,
1333 as received speed complaints, reenable for experimentation only
1334 using new verilog-highlight-modules.
1335 (verilog-read-decls): Fix regexp stack overflow in very large
1336 AUTO_TEMPLATEs, bug250.
1337 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1338 (verilog-scan): Create verilog-save-buffer-state to standardize
1339 making insignificant changes that shouldn't call hooks.
1340 (verilog-save-no-change-functions, verilog-save-scan-cache)
1341 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1342 Create verilog-save-no-change-functions to wrap verilog-scan
1343 preservation, and fix to work with nested preserved calls.
1344 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1345 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1346 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1347 (verilog-submit-bug-report): Update variable list to be complete.
1348 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1349 breaking on-the-fly font-locking.
1350 (verilog-colorize-buffer, verilog-colorize-include-files)
1351 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1352 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1353 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1354 AUTOINST cell instance name, middle mouse button now finds-file on
1355 it. Suggested by Brad Dobbie.
1356 (verilog-alw-get-temps, verilog-auto-reset)
1357 (verilog-auto-sense-sigs, verilog-read-always-signals)
1358 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 1359 AUTORESET. AUTORESET now assumes any variables in the
33aeea0e
SM
1360 initialization section of a for() should be ignored.
1361 Reported by Dan Dever.
a03c2342
WS
1362 (verilog-error-font-lock-keywords)
1363 (verilog-error-regexp-emacs-alist)
1364 (verilog-error-regexp-xemacs-alist): Fix error detection of
1365 Cadence HAL, reported by David Asher. Repair drift between the
1366 three similar error variables.
1367 (verilog-modi-lookup, verilog-modi-lookup-cache)
1368 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1369 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1370 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
1371 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1372 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
1373 "{1*2{...". Broke in last revision.
1374 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1375 submodule connections with replications "{#{a},#{b}}".
1376
0d0d9424
GM
13772010-10-23 Glenn Morris <rgm@gnu.org>
1378
ca39416c
AH
1379 * comint.el (comint-password-prompt-regexp):
1380 Match "enter the password". (Bug#7224)
0d0d9424 1381
88dbda51
JB
13822010-10-22 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1385 Fix typo in docstring.
1386
efd49885
MA
13872010-10-21 Michael Albinus <michael.albinus@gmx.de>
1388
1389 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1390 errors.
1391
1392 * net/trampver.el: Update release number.
1393
52ce2890
KH
13942010-10-20 Kenichi Handa <handa@m17n.org>
1395
1396 * face-remap.el (text-scale-adjust): Call read-event with a proper
1397 prompt.
1398
bca0f839
MA
13992010-10-19 Michael Albinus <michael.albinus@gmx.de>
1400
1401 * net/tramp.el (tramp-do-file-attributes-with-stat)
1402 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1403 order to make stat results a float. Patch by Andreas Schwab
1404 <schwab@linux-m68k.org>.
1405
e8b69dc2
SM
14062010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * repeat.el (repeat): Use read-key (bug#6256).
1409
a8c41b4c
CY
14102010-10-18 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * emacs-lisp/unsafep.el: Don't mark functions that display
1413 messages as safe. Suggested by Johan Bockgård.
1414
8348910a
SM
14152010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1416
7c3f6228
JB
1417 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1418 Turn comments into docstrings.
1419
8348910a
SM
1420 * minibuffer.el (completion--replace): Move point where it belongs
1421 when there's a common suffix (bug#7215).
1422
e499c64d
MA
14232010-10-15 Michael Albinus <michael.albinus@gmx.de>
1424
1425 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
bca0f839
MA
1426 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1427 <dale@codefu.org>.
e499c64d 1428
c4186f9c
KH
14292010-10-15 Kenichi Handa <handa@m17n.org>
1430
1431 * international/characters.el: Add category '|' (word breakable)
1432 to fullwidth characters.
1433
7ca9cfda
KH
14342010-10-14 Kenichi Handa <handa@m17n.org>
1435
9650fc61
KH
1436 * mail/rmail.el (rmail-show-message-1): Catch an error of
1437 base64-decode-region and just show an error message (bug#7165).
1438
7c3f6228 1439 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
1440 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1441 a font-spec (bug#7197).
1442
7163badd
GM
14432010-10-13 Glenn Morris <rgm@gnu.org>
1444
1445 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1446
51e4f4a8
JB
14472010-10-12 Juanma Barranquero <lekktu@gmail.com>
1448
c0943d3d
JB
1449 * international/mule.el (define-coding-system):
1450 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
1451 * composite.el (compose-region): Fix typo in docstring.
1452
14532010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1454
1455 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1456 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1457 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1458
1459 * cus-start.el (all): ns-right-alternate-modifier is new.
1460
9386ae12
AS
14612010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1462
1463 * Makefile.in (ELCFILES): Update.
1464
4c528197
SM
14652010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * emacs-lisp/lisp.el (lisp-completion-at-point):
1468 Use emacs-lisp-mode-syntax-table for the whole function.
1469
4897601e
NR
14702010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1471
1472 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
c0943d3d 1473 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
4897601e
NR
1474 work when breakpoint number exceeds nine.
1475
c58059f2
DK
14762010-10-05 David Koppelman <koppel@ece.lsu.edu>
1477
1478 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
1479 instead of font-lock-mode before adding keywords.
1480 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
1481 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1482 non-nil; removed hook inhibit hack.
1483
c7d6d8a1
GM
14842010-10-09 Glenn Morris <rgm@gnu.org>
1485
d15f9a2b
GM
1486 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1487 (load-path-shadows-find): ... to this.
1488 (list-load-path-shadows): Update for above change.
1489
c7d6d8a1
GM
1490 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1491
e5d49589
GM
14922010-10-08 Glenn Morris <rgm@gnu.org>
1493
5823f53f
GM
1494 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1495
e5d49589
GM
1496 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1497 (shadows-compare-text-p): Make it an obsolete alias for...
1498 (load-path-shadows-compare-text): ... new name.
1499 (find-emacs-lisp-shadows): Update for above name change.
1500 (load-path-shadows-same-file-or-nonexistent): New name for the old
1501 shadow-same-file-or-nonexistent.
1502
397ae226
CY
15032010-10-03 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * minibuffer.el (completion--some, completion--do-completion)
1506 (minibuffer-complete-and-exit, minibuffer-completion-help)
1507 (completion-basic-try-completion)
1508 (completion-basic-all-completions)
1509 (completion-pcm--find-all-completions): Use lexical-let to
1510 avoid some false matches in variable completion (Bug#7056)
1511
8686a5ea
OOS
15122010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1513
1514 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1515
83b8ea28
LL
15162010-10-03 Leo <sdl.web@gmail.com>
1517
1518 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1519 return non-nil if the file exists (Bug#7090).
1520
55586d2a
SM
15212010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * minibuffer.el (completion--replace):
1524 Better preserve markers (bug#7138).
1525
2b7ba565
JB
15262010-09-29 Juanma Barranquero <lekktu@gmail.com>
1527
1528 * server.el (server-process-filter): Doc fix.
1529
53ad04fc
DA
15302010-09-27 Drew Adams <drew.adams@oracle.com>
1531
1532 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1533
c19f76a1
AS
15342010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1535
0cceab3d
AS
1536 * Makefile.in (ELCFILES): Update.
1537
55586d2a
SM
1538 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1539 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 1540
fd057fd2
KH
15412010-09-27 Kenichi Handa <handa@m17n.org>
1542
1543 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1544 "ustar" format.
1545
368b3544
KH
15462010-09-27 Kenichi Handa <handa@m17n.org>
1547
1548 * international/mule.el (define-coding-system): Docstring fixed.
1549
1550 * international/mule-diag.el (describe-character-set): Use princ
1551 with proper print-length and print-level instead of insert.
1552
fb5f3a23
JB
15532010-09-26 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * window.el (walk-windows): Doc fix (bug#7105).
1556
af3ccb5c
GM
15572010-09-23 Glenn Morris <rgm@gnu.org>
1558
1559 * isearch.el (isearch-lazy-highlight-cleanup)
1560 (isearch-lazy-highlight-initial-delay)
1561 (isearch-lazy-highlight-interval)
1562 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1563 * net/net-utils.el (ipconfig-program-options):
1564 Move aliases to options before the associated definitions.
1565
c9805d23
SM
15662010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * newcomment.el (comment-normalize-vars): Better test validity of
1569 comment-end-skip.
1570
9e0d4f9e
SM
15712010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1574 (float-e): New name for `e'.
1575 (degrees-to-radians, radians-to-degrees):
1576 * calendar/solar.el (solar-longitude):
1577 * calculator.el (calculator-registers, calculator-funcall):
1578 * textmodes/artist.el (artist-spray-random-points):
1579 * play/bubbles.el (bubbles--initialize-images): Use new names.
1580
a2930e43
EL
15812010-09-19 Eric M. Ludlam <zappo@gnu.org>
1582
1583 Update to CEDET 1.0's version of EIEIO.
1584
9e0d4f9e
SM
1585 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1586 New function.
a2930e43
EL
1587 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1588 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1589 (class-precedence-list): If class is nil, return nil.
1590 (eieio-generic-call): If class of first input arg is nil, don't
1591 look up static methods, and do check for primary methods.
1592 (initialize-instance): See if the default needs to be evaluated
1593 during the constructor.
1594 (eieio-perform-slot-validation-for-default): Don't do the check
1595 for values that will eventually be evaluated.
1596 (eieio-eval-default-p): New function.
1597 (eieio-default-eval-maybe): Use it.
1598
15992010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1600
1601 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1602 method-invocation-order.
1603 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1604 (eieio-class-precedence-dfs): Compute class precedence list using
1605 dfs algorithm.
1606 (eieio-class-precedence-bfs): Compute class precedence list using
1607 bfs algorithm.
9e0d4f9e 1608 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
1609 c3 algorithm.
1610 (class-precedence-list): New function.
1611 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1612 (inconsistent-class-hierarchy): New error symbol.
1613 (call-next-method): Stow the replacement argument list for future
1614 call-next-method invocations.
1615
87e798a7
GM
16162010-09-15 Glenn Morris <rgm@gnu.org>
1617
ea7f9ebf
GM
1618 * calendar/appt.el (appt-check): If not displaying the diary,
1619 use (diary 1) to only get the entries we need.
1620 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1621 that it is in day order. (Bug#7019)
1622
1bf6d075
GM
1623 * calendar/appt.el (appt-check): Rather than showing the diary,
1624 just turn off invisible display, and only if needed.
1625
87e798a7
GM
1626 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1627
f3a30a50
SM
16282010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1631 Add `when' argument. Update callers.
1632
1633 * subr.el (unintern): Declare the obarray arg mandatory.
1634
92b99a01
GM
16352010-09-14 Glenn Morris <rgm@gnu.org>
1636
67ae9766
GM
1637 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1638 Doc fixes.
1639
92b99a01
GM
1640 * calendar/diary-lib.el (diary-included-files): New variable.
1641 (diary-list-entries): Maybe initialize diary-included-files.
1642 (diary-include-other-diary-files): Append to diary-included-files.
1643 * calendar/appt.el (appt-update-list): Also check the members of
1644 diary-included-files. (Bug#6999)
08151ec5 1645 (appt-check): Doc fix.
92b99a01 1646
5a66ed0f
DR
16472010-09-12 David Reitter <david.reitter@gmail.com>
1648
1649 * simple.el (line-move-visual): Do not truncate goal column to
1650 integer size. (Bug#7020)
1651
dba28758
SM
16522010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * repeat.el (repeat): Allow repeating when the last event is a click.
1655 Suggested by Drew Adams (bug#6256).
1656
681b88dd
SM
16572010-09-11 Sascha Wilde <wilde@sha-bang.de>
1658
1659 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1660 Replace setting HGRCPATH to "" by some less invasive --config options.
1661
71e657fc
SM
16622010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * font-lock.el (font-lock-beginning-of-syntax-function):
1665 Mark as obsolete.
1666
639b9d87
GM
16672010-09-10 Glenn Morris <rgm@gnu.org>
1668
1669 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1670 and tool-bar modes. (Bug#6211)
1671 (menu-bar-mode): Move setting of standard-value after the
1672 minor-mode definition, otherwise it seems to have no effect.
1673
33bd47be
MY
16742010-09-08 Masatake YAMATO <yamato@redhat.com>
1675
1676 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1677 Fix typo. (Bug#6976)
1678
9c405a86
CY
16792010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1680
1681 * whitespace.el: Allow cleaning up blanks without blank
1682 visualization (Bug#6651). Adjust help window for
1683 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
1684 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1685 (whitespace-style): Add new value 'face. Adjust docstring.
1686 (whitespace-space, whitespace-hspace, whitespace-tab):
1687 Adjust foreground property face.
9c405a86
CY
1688 (whitespace-line-column): Adjust docstring and type declaration.
1689 (whitespace-style-value-list, whitespace-toggle-option-alist)
1690 (whitespace-help-text): Adjust const initialization.
1691 (whitespace-toggle-options, global-whitespace-toggle-options):
1692 Adjust docstring.
1693 (whitespace-display-window, whitespace-interactive-char)
1694 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1695 (whitespace-help-scroll): New fun.
1696
3fa0dc8f
AK
16972010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1698
1699 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
1700
1701 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1702 chars like - or ] (bug#6984).
1703 (rx-any-condense-range): Explode 2-char ranges.
1704
1e05f387
SM
17052010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * textmodes/bibtex.el:
1708 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1709
a3b337cd
GM
17102010-09-02 Glenn Morris <rgm@gnu.org>
1711
1712 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1713
d419e1d9
KH
17142010-08-31 Kenichi Handa <handa@m17n.org>
1715
1716 * international/mule-cmds.el (standard-display-european-internal):
1717 Setup standard-display-table for 8-bit characters by storing 8-bit
1718 characters in the element vector.
1719
1e05f387
SM
1720 * disp-table.el (standard-display-8bit):
1721 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
1722 characters in the element vector.
1723 (standard-display-european): Likewise.
1724
20b8ac83
MA
17252010-08-26 Michael Albinus <michael.albinus@gmx.de>
1726
1727 Sync with Tramp 2.1.19.
1728
1729 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1730 (tramp-reporter-dump-variable, tramp-load-report-modules)
1731 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1732 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1733
1734 * net/tramp-compat.el (top): Do not autoload
1735 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1736 only when `start-file-process' is not bound.
1737 (byte-compile-not-obsolete-vars): Define if not bound.
1738 (tramp-compat-funcall): New defmacro.
1739 (tramp-compat-line-beginning-position)
1740 (tramp-compat-line-end-position)
1741 (tramp-compat-temporary-file-directory)
1742 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1743 (tramp-compat-copy-file, tramp-compat-copy-directory)
1744 (tramp-compat-delete-file, tramp-compat-delete-directory)
1745 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1746 Use it.
1747 (tramp-advice-file-expand-wildcards): Do not use
1748 `tramp-handle-file-remote-p'.
1749 (tramp-compat-make-temp-file): Simplify fallback implementation.
1750 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1751 (tramp-compat-copy-tree): Remove function.
1752 (tramp-compat-delete-file): New defun.
1753 (tramp-compat-delete-directory): Provide implementation for older
1754 Emacsen.
1755 (tramp-compat-file-attributes): Handle only
1756 `wrong-number-of-arguments' error.
1757
1e05f387
SM
1758 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1759 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
1760 (tramp-fish-handle-delete-file): Add TRASH arg.
1761 (tramp-fish-handle-directory-files-and-attributes):
1762 Do not use `tramp-fish-handle-file-attributes.
1763 (tramp-fish-handle-file-local-copy)
1764 (tramp-fish-handle-insert-file-contents)
1765 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1766
1767 * net/tramp-gvfs.el (top): Require url-util.
1768 (tramp-gvfs-mount-point): Remove.
1769 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1770 and `set-file-selinux-context'.
1771 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1772 (tramp-gvfs-handle-file-selinux-context)
1773 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1774 (with-tramp-dbus-call-method): Format trace message.
1775 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1776 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
1777 Implement backup call, when operation on local files fails.
1778 Use progress reporter. Flush properties of changed files.
1779 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1780 Use `tramp-compat-delete-file'.
20b8ac83
MA
1781 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1782 (tramp-gvfs-handle-make-directory): Make more traces.
1783 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1784 (tramp-gvfs-url-file-name): Hexify file name in url.
1785 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1786 into account for the resulting file name.
1787 (tramp-gvfs-handler-askquestion): Preserve current message, in
1788 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
1789 Return dummy mountpoint, when the answer is "no".
1790 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
1791 (tramp-gvfs-handler-mounted-unmounted)
1792 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
1793 attribute "default_location". Set "prefix" property.
1794 Handle default-location.
20b8ac83
MA
1795 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1796 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1797 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
1798 "no" in interactive questions, for example).
1799 Use `tramp-compat-funcall'.
20b8ac83
MA
1800
1801 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1802 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1803 (tramp-imap-do-copy-or-rename-file)
1804 (tramp-imap-handle-insert-file-contents)
1805 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1806 (tramp-imap-handle-delete-file): Add TRASH arg.
1807
1e05f387
SM
1808 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1809 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1810 (tramp-smb-handle-copy-file)
1811 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1812 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1813 Use `with-progress-reporter'.
1814 (tramp-smb-handle-delete-file): Add TRASH arg.
1815
1816 * net/tramp.el (tramp-methods): Move hostname to the end in all
1817 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1818 appropriate.
1819 (tramp-verbose): Describe verbose level 9.
1820 (tramp-completion-function-alist)
1821 (tramp-file-name-regexp, tramp-chunksize)
1822 (tramp-local-coding-commands, tramp-remote-coding-commands)
1823 (with-connection-property, tramp-completion-mode-p)
1824 (tramp-action-process-alive, tramp-action-out-of-band)
1825 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1826 (tramp-exists-file-name-handler): Fix docstring.
1827 (tramp-remote-process-environment): Use `format' instead of
1828 `concat'. Protect version string by apostroph.
1829 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1830 XEmacs.
1831 (tramp-file-name-regexp-unified)
1832 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1833 not regard the volume letter as remote filename. (Bug#5447)
1834 (tramp-perl-file-attributes)
1835 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1836 (tramp-vc-registered-read-file-names): Read input as
1837 here-document, otherwise the command could exceed maximum length
1838 of command line.
1839 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1840 `set-file-selinux-context'.
1841 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1842 backtrace functions.
1843 (tramp-error-with-buffer): Don't show the connection buffer when
1844 we are in completion mode.
1845 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1846 (tramp-handle-file-selinux-context)
1847 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1848 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1849 New defuns.
1850 (with-progress-reporter): New defmacro.
1851 (tramp-debug-outline-regexp): New defconst.
1852 (top, tramp-rfn-eshadow-setup-minibuffer)
1853 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1854 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1855 (tramp-completion-mode-p, tramp-check-for-regexp)
1856 (tramp-open-connection-setup-interactive-shell)
1857 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1858 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1859 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1860 Use `tramp-compat-funcall'.
1861 (tramp-handle-make-symbolic-link): Flush file properties.
1862 (tramp-handle-load, tramp-handle-file-local-copy)
1863 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1864 (tramp-handle-vc-registered, tramp-maybe-send-script)
1865 (tramp-find-shell): Use `with-progress-reporter'.
1866 (tramp-do-file-attributes-with-stat): Add space in format string,
1867 in order to work around a bug in pdksh. Reported by Gilles Pion
1868 <gpion@lfdj.com>.
1869 (tramp-handle-verify-visited-file-modtime): Do not send a command
1870 when the connection is not established.
1871 (tramp-handle-set-file-times): Simplify the check for utc.
1872 (tramp-handle-directory-files-and-attributes)
1873 (tramp-get-remote-path): Use `copy-tree'.
1874 (tramp-completion-handle-file-name-all-completions): Ensure, that
1875 non remote files are still checked. Oops.
1e05f387
SM
1876 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1877 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1878 (tramp-do-copy-or-rename-file): Add progress reporter.
1879 (tramp-do-copy-or-rename-file-directly): Do not use
1880 `tramp-handle-file-remote-p'.
1881 (tramp-do-copy-or-rename-file-out-of-band):
1882 Use `tramp-compat-delete-directory'.
1883 (tramp-do-copy-or-rename-file-out-of-band)
1884 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1885 Use `format-spec-make'.
1886 (tramp-handle-delete-file): Add TRASH arg.
1887 (tramp-handle-dired-uncache): Flush directory cache, not only file
1888 cache.
1889 (tramp-handle-expand-file-name)
1890 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
1891 (tramp-completion-handle-file-name-completion):
1892 Use `tramp-connectable-p'.
20b8ac83
MA
1893 (tramp-handle-start-file-process): Set connection property "vec".
1894 Use it, in order to invalidate file caches. Check only for
1895 `remote-tty' process property.
1896 Implement tty setting. (Bug#4604, Bug#6360)
1897 (tramp-file-name-for-operation): Add `call-process-region' and
1898 `set-file-selinux-context'.
1899 (tramp-find-foreign-file-name-handler)
1900 (tramp-advice-make-auto-save-file-name)
1901 (tramp-set-auto-save-file-modes): Remove superfluous check for
1902 `stringp'. This is done inside `tramp-tramp-file-p'.
1903 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1904 operations when we are in completion mode. This gives the user
1905 the chance to correct the file name in the minibuffer.
1906 (tramp-completion-mode-p): Use `non-essential'.
1907 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1908 compatibility: Use `completion-ignore-case' if
1909 `read-file-name-completion-ignore-case' does not exist.
1910 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1911 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1912 `tramp-open-shell'.
1913 (tramp-action-password): Hide password prompt before next run.
1914 (tramp-process-actions): Widen connection buffer for the trace.
1915 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1916 process property. Trace stty settings if `tramp-verbose' >= 9.
1917 Apply workaround for IRIX64 bug. Move argument of last
1918 `tramp-send-command' where it belongs to.
1919 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1920 front of `login-args'.
1921 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1922 on "/dev/null" instead of "/".
1923 (tramp-get-ls-command-with-dired): Make test for "--dired"
1924 stronger.
1925 (tramp-set-auto-save-file-modes): Adapt version check.
1926 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1927 (tramp-handle-process-file): Call the program in a subshell, in
1928 order to preserve working directory.
1929 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1930 `tramp-remote-sh' from `tramp-methods'.
1931 (tramp-get-ls-command): Make test for "--color=never" stronger.
1932 (tramp-check-for-regexp): Use (forward-line 1).
1933
1934 * net/trampver.el: Update release number.
1935
19362010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1937
1938 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1939 empty argument to gvfs-copy.
1940
19412010-08-26 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1944 handle new TRASH arg of `delete-file'.
1945
19462010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1947
1948 * net/tramp.el (tramp-handle-insert-directory): Don't use
1949 `forward-word', its default syntax could be changed.
1950
19512010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1952 Michael Albinus <michael.albinus@gmx.de>
1953
1954 Implement compression for inline methods.
1955
1956 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1957 (tramp-copy-size-limit): Allow also nil.
1958 (tramp-inline-compress-commands): New defconst.
1959 (tramp-find-inline-compress, tramp-get-inline-compress)
1960 (tramp-get-inline-coding): New defuns.
1961 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1962 replaced by `tramp-get-inline-coding'.
1963 (tramp-handle-file-local-copy, tramp-handle-write-region)
1964 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1965
19662010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1967
1968 Detect ssh 'ControlMaster' argument automatically in some cases.
1969
1970 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1971 (tramp-default-method): Use it.
1972
19732010-08-26 Karel Klíč <kklic@redhat.com>
1974
1975 * net/tramp.el (tramp-file-name-for-operation):
1976 Add file-selinux-context.
1977
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
19782010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1979
1980 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1981
8d9f4291
CY
19822010-08-26 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1985 (Bug#6907).
1986
9027027d
CF
19872010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1988
1989 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1990 with "else" (Bug#3991).
1991
c00725d7
LL
19922010-08-22 Leo <sdl.web@gmail.com>
1993
1994 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1995 (ignore, bright, dim, keyword): Split list of nicknames before
1996 passing to rcirc-add-or-remove (Bug#6894).
1997
bc7d7ea6
CY
19982010-08-22 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2001
41a20de9
CY
20022010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2003
2004 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2005 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2006 New version 13.0.
2007 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2008 Adjust initialization.
2009 (whitespace-bob-marker, whitespace-eob-marker)
2010 (whitespace-buffer-changed): New vars.
2011 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2012 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2013 (whitespace-post-command-hook, whitespace-display-char-on):
2014 Adjust code.
2015 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2016 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
2017
e0143335
LL
20182010-08-21 Leo <sdl.web@gmail.com>
2019
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 2020 Fix buffer-list rename&refresh after killing a buffer in ido.
413e6468 2021 * ido.el: Revert Óscar's.
e0143335
LL
2022 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2023 Remember the buffers at head, rather than their name.
413e6468 2024 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 2025
8f081e96
SM
20262010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2027 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2030 extra backslash added to each line (bug#6890).
2031
3ff78624
SM
20322010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2035
635f7282
GM
20362010-08-21 Glenn Morris <rgm@gnu.org>
2037
2038 * menu-bar.el (menu-bar-games-menu): Add landmark.
2039
fb89a654
GM
20402010-08-20 Glenn Morris <rgm@gnu.org>
2041
9130a2d6
GM
2042 * align.el (align-regexp): Make group and spacing arguments
2043 use the interactive defaults when non-interactive. (Bug#6698)
2044
fb89a654
GM
2045 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2046 expansion, so as not to need sendmail.
2047 (mail-text-start): Remove declaration.
2048 (rmail-retry-failure): Require sendmail.
2049
186e86db
SM
20502010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2053
a67e6f13
MA
20542010-08-18 Michael Albinus <michael.albinus@gmx.de>
2055
186e86db
SM
2056 * progmodes/flymake.el (flymake-start-syntax-check-process):
2057 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 2058
f3cc64f8
KH
20592010-08-18 Kenichi Handa <handa@m17n.org>
2060
2061 * files.el: Add `word-wrap' as safe local variable.
2062
bb25c8d7
GM
20632010-08-18 Glenn Morris <rgm@gnu.org>
2064
2065 * woman.el (woman-translate): Case matters. (Bug#6849)
2066
a4aae1a5
CY
20672010-08-14 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * simple.el (kill-region): Doc fix (Bug#6787).
2070
721dce17
GM
20712010-08-14 Glenn Morris <rgm@gnu.org>
2072
2073 * calendar/diary-lib.el (diary-header-line-format):
2074 Fit it to the window, not the frame.
2075
7467d0a8
AS
20762010-08-11 Andreas Schwab <schwab@linux-m68k.org>
2077
2078 * subr.el (ignore-errors): Add debug declaration.
2079
1fcf76af
GG
20802010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
2081
2082 * whitespace.el (whitespace-color-off): Remove post-command-hook
2083 locally.
2084
e54a1075
JB
20852010-08-08 Johan Bockgård <bojohan@gnu.org>
2086
2087 * replace.el (replace-highlight): Bind isearch-forward and
2088 isearch-error, ensuring that highlighting is updated if the user
2089 switches the search direction (Bug#6808).
2090
2091 * isearch.el (isearch-lazy-highlight-forward): New var.
2092 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2093 (isearch-lazy-highlight-update): Use it.
2094
7a84eee5
KH
20952010-08-06 Kenichi Handa <handa@m17n.org>
2096
186e86db
SM
2097 * international/mule.el (define-charset): Store NAME as :base property.
2098 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
2099 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2100 current priority. Force using the designation of the specific
2101 charset by adding `charset' text property. Improve the whole
2102 algorithm.
2103
f6b55526
JB
21042010-08-05 Juanma Barranquero <lekktu@gmail.com>
2105
2106 * emulation/pc-select.el (pc-selection-mode-hook)
2107 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2108 (pc-selection-mode): Fix typos in docstrings.
2109
6b4d96c2
KH
21102010-08-04 Kenichi Handa <handa@m17n.org>
2111
2112 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2113 ctext-non-standard-encodings-alist here.
2114
186e86db
SM
2115 * international/mule.el (ctext-non-standard-encodings-alist):
2116 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
2117 (ctext-standard-encodings): New variable.
2118 (ctext-non-standard-encodings-table): List only elements for
2119 non-standard encodings.
186e86db 2120 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
2121 Check ctext-standard-encodings.
2122
2123 * international/mule-conf.el (compound-text): Doc fix.
2124 (ctext-no-compositions): Doc fix.
2125 (compound-text-with-extensions): Doc fix.
2126
c613687b
SM
21272010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2130
d5b8058f
JB
21312010-08-03 Juanma Barranquero <lekktu@gmail.com>
2132
9ebc731b
JB
2133 * progmodes/which-func.el (which-func-format): Split help-echo text
2134 into lines, like other mode-line tooltips.
2135
d5b8058f
JB
2136 * server.el (server-start): When using TCP sockets, force IPv4
2137 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2138
a2077b7f
SM
21392010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2142
f63a7652
JB
21432010-08-02 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * term.el (term-delimiter-argument-list): Reflow docstring.
2146 (term-read-input-ring, term-write-input-ring, term-send-input)
2147 (term-bol, term-erase-in-display, serial-supported-or-barf):
2148 Fix typos in docstrings.
2149
a7e26d8b
SM
21502010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2153
bbc4e17c
JB
21542010-08-01 Juanma Barranquero <lekktu@gmail.com>
2155
2156 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2157
9aea20c9
MK
21582010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
2159
2160 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2161 Fix typo in docstring (bug#6747).
2162
16b0b347
LL
21632010-07-30 Leo <sdl.web@gmail.com>
2164
2165 * eshell/esh-io.el (eshell-get-target): Better detection of
2166 read-only file (Bug#6762).
2167
ad9ae065
JB
21682010-07-30 Juanma Barranquero <lekktu@gmail.com>
2169
2170 * align.el (align-default-spacing): Doc fix.
2171 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2172
fe4be04c
JB
21732010-07-23 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2176
7c7c04c0
JB
21772010-07-19 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2180 (display-time-world-buffer-name, display-time-world-mode-map):
2181 Fix typos in docstrings.
2182
c9088194
SK
21832010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2184
2185 * image-mode.el (image-display-size): New function.
2186 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2187 (image-mode-fit-frame): Use it (Bug#6639).
2188
dad7c716
CY
21892010-07-17 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * dired.el (dired-buffers-for-dir): Handle list values of
2192 dired-directory (Bug#6636).
2193
f253ef6a
RS
21942010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2195
2196 * vc.el (vc-coding-system-inherit-eol): New defvar.
2197 (vc-coding-system-for-diff): Use it to decide whether to inherit
2198 from the file the EOL format for reading the diffs of that file.
2199 (Bug#4451)
2200
134a027f
EZ
22012010-07-16 Eli Zaretskii <eliz@gnu.org>
2202
2203 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2204 unibyte, so compressed attachments are not compressed again.
2205
243881ed
J
22062010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2207
2208 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2209 now that unicode is used (Bug#6594).
2210
5cbce271
CY
22112010-07-14 Chong Yidong <cyd@stupidchicken.com>
2212
2213 * simple.el (push-mark-command): Set the selection if
2214 select-active-regions is non-nil.
2215
3260caf8
GM
22162010-07-10 Glenn Morris <rgm@gnu.org>
2217
2218 * calendar/calendar.el (calendar-week-end-day): New function.
2219 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2220 Respect calendar-week-start-day. (Bug#6606)
2221 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2222 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2223 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2224 respect calendar-week-start-day.
2225
c876b263
CY
22262010-07-10 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * simple.el (use-region-p): Doc fix (Bug#6607).
2229
4565b08e
CS
22302010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2231
2232 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2233 builtins (BufferError, BytesWarning, WindowsError; callables
2234 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2235
49554388
GM
22362010-07-07 Glenn Morris <rgm@gnu.org>
2237
2238 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2239 forward-line fallout.
2240
e8579ebc
CY
22412010-07-06 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * mouse.el (mouse-appearance-menu): Add docstring.
2244
2245 * help.el (describe-key): Print up-event using key-description.
2246
5d1cd8bd
MA
22472010-07-03 Michael Albinus <michael.albinus@gmx.de>
2248
2249 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 2250 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
2251 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2252
112dbc0e
MA
22532010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2254
2255 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2256
d0cb23ca
DN
22572010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2258
2259 Avoid displaying files with a nil state in vc-dir.
2260 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2261 cases that cause insertion.
2262 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2263 with a nil state.
2264
01b229d1
CY
22652010-06-30 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2268
8bf1c786 22692010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
2270
2271 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2272
dfc6544c
CY
22732010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2274
2275 * generic-x.el (bat-generic-mode): Fix regexp for command line
2276 switches (Bug#5719).
2277
b7d4de51
CY
22782010-06-27 Masatake YAMATO <yamato@redhat.com>
2279
dfc6544c
CY
2280 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2281 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 2282
3726248f
CY
22832010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2284
8bf1c786 2285 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
2286 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2287 bindings of bookmark-automatically-show-annotations (Bug#6515).
2288
aca54191
EZ
22892010-06-25 Eli Zaretskii <eliz@gnu.org>
2290
2291 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2292 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2293
2330fa87
ŠN
22942010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2295
2296 * comint.el (make-comint, make-comint-in-buffer): Mention return
2297 value in the docstrings. (Bug#6498)
2298
29115ca9
YR
22992010-06-24 Yoni Rabkin <yoni@rabkins.net>
2300
2301 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2302 since it is not present when using some non-default switches.
2303
2c79f053
KF
23042010-06-23 Karl Fogel <kfogel@red-bean.com>
2305
2306 * simple.el (compose-mail): Fix doc string to refer to
2307 `compose-mail-user-agent-warnings', instead of to the
2308 nonexistent `compose-mail-check-user-agent'.
2309
50d76a9f
DN
23102010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2311
2312 Fix vc-annotate for renamed files when using Git.
2313 * vc-git.el (vc-git-find-revision): Deal with empty results from
2314 ls-files. Doe not pass the object as a file name to cat-file, it
2315 is not a file name.
2316 (vc-git-annotate-command): Pass the file name using -- to avoid
2317 ambiguity with the revision.
2318 (vc-git-previous-revision): Pass a relative file name.
2319
6095a05b
GM
23202010-06-22 Glenn Morris <rgm@gnu.org>
2321
943375a6
GM
2322 * progmodes/js.el (js-mode-map): Use standard capitalization and
2323 ellipses for menu entries.
2324
6095a05b
GM
2325 * wid-edit.el (widget-complete): Doc fix.
2326
4514199e
JH
23272010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2328
2329 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2330
c4786d60
DN
23312010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2332
11c46b39
DN
2333 Fix annotating other revisions for renamed files in vc-annotate.
2334 * vc-annotate.el (vc-annotate): Add an optional argument for the
2335 VC backend. Use it when non-nil.
33aeea0e
SM
2336 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2337 (Bug#6487).
11c46b39 2338
c4786d60
DN
2339 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2340 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2341 Do not pass the file name to the 'previous-revision call when we
2342 don't want a file diff. (Bug#6489)
2343
04ec0963
DN
23442010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2345
11c46b39 2346 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
2347 * vc.el (vc-find-revision): Add an optional argument for
2348 the VC backend. Use it when non-nil.
2349 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2350 backend to vc-find-revision. (Bug#6487)
2351
c036381c
DN
23522010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 Fix reading file names in Git annotate buffers.
1e05f387
SM
2355 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2356 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 2357
05c123e6
AM
23582010-06-20 Alan Mackenzie <acm@muc.de>
2359
2360 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2361 in file local variables, set it first.
2362
4111f0c7
GM
23632010-06-19 Glenn Morris <rgm@gnu.org>
2364
74739ffd
GM
2365 * descr-text.el (describe-char-unicode-data): Insert separating
2366 space when needed. (Bug#6422)
2367
4111f0c7
GM
2368 * progmodes/idlwave.el (idlwave-action-and-binding):
2369 Fix typo in 2009-12-03 change. (Bug#6450)
2370
b8add347
SM
23712010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2374
36901266
SM
23752010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * font-lock.el (font-lock-major-mode): Rename from
2378 font-lock-mode-major-mode to distinguish it from
2379 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2380 (font-lock-set-defaults):
2381 * font-core.el (font-lock-default-function): Adjust users.
2382 (font-lock-mode): Don't set it at all.
2383
12755d08
SM
23842010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2387
d7cd4abb
GM
23882010-06-15 Glenn Morris <rgm@gnu.org>
2389
2390 * calendar/appt.el (appt-time-msg-list): Doc fix.
2391 (appt-check): Let-bind appt-warn-time.
2392 (appt-add): Make the 3rd argument optional.
2393 Simplify argument names. Doc fix. Check for integer WARNTIME.
2394 Only add WARNTIME to the output list if non-nil.
2395
a675c749
IK
23962010-06-15 Ivan Kanis <apple@kanis.eu>
2397
2398 * calendar/appt.el (appt-check): Let the 3rd element of
2399 appt-time-msg-list specify the warning time.
2400 (appt-add): Add new argument with the warning time. (Bug#5176)
2401
a9de35fe
BR
24022010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2403
2404 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2405 older than version 1.6. (Bug#6361)
2406
37a7e764
HE
24072010-06-12 Helmut Eller <eller.helmut@gmail.com>
2408
2409 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2410 used by cl-do-arglist. (Bug#6408)
2411
8c6eab5a
SM
24122010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2413
989bc97f
SM
2414 * emacs-lisp/advice.el (ad-compile-function):
2415 Define warning-suppress-types before we let-bind it (bug#6275).
2416
8c6eab5a
SM
2417 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2418 declare it, make it buffer-local and permanent-local (bug#6324).
2419 (vc-resynch-window): Adjust name.
2420 * vc-hooks.el (vc-find-file-hook): Adjust name.
2421
2d9a4946
JR
24222010-06-07 Jonathan Rockway <jon@jrock.us>
2423
2424 * net/rcirc.el: Add support for password authentication.
2425 (rcirc-server-alist): Add :password keyword.
2426 (rcirc): Ask for a password, or get it from the server's alist.
2427 (rcirc-connect): Add password argument. Pass it to server.
2428
35b148ee
JB
24292010-06-05 Juanma Barranquero <lekktu@gmail.com>
2430
2431 * net/dbus.el (dbus-register-method): Declare function.
2432 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2433 (dbus-introspect): Doc fix.
2434 (dbus-event-bus-name, dbus-introspect-get-interface)
2435 (dbus-introspect-get-argument): Reflow docstrings.
2436
86253dc0
CY
24372010-06-04 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * term/common-win.el (x-colors): Add "dark green" and "dark
2440 turquoise" (Bug#6332).
2441
3845c322
GM
24422010-06-03 Glenn Morris <rgm@gnu.org>
2443
2444 * desktop.el (desktop-clear-preserve-buffers):
2445 Add "*Warnings*" buffer. (Bug#6336)
2446
dbe82b27
DN
24472010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2448
2449 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2450
feceda26
SM
24512010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2454 `file-directory-p' to the filename part rather than to the whole text.
2455
896114cf
SM
24562010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2457
2458 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2459
949544ed
DA
24602010-05-31 Drew Adams <drew.adams@oracle.com>
2461
2462 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2463
450439d5
JB
24642010-05-31 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * subr.el (momentary-string-display): Just use read-event to read
2467 the exit event (Bug#6238).
2468
fcb52808
CY
24692010-05-29 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2472 (ansi-color-drop-regexp): New constant.
2473 (ansi-color-apply, ansi-color-filter-region)
896114cf 2474 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
2475 (ansi-color-apply): Build string list before calling concat.
2476
4da3541b
CY
24772010-05-27 Chong Yidong <cyd@stupidchicken.com>
2478
896114cf
SM
2479 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2480 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
2481
24822010-05-27 Masatake YAMATO <yamato@redhat.com>
2483
2484 * htmlfontify.el (hfy-face-resolve-face): New function.
2485 (hfy-face-to-style): Use it (Bug#6279).
2486
397eb3f3
SM
24872010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * epa.el (epa--select-keys): Don't explicitly delete the window since
2490 that can fail (e.g. sole window in frame). Use dedication instead.
2491
ab0c07c0
SM
24922010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2493
2494 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2495
29031d52
CY
24962010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * subr.el (read-quoted-char): Resolve modifiers after key
2499 remapping (bug#6212).
2500
dc9ed794
SM
25012010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2504 (tmm-get-keymap): Compute shortcuts (bug#6171).
2505
e1cb2c13
GM
25062010-05-10 Glenn Morris <rgm@gnu.org>
2507
2508 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2509 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2510
61a808e8
CY
25112010-05-07 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * Version 23.2 released.
2514
f034e176
CY
25152010-05-03 Chong Yidong <cyd@stupidchicken.com>
2516
c0943d3d 2517 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 2518 car of each item, not the whole list (Bug#6083).
f034e176 2519
f5d6ff44
CY
25202010-05-02 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * progmodes/js.el (js-mode): Make paragraph variables local before
2523 calling c-setup-paragraph-variables (Bug#6071).
2524
aa4d4e4a
EZ
25252010-05-01 Eli Zaretskii <eliz@gnu.org>
2526
2527 * composite.el (compose-region, reference-point-alist): Fix typos
2528 in the doc strings.
2529
78edd3b7 25302010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
2531
2532 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2533 gnuplot's "set" command.
2534
29c48340
JB
25352010-04-26 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * abbrev.el (last-abbrev-text): Doc fix.
2538 (abbrev-prefix-mark): Don't escape parenthesis.
2539
8ed6fc47
AS
25402010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2541
2542 * composite.el (find-composition): Doc fix.
2543
063c6324
JB
25442010-04-24 Juanma Barranquero <lekktu@gmail.com>
2545
2546 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2547 (sql-oracle-program, sql-sqlite-options)
2548 (sql-query-placeholders-and-send): Doc fixes.
2549 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2550 (sql-imenu-generic-expression, sql-buffer)
2551 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2552 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2553 (sql-mode-sybase-font-lock-keywords)
2554 (sql-mode-informix-font-lock-keywords)
2555 (sql-mode-interbase-font-lock-keywords)
2556 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2557 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2558 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2559 (sql-product-feature, sql-highlight-product)
2560 (comint-line-beginning-position, sql-rename-buffer)
2561 (sql-toggle-pop-to-buffer-after-send-region)
2562 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2563 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2564 Fix typos in docstrings.
2565
e89dee79
JL
25662010-04-23 Juri Linkov <juri@jurta.org>
2567
2568 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2569 property instead of `invisible' and `after-string' (bug#5998).
2570
316d12fb
JL
25712010-04-23 Juri Linkov <juri@jurta.org>
2572
2573 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2574
770255e9
JB
25752010-04-23 Juanma Barranquero <lekktu@gmail.com>
2576
2577 * filecache.el (file-cache-add-directory-list)
2578 (file-cache-add-directory-recursively): Fix typos in docstrings.
2579
ece33a6e
KH
25802010-04-22 Kenichi Handa <handa@m17n.org>
2581
2582 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 2583 (gujarati-composable-pattern): Fix typo.
ece33a6e 2584
771533aa
KH
25852010-04-20 Kenichi Handa <handa@m17n.org>
2586
2587 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
2588 (tamil-composable-pattern, malayalam-composable-pattern):
2589 Add two-part vowels to "v" (vowel sign).
771533aa 2590
790c2e44
CY
25912010-04-20 Chong Yidong <cyd@stupidchicken.com>
2592
99833607
CY
2593 * files.el (copy-directory): Handle symlinks (Bug#5982).
2594
1e05f387
SM
2595 * progmodes/compile.el (compilation-next-error-function):
2596 Revert 2009-10-12 change (Bug#5983).
790c2e44 2597
808ecc4e
CY
25982010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2599
2600 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2601 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2602 (Bug#5846).
2603
d2c7b917
GM
26042010-04-20 Glenn Morris <rgm@gnu.org>
2605
0ca12598
GM
2606 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2607
d2c7b917
GM
2608 * minibuffer.el (completion-at-point): Doc fix.
2609
bce31830
DN
26102010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2611
2612 Fix the version number for added files.
2613 * vc-hg.el (vc-hg-working-revision): Check if the file is
2614 registered after hg parent fails (Bug#5961).
2615
0433ffa6
GM
26162010-04-17 Glenn Morris <rgm@gnu.org>
2617
2618 * htmlfontify.el (htmlfontify-buffer)
2619 (htmlfontify-copy-and-link-dir): Autoload entry points.
2620
8507c65c
CY
26212010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2622
2623 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2624 name relative to the project root (Bug#5960).
2625
e9ef9777
GM
26262010-04-16 Glenn Morris <rgm@gnu.org>
2627
2628 * vc-git.el (vc-git-print-log): Doc fix.
2629
3808c51f
CY
26302010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2631
2632 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2633
7860d2e3
CY
26342010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2635
2636 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2637 default settings (Bug#5928).
2638
119850e9
GM
26392010-04-10 Glenn Morris <rgm@gnu.org>
2640
2641 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2642 New function.
0a23b2c3 2643 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 2644
86a366f4
KH
26452010-04-07 Kenichi Handa <handa@m17n.org>
2646
2647 * language/indian.el (malayalam-composable-pattern): Fix previous
2648 change (add U+0D4D "SIGN VIRAMA").
2649 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2650 (tamil-composable-pattern): Fix typo in the regexp.
2651 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2652 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2653 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2654
8afe2ec6
CY
26552010-04-06 Chong Yidong <cyd@stupidchicken.com>
2656
2657 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2658 paragraph-separate (Bug#5821).
2659
3c5d6dfb
JL
26602010-04-05 Juri Linkov <juri@jurta.org>
2661
2662 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2663
2664 * info.el (Info-find-node-2): Comment out code that skips
2665 breadcrumbs line.
2666 (Info-mouse-follow-link): New command.
2667 (Info-link-keymap): New keymap.
2668 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2669 Return a string with links instead of inserting breadcrumbs
2670 to the Info buffer.
2671 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2672 Instead of putting the `invisible' text property over the Info
2673 header, make an overlay over the Info header with the `invisible'
2674 property and `after-string' set to the string returned by
2675 `Info-breadcrumbs'.
2676
6baa27a2
CY
26772010-04-03 Chong Yidong <cyd@stupidchicken.com>
2678
2679 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2680 Reported by monkey@sandpframing.com.
2681
b42da387
TA
26822010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2683
2684 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2685 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2686
42763dda
KH
26872010-03-30 Kenichi Handa <handa@m17n.org>
2688
2689 * language/sinhala.el (composition-function-table): Fix regexp for
2690 the new Unicode specification.
2691
2692 * language/indian.el (devanagari-composable-pattern)
2693 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 2694 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
2695 specification.
2696 (bengali-composable-pattern, gurmukhi-composable-pattern)
2697 (gujarati-composable-pattern, oriya-composable-pattern)
2698 (telugu-composable-pattern): New variables to cope with the new
2699 Unicode specification. Use them in composition-function-table.
2700
fe59d705
SM
27012010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2702
79d74ac5 2703 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
2704 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2705 vectors rather than cons cells, as used in menu-bar-update-buffers.
2706
03ffe8be
CY
27072010-03-28 Chong Yidong <cyd@stupidchicken.com>
2708
2a793f7f
CY
2709 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2710 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2711 electric punctuation for "{}();,:" (Bug#5586).
2712
03ffe8be
CY
2713 * mail/sendmail.el (mail-default-directory): Doc fix.
2714
27152010-03-27 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * mail/sendmail.el (mail-default-directory): Doc fix.
2718
94785022
EZ
27192010-03-27 Eli Zaretskii <eliz@gnu.org>
2720
2721 * subr.el (version-regexp-alist, version-to-list)
2722 (version-list-<, version-list-=, version-list-<=)
2723 (version-list-not-zero, version<, version<=, version=): Doc fix.
2724 (Bug#5744).
2725
eca16aa7
NR
27262010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2727 Nick Roberts <nickrob@snap.net.nz>
2728
2729 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2730 (gdb-init-1): Use it.
2731
431af6a4
DN
27322010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2733
2734 * vc.el (vc-root-diff): Doc fix.
2735
9d30a9f4
CY
27362010-03-25 Chong Yidong <cyd@stupidchicken.com>
2737
9aa2c576
CY
2738 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2739
9d30a9f4
CY
2740 * simple.el (append-to-buffer): Fix last change.
2741
d0fba174
CY
27422010-03-24 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * simple.el (append-to-buffer): Ensure that point is preserved if
2745 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2746 (Bug#5749)
2747
efee6a6d
SM
27482010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2751 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2752 not be present any more.
2753
c6f3804c
JB
27542010-03-24 Juanma Barranquero <lekktu@gmail.com>
2755
2756 * faces.el (set-face-attribute): Fix typo in docstring.
2757 (face-valid-attribute-values): Reflow docstring.
2758
4c3a215a
GM
27592010-03-23 Glenn Morris <rgm@gnu.org>
2760
efee6a6d 2761 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 2762
e9ba3e26
CY
27632010-03-21 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * indent.el (indent-for-tab-command): Doc fix.
2766
c8de140b
JB
27672010-03-22 Juanma Barranquero <lekktu@gmail.com>
2768
2769 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2770 (image-dired-read-comment): Doc fix.
2771
efee6a6d
SM
2772 * json.el (json-object-type, json-array-type, json-key-type)
2773 (json-false, json-null, json-read-number):
c8de140b
JB
2774 * minibuffer.el (completion-in-region-functions):
2775 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2776 (cal-tex-cursor-week):
2777 * emacs-lisp/trace.el (trace-function):
2778 * eshell/em-basic.el (eshell/printnl):
2779 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2780 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2781 * obsolete/levents.el (allocate-event, event-key, event-object)
2782 (event-point, event-process, event-timestamp, event-to-character)
2783 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2784 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2785 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2786 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2787 (reftex-highlight-selection): Fix typos in docstrings.
2788
d1200087
JB
27892010-03-19 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2792
f454672b
GM
27932010-03-18 Glenn Morris <rgm@gnu.org>
2794
2795 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2796 2008-02-13 without comment; mark it obsolete.
2797 (rmail-highlight-headers): Use rmail-highlight-face once more.
2798
d5704d66
CY
27992010-03-16 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * woman.el (woman2-process-escapes): Only consume the newline if
2802 the filler character is on a line by itself (Bug#5729).
2803
fade35dd
KH
28042010-03-16 Kenichi Handa <handa@m17n.org>
2805
2806 * language/indian.el (devanagari-composable-pattern): Add more
2807 consonants.
2808
c8215db1
MA
28092010-03-14 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * net/trampver.el: Update release number.
2812
b4d16368
GM
28132010-03-13 Glenn Morris <rgm@gnu.org>
2814
2815 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2816
c0e17ff2
MA
28172010-03-13 Michael Albinus <michael.albinus@gmx.de>
2818
efee6a6d
SM
2819 * net/tramp.el (tramp-find-executable):
2820 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
2821 output of "wc -l" more robust.
2822 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2823 (tramp-open-connection-setup-interactive-shell): Remove workaround
2824 for OpenSolaris bug, it is not needed anymore.
2825
eb123b12
GM
28262010-03-12 Glenn Morris <rgm@gnu.org>
2827
2828 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2829
5f8d2ce0
WS
28302010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2831
2832 * files.el (auto-mode-alist): Accept more verilog file patterns.
2833
35b148ee 28342010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
2835
2836 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2837 instead of "format:"; this ensures that the output is
2838 newline-terminated.
2839
4e7cafbe
CY
28402010-03-08 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2843 that all errors are caught, and that the return value is always a
2844 list (Bug#5692).
2845
aec66319
KH
28462010-03-08 Kenichi Handa <handa@m17n.org>
2847
2848 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 2849 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 2850
b327c975
AS
28512010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2852
2853 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2854 call to rfc822-bad-address. (Bug#5692)
2855
1c465a6a
CY
28562010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2857
1e05f387
SM
2858 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2859 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 2860
a4e32226
CY
28612010-03-06 Chong Yidong <cyd@stupidchicken.com>
2862
2863 * calculator.el (calculator): Don't bind split-window-keep-point
2864 (Bug#5674).
2865
4c83ed3d
SM
28662010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * vc-git.el: Re-flow to fit into 80 columns.
2869 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2870 Remove spurious `quote' element in each case alternative.
2871 (vc-git-show-log-entry): Use prog1.
2872 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2873
e8defde3
SM
28742010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2877
233f0c9f
CY
28782010-03-03 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2881 definition, not the name (Bug#5481).
2882
254bedef 28832010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
2884
2885 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2886 argument with a local variable. (Bug#5670)
2887
7187cdae
JL
28882010-03-02 Juri Linkov <juri@jurta.org>
2889
2890 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2891
9cf3544e
MA
28922010-03-02 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2895 error when FILENAME and NEWNAME are existing remote directories.
2896
2897 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2898 parameter DIR-FLAG.
2899
33f77982
GM
29002010-03-02 Glenn Morris <rgm@gnu.org>
2901
2902 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2903 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2904
d99ea08e
KH
29052010-03-01 Kenichi Handa <handa@m17n.org>
2906
e8defde3 2907 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
2908 myanmar-composable-pattern.
2909
e8defde3
SM
2910 * international/characters.el (script-list):
2911 * international/fontset.el (script-representative-chars):
2912 Change myanmar to burmese.
d99ea08e 2913 (otf-script-alist): Likewise.
4aa2c3b2
KH
2914 (setup-default-fontset): Likewise. Re-fix :otf spec.
2915
b374f54d
KY
29162010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2917
2918 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2919
71572c03
JD
29202010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2921
2922 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2923
00cffdeb
MA
29242010-02-28 Michael Albinus <michael.albinus@gmx.de>
2925
2926 * net/tramp.el (tramp-handle-write-region): START can be a string.
2927 Take care in the checks. Reported by Dan Davison
2928 <davison@stats.ox.ac.uk>.
2929
d4b06783
MA
29302010-02-28 Michael Albinus <michael.albinus@gmx.de>
2931
2932 * net/dbus.el (dbus-introspect, dbus-get-property)
33aeea0e
SM
2933 (dbus-set-property, dbus-get-all-properties):
2934 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 2935
8c3e96d2
CY
29362010-02-28 Chong Yidong <cyd@stupidchicken.com>
2937
de3a1fe9
CY
2938 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2939 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
2940 * calendar/icalendar.el (icalendar--add-diary-entry):
2941 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
2942 * files.el (recover-session-finish): Use with-current-buffer
2943 instead of save-excursion.
2944
c53b9c3b
SM
29452010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 Fix in-buffer completion when after-change-functions modify the buffer.
2948 * minibuffer.el (completion--replace): New function.
2949 (completion--do-completion): Use it and use relative movement.
2950
4a16bdc6
CY
29512010-02-27 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 2954
b8280f39
CY
29552010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2956
c53b9c3b
SM
2957 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2958 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 2959
f88cc4d6
KH
29602010-02-26 Kenichi Handa <handa@m17n.org>
2961
2962 * language/burmese.el: Fix entries in composition-function-table.
2963 (myanmar-composable-pattern): New variable.
2964
2965 * international/fontset.el (setup-default-fontset): Add an entry
2966 for myanmar.
2967
2968 * international/characters.el (script-list): Add Myanmar
2969 Extended-A.
2970
cdbf9100
GM
29712010-02-26 Glenn Morris <rgm@gnu.org>
2972
90a94603
GM
2973 * custom.el (custom-initialize-delay): Doc fix.
2974
cdbf9100
GM
2975 * mail/sendmail.el (send-mail-function): Autoload the call
2976 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2977
f95a5fd0
CY
29782010-02-24 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * files.el (hack-local-variables-filter): For eval forms, also
2981 check safe-local-variable-p (Bug#5636).
2982
6583ba0e
CY
29832010-02-24 Eduard Wiebe <usenet@pusto.de>
2984
2985 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2986 and use c(ad)r of cddr (Bug#5640).
2987
459a5f4b
MA
29882010-02-22 Michael Albinus <michael.albinus@gmx.de>
2989
2990 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2991 setting the modes by `ignore-errors'. It might fail, for example
2992 if the file is not owned by the user but the group.
2993 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2994
bb23f6e8
CY
29952010-02-21 Chong Yidong <cyd@stupidchicken.com>
2996
33aeea0e
SM
2997 * files.el (directory-listing-before-filename-regexp):
2998 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
2999 date-like filenames (Bug#5597).
3000
b660eb70
CY
3001 * htmlfontify.el (htmlfontify): Doc fix.
3002
3003 * eshell/eshell.el (eshell): Doc fix.
3004
bb23f6e8
CY
3005 * startup.el (fancy-about-screen): In mode-line, apply
3006 mode-line-buffer-id face only to the buffer name (Bug#5613).
3007
3e39928c
CY
30082010-02-20 Kevin Ryde <user42@zip.com.au>
3009
f7e0618c
JB
3010 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3011 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
3012 (Bug#5599).
3013
0f00e948
EZ
30142010-02-20 Eli Zaretskii <eliz@gnu.org>
3015
3016 * subr.el (remove-yank-excluded-properties): Explain in a comment
3017 why `category' property is removed.
3018
3513efb2
CY
30192010-02-19 Chong Yidong <cyd@stupidchicken.com>
3020
33aeea0e
SM
3021 * isearch.el (isearch-update-post-hook, isearch-update):
3022 Revert 2010-02-17 change.
3513efb2 3023
b4340b3f
UJ
30242010-02-19 Ulf Jasper <ulf.jasper@web.de>
3025
3026 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3027 (icalendar--convert-weekly-to-ical)
3028 (icalendar--convert-yearly-to-ical)
3029 (icalendar--convert-block-to-ical)
3030 (icalendar--convert-cyclic-to-ical)
3031 (icalendar--convert-anniversary-to-ical): Take care of time
3032 specifications where hour has 1-digit only (Bug#5549).
3033
8cfae03d
NR
30342010-02-19 Nick Roberts <nickrob@snap.net.nz>
3035
3036 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3037 of disassemble output in GDB 7.1.
3038
055e4eea
GM
30392010-02-19 Glenn Morris <rgm@gnu.org>
3040
3041 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3042 property. (Bug#5593)
3043
ff6b00de
SS
30442010-02-18 Sam Steingold <sds@gnu.org>
3045
3046 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3047
fe8c0b47
SM
30482010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 Use abbreviated file names in bookmarks (bug#5591).
3051 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3052 calls to expand-file-name.
3053 (bookmark-relocate): Use abbreviated file names in bookmarks.
3054 (bookmark-load): Use abbreviated file names in messages.
3055
73a37a69
MA
30562010-02-18 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3059 expand "." and "..". Reported by Thierry Volpiatto
3060 <thierry.volpiatto@gmail.com>.
3061
6e4f5731
MA
30622010-02-18 Michael Albinus <michael.albinus@gmx.de>
3063
3064 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3065 permissions of the temporary file to "0600". In case the remote
3066 file has no read permissions for the owner, there might be
3067 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3068
306922010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
3070
3071 * emacs-lisp/authors.el (authors-renamed-files-alist):
3072 Add entries for INSTALL.CVS.
3073
ba5bf642
MH
30742010-02-17 Mark A. Hershberger <mah@everybody.org>
3075
f7e0618c 3076 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 3077
f7e0618c 3078 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
3079 (isearch-update): Use the new hook.
3080
aac0b0f2
MA
30812010-02-16 Michael Albinus <michael.albinus@gmx.de>
3082
fe8c0b47
SM
3083 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3084 Fix errors in copying directories.
aac0b0f2
MA
3085 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3086 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3087 (tramp-handle-delete-file)
3088 (tramp-handle-dired-recursive-delete-directory)
3089 (tramp-handle-write-region): Flush also the cache for the upper
3090 directory.
3091
05bbe066
CY
30922010-02-16 Chong Yidong <cyd@stupidchicken.com>
3093
e8ab3908
CY
3094 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3095
ff90f4b0
CY
3096 * cus-edit.el (hardware): Doc fix.
3097
3098 * man.el (man): Add to external custom group.
3099
3100 * delim-col.el (columns): Move to wp custom group.
3101
3102 * doc-view.el (doc-view): Add to data custom group.
3103
fe8c0b47 3104 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 3105
05bbe066
CY
3106 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3107 by ispell-parse-output (Bug#5575).
3108
fa6ea913
KH
31092010-02-16 Kenichi Handa <handa@m17n.org>
3110
3111 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3112 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3113 (skkdic-convert): Use `euc-japan' coding system for writing.
3114
88fd78ae
GM
31152010-02-16 Glenn Morris <rgm@gnu.org>
3116
3117 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3118 tex-main-file before using it. (Bug#5562)
3119
2b8c974a
SM
31202010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3123 warnings, since it is annoying for the user to see them each time he
3124 runs the code.
3125
7540f029
MA
31262010-02-15 Michael Albinus <michael.albinus@gmx.de>
3127
3128 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3129 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3130 instead of PROC for caching "first-password-request". Otherwise,
3131 new processes would not profit from passwords already entered.
3132
2b8c974a
SM
3133 * net/tramp-cache.el (tramp-dump-connection-properties):
3134 Don't save "first-password-request" property.
7540f029 3135
fa5f7c5f
JB
31362010-02-14 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * outline.el (outline-head-from-level):
3139 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
3140 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3141 (elint-defun, elint-buffer-env, elint-top-form-logged)
3142 (elint-unbound-variable):
3143 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3144 Fix typos in docstrings.
3145
ecbaeb7b
MA
31462010-02-14 Michael Albinus <michael.albinus@gmx.de>
3147
3148 * files.el (insert-directory): When WILDCARD-REGEXP and
3149 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3150 whole directory. (Bug#5551)
3151
3152 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3153 dired's alignment sanity. (Bug#5516)
3154
91e3333f
JL
31552010-02-14 Juri Linkov <juri@jurta.org>
3156
3157 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3158 Remove remaining ^H with their preceding chars. (Bug#5566)
3159
36020642
GM
31602010-02-13 Glenn Morris <rgm@gnu.org>
3161
3162 * simple.el (transpose-subr): Give it a doc-string.
3163
3164 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3165 Doc fixes.
3166
f5952338
JL
31672010-02-12 Juri Linkov <juri@jurta.org>
3168
3169 * arc-mode.el (archive-unique-fname): Make directories for nested
3170 archives. (Bug#5540)
3171
918fe50f
JL
31722010-02-12 Juri Linkov <juri@jurta.org>
3173
3174 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3175
c07ff221
SM
31762010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3177
48b1e7cf
SM
3178 * subr.el (copy-overlay): Handle deleted overlays.
3179
c07ff221
SM
3180 * man.el (Man-completion-table): Don't signal an error if we can't run
3181 manual-program (bug#4056).
3182
0e374247
JB
31832010-02-10 Juanma Barranquero <lekktu@gmail.com>
3184
3185 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3186
dbf8402b
SM
31872010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3188
348d1e60
SM
3189 * info.el (Info-bookmark-jump): Simplify.
3190
dbf8402b
SM
3191 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3192 (bookmark-default-handler): Accept new bookmark field `buffer'.
3193
e6d23bb5
CY
31942010-02-10 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * iswitchb.el (iswitchb-completions): Revert last change.
3197
a8e4290b
MA
31982010-02-10 Michael Albinus <michael.albinus@gmx.de>
3199
2b23acde 3200 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
3201 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3202 This prevents file names like "~/" being listed literally.
a8e4290b 3203
c59d6fad
DN
32042010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3205
348d1e60
SM
3206 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3207 Remove dead code. (Bug#5546)
c59d6fad 3208
3a66e78f
CY
32092010-02-09 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3212 correctly (Bug#5548).
3213
f29fd869
CY
32142010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3215
3216 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 3217 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 3218
7fad1447
KH
32192010-02-08 Kenichi Handa <handa@m17n.org>
3220
3221 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 3222 cookie for putting `lisp-indent-function'.
7fad1447 3223
50e4518b
GM
32242010-02-07 Glenn Morris <rgm@gnu.org>
3225
3226 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3227 Move F2003 named interfaces from keywords-2 to keywords-1, and
3228 use function-name-face rather than constant-face.
3229 Simplify "abstract interface" regexp.
3230
a4cc44cf
CY
32312010-02-07 Chong Yidong <cyd@stupidchicken.com>
3232
3233 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3234 ID-FORMAT. Pass it to `file-attributes'.
3235
3236 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3237
c917476d
CY
32382010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3239
3240 * faces.el (set-face-attribute): Allow calling
3241 internal-set-lisp-face-attribute with 'unspecified family and
3242 foundry argument (Bug#5536).
3243
7cf3f3d6
GM
32442010-02-07 Glenn Morris <rgm@gnu.org>
3245
3246 * progmodes/f90.el (f90-font-lock-keywords-2)
3247 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3248 Handle F2003 named interfaces.
3249
ffe87109
CY
32502010-02-06 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3253 beg and end before calling c-get-state-before-change-functions.
3254
4775ecad
DN
32552010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3256
33aeea0e
SM
3257 * vc-bzr.el (vc-bzr-dir-extra-headers):
3258 Disable the pending merges header.
4775ecad 3259
0d17c4b9
JL
32602010-02-05 Juri Linkov <juri@jurta.org>
3261
3262 * doc-view.el (doc-view-mode):
3263 * image-mode.el (image-mode): Put property mode-class=special.
3264 (Bug#4896)
3265
8228a275
MH
32662010-02-05 Mark A. Hershberger <mah@everybody.org>
3267
3268 * vc-svn.el (vc-svn-revision-table): New function.
3269
d9320986
MA
32702010-02-05 Michael Albinus <michael.albinus@gmx.de>
3271
3272 * net/ange-ftp.el (ange-ftp-insert-directory):
3273 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3274 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3275 Handle also directories. (Bug#5478)
3276
f43d8ecc
GM
32772010-02-05 Glenn Morris <rgm@gnu.org>
3278
3279 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3280
ce3a988d
CY
32812010-02-05 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * startup.el (command-line-1): Convert options beginning with a
3284 single dash as well (Bug#5519).
3285
bdd42899
SM
32862010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3287
51b23c44
SM
3288 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3289 * minibuffer.el (completion-initials-expand): Only check the presence
3290 of delims *within* the boundaries, since otherwise the / delim is
3291 always found for files.
3292
bdd42899
SM
3293 Fix up various corner case problems.
3294 * doc-view.el (doc-view-last-page-number): New function.
3295 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3296 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3297 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3298 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3299 (doc-view-convert-current-doc): Don't create the resolution.el file
3300 here any more.
3301 (doc-view-pdf/ps->png): Do it here instead.
3302 (doc-view-already-converted-p): Check that resolution.el is present.
3303 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3304 windows that are not yet showing images.
3305
d5b3979c
MA
33062010-02-04 Michael Albinus <michael.albinus@gmx.de>
3307
3308 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3309 `dired-uncache' for every elemnt which is an absolute file name.
3310
3311 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3312 directory, handle its directory component.
3313 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3314 function is called permanently and creates noise, otherwise.
3315
3316 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3317 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3318 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3319
b003beb1
DB
33202010-02-04 David Burger <dburger@google.com> (tiny change)
3321
3322 * macros.el (apply-macro-to-region-lines):
3323 Minor simplification. (Bug#5485)
3324
ea92f9f3
GM
33252010-02-04 Glenn Morris <rgm@gnu.org>
3326
a03ae20d
GM
3327 * mail/rmail.el (rmail-show-message-1): Handle malformed
3328 quoted-printable text. (Bug#5441)
3329
4d01b827
GM
3330 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3331
ea92f9f3
GM
3332 * simple.el (visual-line-mode): Capitalize lighter.
3333
82055bb7
JW
33342010-02-03 John Wiegley <jwiegley@gmail.com>
3335
3336 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3337 list of files considered for "virtual buffer" completions.
3338
8214b6e4
MA
33392010-02-03 Michael Albinus <michael.albinus@gmx.de>
3340
3341 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
b762841f 3342 also in case of (and (not full) (not wildcard)). This is needed,
8214b6e4
MA
3343 when dired is called with a list of files, which are not in
3344 `default-directory'. (Bug#5478)
3345
1df9718f
SM
33462010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3349
02ba1267
JL
33502010-02-02 Juri Linkov <juri@jurta.org>
3351
3352 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3353 from unidiff to allow function-line after @@.
3354
a0c6a0fb
JL
33552010-02-02 Juri Linkov <juri@jurta.org>
3356
3357 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3358 '(RCS SCCS) with inverted condition.
3359
c35fcd52
MA
33602010-02-02 Michael Albinus <michael.albinus@gmx.de>
3361
3362 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3363 messages.
3364
6ba973c1
JL
33652010-02-01 Juri Linkov <juri@jurta.org>
3366
3367 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3368 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3369 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3370 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3371
0bca393f
SM
33722010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3375 (doc-view-revert-buffer): New command.
3376 (doc-view-mode-map): Use it.
3377
7a444e2a
DN
33782010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3379
3380 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3381 pending merge is detected.
3382
ad6fc8f4
JL
33832010-01-31 Juri Linkov <juri@jurta.org>
3384
3385 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3386 beginning of interactive spec like all other grep commands do.
3387 Put "all" in front of "gz". (Bug#5260)
3388
b9236874
DN
33892010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3390
3391 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3392
1e868757
CY
33932010-01-29 Chong Yidong <cyd@stupidchicken.com>
3394
3395 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3396 regexp is incorrect (Bug#5476).
3397
e5c70c41
MA
33982010-01-29 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * net/tramp.el (tramp-handle-insert-directory): Handle also
3401 symlinks, when FILENAME is not in `default-directory'.
3402
0c0b61f1
MA
34032010-01-28 Michael Albinus <michael.albinus@gmx.de>
3404
3405 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 3406 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
3407
3408 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3409 of SWITCHES. Handle the case, FILENAME is not in
3410 `default-directory'. (Bug#5478)
3411 (tramp-register-file-name-handlers): Add safe-magic property.
3412
763f325e
CY
34132010-01-28 Chong Yidong <cyd@stupidchicken.com>
3414
3415 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3416 unzip (Bug#5475).
3417
fd09a83f
CY
34182010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3419
3420 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3421 (flymake-master-make-header-init): Add other C++ filename masks.
3422 (flymake-find-possible-master-files)
3423 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3424
7e5686f0
MA
34252010-01-28 Michael Albinus <michael.albinus@gmx.de>
3426
3427 Fix some busybox annoyances.
3428
3429 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3430 not responding." string.
3431 (tramp-open-connection-setup-interactive-shell): Dump stty
3432 settings. Enable "neveropen" arg for all `tramp-send-command'
3433 calls. Handle "=" in variable values properly.
3434 (tramp-find-inline-encoding): Raise an error, when no encoding is
3435 found.
3436 (tramp-wait-for-output): Check, whether PROC buffer is available.
3437 Remove spurious " ^H" sequences, sent by busybox.
3438 (tramp-get-ls-command): Suppress coloring, if possible.
3439
c6265c10
GM
34402010-01-28 Glenn Morris <rgm@gnu.org>
3441
c85a168b
GM
3442 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3443
c6265c10
GM
3444 * log-edit.el (log-edit-strip-single-file-name): Add missing
3445 :safe, :group, and :version tags.
3446
7d82a738
SB
34472010-01-27 Stephen Berman <stephen.berman@gmx.net>
3448
3449 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3450 buffers. (Bug#5477)
3451
8b0e68ea
CY
34522010-01-27 David De La Harpe Golden <david@harpegolden.net>
3453
3454 * files.el (delete-directory): Handle moving to trash without
3455 first doing recursion (Bug#5436).
3456
368d3208
DN
34572010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3458
3459 * vc-hooks.el (vc-path): Mark as obsolete.
3460
755da7fa
DN
34612010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3462
e2396d80
DN
3463 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3464 names too.
3465
755da7fa
DN
3466 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3467 for the short log.
3468 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3469
6a6d15ab 34702010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 3471
ac9ffe99 3472 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 3473
48c2d18a 3474 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 3475
504dcc71
EH
34762010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3477
3478 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3479 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3480
51850286
DN
34812010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3482
c2f1d6d8
DN
3483 Remove support for adding --signoff on commit.
3484 Future support will use an incompatible generic mechanism.
3485 * vc-git.el (vc-git-add-signoff): Remove variable.
3486 (vc-git-toggle-signoff): Remove function.
3487 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3488
33aeea0e
SM
3489 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3490 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
3491 was set.
3492 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3493 earlier, call it again in case the background mode has changed.
3494
02c6d0d0
CY
34952010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3496
3497 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3498 (Bug#3541).
3499
064eee03
CY
35002010-01-23 Chong Yidong <cyd@stupidchicken.com>
3501
02c6d0d0
CY
3502 * emacs-lisp/assoc.el (aelement): Doc fix.
3503 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 3504
5336c3ec 35052010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 3506
48c2d18a 3507 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
3508 is the same as subprogram call, not declaration. (Bug#5435).
3509
0536254e
MA
35102010-01-23 Michael Albinus <michael.albinus@gmx.de>
3511
3512 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3513 (tramp-smb-maybe-open-connection): Use it.
3514
411d06c2
MA
35152010-01-22 Michael Albinus <michael.albinus@gmx.de>
3516
0536254e 3517 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 3518
c893016b
SM
35192010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3522 just because we see "encoding: 8bit".
3523 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3524
9425f8e1
CY
35252010-01-22 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3528
6a801864
EZ
35292010-01-22 Eli Zaretskii <eliz@gnu.org>
3530
3531 * jka-compr.el (jka-compr-load): If load-file is not in
3532 load-history, try its file-truename version. (bug#5447)
3533
3e8f7d91
AM
35342010-01-21 Alan Mackenzie <acm@muc.de>
3535
3536 Fix a situation where deletion of a cpp construct throws an error.
33aeea0e
SM
3537 * progmodes/cc-engine.el (c-invalidate-state-cache):
3538 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
3539 special cpp construct is still in the buffer.
3540 (c-parse-state): Record the special cpp with markers, not numbers.
3541
f0bd0ad5
CY
35422010-01-21 Kenichi Handa <handa@m17n.org>
3543
3544 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3545 process last-command-event, as it is now decoded first (Bug#5380).
3546
5189d95b
CY
35472010-01-20 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3550
e073d74a
GM
35512010-01-20 Glenn Morris <rgm@gnu.org>
3552
3553 * indent.el (tab-always-indent): Fix custom-type.
3554
8ee04f3a
AM
35552010-01-19 Alan Mackenzie <acm@muc.de>
3556
3557 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3558 buffer throws "args out of range".
3559 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3560 playing the role of delimiter.
3561
6a47c86a
SL
35622010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3563
bf0b361c 3564 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
3565 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3566 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3567 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3568 Improve comments in "is" portion. Handle null procedure declaration.
3569 (ada-move-to-end): Improve doc string.
3570
2acfb954
ÓF
35712010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3572
e90d57c0 3573 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 3574 Remove obsolete information from commentary.
e90d57c0
JB
3575 (ido-choice-list): Initialize to nil.
3576 (ido-get-bufname): Reject minibuffers.
3577 (ido-make-buffer-list): If "default" is a nonexistent
3578 buffer, ignore it, as per the function's comment.
3579 (ido-kill-buffer-internal): New function.
3580 (ido-kill-buffer-at-head): Use it.
3581 (ido-visit-buffer): Likewise.
2acfb954 3582
244b023e
CY
35832010-01-18 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3586
db9e401b
JB
35872010-01-18 Juanma Barranquero <lekktu@gmail.com>
3588
db9e401b
JB
3589 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3590 Fix typos in chart titles.
3591
3592 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
3593 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3594 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3595 (describe-class, eieio-describe-generic, describe-generic):
3596 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3597 (eieio-speedbar-expand):
3598 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3599 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3600 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3601 (viper-del-backward-char-in-replace, viper-backward-indent)
3602 (viper-brac-function, viper-register-to-point, viper-submit-report):
3603 * net/tramp.el (tramp-remote-coding-commands):
3604 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3605 Fix typos in docstrings.
3606
9295137d
CY
36072010-01-17 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * mail/sendmail.el (mail-yank-original): Set the mark if the
3610 specified function for yanking does not do it.
3611
4d0bbcb6
DN
36122010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3613
7902c120
DN
3614 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3615
4d0bbcb6
DN
3616 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3617 resyncing a directory.
3618
0b702bc1
SL
36192010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3620
6a47c86a 3621 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
3622 (ada-ident-re): Delete ., allow multibyte characters.
3623 (ada-goto-label-re): New; matches goto labels.
3624 (ada-block-label-re): New; matches block labels.
3625 (ada-label-re): New; matches both.
3626 (ada-named-block-re): Deleted; callers changed to use
3627 `ada-block-label-re' instead.
3628 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3629 Use `ada-block-label-re'.
3630 (ada-indent-on-previous-lines): Improve handling of goto labels.
3631 (ada-get-indent-block-start): Special-case block label.
3632 (ada-get-indent-label): Split into `ada-indent-block-label' and
3633 `ada-indent-goto-label'.
3634 (ada-goto-stmt-start, ada-goto-next-non-ws):
3635 Optionally ignore goto labels.
3636 (ada-goto-next-word): Simplify.
3637 (ada-indent-newline-indent-conditional): Insert newline before
3638 trying to fix indentation; doc fix.
3639
05287c49
JB
36402010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3641
3642 * calc/calc.el (calc-command-flags): Give it an initial value.
3643
4963739e
JB
36442010-01-17 Juanma Barranquero <lekktu@gmail.com>
3645
4963739e
JB
3646 * files.el (minibuffer-with-setup-hook):
3647 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3648 (artist-key-draw-continously, artist-key-do-continously-continously)
3649 (artist-key-set-point-continously, artist-mouse-draw-continously):
3650 Fix typos in docstrings.
3651
116bd1ee
CY
36522010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3653
33aeea0e
SM
3654 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3655 Never return t (Bug#3898).
116bd1ee 3656
2784cd7a 36572010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
3658
3659 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3660 can parse the output of the external commands (Bug#5279).
3661
abd5cfe8
CY
36622010-01-16 Jari Aalto <jari.aalto@cante.net>
3663
3664 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3665
4fe22cdf
CY
36662010-01-16 Chong Yidong <cyd@stupidchicken.com>
3667
bbdc98ef
CY
3668 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3669
c7dc1ac1
CY
3670 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3671
4fe22cdf
CY
3672 * startup.el (command-line): Remove unused --icon-type arg.
3673 Handle --display arg, passing it to command-line-1 (Bug#5392).
3674
045b9da7
ML
36752010-01-16 Mario Lang <mlang@delysid.org>
3676
045b9da7
ML
3677 * emacs-lisp/chart.el (chart-translate-namezone):
3678 * textmodes/artist.el (artist-compute-popup-menu-table):
3679 Remove duplicated words in doc-strings.
3680
6554a5df
CY
36812010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3682
3683 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3684 to mairix-search to suppress threading (Bug#5342).
3685
ca4f0e9a
KH
36862010-01-15 Kenichi Handa <handa@m17n.org>
3687
3688 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 3689 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 3690
1db3226b
GM
36912010-01-15 Glenn Morris <rgm@gnu.org>
3692
56a03f46
GM
3693 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3694
3695 * wid-edit.el (widget-keymap): Doc fix.
3696
1db3226b
GM
3697 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3698 former seems to be more widely accepted by various svn versions.
3699
80cd4bb4
JB
37002010-01-14 Juanma Barranquero <lekktu@gmail.com>
3701
d1f18ec0
JB
3702 * find-cmd.el (find-constituents):
3703 * vc-arch.el (vc-arch-root):
3704 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
3705 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3706 * progmodes/ada-stmt.el (ada-if):
3707 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3708 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3709 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3710 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3711
80cd4bb4
JB
3712 * progmodes/flymake.el (flymake-post-syntax-check):
3713 Fix typo in error message.
3714
9c23ca47
JB
37152010-01-14 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3718 which is always a string. (Bug#5313)
3719
8794c483
JB
37202010-01-14 Juanma Barranquero <lekktu@gmail.com>
3721
3722 * progmodes/ada-xref.el (ada-default-prj-properties):
3723 Simplify previous change.
3724
95005d39
SL
37252010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3726
3727 * progmodes/ada-xref.el (ada-default-prj-properties):
3728 Default ada_project_path to $ADA_PROJECT_PATH.
3729
37302010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
3731
3732 * progmodes/ada-mode.el (ada-create-keymap):
3733 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3734
fb0d1545
SL
37352010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3736
3737 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3738 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3739 (ada-get-current-indent, ada-imenu-generic-expression)
3740 (ada-which-function): Check for it.
3741
5c9434d0
SL
37422010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3743
3744 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3745 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3746
3a4f3a3b
GM
37472010-01-14 Glenn Morris <rgm@gnu.org>
3748
3749 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3750
d9a7c140
KH
37512010-01-14 Kenichi Handa <handa@m17n.org>
3752
3753 * composite.el (auto-composition-mode): Make it a buffer local
3754 variable (permanent-local).
3755 (auto-composition-function): Set the default value to
3756 auto-compose-chars.
49caf252 3757 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
3758 (global-auto-composition-mode): Likewise.
3759 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 3760
38bee102
KF
37612010-01-13 Karl Fogel <kfogel@red-bean.com>
3762
3763 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 3764
b8b45afc
MA
37652010-01-12 Michael Albinus <michael.albinus@gmx.de>
3766
3767 * files.el (copy-directory): Compute target for recursive
3768 directories with identical names. (Bug#5343)
3769
893db5bc
GM
37702010-01-12 Glenn Morris <rgm@gnu.org>
3771
33aeea0e
SM
3772 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3773 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 3774
d8b8451f
SS
37752010-01-11 Sam Steingold <sds@gnu.org>
3776
3777 * imenu.el (imenu-default-create-index-function): Detect infinite
3778 loops caused by imenu-prev-index-position-function.
3779
30afcdff
JB
37802010-01-11 Juanma Barranquero <lekktu@gmail.com>
3781
3782 * htmlfontify.el (htmlfontify-load-rgb-file)
3783 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3784 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3785 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3786 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3787 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3788 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3789 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3790 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3791 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3792 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3793 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3794 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3795 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3796 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3797 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3798 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3799 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3800 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3801 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3802 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3803 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3804 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3805 backslash-quoting from parentheses, etc.
3806
92b1c416
CY
38072010-01-11 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * progmodes/js.el: Autoload javascript-mode alias.
3810
4454adab
JB
38112010-01-11 Juanma Barranquero <lekktu@gmail.com>
3812
3813 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3814 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3815 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3816 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3817 Fix typos in docstrings.
3818 (ffap-url-regexp): Doc fix.
3819 (ffap-at-mouse): Fix typo in message.
3820
6589a2f9
GM
38212010-01-11 Glenn Morris <rgm@gnu.org>
3822
3823 * version.el (emacs-copyright): Set copyright year to 2010.
3824
4e5617ee
SM
38252010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * format.el (format-annotate-function): Only set
3828 write-region-post-annotation-function after running to-fn so as not to
3829 affect nested write-region calls (bug#5273).
3830
52bee098
CY
38312010-01-10 Chong Yidong <cyd@stupidchicken.com>
3832
a069f067
CY
3833 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3834 wisent/python.el.
3835
e709e39d
CY
38362010-01-09 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * man.el (Man-goto-section): Signal error if the section is not
3839 found (Bug#5317).
3840
6ee86780
JB
38412010-01-09 Juanma Barranquero <lekktu@gmail.com>
3842
3843 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3844 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3845
fa7b5f7b
CY
38462010-01-09 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * progmodes/compile.el: Don't treat compile-command as safe if
3849 compilation-read-command might be nil (Bug#4218).
3850
de62c4d9
JD
38512010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3852
3853 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3854 NS options.
3855
e94be827
KH
38562010-01-08 Kenichi Handa <handa@m17n.org>
3857
4e5617ee
SM
3858 * international/fontset.el (build-default-fontset-data):
3859 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 3860
1dfae2a2
JB
38612010-01-07 Juanma Barranquero <lekktu@gmail.com>
3862
3863 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3864 to `create-file-buffer' as it expects, not just a buffer name.
3865 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3866 to help uniquify. (Bug#3224)
3867
d0cf45b7
JD
38682010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3869
3870 * font-setting.el (font-setting-change-default-font): Use user-spec
3871 instead of name.
3872
7534fa5e
DN
38732010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3874
3875 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3876
fd579fdc
CY
38772010-01-05 Tom Tromey <tromey@redhat.com>
3878
4e5617ee
SM
3879 * progmodes/python.el (python-font-lock-keywords):
3880 Handle qualified decorators (Bug#881).
fd579fdc 3881
37860caf
DN
38822010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3883
3884 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3885 in a lightweight checkout.
3886
69db641d
KH
38872010-01-05 Kenichi Handa <handa@m17n.org>
3888
4e5617ee 3889 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 3890
b25d6a02
DN
38912010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3892
3893 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3894
137d88ca
DN
38952010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3896
3897 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3898 checkouts. (Bug#618)
3d5d0aa9 3899 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
3900 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3901 (vc-bzr-shelve-menu-map):
3902 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3903 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 3904
da76998b
CY
39052010-01-02 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3908 They are valid characters in URL paths (rfc3986), and at least
3909 Firefox does not understand the encoded version (Bug#3166).
3910
b2ad70b6
CY
39112010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3912
3913 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
3914 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3915 Add "end" keyword (Bug#3061).
b2ad70b6
CY
3916 (octave-end-as-array-index-p): New function.
3917 (calculate-octave-indent): Use it.
3918
54136282
KF
39192010-01-02 Karl Fogel <kfogel@red-bean.com>
3920
3921 * bookmark.el: Consistently put the text property on the bookmark name.
3922 (bookmark-bmenu-marks-width): Bump back to 2, to include
3923 annotation marks.
3924 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3925 property on the bookmark name, instead of not putting it at all.
3926 (bookmark-bmenu-list): Fix where we put the text property.
3927
cc4d3cad
KF
39282010-01-02 Karl Fogel <kfogel@red-bean.com>
3929
3930 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3931 for showing buffer modified state (as added in the previous change).
3932
b894c439
KF
39332010-01-02 Karl Fogel <kfogel@red-bean.com>
3934
3935 * bookmark.el: Show modified state of bookmark buffer more accurately.
3936 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3937 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3938 (with-buffer-modified-unmodified): New macro.
3939 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3940 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 3941 Use new macro to preserve the buffer modified state.
b894c439 3942
3a69db53
KF
39432010-01-02 Karl Fogel <kfogel@red-bean.com>
3944
4e5617ee 3945 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
3946 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3947 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3948 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3949 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
3950 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3951 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 3952
af414f10
EZ
39532010-01-02 Eli Zaretskii <eliz@gnu.org>
3954
4e5617ee
SM
3955 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3956 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 3957
f2ec0e5e
CY
39582010-01-02 Ryan Yeske <rcyeske@gmail.com>
3959
3960 * net/rcirc.el: Add follow-link binding (Bug#4738).
3961
38c1ba62
EZ
39622010-01-02 Eli Zaretskii <eliz@gnu.org>
3963
4e5617ee 3964 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3965 (cvs-update): New target for backward compatibility.
3966
4e5617ee 3967 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3968 (cvs-update): New target for backward compatibility.
3969
ea2c0f5b
KF
39702010-01-02 Karl Fogel <kfogel@red-bean.com>
3971
3972 * bookmark.el: Remove gratuitous gratitude.
3973
5ae329f4
KF
39742010-01-02 Karl Fogel <kfogel@red-bean.com>
3975
47989945
KF
3976 * bookmark.el (bookmark-bmenu-any-marks): New function
3977 (bookmark-bmenu-save): Clear buffer modification if no marks.
3978
39792010-01-02 Karl Fogel <kfogel@red-bean.com>
3980
3981 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
3982 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3983 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3984 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3985
3986 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3987 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3988 To: emacs-devel {_AT_} gnu.org
3989 Subject: bookmark.el bug report
3990 Date: Mon, 28 Dec 2009 14:19:16 +0800
3991 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3992
aef053eb
KF
39932010-01-02 Karl Fogel <kfogel@red-bean.com>
3994
3995 * bookmark.el: Improvements suggested by Drew Adams:
3996 (bookmark-bmenu-ensure-position): New name for
3997 `bookmark-bmenu-check-position'. Just ensure the position,
3998 don't return any meaningful value.
3999 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4000 New constants.
4001
0472835f
JB
40022010-01-02 Juanma Barranquero <lekktu@gmail.com>
4003
4004 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4005 (bookmark-yank-point, bookmark-bmenu-check-position):
4006 Fix typos in docstrings.
4007 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4008 (bookmark-name-from-full-record, bookmark-get-position)
4009 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4010 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4011 Remove useless quoting of parenthesis, etc. in docstrings.
4012
4013 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4014 (ediff-append-custom-diff): Fix typo in error message.
4015 (ediff-meta-mark-equal-files): Fix typos in messages.
4016
4017 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4018
0472835f
JB
4019 * net/imap-hash.el (imap-hash-make): Doc fix.
4020 (imap-hash-test): Fix typo in error message; reflow docstring.
4021 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4022 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4023 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4024 Fix typos in docstrings.
4025 (imap-hash-open-connection): Fix typo in error message.
4026
4027 * play/gomoku.el (gomoku): Fix typos in docstring.
4028
4029 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4030 (gdb-jsonify-buffer): Fix typos in docstring.
4031 (gdb-goto-breakpoint): Fix typo in error message.
4032 ("Display Other Windows"): Fix typo in help message.
4033 (gdb-speedbar-expand-node): Fix typo in question.
4034
4035 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4036 (idlwave-html-system-help-location, idlwave-html-help-location)
4037 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4038 (idlwave-help-browser-generic-args, idlwave-help-directory)
4039 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4040 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4041 (idlwave-online-help, idlwave-help-html-link)
4042 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4043 Fix typos in docstrings.
4044 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4045 Reflow docstrings.
4046 (idlwave-help-assistant-start): Fix typo in error message.
4047
4048 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4049 (octave-electric-space): Fix typos in docstrings.
4050
9bbe0828
CY
40512010-01-01 Chong Yidong <cyd@stupidchicken.com>
4052
4053 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4054
a88c46c3
CY
40552010-01-01 Juri Linkov <juri@jurta.org>
4056
4057 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 4058 increase the default to 500 (Bug#5148).
a88c46c3 4059
7ee6c59b
NR
40602009-12-31 Nick Roberts <nickrob@snap.net.nz>
4061
4062 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4063 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4064 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4065
a9c8a2cd
NR
40662009-12-30 Nick Roberts <nickrob@snap.net.nz>
4067
4068 Show working revision correctly for mercurial.
4069 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 4070 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 4071
659e4408
JB
40722009-12-29 Juanma Barranquero <lekktu@gmail.com>
4073
4074 Declare some functions for the byte-compiler.
4075 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4076 (speedbar-timer-fn, speedbar-change-expand-button-char)
4077 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4078
7ee6c59b
NR
40792009-12-29 Nick Roberts <nickrob@snap.net.nz>
4080
4081 This changeset reverts GDB Graphical Interface to use annotations.
4082 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4083
460f6e7c
DN
40842009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4085
4086 Make vc-dir work on subdirectories of the bzr root.
33aeea0e
SM
4087 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4088 Return file names relative to it.
460f6e7c
DN
4089 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4090 relative directory to vc-bzr-after-dir-status.
4091
543f553a
TH
40922009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4093
4094 * font-lock.el (font-lock-refresh-defaults): New function, which
4095 can be used to let font-lock react to external changes in
4096 variables like font-lock-defaults and keywords.
4097 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4098
2592ab76
DN
40992009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4100
ac859983
DN
4101 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4102
2592ab76
DN
4103 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4104
58941d03
JB
41052009-12-28 Juanma Barranquero <lekktu@gmail.com>
4106
4107 Supersede color.diff settings in git log (bug#5211).
4108
4109 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4110 escape chars in its output when the user has color.diff set to `always'.
4111 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4112
39764e76
KR
41132009-12-26 Kevin Ryde <user42@zip.com.au>
4114
4115 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4116 node. Keep previous "Index" name to work with past coreutils too.
4117
91c4831e
KR
4118 * man.el (man): Revise docstring a bit to show -a and -l as
4119 examples. Add -k description since support for it has otherwise
4120 been a secret. (Further to bug#3717.)
651e932e
KR
4121 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4122 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 4123 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 4124
7f4d4a97
MA
41252009-12-26 Michael Albinus <michael.albinus@gmx.de>
4126
4127 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4128 switches. Check also for //SUBDIRED// line.
4129
bcffff46
KH
41302009-12-25 Kenichi Handa <handa@m17n.org>
4131
2f952059 4132 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
4133 handle ZWNJ and ZWJ. Use it in composition-function-table for
4134 Devanagari.
4135 (malayalam-composable-pattern): Fix previous change.
4136
dc1dcfa4
VJL
41372009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4138
4139 * ps-print.el (ps-face-attributes): It was not returning the
4140 attribute face for faces specified as string. Reported by harven
41a20de9 4141 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
4142 (ps-print-version): New version 7.3.5.
4143
6fe539d2
UJ
41442009-12-18 Ulf Jasper <ulf.jasper@web.de>
4145
33aeea0e 4146 * calendar/icalendar.el (icalendar--convert-tz-offset):
2f952059
ML
4147 Fix timezone names.
4148 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
4149 (icalendar--add-diary-entry): Remove the trailing blank that
4150 diary-make-entry inserts.
4151
1f3611c6
MA
41522009-12-17 Michael Albinus <michael.albinus@gmx.de>
4153
4154 Make `file-expand-wildcards' work for remote files.
4155
4156 * files.el (file-expand-wildcards): In case of remote files, check
4157 only local file name part for wildcards. Provide feature 'files
4158 and subfeature 'remote-wildcards. (Bug#5198)
4159
4160 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4161 if there is already an established connection.
4162 (tramp-advice-file-expand-wildcards): Remove it.
4163
4164 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2f952059 4165 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
4166 Activate advice for older GNU Emacs versions. (Bug#5237)
4167
9762b219
JB
41682009-12-17 Juanma Barranquero <lekktu@gmail.com>
4169
4170 Some doc fixes (more needed).
4171
4172 * find-cmd.el (find-constituents): Reflow docstring.
4173 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4174 (find-generic): Doc fix.
4175
cfb54897
JL
41762009-12-17 Juri Linkov <juri@jurta.org>
4177
4178 Fix regression from 23.1 to allow multiple modes in Local Variables.
4179
4180 * files.el (hack-local-variables-filter): While ignoring duplicates,
4181 don't take `mode' into account.
33aeea0e
SM
4182 (hack-local-variables-filter, hack-dir-local-variables):
4183 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 4184
ad974e9e
JL
41852009-12-17 Juri Linkov <juri@jurta.org>
4186
4187 Make `dired-diff' more safe. (Bug#5225)
4188
4189 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4190 `current' or when `file' is a directory of the `current' file.
4191
3616e0b9
AS
41922009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4193
4194 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4195 unconditionally preloaded files.
4196
72b57560
JL
41972009-12-16 Juri Linkov <juri@jurta.org>
4198
4199 Revert to old 23.1 logic of using the file at the mark as default.
4200 * dired-aux.el (dired-diff): Use the file at the mark as default
4201 if it's not the same as the current file, and the target dir is
4202 the current dir or the mark is active. Add the current file
4203 as the arg of `dired-dwim-target-defaults'. Use the default file
4204 in the prompt. (Bug#5225)
4205
68712eb6
MA
42062009-12-15 Michael Albinus <michael.albinus@gmx.de>
4207
4208 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4209 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4210 (tramp-check-for-regexp): Check also, when an echoing shell stops
4211 to echo sent commands.
4212
fd471993
CY
42132009-12-14 Chong Yidong <cyd@stupidchicken.com>
4214
4215 * Makefile.in: Revert last change (Bug#5191).
4216
86b5e14c
DN
42172009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
4220 (vc-hg-working-revision): Make sure the command is executed in a
4221 known environment so that we can parse the output. (Bug#4417)
86b5e14c 4222
8cffbb75
CY
42232009-12-14 Chong Yidong <cyd@stupidchicken.com>
4224
4225 * progmodes/python.el (python-symbol-completions): Remove text
4226 properties from symbol string before calling python-send-receive.
4227
6c2b67ad
NR
42282009-12-14 Nick Roberts <nickrob@snap.net.nz>
4229
4230 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 4231 when there are values for both file and line. (Bug#5060)
6c2b67ad 4232
ff6f4585
JL
42332009-12-14 Juri Linkov <juri@jurta.org>
4234
4235 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4236 whitespace after the file name of the first line of unified format,
4237 because git-diff doesn't output whitespace and file modification time
4238 after the file name.
4239
d3de1c8e
JL
42402009-12-14 David Kastrup <dak@gnu.org>
4241
4242 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4243 check if it already has the `display' property added by
4244 `Info-display-images-node', and not put the `invisible' property
4245 in this case.
4246
2f1b7dc4
GM
42472009-12-13 Glenn Morris <rgm@gnu.org>
4248
a0cefee5
GM
4249 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4250 (report-emacs-bug): In message-mode, sort manually before storing
4251 original report text. (Bug#5178)
2f1b7dc4
GM
4252 Remove superfluous save-excursion.
4253
31bb373f
MA
42542009-12-12 Michael Albinus <michael.albinus@gmx.de>
4255
4256 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4257 when responding to "GetAll" properties.
4258
5e1d4968
CY
42592009-12-12 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * simple.el (compose-mail): Remove mail-setup-with-from from
4262 customization checks.
4263
097d86f9
EZ
42642009-12-12 Eli Zaretskii <eliz@gnu.org>
4265
4266 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4267 RAR archives created on Unix systems.
4268
1d4adede
SM
42692009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4272 the varalias that was accidentally removed by the 2009-11-19 change
4273 (bug#5186).
4274
3ff3655c
KH
42752009-12-12 Kenichi Handa <handa@m17n.org>
4276
4277 * language/indian.el (indian-compose-regexp): New function.
4278 (malayalam-composable-pattern): Fix the pattern.
4279 (composition-function-table): Set malayalam-composable-pattern for
4280 Malayalam characters.
4281
82d3343c
CY
42822009-12-11 Chong Yidong <cyd@stupidchicken.com>
4283
315eb96d
CY
4284 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4285 rather than down-mouse-1, based on follow-link conventions.
4286
82d3343c
CY
4287 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4288 are compiled.
4289
86a4c7ac
DN
42902009-12-11 Michael McNamara <mac@mail.brushroad.com>
4291
bf0b361c 4292 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
4293 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4294 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4295 (verilog-leap-to-head, verilog-backward-token):
4296 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
4297
42982009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4299
bf0b361c
JB
4300 * progmodes/verilog-mode.el (verilog-auto-lineup)
4301 (verilog-nameable-item-re): Cleanup user-visible spelling and
4302 documentation errors. One reported by Gary Delp.
1d4adede 4303 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
4304 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4305 package, bug195. Reported by Pierre-David Pfister.
4306
fe03f49a
GM
43072009-12-11 Glenn Morris <rgm@gnu.org>
4308
47641aac
GM
4309 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4310
85094855
GM
4311 * mail/emacsbug.el: No longer require sendmail.
4312 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4313 (report-emacs-bug-orig-text): Doc fix.
4314 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4315 New local variables, to adapt to different mail-user-agents.
4316 (report-emacs-bug): Fix test for a gnu.org address.
4317 Use overlays for emphasis, since font-lock defeats 'face property.
4318 Pretest bugs also end up at the newsgroup these days.
4319 Stop message-mode stripping text properties.
4320 Set and use the new buffer-local variables.
4321 (report-emacs-bug-hook): Add doc-string.
4322 Remove some unnecessary save-excursions and simplify.
4323 Use the appropriate hook and send-command.
4324
fe03f49a
GM
4325 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4326 capitalization of some menu entries.
4327
345427f0
VJL
43282009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4329
33aeea0e
SM
4330 * whitespace.el (whitespace-display-char-on):
4331 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
4332 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4333 New version 12.1.
4334
c70ccbba
EZ
43352009-12-10 Eli Zaretskii <eliz@gnu.org>
4336
4337 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4338 characters in the Attribute field.
4339
f1943c1b
DN
43402009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4341
4342 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4343
1c67aeaa
SM
43442009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4347 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4348 Disregard autoload-excludes.
4349 (update-directory-autoloads): Obey autoload-excludes here instead.
4350 But don't store its contents in no-autoloads and remove entries that
4351 refer to excludes files.
4352
d8194864
GM
43532009-12-10 Glenn Morris <rgm@gnu.org>
4354
8c0171c0
GM
4355 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4356 (expand-mail-aliases): Define for compiler.
4357
dba372dd
GM
4358 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4359 Define for compiler.
4360
d8194864
GM
4361 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4362 appropriate for the mail-user-agent in use.
4363
fe5facd3
MA
43642009-12-09 Michael Albinus <michael.albinus@gmx.de>
4365
4366 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4367
99999a1d
DN
43682009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4369
4370 Fix short log parsing and fontification.
4371 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4372 Fix fontification for the [merge] label.
4373
2ea1c4aa
SM
43742009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4375
4376 Drop some properties to avoid surprises.
4377 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4378 (hfy-fontify-buffer): Use it.
4379
9840deb6
SM
43802009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4381
a0d1aadf
SM
4382 Minor cleanup.
4383 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4384 Adjust all callers.
4385 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4386 args compulsory. Adjust callers.
4387 (ffap-gopher-at-point): Remove unused var `name'.
4388
9840deb6
SM
4389 Get rid of the ELCFILES abomination.
4390 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4391 (compile-elcfiles): New phony target.
4392 (compile-main): Compute ELCFILES dynamically.
4393 (compile-clean): New target to remove left-over elc files.
4394 (compile, all): Use it.
4395
7eb3f9a8
KH
43962009-12-09 Kenichi Handa <handa@etlken>
4397
4398 * international/mule-diag.el: Require help-mode instead of help-fns.
4399
ae63e572
KH
44002009-12-09 Kenichi Handa <handa@m17n.org>
4401
5ce6e4f4 4402 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
4403 fine ranges instead of pre-calculating accurate ranges.
4404 Iterate with bigger gc-cons-threshold.
ae63e572 4405
e2f3c692
DN
44062009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4407
4408 Add support for stashing a snapshot of the current tree.
4409 * vc-git.el (vc-git-stash-snapshot): New function.
4410 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4411
cf6d0352
JB
44122009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4413
4414 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4415 instead of `(beginning|end)-of-line'.
4416
48e4acc9
GM
44172009-12-08 Glenn Morris <rgm@gnu.org>
4418
6e890faa
GM
4419 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4420
48e4acc9
GM
4421 * Makefile.in (ELCFILES): Regenerate.
4422
d2a1dc7b
JL
44232009-12-07 Juri Linkov <juri@jurta.org>
4424
4425 Don't lazy-highlight the comint output in history Isearch mode.
4426
4427 * comint.el (comint-history-isearch-search): Instead of
4428 `comint-line-beginning-position', use `comint-after-pmark-p'
4429 to check if point if before the process mark, and go to
4430 `process-mark' in this case.
4431
51ef56c4
SM
44322009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4433
fb10ee4a
SM
4434 * textmodes/tex-mode.el (latex-complete)
4435 (latex-indent-or-complete): Remove.
4436 (latex-mode): Set completion-at-point-functions instead.
4437
4438 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
4439 * minibuffer.el (completion-at-point-functions): New var.
4440 (completion-at-point): New command.
fb10ee4a 4441 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
4442 * progmodes/python.el (python-mode-map): Use completion-at-point.
4443 (python-completion-at-point): Rename from python-partial-symbol and
4444 adjust for use in completion-at-point-functions.
4445 (python-mode): Setup completion-at-point for Python completion.
4446 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4447 extracted from lisp-complete-symbol.
4448 (lisp-complete-symbol): Use it.
4449 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4450 setup completion-at-point for Elisp completion.
fb10ee4a
SM
4451 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4452 Use completion-at-point.
51ef56c4 4453 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 4454 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
4455 * progmodes/sym-comp.el: Move to...
4456 * obsolete/sym-comp.el: Move from progmodes.
4457
5e7a9022
EZ
44582009-12-07 Eli Zaretskii <eliz@gnu.org>
4459
4460 Prevent save-buffer in Rmail buffers from using the coding-system
4461 of the current message, and from clobbering the encoding mnemonics
4462 in the mode line (Bug#4623).
4463
4464 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4465 flag, too.
4466 (rmail-message-encoding): New variable.
4467 (rmail-write-region-annotate): Record the encoding of the current
4468 message in rmail-message-encoding.
4469 (rmail-after-save-hook): New function, restores the encoding of
4470 the current message after the message collection is saved.
4471
9136e895
JL
44722009-12-07 Juri Linkov <juri@jurta.org>
4473
4474 * progmodes/grep.el (grep-read-files): Use `completing-read'
4475 instead of `read-string'. Set its `collection' arg to
4476 `read-file-name-internal'. (Bug#4301)
4477
40637410
JL
44782009-12-07 Juri Linkov <juri@jurta.org>
4479
4480 Correctly restore original Isearch point. (Bug#4994)
4481
4482 * isearch.el (isearch-mode): Move `isearch-push-state' after
4483 `(run-hooks 'isearch-mode-hook)'.
4484 (isearch-cancel): When `isearch-push-state-function' is defined,
4485 let-bind `isearch-cmds' to the first state (the last element of
4486 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4487 function and restores the original point). Otherwise, move point
4488 to `isearch-opoint'.
4489
da10ce2b
SM
44902009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4493 chars that don't have names, so the table can be built much faster at
4494 run-time.
4495
3d68fa99
CY
44962009-12-07 Chong Yidong <cyd@stupidchicken.com>
4497
f82b1493
CY
4498 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4499 change. Suggested by David Kastrup.
4500
3d68fa99
CY
4501 * simple.el (compose-mail): Check for incompatibilities and warn.
4502 (compose-mail-user-agent-warnings): New option.
4503
662c5698
DN
45042009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4505
4506 Support showing a single log entry from vc-annotate.
4507 * vc.el (print-log): Add a new argument: START-REVISION.
4508 (vc-print-log-internal): Add a new optional argument and
4509 pass it to the backend.
4510 (vc-print-log, vc-print-root-log): Adjust callers.
4511 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4512 buffer already displays the requested log entry, use it.
4513 Otherwise display only the log entry in question.
4514 * vc-svn.el (vc-svn-print-log):
e4070cdc 4515 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
4516 * vc-hg.el (vc-hg-state):
4517 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4518 (vc-git-show-log-entry): Return t on success.
4519 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4520 (vc-bzr-show-log-entry): Return t on success.
4521 * vc-rcs.el (vc-rcs-print-log):
4522 * vc-sccs.el (vc-sccs-print-log):
4523 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4524
e4070cdc
GM
45252009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4526
5ce6e4f4
JB
4527 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4528 Add menus to the meta mode. (Bug#5043)
e4070cdc 4529
5ce6e4f4 45302009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
4531
4532 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 4533 event-key.
662c5698 4534
662c5698
DN
4535 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4536
dab816a9
MA
45372009-12-07 Michael Albinus <michael.albinus@gmx.de>
4538
4539 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4540 Berbain <raphael.berbain@gmail.com>.
4541
4542 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4543 characters.
4544 (tramp-initial-end-of-output): New defconst.
4545 (tramp-methods, tramp-find-shell)
4546 (tramp-open-connection-setup-interactive-shell)
4547 (tramp-maybe-open-connection): Use it.
33aeea0e
SM
4548 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4549 Handle existence of `#' and `$'.
dab816a9 4550
33aeea0e
SM
4551 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4552 Use `tramp-initial-end-of-output'.
dab816a9 4553
a91e1f6b
DN
45542009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4555
4556 Get the background mode from the terminal for xterm, and set
4557 faces accordingly.
4558 * term/xterm.el (xterm-set-background-mode): New function.
4559 (terminal-init-xterm): Use it in case xterm supports background
4560 color queries. Recompute faces after getting the background
4561 color.
4562
5fa9d1ec
GM
45632009-12-07 Ulrich Mueller <ulm@gentoo.org>
4564
4565 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4566 number comment back on its own line, for easier parsing.
4567
5e9fde5e
SM
45682009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 Make it work for non-file buffers (bug#5102).
4571 * doc-view.el (doc-view-current-cache-dir):
4572 Use doc-view-buffer-file-name rather than buffer-file-name.
4573 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4574
2f2f5242
CY
45752009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4576
4577 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4578 author field is too short.
4579
cebf8ec6
DN
45802009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4581
5e9fde5e
SM
4582 * vc-git.el (vc-git-print-log): Handle a limit argument.
4583 Display the short log in graph form and with labels.
0d3f8a78
DN
4584 (vc-git-log-view-mode): Handle labels.
4585
cebf8ec6
DN
4586 Make vc-revert change VC state from 'added to 'unregistered.
4587 * vc-git.el (vc-git-revert): Call git reset first.
4588
8e39154d
UJ
45892009-12-06 Ulf Jasper <ulf.jasper@web.de>
4590
d8194864
GM
4591 * net/newst-backend.el, net/newst-plainview.el:
4592 * net/newst-reader.el, net/newst-ticker.el:
4593 * net/newst-treeview.el, net/newsticker.el:
4594 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 4595
ef187c24
CY
45962009-12-06 Chong Yidong <cyd@stupidchicken.com>
4597
238a0f3a
CY
4598 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4599
2c6bb71a
CY
4600 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4601 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4602 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4603 Update annotation regexp.
4604
ef187c24
CY
4605 * simple.el (beginning-of-visual-line): Constrain to field
4606 boundaries (Bug#5106).
4607
571855b6
UJ
46082009-12-06 Ulf Jasper <ulf.jasper@web.de>
4609
33aeea0e
SM
4610 * xml.el (xml-substitute-numeric-entities):
4611 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4612 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
4613 * net/newst-backend.el (newsticker--parse-generic-feed)
4614 (newsticker--parse-generic-items)
33aeea0e
SM
4615 (newsticker--decode-numeric-entities):
4616 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4617 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 4618
b857059c
CY
46192009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4620
4621 * progmodes/js.el (js--js-not): Add null to the list of values.
4622
c2dae51b
CY
46232009-12-06 Chong Yidong <cyd@stupidchicken.com>
4624
d8194864 4625 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 4626
ed0f72d2
RW
46272009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4628
4629 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4630 delimiter if it is at the end of the current line.
4631 (bibtex-generate-url-list): Fix docstring.
4632
365b9a62
SM
46332009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4636 minibuffer's content with itself.
4637 Fold the confirm-after-completion case into the `confirm' case.
4638 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4639
990a9cb1
KR
46402009-12-06 Kevin Ryde <user42@zip.com.au>
4641
4642 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 4643 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 4644
8b5a10db 4645 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 4646 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 4647
065543e7
JL
46482009-12-05 Juri Linkov <juri@jurta.org>
4649
4650 Save and restore dired buffer's point positions too. (Bug#4880)
4651
4652 * dired.el (dired-save-positions): Return in the first element
4653 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4654 Doc fix.
4655 (dired-restore-positions): First restore buffer's position.
4656 While restoring window's positions, check if window still displays
4657 the original buffer.
4658
503edac9
CY
46592009-12-05 Chong Yidong <cyd@stupidchicken.com>
4660
9a594ee6
CY
4661 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4662 if possible.
4663
925f8c70
CY
4664 * shell.el (shell): Require ansi-color (Bug#5113).
4665
4666 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4667
503edac9
CY
4668 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4669
8fea6b33
AM
46702009-12-05 Alan Mackenzie <acm@muc.de>
4671
4672 * progmodes/cc-mode.el (c-before-hack-hook)
4673 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4674 `c-file-style' to work again. This reversion restores the current
212c5aef 4675 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 4676
5d1fd962
CY
46772009-12-05 Kevin Ryde <user42@zip.com.au>
4678
33aeea0e
SM
4679 * textmodes/sgml-mode.el (sgml-lexical-context):
4680 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 4681
30760c8b
JL
46822009-12-05 Juri Linkov <juri@jurta.org>
4683
4684 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4685 for virtual nodes. (Bug#4147)
4686 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4687 when moving from a virtual node.
4688 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4689 (Info-mode): Add `Info-virtual-index' to the docstring.
4690
403111a8
RW
46912009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4692
4693 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4694 track of the buffer position of the end of a BibTeX entry as this
4695 position may change during reformatting.
4696 (bibtex-format-entry): Remove whitespace before processing
4697 numerical fields so that we recognize the latter properly.
4698 (bibtex-reformat): Do not use push which changes the global value
4699 of bibtex-entry-format.
4700 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4701 (bibtex-field-re-init): Replace only space characters by regexp
4702 for whitespace.
365b9a62 4703 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
4704 (bibtex-initialize): Also update bibtex-strings.
4705 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
4706 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4707 Update bibtex-reference-keys.
403111a8 4708
25b54627
SM
47092009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4710
4711 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4712 point after a star, if that's the only place where modifications can
4713 make progress.
4714
35639eb4
DN
47152009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4716
4717 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4718 in docstrings.
4719
8b78760b
JL
47202009-12-04 Juri Linkov <juri@jurta.org>
4721
4722 * proced.el (proced): Call `(proced-update t)' to update process
4723 information instead of only running proced-post-display-hook.
4724 (proced-send-signal): Add a leading space to the buffer name
4725 " *Marked Processes*" to make this buffer ephemeral.
4726
2b3489a7
JL
47272009-12-04 Juri Linkov <juri@jurta.org>
4728
4729 * dired.el (dired-auto-revert-buffer): New defcustom.
4730 (dired-internal-noselect): Use it.
4731
9b9debd1
JL
47322009-12-04 Juri Linkov <juri@jurta.org>
4733
4734 Change roles of modes and functions in image-mode.el (Bug#5062).
4735
4736 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4737 in `auto-mode-alist'.
4738 (image-mode-previous-major-mode): New variable.
4739 (image-minor-mode-map): Rename from `image-mode-text-map'.
4740 (image-mode): Move graceful error-handling code from
4741 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4742 (image-minor-mode): Remove all image-handling code.
4743 Replace `image-mode-text-map' with `image-minor-mode-map'.
4744 Check for `image-type' in mode-line format string.
4745 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4746 (image-mode-as-text): New function with most code from
4747 `image-mode-maybe'.
4748 (image-toggle-display-text): Move code that removes image
4749 properties from `image-toggle-display' to here.
4750 (image-toggle-display-image): New function with code that adds
4751 image properties copied from `image-toggle-display'.
4752 (image-toggle-display): Remove most code with leaving only code
4753 that toggles between `image-mode-as-text' and `image-mode'.
4754
0c74a301
UJ
47552009-12-04 Ulf Jasper <ulf.jasper@web.de>
4756
4757 * net/newst-treeview.el
4758 (newsticker--treeview-list-highlight-start): Restored call to
4759 save-excursion: Selected item was stuck.
4760 (newsticker--treeview-list-select): New.
4761 (newsticker--treeview-item-show-text)
4762 (newsticker--treeview-item-show)
4763 (newsticker--treeview-item-update): Use new
4764 newsticker-treeview-item-mode.
4765 (newsticker-treeview-update): Keep current item.
4766 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4767 (newsticker--treeview-first-feed): Doc change.
4768 (newsticker-treeview-list-menu)
2f952059 4769 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
4770 (newsticker-treeview-item-mode): New.
4771
5ce6e4f4 4772 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
4773 windows.
4774
9eaeec5b
SS
47752009-12-04 Sam Steingold <sds@gnu.org>
4776
4777 * log-view.el (log-view-mode-map): "q" calls quit-window,
4778 like in all the other non-self-insert buffers.
4779
b2bf5be5
SM
47802009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 Minor cleanup.
4783 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4784 key decoding rather than do it manually via last-input-event +
4785 ascii-character.
4786 (term-exec): Use delete-and-extract-region.
4787 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4788 (term-process-pager): Remove unused var `i'.
4789 (term-dynamic-simple-complete): Make obsolete.
4790 (serial-update-config-menu): Remove unused vars `y' and `str'.
4791 (term-update-mode-line): Remove unused var `temp'.
4792
46e5c897
DN
47932009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4794
4795 Limit the number of log entries displayed by default.
4796 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4797 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4798 using a prefix argument.
4799
627e0a14
GM
48002009-12-03 Glenn Morris <rgm@gnu.org>
4801
4802 * progmodes/idlwave.el (class): Restore still useful declaration.
4803
8578c224
AM
48042009-12-03 Alan Mackenzie <acm@muc.de>
4805
4abc318c 4806 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 4807
b2bf5be5
SM
4808 * progmodes/cc-mode.el (c-basic-common-init):
4809 Call c-state-cache-init.
9762b219 4810 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 4811 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 4812 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
4813
4814 * progmodes/cc-langs.el (c-before-font-lock-function):
4815 c-extend-and-neutralize-syntax-in-CPP has been renamed
4816 c-neutralize-syntax-in-and-mark-CPP.
4817
4818 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4819 with `category' properties now, not `syntax-table' ones.
4820
4821 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4822 enhanced (but slower) version of c-end-of-macro that won't land
4823 inside a literal or on another awkward character.
4824 (c-state-cache-too-far, c-state-cache-start)
4825 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4826 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4827 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4828 (c-state-min-scan-pos, c-state-brace-pair-desert)
4829 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4830 buffer local variables.
4831 (c-state-literal-at, c-state-lit-beg)
4832 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4833 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4834 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4835 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4836 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4837 (c-renarrow-state-cache)
4838 (c-append-lower-brace-pair-to-state-cache)
4839 (c-state-push-any-brace-pair, c-append-to-state-cache)
4840 (c-remove-stale-state-cache)
4841 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4842 (c-invalidate-state-cache-1, c-parse-state-1)
4843 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
4844 (c-parse-state): Enhance and refactor.
4845 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
4846
4847 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4848 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
4849 modify to use category text properties rather than syntax-table ones.
4850 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
4851 to switch off/on the syntactic paren property of C++ template
4852 delimiters using the category property.
4853 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4854 template delims suppressed.
4855 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4856 New constant/macros which apply category properties to the start
4857 and end of preprocessor constructs.
b2bf5be5 4858 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
4859 "comment out" the syntactic value of characters in preprocessor
4860 constructs.
4861 (c-with-cpps-commented-out)
4862 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4863 with characters in all or all but one preprocessor constructs
4864 "commented out".
4865
0d4dc442
RW
48662009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4867
4868 * proced.el (proced-filter-alist): Use regexp-quote.
4869
a09dc9bf
MA
48702009-12-03 Michael Albinus <michael.albinus@gmx.de>
4871
4872 Cleanup.
4873 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4874 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4875 arguments. Expand `default-directory'.
4876
4877 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4878 the benefit of returning an expanded localname.
4879 (tramp-tramp-file-p): Handle the case NAME is not a string.
4880
3f6bd790
DN
48812009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4882
4dfb3b9c
DN
4883 Add support for bzr shelve/unshelve.
4884 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4885 (vc-bzr-extra-menu-map): New variables.
4886 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4887 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4888 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4889 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4890 (vc-bzr-dir-extra-headers): Display shelves.
4891
3f6bd790
DN
4892 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4893
842d73a1
SM
48942009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * textmodes/bibtex.el (bibtex-complete-internal):
4897 Use completion-in-region.
4898 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4899
7fa4876f
DN
49002009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4901
4902 Support applying stashes. Improve UI.
4903 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4904 (vc-git-stash-apply, vc-git-stash-pop)
4905 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4906 (vc-git-stash-menu): New functions.
4907 (vc-git-stash-menu-map): New variable.
4908 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4909
d6e82452
GM
49102009-12-03 Glenn Morris <rgm@gnu.org>
4911
4912 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4913 (vc-print-log-internal): Fix previous change.
4914 (vc-revert): Correct pluralization.
4915
8d222148
SM
49162009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4917
ea52206b
SM
4918 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4919 it to be an alist any more.
4920 (makefile-complete): Use completion-in-region.
4921
69a94a37
SM
4922 * progmodes/octave-mod.el (octave-complete-symbol):
4923 Use completion-in-region.
4924
8d222148
SM
4925 Misc cleanup.
4926 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4927 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4928 (idlwave-complete-class): Don't quote lambda.
4929 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4930 (idlwave-mode-map): Move initialization into declaration.
4931 (idlwave-action-and-binding): Use backquotes.
4932 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4933 Simplify.
4934 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4935 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4936 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4937 `parts', and `all-parts'.
4938 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4939 (idlwave-convert-xml-system-routine-info): Remove unused string
4940 `version-string'.
4941 (idlwave-display-user-catalog-widget): Use dolist.
4942 (idlwave-scanning-lib): Declare dynamically-scoped var.
4943 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4944 (completion-highlight-first-word-only): Declare to silence bytecomp.
4945 (idlwave-popup-select): Tighten scope of `resp'.
4946 (idlwave-find-struct-tag): Remove unused var `beg'.
4947 (idlwave-after-load-rinfo-hook): Declare.
4948 (idlwave-sintern-class-info): Remove unused var `taglist'.
4949 (idlwave-find-class-definition): Remove unused var `list'.
4950 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4951 (idlwave-what-module-find-class): Remove unused var `classes'.
4952
3bb8691b
JB
49532009-12-03 Juanma Barranquero <lekktu@gmail.com>
4954
4955 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4956
f72f0c23
SM
49572009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4960 buffers visited. Remove redundant current-buffer-saving.
4961
601a9508
SM
49622009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 Use completion-in-buffer and remove uses of dynamic scoping.
4965 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4966 (pascal-buffer-to-use, pascal-flag): Don't declare.
4967 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4968 (pascal-get-completion-decl, pascal-keyword-completion):
4969 Add `pascal-str' argument, save-excursion,
4970 return the found completions, and don't filter with pascal-pred.
4971 (pascal-completion-cache): New var.
4972 (pascal-completion): Don't switch buffer any more (it was never
4973 necessary). Don't save-excursion any more (it's done by the called
4974 subroutines). Use a cache to avoid redundant computations.
4975 Use complete-with-action rather than pascal-completion-response and
4976 let it apply the predicate as well.
4977 (pascal-complete-word): Use completion-in-buffer when
4978 pascal-toggle-completions is nil.
4979 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4980 not used any more.
4981 (pascal-comp-defun): Don't change buffer any more.
4982 Use complete-with-action rather than pascal-completion-response and
4983 let it apply the predicate as well.
4984 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4985 when neded.
4986
1ff4cb98
KH
49872009-12-02 Kenichi Handa <handa@m17n.org>
4988
4989 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4990 shape for all Indic scripts.
4991
bb12edf1
SM
49922009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 Use completion-in-buffer.
4995 * wid-edit.el (widget-field-text-end): New function.
4996 (widget-field-value-get): Use it.
4997 (widget-string-complete, widget-file-complete)
4998 (widget-color-complete): Use it and completion-in-region.
4999 (widget-complete): Don't narrow the buffer.
5000
5813f6ef
GM
50012009-12-02 Glenn Morris <rgm@gnu.org>
5002
c920f222
GM
5003 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5004 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
5005 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5006 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 5007
5813f6ef
GM
5008 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5009 save-excursion with save-current-buffer.
5010 Widen before searching. (Bug#5093)
5011 (diary-list-sexp-entries): Remove superfluous save-excursion.
5012
34b1d750
GM
50132009-12-02 Michael Welsh Duggan <mwd@cert.org>
5014
5015 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5016 name. (Bug#5038)
5017
b2d5f31a
GM
50182009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5019
5020 * ido.el (ido-file-internal): Handle filenames at point that do
5021 not have a directory part. (Bug#5049)
5022
c710ac3c
JB
50232009-12-02 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5026 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5027
9946be46
SM
50282009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5029
5030 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5031 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5032 any more.
5033
b08016f2
SM
50342009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5035
e7440df4
SM
5036 * comint.el (comint-insert-input): Ignore clicks to the right of
5037 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5038
3bb8691b 5039 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
5040 terminate before setting up the major mode.
5041
f3b757f5
SM
5042 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5043 in case.
5044
a2877f1d
SM
5045 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5046 the last element.
5047
b08016f2
SM
5048 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5049
782d6e30
GM
50502009-12-01 Glenn Morris <rgm@gnu.org>
5051
5052 * window.el (window--display-buffer-2): Fix previous changes.
5053
28f57f7e
CY
50542009-12-01 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5057
c31a2fdc
GM
50582009-12-01 Glenn Morris <rgm@gnu.org>
5059
5060 * Makefile.in (ELCFILES): Add mpc.elc.
5061
e1ada222
SM
50622009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * mpc.el: New file.
5065
0c9ff2c5
GM
50662009-12-01 Glenn Morris <rgm@gnu.org>
5067
3689984f
GM
5068 * window.el (window-to-use): Define for compiler.
5069
3ab4308b
GM
5070 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5071 consistent with others (no final period).
5072
0c9ff2c5
GM
5073 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5074 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5075
fb0c18ff
DN
50762009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5077
5078 Make vc-print-log buttons work.
045b9da7 5079 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 5080
2ac7e73e
JB
50812009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5082
5083 * savehist.el (savehist-autosave-interval): Allow setting to nil
5084 through customize. (Bug#5056)
5085
5237d741
JB
50862009-11-30 Juanma Barranquero <lekktu@gmail.com>
5087
5088 Fix references to jit-lock properties.
5089 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5090 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5091 (perl-font-lock-special-syntactic-constructs):
5092 Quote jit-lock-defer-multiline property.
5093
379241fa
DN
50942009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5095
5096 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5097
054ae856
JL
50982009-11-30 Juri Linkov <juri@jurta.org>
5099
5100 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5101 value `buffer' of `multi-isearch-next-buffer-current-function'.
5102 Use `(current-buffer)' when `buffer' is nil.
5103 (multi-isearch-next-buffer-from-list): Don't fallback to
5104 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5105
67296dda
JL
51062009-11-30 Juri Linkov <juri@jurta.org>
5107
5108 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5109 of buffers with `get-buffer' to `multi-isearch-buffers'.
5110 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5111 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5112 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5113 FILES with `expand-file-name' converting relative file names
5114 to absolute. Doc fix. (Bug#4727)
5115
c585bf32
JL
51162009-11-30 Juri Linkov <juri@jurta.org>
5117
5118 * misearch.el (multi-isearch-read-buffers)
5119 (multi-isearch-read-matching-buffers): New functions.
5120 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5121 Use them in the `interactive' spec. Doc fix.
5122 (multi-isearch-read-files, multi-isearch-read-matching-files):
5123 New functions.
5124 (multi-isearch-files, multi-isearch-files-regexp):
5125 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5126
0a745733
JL
51272009-11-30 Juri Linkov <juri@jurta.org>
5128
5129 * doc-view.el (doc-view-continuous):
5130 Rename from `doc-view-continuous-mode'.
5131 (doc-view-menu): Move "Toggle display" to the top.
5132 Add submenu "Continuous" with radio buttons "Off"/"On"
5133 and "Save as Default".
5134 (doc-view-scroll-up-or-next-page)
5135 (doc-view-scroll-down-or-previous-page)
5136 (doc-view-next-line-or-next-page)
33aeea0e
SM
5137 (doc-view-previous-line-or-previous-page):
5138 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 5139
1f9689eb
JL
51402009-11-30 Juri Linkov <juri@jurta.org>
5141
5142 * comint.el (comint-mode-map): Rebind `M-r' from
5143 `comint-previous-matching-input' to
5144 `comint-history-isearch-backward-regexp'.
5145 Unbind `M-s' to allow global key binding `M-s'.
5146 Add menu items for `comint-history-isearch-backward' and
5147 `comint-history-isearch-backward-regexp'. (Bug#3746)
5148
2952b1ae
JL
51492009-11-30 Juri Linkov <juri@jurta.org>
5150
5151 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5152 For def=recenter, replace `recenter' with `recenter-top-bottom'
5153 that is called with `this-command' and `last-command' let-bound
5154 to `recenter-top-bottom'. When the last `def' was not `recenter',
5155 set `recenter-last-op' to nil. (Bug#4981)
5156
7a9547ca
SM
51572009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5158
20565545
SM
5159 Minor cleanup and simplification.
5160 * filecache.el (file-cache-add-directory)
5161 (file-cache-add-directory-recursively)
5162 (file-cache-add-from-file-cache-buffer)
5163 (file-cache-delete-file-regexp, file-cache-delete-directory)
5164 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5165 (file-cache-temp-minibuffer-message): Delete function.
5166 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5167
7a9547ca
SM
5168 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5169 Don't signal an error when bumping into EOB in tr, s, or y.
5170
08e968f3
JL
51712009-11-29 Juri Linkov <juri@jurta.org>
5172
5173 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5174 (Bug#4960)
5175
5176 * descr-text.el (describe-char-unidata-list): Use lowercase name
5177 for "Unicode name" like in other tags.
5178
f8d170a4
JL
51792009-11-29 Juri Linkov <juri@jurta.org>
5180
5181 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5182 New compatibility macro.
7a9547ca 5183 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 5184
0116abbd
JL
51852009-11-29 Juri Linkov <juri@jurta.org>
5186
5187 Add defcustom to define the cycling order of `recenter-top-bottom'.
5188 (Bug#4981)
5189
5190 * window.el (recenter-last-op): Doc fix.
5191 (recenter-positions): New defcustom.
5192 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5193 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5194
61eef560
MA
51952009-11-29 Michael Albinus <michael.albinus@gmx.de>
5196
5197 Improve integration of Tramp and ange-ftp in eshell.
5198
e4070cdc 5199 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
5200 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5201 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5202
5203 * eshell/esh-util.el (top): Require also Tramp when compiling.
5204 (eshell-directory-files-and-attributes): Check for FTP remote
5205 connection.
5206 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5207 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5208 (eshell-file-attributes): Handle ".". Return `entry'.
5209
5210 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5211 (ange-ftp-directory-files-and-attributes)
5212 (ange-ftp-real-directory-files-and-attributes): New defuns.
5213
5214 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5215 shell with "exec" when possible. This prevents trailing prompts
5216 in `start-file-process'.
5217
f5467d3f
SM
52182009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5219
21f49db9
SM
5220 Try and remove assumptions about point-min==1.
5221 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5222 (rng-compute-mode-line-string): Show the validation percentage in
5223 terms of the narrowed text, not the widened text.
5224 (rng-do-some-validation): Don't catch internal errors when debugging.
5225 (rng-first-error): Simplify.
5226 (rng-after-change-function): Remove work around. AFAIK the bug has
5227 been fixed a while ago.
5228
26224faf
SM
5229 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5230 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5231
d7117720
SM
5232 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5233
f5467d3f
SM
5234 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5235 `cd' doesn't always do it for us (bug#5067).
5236
5237 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5238 on 2009-10-25 as part of some other change (bug#5067).
5239
c5269f1c
SM
52402009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5241
62a258a7
SM
5242 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5243 `suspicious'.
5244 (byte-compile-warnings): Use byte-compile-warning-types.
5245 (byte-compile-save-excursion): Warn about use of set-buffer right
5246 after save-excursion.
5247
c5269f1c
SM
5248 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5249 the excursion as well.
5250
3ba30eb8
MA
52512009-11-27 Michael Albinus <michael.albinus@gmx.de>
5252
5253 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5254 providing a Tramp related implementation of "su" and "sudo".
5255 (eshell-unix-initialize): Add "su" and "sudo".
5256
6c6f788d
DU
52572009-11-27 Daiki Ueno <ueno@unixuser.org>
5258
5259 * net/socks.el (socks-send-command): Convert binary request to
5260 unibyte before sending. This fixes mishandling of some port
5261 numbers such as 129.
5262
10c877fe
SM
52632009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5264
6f06a171
SM
5265 * help.el (describe-bindings-internal): Remove `interactive'.
5266
10c877fe
SM
5267 * man.el (Man-completion-table): Trim a terminating "(".
5268 Remove the space between name page a section.
5269 Add the command's description on the `help-echo' property.
c5269f1c
SM
5270 Remove `process-connection-type' binding since it's unused by
5271 call-process.
10c877fe
SM
5272 Provide completion for the "<section> <name>" format as well.
5273 (Man-default-man-entry): Remove spurious var shadowing the argument.
5274
c44a4822
KR
52752009-11-26 Kevin Ryde <user42@zip.com.au>
5276
5277 * log-view.el: Add "Keywords: tools", since its other keywords
5278 aren't in finder-known-keywords, and following vc.el.
5279
9d58f081
KR
5280 * sha1.el (sha1-string-external): default-directory "/" in case
5281 otherwise non-existent. process-connection-type pipe for touch of
5282 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5283
72fe6b25
SM
52842009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 Misc coding convention cleanups.
5287 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5288 hfy-init-kludge-hooks.
5289 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5290 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5291 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5292 and push.
5293 (hfy-slant, hfy-weight): Use tables rather than code.
5294 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5295 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5296 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5297 (hfy-face-to-css): Remove `nconc' with single arg.
5298 (hfy-p-to-face-lennart): Use `or'.
5299 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5300 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5301 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5302 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5303 (hfy-force-fontification): Use run-hooks.
5304
85e0a536
SM
53052009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5306
5307 Various minor fixes.
5308 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5309 Javascript belongs in the header, not the body.
5310 (hfy-javascript): Remove.
5311 (hfy-fontify-buffer): Don't insert it any more.
5312 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5313 Fix bug in invis handling when there were no invis props in a chunk.
5314
62ccc42c
SM
53152009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5318
2643c7aa
DN
53192009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5320
5321 * finder.el (finder-mode-map): Add a menu.
5322
0e5c8aed
DN
53232009-11-26 Michael McNamara <mac@mail.brushroad.com>
5324
bf0b361c 5325 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
5326 "unsigned" structs.
5327
5328 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5329 fork" statement better.
5330
53312009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5332
bf0b361c
JB
5333 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5334 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5335 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5336 Reported by Clay Douglass.
0e5c8aed
DN
5337
5338 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 5339 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
33aeea0e
SM
5340 Fix removing "// Interfaces" when saving .* expansions.
5341 Reported by Pierre-David Pfister.
0e5c8aed 5342
7629c4e7
GM
53432009-11-26 Glenn Morris <rgm@gnu.org>
5344
62ccc42c
SM
5345 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5346 the scope.
7629c4e7 5347
a5d358f8
JB
53482009-11-25 Johan Bockgård <bojohan@gnu.org>
5349
5350 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5351 Really use previous revision.
5352
002cbde5
KR
53532009-11-25 Kevin Ryde <user42@zip.com.au>
5354
5355 * man.el (Man-completion-table): default-directory "/" in case
5356 doesn't otherwise exist. process-environment COLUMNS=999 so as
5357 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
5358 any chance of hitting the pseudo-tty TIOCGWINSZ.
5359 (man): completion-ignore-case t for friendliness and since man
5360 itself is case-insensitive on the command line.
5361 Further to Bug#3717.
002cbde5 5362
8cb5ffe8
KR
5363 * arc-mode.el: Add "Keywords: files", so the details in its
5364 commentary can be reached from finder-by-keyword.
34607612
KR
5365 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5366 editing mode, but it's comms related and sgml-mode.el has "comm"
5367 on that basis too.
b8dfcf54 5368 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
5369 * international/isearch-x.el, international/ja-dic-cnv.el:
5370 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 5371 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 5372
1e2d9ba1
JL
53732009-11-25 Juri Linkov <juri@jurta.org>
5374
5375 * man.el (Man-completion-table): Modify regexp to include
5376 section names to completion strings. (Bug#3717)
5377
a601d313
JL
53782009-11-25 Juri Linkov <juri@jurta.org>
5379
5380 Search recursively in gzipped files. (Bug#4982)
5381
5382 * progmodes/grep.el (grep-highlight-matches): Add new options
5383 `always' and `auto'. Doc fix.
5384 (grep-process-setup): Check `grep-highlight-matches' for
5385 `auto-detect' to determine the need to compute grep defaults.
5386 Move Windows/DOS specific --colors settings handling
5387 to `grep-compute-defaults'. Check `grep-highlight-matches'
5388 to get the value of "--color=".
5389 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5390 has the value `auto-detect'. Move Windows/DOS specific settings
5391 from `grep-process-setup'.
5392 (zrgrep): New command with alias `rzgrep'.
5393
bde04ea9
JL
53942009-11-25 Juri Linkov <juri@jurta.org>
5395
5396 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5397 to nil instead of switching off view-mode. (Bug#4896)
5398
7d6b4d3c
JL
53992009-11-25 Juri Linkov <juri@jurta.org>
5400
5401 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5402
5403 * mwheel.el (mwheel-scroll-up-function)
5404 (mwheel-scroll-down-function): New defvars.
5405 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5406 `scroll-up', and `mwheel-scroll-down-function' instead of
5407 `scroll-down'.
5408
5409 * doc-view.el (doc-view-scroll-up-or-next-page)
5410 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5411 Use this ARG in the call to image-scroll-up/image-scroll-down.
5412 Change `interactive' spec to "P". Goto next/previous page only
5413 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5414 SPC/DEL case). Doc fix.
5415 (doc-view-next-line-or-next-page)
5416 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5417 for consistency.
5418 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5419 `doc-view-scroll-up-or-next-page', and buffer-local
5420 `mwheel-scroll-down-function' to
5421 `doc-view-scroll-down-or-previous-page'.
5422
e237085f
JL
54232009-11-25 Juri Linkov <juri@jurta.org>
5424
5425 Provide additional default values (directories at other Dired
5426 windows) via M-n in the minibuffer of some Dired commands.
5427
5428 * dired-aux.el (dired-diff, dired-compare-directories)
5429 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5430 `minibuffer-default' in `minibuffer-with-setup-hook'.
5431 (dired-dwim-target-directory): Find a window that displays Dired
5432 buffer instead of failing when the next window is not Dired.
5433 Use `get-window-with-predicate' to find for the next Dired window.
5434 (dired-dwim-target-defaults): New function.
5435
5436 * ediff-util.el (ediff-read-file-name):
5437 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5438 in `minibuffer-with-setup-hook'.
5439
7d371eac
JL
54402009-11-25 Juri Linkov <juri@jurta.org>
5441
5442 Provide additional default values (file name at point or at the
5443 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5444
5445 * minibuffer.el (read-file-name-defaults): New function.
5446 (read-file-name): Reset `minibuffer-default' to nil when
5447 it duplicates initial input `insdef'.
5448 Bind `minibuffer-default-add-function' to lambda that
5449 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5450 (minibuffer-insert-file-name-at-point): New command.
5451
5452 * files.el (file-name-at-point-functions): New defcustom.
5453 (find-file-default): Remove defvar.
5454 (find-file-read-args): Don't use `find-file-default'.
5455 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5456 to `read-file-name'.
5457 (find-file-literally): Use `read-file-name' with
5458 `confirm-nonexistent-file-or-buffer'.
5459
5460 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5461
5462 * dired.el (dired-read-dir-and-switches):
5463 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5464 to `read-file-name'.
5465 (dired-file-name-at-point): New function.
5466 (dired-mode): Add hook `dired-file-name-at-point' to
5467 `file-name-at-point-functions'.
5468
04ae543a
SM
54692009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 Really make the *Completions* window soft-dedicated (bug#5030).
5472 * window.el (window--display-buffer-2): Add `dedicated' argument.
5473 (display-buffer): Pass it when needed so the dedicated flag is set
5474 after calling set-window-buffer, which would otherwise reset it.
5475
eb708e66
SM
54762009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5477
d6b8d4e7
SM
5478 * progmodes/meta-mode.el (meta-complete-symbol):
5479 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
5480 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5481 Use completion-in-region.
5482
5f24557b
SM
5483 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5484 (dabbrev-completion): Use completion-in-region.
5485 (dabbrev--abbrev-at-point): Simplify regexp.
5486
fe4346f0
SM
5487 * abbrev.el (abbrev--before-point): Use word-motion functions
5488 if :regexp is not specified (bug#5031).
5489
cb190d7d
SM
5490 * subr.el (string-prefix-p): New function.
5491
e2ec6dd5
SM
5492 * man.el (Man-completion-cache): New var.
5493 (Man-completion-table): Use it.
5494
eb708e66
SM
5495 * vc.el (vc-print-log-internal): Make `limit' optional for better
5496 compatibility (e.g. with vc-annotate.el).
5497
4cf8971b
KR
54982009-11-24 Kevin Ryde <user42@zip.com.au>
5499
eb708e66 5500 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 5501 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 5502
4cf8971b
KR
5503 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5504 when .el source file not found or other error.
5505
d204c46c
SM
55062009-11-24 Markus Triska <markus.triska@gmx.at>
5507
5508 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5509
bb301b9a
SM
55102009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5511
449c27f0
SM
5512 Handle the [back] button properly (bug#4979).
5513 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5514 Use help-setup-xref, help-buffer, and with-help-window.
5515 (describe-char): Add `buffer' argument.
5516 Pass proper command to help-setup-xref. Don't meddle with
5517 help-xref-stack-item directly.
5518 (describe-text-category): Use with-help-window and help-buffer.
5519
32fe5377
SM
5520 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5521 for the displayed buffer (bug#4887).
5522
bb301b9a
SM
5523 * man.el (Man-completion-table): New function.
5524 (man): Use it.
5525
35179414
DR
55262009-11-24 David Reitter <david.reitter@gmail.com>
5527
bb301b9a 5528 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
5529 .git is) rather than the file's directory and a relative path spec
5530 to work around a bug in git.
5531
605a20a9
MA
55322009-11-24 Michael Albinus <michael.albinus@gmx.de>
5533
5534 Improve handling of processes on remote hosts.
5535
5536 * eshell/esh-util.el (eshell-path-env): New defvar.
5537 (eshell-parse-colon-path): New defun.
5538 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5539
bb301b9a
SM
5540 * eshell/esh-ext.el (eshell-search-path):
5541 Use `eshell-parse-colon-path'.
605a20a9
MA
5542 (eshell-remote-command): Remove argument HANDLER.
5543 (eshell-external-command): Check for FTP remote connection.
5544
bb301b9a
SM
5545 * eshell/esh-proc.el (eshell-gather-process-output):
5546 Use `file-truename', in order to start also symlinked files.
5547 Apply `start-file-process' instead of `start-process'.
5548 Shorten `command' to the local file name part.
605a20a9 5549
bb301b9a
SM
5550 * eshell/em-cmpl.el (eshell-complete-commands-list):
5551 Use `eshell-parse-colon-path'.
605a20a9
MA
5552
5553 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5554
5555 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5556 to `eshell-directory-change-hook'.
5557
d1d33062
TH
55582009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5559
5560 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 5561 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 5562
a34d8565 55632009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 5564
a34d8565
MK
5565 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5566 made on 2009-11-22.
d1d33062 5567
c83b8d1b
GM
55682009-11-24 Glenn Morris <rgm@gnu.org>
5569
5570 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5571 deleted variable bookmark-bmenu-bookmark-column.
5572
83505cfe
SM
55732009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5576
5241b291
CY
55772009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5578
5579 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5580 two slashes to the "file:" prefix.
5581 (browse-url-file-url): De-munge Cygwin filenames before passing
5582 them to Windows browser.
5583 (browse-url-default-windows-browser): Use call-process.
5584
aefcadb6
JL
55852009-11-23 Juri Linkov <juri@jurta.org>
5586
5587 Implement DocView Continuous mode. (Bug#4896)
5588 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
5589 (doc-view-mode-map): Bind C-n/<down> to
5590 `doc-view-next-line-or-next-page', C-p/<up> to
5591 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
5592 (doc-view-next-line-or-next-page)
5593 (doc-view-previous-line-or-previous-page): New commands.
5594
0d62bcea
JL
55952009-11-23 Juri Linkov <juri@jurta.org>
5596
5597 Implement Isearch in comint input history. (Bug#3746)
5598 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5599 `isearch-mode-hook'.
5600 (comint-history-isearch): New defcustom.
5601 (comint-history-isearch-backward)
5602 (comint-history-isearch-backward-regexp): New commands.
5603 (comint-history-isearch-message-overlay): New buffer-local variable.
5604 (comint-history-isearch-setup, comint-history-isearch-end)
5605 (comint-goto-input, comint-history-isearch-search)
5606 (comint-history-isearch-message, comint-history-isearch-wrap)
5607 (comint-history-isearch-push-state)
5608 (comint-history-isearch-pop-state): New functions.
5609
b593f105
MA
56102009-11-23 Michael Albinus <michael.albinus@gmx.de>
5611
5612 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5613 return.
5614 (tramp-handle-make-symbolic-link)
5615 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5616 Quote file names.
5617 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5618 (tramp-handle-process-file): Use it.
5619
0f202d5d
SM
56202009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * window.el (move-to-window-line-last-op): Remove.
5623 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5624
216349f8
SM
56252009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5626
0f202d5d 5627 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
5628 * window.el (move-to-window-line-last-op): New var.
5629 (move-to-window-line-top-bottom): New command.
5630 (global-map): Bind M-r move-to-window-line-top-bottom.
5631
c10e0633
GM
56322009-11-23 Sven Joachim <svenjoac@gmx.de>
5633
5634 * dired-x.el (dired-guess-shell-alist-default):
5635 Support xz format. (Bug#4953)
5636
953e0c1a
GM
56372009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5638
5639 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5640 last-command-char/last-command-event.
5641 (viper-prefix-arg-value): Do correct conversion of event-char for
5642 XEmacs.
5643
83505cfe
SM
5644 * emulation/viper-util.el, emulation/viper.el:
5645 Use viper-last-command-char instead of
5646 last-command-char/last-command-event.
953e0c1a 5647
83505cfe
SM
5648 * ediff-init.el, ediff-mult.el, ediff-util.el:
5649 Replace last-command-char and last-command-event
5650 with (ediff-last-command-char) everywhere.
953e0c1a
GM
5651
5652 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5653 created in fundamental mode.
5654
5655 * ediff.el (ediff-version): Revert the change of interactive-p to
5656 called-interactively-p.
5657
9ee12eee
TH
56582009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5659
5660 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5661 generation from word-movement command names.
5662
8b571bf3
JD
56632009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5664
5665 * cus-start.el (all): Add native condition for font-use-system-font.
5666
4121db47
AM
56672009-11-21 Nathaniel Flath <flat0103@gmail.com>
5668
83505cfe
SM
5669 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5670 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 5671
d71f5e0c
TH
56722009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5673
5674 * progmodes/subword.el: Rename from lisp/subword.el.
5675
5676 * subword.el: Rename to progmodes/subword.el.
5677
5678 * Makefile.in (ELCFILES): Adapt to subword.el move.
5679
fc9d6ad6
SM
56802009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5681 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5683 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5684 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5685 (bookmark-bmenu-show-filenames): Use push.
5686 (bookmark-bmenu-hide-filenames): Use local var instead of
5687 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5688 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5689 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5690 filenames now that the bookmark names are always available.
5691
26d9285f
SM
56922009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5695 (bookmark-search-pattern): Move and leave unbound.
5696 (bookmark-bmenu-mode-map): Change binding.
5697 (bookmark-read-search-input): Simplify.
5698 Don't use text-char-description. Don't error on non-char events.
5699 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5700 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5701 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5702 Use a local var for the timer.
5703 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5704 (i.e. bookmark-bmenu-search).
5705
d73a0317
GM
57062009-11-21 Glenn Morris <rgm@gnu.org>
5707
5708 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5709
e572025f
CY
57102009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5711
26d9285f
SM
5712 * net/browse-url.el (browse-url-default-windows-browser):
5713 Use cygstart for cygwin.
e572025f 5714
6aeaa3dc
KF
57152009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5716
e4070cdc 5717 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
5718 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5719 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 5720 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
5721 (bookmark-read-search-input): Adjust to fit within 80 columns.
5722
a9b76eec
TH
57232009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5724
5725 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5726 (c-backward-into-nomenclature): Adapt to subword renaming.
5727
5728 * subword.el (subword-forward, subword-backward, subword-mark)
5729 (subword-kill, subword-backward-kill, subword-transpose)
5730 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
5731 (subword-forward-internal, subword-backward-internal):
5732 Rename from forward-subword, backward-subword, mark-subword,
5733 kill-subword, backward-kill-subword, transpose-subwords,
5734 downcase-subword, upcase-subword, capitalize-subword,
5735 forward-subword-internal, backward-subword-internal.
a9b76eec 5736
1e7d4475
SM
57372009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5738
26d9285f
SM
5739 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5740 New options.
1e7d4475
SM
5741 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5742 New vars.
5743 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5744 (bookmark-bmenu-filter-alist-by-regexp)
5745 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5746 (bookmark-bmenu-search): New command.
5747 (bookmark-bmenu-mode-map): Bind it.
5748
653d1554
TH
57492009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5750
ab84bfa0
TH
5751 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5752 backward-subword to quit the byte-compiler.
5753
1f35fda9
TH
5754 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5755
5756 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5757
653d1554 5758 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
5759 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5760 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
5761
5762 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5763 subword.el functions instead of cc-subword.el.
5764
1e7d4475
SM
5765 * progmodes/cc-subword.el: Rename to subword.el.
5766 * subword.el: Rename from progmodes/cc-subword.el.
5767 (subword-mode-map): Rename from c-subword-mode-map.
5768 (subword-mode): Rename from c-subword-mode.
653d1554 5769 (global-subword-mode): New global minor mode.
1e7d4475
SM
5770 (forward-subword): Rename from c-forward-subword.
5771 (backward-subword): Rename from c-backward-subword.
5772 (mark-subword): Rename from c-mark-subword.
5773 (kill-subword): Rename from c-kill-subword.
5774 (backward-kill-subword): Rename from c-backward-kill-subword.
5775 (transpose-subwords): Rename from c-tranpose-subword.
5776 (downcase-subword): Rename from c-downcase-subword.
5777 (capitalize-subword): Rename from c-capitalize-subword.
5778 (forward-subword-internal): Rename from c-forward-subword-internal.
5779 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 5780
9717f119
DN
57812009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5782
8de724f3
DN
5783 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5784 from a dired buffer.
5785 (vc-dired-deduce-fileset): New function.
5786 (vc-root-diff, vc-print-root-log): Use it.
5787
9717f119
DN
5788 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5789 nil LIMIT argument to vc-print-log-internal.
5790
af4999b8
GM
57912009-11-20 Glenn Morris <rgm@gnu.org>
5792
5793 * Makefile.in (ELCFILES): Regenerate.
5794
b58edcb6
JB
57952009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5796
02e1b488
SM
5797 * calc/calc.el (calc-set-mode-line):
5798 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5799 (math-format-number): Rename `math-format-complement-signed' to
5800 `math-format-twos-complement'.
5801
02e1b488 5802 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
5803 math-format-complement-signed.
5804 (calc-radix): Rename `calc-complement-signed-mode' to
5805 `calc-twos-complement-mode'.
02e1b488
SM
5806 (calc-octal-radix, calc-hex-radix): Add an argument for
5807 two's complement.
b58edcb6 5808
02e1b488
SM
5809 * calc/calc-embed.el (calc-embedded-mode-vars):
5810 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 5811
02e1b488
SM
5812 * calc/calc-ext.el (calc-init-extensions):
5813 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5814 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5815
02e1b488
SM
5816 * calc/calc-units.el (math-build-units-table-buffer):
5817 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
5818
5819 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5820 entries.
5821
5822 * calc/calc-vec.el (calcFunc-vunpack):
5823 * calc/calc-aent.el (calc-do-calc-eval):
5824 * calc/calc-forms.el (math-format-date):
5825 * calc/calc-graph.el (calc-graph-plot):
5826 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
5827 * calc/calccomp.el (math-compose-expr):
5828 Let `calc-twos-complement-mode' be nil.
5829
58302009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5833 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5834 * minibuffer.el (completion-in-region-functions): New hook.
5835 (completion-in-region): New function.
5836 * emacs-lisp/lisp.el (lisp-complete-symbol):
5837 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 5838
e3353a78
SM
58392009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5840
eff77808
SM
5841 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5842 (latex-complete-alist): New vars.
5843 (latex-string-prefix-p, latex-complete-bibtex-keys)
5844 (latex-complete-envnames, latex-complete-refkeys)
5845 (latex-complete-data): New functions.
5846 (latex-complete, latex-indent-or-complete): New commands.
5847
d2c9fc42
SM
5848 * window.el (display-buffer-mark-dedicated): New var.
5849 (display-buffer): Obey it.
5850 * minibuffer.el (minibuffer-completion-help): Use it.
5851
31a1c477
SM
5852 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5853
bed4c972
SM
5854 * filecache.el (file-cache-add-file): Use push and cons.
5855 (file-cache-delete-file-regexp): Use push.
5856 (file-cache-complete): Use completion-in-region.
5857
8c22699f
SM
5858 * simple.el (with-wrapper-hook): Fix thinko.
5859
e3353a78
SM
5860 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5861 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5862 Use with-current-buffer and string-to-number.
5863 (hfy-fallback-colour-values): Use assoc-string.
5864 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5865 (hfy-face-at): Remove unused var `found-face'.
5866 (hfy-compile-stylesheet): Remove unused var `css'.
5867 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5868 and `orig-buffer'.
5869 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5870 Use with-current-buffer.
5871 (hfy-text-p): Use expand-file-name and fewer setq.
5872
acca02b0
SM
58732009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5874
5875 * htmlfontify.el, hfy-cmap.el: New files.
5876
042b7cc6
JL
58772009-11-19 Juri Linkov <juri@jurta.org>
5878
5879 * minibuffer.el (completions-format): New defcustom.
5880 (completion--insert-strings): Implement vertical format.
5881
5882 * simple.el (switch-to-completions): Move point to the first
5883 completion when point was at the beginning of the buffer.
5884
da205913
JL
58852009-11-19 Juri Linkov <juri@jurta.org>
5886
5887 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5888
5889 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5890
0b8ee421
CY
58912009-11-19 Chong Yidong <cyd@stupidchicken.com>
5892
5893 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5894 (mail-signature): Change default to t.
5895 (mail-from-style): Deprecate `system-default' value.
5896 (mail-insert-from-field): For default value of mail-from-style,
5897 default to `angles' unless `angles' needs quoting and `parens'
5898 does not.
5899 (mail-citation-prefix-regexp): Use citation regexp from
5900 message-mode.
5901
4265deab
MA
59022009-11-19 Michael Albinus <michael.albinus@gmx.de>
5903
acca02b0
SM
5904 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5905 Set variables for computing the prompt for reading password.
4265deab 5906
27cacd2d
GM
59072009-11-19 Glenn Morris <rgm@gnu.org>
5908
470bce7d
GM
5909 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5910
7e705a1d
GM
5911 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5912
27cacd2d
GM
5913 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5914 (newsticker-treeview-listwindow-height): Fix custom type.
5915
b2f0be0f
KH
59162009-11-19 Kenichi Handa <handa@m17n.org>
5917
5918 * descr-text.el (describe-char-padded-string): Compose with TAB
5919 only if there's a font for CH.
02e1b488 5920 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 5921
03446045 59222009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
5923
5924 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 5925 more accurate version of the regexp. (Bug#3910)
b96337b0 5926
03446045 59272009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
5928
5929 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5930
e0620570
JB
59312009-11-18 Juanma Barranquero <lekktu@gmail.com>
5932
5933 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5934 (font-setting-change-default-font): Fix typo in docstring.
5935
6cc6582e
AM
59362009-11-18 Alan Mackenzie <acm@muc.de>
5937
5938 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5939
dfb3c4c6
JD
59402009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5941
02e1b488 5942 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
5943
5944 * cus-start.el (all): ... to here.
5945
e268e987
MA
59462009-11-17 Michael Albinus <michael.albinus@gmx.de>
5947
5948 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5949 Don't set `ad-return-value' if `ad-do-it' doesn't.
5950
303ffde8
MA
5951 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5952 modification time.
5953
637fa988
JD
59542009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5955
5956 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 5957 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
5958
5959 * loadup.el: If feature system-font-setting or font-render-setting is
5960 there, load font-setting.
5961
02e1b488 5962 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
5963 * font-setting.el: New file.
5964
1d16a255
GM
59652009-11-17 Glenn Morris <rgm@gnu.org>
5966
5967 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5968
2d84f804
GM
5969 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5970 Preserve point in the list buffer. (Bug#4939)
5971 Use point-at-eol.
5972 (newsticker--treeview-list-update-highlight)
5973 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5974
14467b99
JB
59752009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5976
5977 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5978 Remove.
5979
5980 * calc/calc-ext.el (calc-init-extensions): Remove references to
5981 symclip.
5982
5983 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5984
5985 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 5986 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
5987 `calc-symclip'.
5988
e3c39c01
KR
59892009-11-16 Kevin Ryde <user42@zip.com.au>
5990
02e1b488 5991 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 5992 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 5993
497de631
KR
5994 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5995 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5996 Ignore trailing spaces by omit-nulls to split-string (fixing
5997 regression from Emacs 21 due to the incompatible split-string
14467b99 5998 change). (Bug #4928.)
497de631 5999
48b27575
DN
60002009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6001
5237d741 6002 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
6003 (vc-print-log-internal): Insert buttons to request more entries
6004 when limiting the output.
6005
6006 * vc-sccs.el (vc-sccs-print-log):
6007 * vc-rcs.el (vc-rcs-print-log):
6008 * vc-cvs.el (vc-cvs-print-log):
6009 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6010 LIMIT is non-nil.
6011
d3e97185
MA
60122009-11-16 Michael Albinus <michael.albinus@gmx.de>
6013
6014 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6015 error when `tramp-gvfs-dbus-event-vector' is set.
6016 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6017
68d87786
SM
60182009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6021
c0a39702
MA
60222009-11-16 Michael Albinus <michael.albinus@gmx.de>
6023
6024 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 6025 (dbus-register-property): Register the handlers of
c0a39702
MA
6026 "org.freedesktop.DBus.Properties" for SERVICE.
6027 (dbus-property-handler): Fix docstring.
6028
1e857121
YM
60292009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6030
6031 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6032 Quote doc string reference in defvaralias as it is not in special form.
6033 (byte-compile-output-docform): Doc fix.
6034
887484c1
JB
60352009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6036
6037 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6038 (calc-complement-signed-mode): New variables.
6039 (calc-set-mode-line): Add indicator for twos-complements.
6040 (math-format-number): Format twos-complement notation.
6041
6042 * calc/calc-bin.el (calc-word-size): Reset the variables
6043 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
6044 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6045 (calc-symclip): New functions.
887484c1
JB
6046
6047 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6048
68d87786
SM
6049 * calc/calc-embed.el (calc-embedded-mode-vars):
6050 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
6051
6052 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 6053 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
6054
6055 * calc/calc-ext.el (math-read-number-fancy): Read complement
6056 signed numbers.
68d87786
SM
6057 (calc-init-extensions): Add binding for `calc-symclip'.
6058 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
6059
6060 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6061 `calc-symclip'.
68d87786 6062 (calc-modes-menu): Add item for twos complement mode.
887484c1 6063
5237d741 6064 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 6065
4cf1d7e3
CY
60662009-11-15 Chong Yidong <cyd@stupidchicken.com>
6067
6068 * register.el (jump-to-register, insert-register): Handle Semantic
6069 tags. From commented-out advice in semantic/senator.el.
6070
f8e65267
DN
60712009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6072
6616006b
DN
6073 * vc.el (vc-log-show-limit): New variable.
6074 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6075 when using a prefix argument.
6076 (vc-print-log-internal): Add new argument LIMIT.
6077
6078 * vc-svn.el (vc-svn-print-log):
6079 * vc-mtn.el (vc-mtn-print-log):
6080 * vc-hg.el (vc-hg-print-log):
6081 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 6082 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
6083 non-optional.
6084
6085 * vc-sccs.el (vc-sccs-print-log):
6086 * vc-rcs.el (vc-rcs-print-log):
6087 * vc-git.el (vc-git-print-log):
6088 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6089 ignore it. Make the BUFFER argument non-optional
6090
f8e65267
DN
6091 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6092
0566c4bc
CY
60932009-11-15 Chong Yidong <cyd@stupidchicken.com>
6094
7cce3c91
CY
6095 * dired.el (dired-mode-map): Move encryption items to "Operate"
6096 menu (Bug#4703).
6097
d7063de9
CY
6098 * strokes.el (strokes-update-window-configuration): Make strokes
6099 buffer current before erasing (Bug#4906).
6100
0fc10137
JL
61012009-11-15 Juri Linkov <juri@jurta.org>
6102
6103 * simple.el (set-mark-default-inactive): Add :type, :group
6104 and :version. (Bug#4876)
6105
f5fce4ec
MA
61062009-11-15 Michael Albinus <michael.albinus@gmx.de>
6107
6108 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6109 (archive-unique-fname): ... here. (Bug#4929)
6110
8d720a00
SM
61112009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6112
589888fe
SM
6113 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6114 with a real fix.
6115
8d720a00
SM
6116 * novice.el (disabled-command-function): Add useful args.
6117 Setup the help buffer so that [back] works.
6118 Remove redundant call to help-mode.
6119 (disabled-command-function): Use `case'.
6120 (en/disable-command): New function extracted from enable-command.
6121 (enable-command, disable-command): Use it.
6122
a61344d6
GM
61232009-11-14 Glenn Morris <rgm@gnu.org>
6124
497f0cdd
GM
6125 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6126 constants. (Bug#4913)
6127
a61344d6
GM
6128 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6129
d501801e
GM
61302009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6131
6132 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6133 defined in C that have no doc-strings. (Bug#1063)
6134
5af27ac2
GM
61352009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6136
6137 * cus-edit.el (data, files):
6138 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6139
aec5395b
CY
61402009-11-14 Chong Yidong <cyd@stupidchicken.com>
6141
e7791447
CY
6142 * simple.el (shell-command): Doc fix (Bug#4891).
6143
aec5395b
CY
6144 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6145
7a41cd7f
GM
61462009-11-14 Glenn Morris <rgm@gnu.org>
6147
c3583c94
GM
6148 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6149 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6150 If they are already loaded, eval-after-load will do the right thing.
6151
73900d1f
GM
6152 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6153 compiling.
6154
0028351d
GM
6155 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6156
f6714ede
GM
6157 * simple.el (x-selection-owner-p): Declare.
6158 (read-mail-command): Use custom radio type rather than choice.
6159 (completion-no-auto-exit): Doc fix.
6160
7a41cd7f 6161 * custom.el (defgroup):
5af27ac2 6162 * epg-config.el (epg): Doc fixes.
7a41cd7f 6163
2d0659ec
DN
61642009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6165
6166 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6167 * international/ccl.el (define-ccl-program): Do not purecopy the
6168 docstring, defconst does it anyway.
6169
7fdbcd83
SM
61702009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6171
d499c5b9
SM
6172 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6173 a second time.
6174
7fdbcd83
SM
6175 * x-dnd.el (x-dnd-maybe-call-test-function):
6176 * window.el (split-window-vertically):
6177 * whitespace.el (whitespace-help-on):
6178 * vc-rcs.el (vc-rcs-consult-headers):
6179 * userlock.el (ask-user-about-lock-help)
6180 (ask-user-about-supersession-help):
6181 * type-break.el (type-break-force-mode-line-update):
6182 * time-stamp.el (time-stamp-conv-warn):
6183 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 6184 (te-sentinel, terminal-emulator):
7fdbcd83
SM
6185 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6186 (term-write-input-ring, term-check-source, term-start-output-log):
6187 (term-display-buffer-line, term-dynamic-list-completions):
6188 (term-ansi-make-term, serial-term):
6189 * subr.el (selective-display):
6190 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6191 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6192 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6193 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6194 (speedbar-remove-localized-speedbar-support)
6195 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6196 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6197 (speedbar-buffers-line-directory):
6198 * simple.el (shell-command-on-region, append-to-buffer)
6199 (prepend-to-buffer):
6200 * shadowfile.el (shadow-save-todo-file):
6201 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6202 (scroll-bar-maybe-set-window-start):
6203 * sb-image.el (speedbar-image-dump):
6204 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6205 (load-save-place-alist-from-file):
6206 * ps-samp.el (ps-print-message-from-summary):
6207 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6208 (ps-background-image, ps-begin-job, ps-do-despool):
6209 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6210 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6211 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6212 (pr-call-process, pr-file-list, pr-interface-save):
6213 * novice.el (disabled-command-function)
6214 (enable-command, disable-command):
6215 * mouse.el (mouse-buffer-menu-alist):
6216 * mouse-copy.el (mouse-kill-preserving-secondary):
6217 * macros.el (kbd-macro-query):
6218 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6219 * informat.el (batch-info-validate):
6220 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6221 * hippie-exp.el (try-expand-dabbrev-visible):
6222 * help-mode.el (help-make-xrefs):
6223 * help-fns.el (describe-variable):
6224 * generic-x.el (bat-generic-mode-run-as-comint):
6225 * finder.el (finder-mouse-select):
6226 * find-dired.el (find-dired-sentinel):
6227 * filesets.el (filesets-file-close):
6228 * files.el (list-directory):
6229 * faces.el (list-faces-display, describe-face):
6230 * facemenu.el (list-colors-display):
6231 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6232 * epg.el (epg--process-filter, epg-cancel):
6233 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6234 (epa--read-signature-type):
6235 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6236 (emerge-file-names):
6237 * ehelp.el (electric-helpify):
6238 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6239 * ediff-vers.el (rcs-ediff-view-revision):
6240 * ediff-util.el (ediff-setup):
6241 * ediff-mult.el (ediff-append-custom-diff):
6242 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6243 (ediff-wordify):
6244 * echistory.el (Electric-command-history-redo-expression):
6245 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6246 * disp-table.el (describe-display-table):
6247 * dired.el (dired-find-buffer-nocreate):
6248 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6249 * dabbrev.el (dabbrev--same-major-mode-p):
6250 * chistory.el (list-command-history):
6251 * apropos.el (apropos-documentation):
6252 * allout.el (allout-obtain-passphrase):
6253 (allout-copy-exposed-to-buffer):
6254 (allout-verify-passphrase): Use with-current-buffer.
6255
2ccbc060
GM
62562009-11-13 Glenn Morris <rgm@gnu.org>
6257
6258 * Makefile.in (ELCFILES): Regenerate.
6259
b172ed20
MA
62602009-11-13 Michael Albinus <michael.albinus@gmx.de>
6261
7fdbcd83
SM
6262 * net/dbus.el (dbus-registered-objects-table): Rename from
6263 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
6264 (dbus-unregister-object): Unregister also properties.
6265 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6266 Use a timeout of 500 msec, in order to not block.
6267 (dbus-register-property, dbus-property-handler): New defuns.
6268
e96d62cd
SM
62692009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6270
6271 * simple.el (minibuffer-default-add-completions): Drop deprecated
6272 4th arg.
6273
14bd267d
EZ
62742009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6275
e96d62cd
SM
6276 * textmodes/artist.el (artist-mouse-choose-operation):
6277 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 6278 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
6279 (artist-compute-up-event-key): New function.
6280 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6281
bf89fd7b
KH
62822009-11-13 Kenichi Handa <handa@m17n.org>
6283
6284 * language/japan-util.el: Make sure that the value of jisx0208
6285 property is jisx0208 character.
6286
f70b8925
DN
62872009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6288
6289 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6290 car or each item, not the whole list.
6291
4d93a9e0
SM
62922009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * minibuffer.el (minibuffer-completion-help):
6295 Use minibuffer-hide-completions.
6296
05404988
SM
62972009-11-12 Per Starbäck <per@starback.se> (tiny change)
6298
6299 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6300 (dired-revert): Use them (bug#4880).
6301
5297bc10
DN
63022009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6303
6304 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6305
e2685eb7
JL
63062009-11-12 Juri Linkov <juri@jurta.org>
6307
6308 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6309 New functions.
6310 (find-file-literally-at-point): Alias of `ffap-literally'.
6311
76410c3e
DN
63122009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6313
6d341a2a
DN
6314 * textmodes/ispell.el (ispell-skip-region-alist):
6315 * textmodes/css-mode.el (auto-mode-alist):
6316 * progmodes/compile.el (auto-mode-alist):
6317 * international/mule.el (ctext-non-standard-encodings-alist)
6318 (ctext-non-standard-encodings-regexp):
6319 * simple.el (shell-command-switch, text-read-only):
6320 * replace.el (occur-mode-map):
6321 * paths.el (rmail-file-name):
6322 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6323 * find-file.el (ff-special-constructs):
6324 * files.el (file-name-handler-alist):
6325 * composite.el: Purecopy strings.
6326
76410c3e
DN
6327 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6328
aaa448c9
DN
63292009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6330
6331 * widget.el (define-widget): Purecopy the docstring.
6332 * international/mule-cmds.el (charset): Do not purecopy the
6333 docstring here, define-widget does it.
6334
6335 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6336 * textmodes/bibtex-style.el (auto-mode-alist):
6337 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6338 * progmodes/compile.el (compile-command):
6339 * language/korea-util.el (default-korean-keyboard):
6340 * international/mule-conf.el (file-coding-system-alist):
6341 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6342 * tooltip.el (tooltip-frame-parameters):
6343 * newcomment.el (comment-end, comment-padding):
6344 * dired.el (dired-trivial-filenames):
6345 * comint.el (comint-file-name-prefix): Purecopy initial values.
6346
bbe650fd
MA
63472009-11-11 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6350 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6351 `tramp-unload'.
6352 (tramp-advice-make-auto-save-file-name)
6353 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6354 after removing the advice.
6355
6bdad9ae
DN
63562009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6357
2f7f4bee
DN
6358 * progmodes/grep.el (grep-regexp-alist):
6359 * international/mule-cmds.el (iso-2022-control-alist):
6360 * emacs-lisp/timer.el (timer-duration-words):
6361 * subr.el (version-separator, version-regexp-alist):
6362 * minibuffer.el (completion-styles-alist):
6363 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6364 Change defvars to defconsts.
6365
a042de45
DN
6366 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6367 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6368 * international/mule-conf.el: Allow to be byte compiled.
6369
3b6acc72
DN
6370 * international/mule.el (define-charset): Purecopy props.
6371 (load-with-code-conversion): Purecopy doc string and file name.
6372 (put-charset-property): Purecopy strings.
6373 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6374
1c2efdfb 6375 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
6376 (define-char-code-property): Correctly purecopy the table.
6377
62591911
DN
6378 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6379
8b908da6
DN
6380 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6381
ff917d63
DN
6382 * subr.el (add-hook): Purecopy strings.
6383 (eval-after-load): Purecopy load-history-regexp and the form.
6384
af89cf77
DN
6385 * custom.el (custom-declare-group): Purecopy load-file-name.
6386
a3c20c83 6387 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
6388 * net/eudc.el (eudc-tools-menu):
6389 * international/mule-cmds.el (set-coding-system-map)
6390 (mule-menu-keymap):
6391 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6392 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
6393 * replace.el (occur-mode-map):
6394 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 6395 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
6396 (menu-bar-custom-menu, menu-bar-showhide-menu)
6397 (menu-bar-options-menu, menu-bar-tools-menu)
6398 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6399 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6400 (menu-bar-help-menu):
6401 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6402 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6403
6bdad9ae
DN
6404 * term/x-win.el (x-gtk-stock-map):
6405 * progmodes/vera-mode.el (auto-mode-alist):
6406 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6407 (inferior-lisp-program, inferior-lisp-load-command):
6408 * progmodes/hideshow.el (hs-special-modes-alist):
6409 * progmodes/gud.el (same-window-regexps):
6410 * progmodes/grep.el (grep-program, find-program, xargs-program):
6411 * net/telnet.el (same-window-regexps):
6412 * net/rlogin.el (same-window-regexps):
6413 * language/ethiopic.el (font-ccl-encoder-alist):
6414 * vc-sccs.el (vc-sccs-master-templates):
6415 * vc-rcs.el (vc-rcs-master-templates):
6416 * subr.el (cl-assertion-failed):
6417 * simple.el (next-error-overlay-arrow-position):
6418 * lpr.el (lpr-command):
6419 * locate.el (locate-ls-subdir-switches):
6420 * info.el (same-window-regexps, info)
6421 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6422 * image-mode.el (image-mode, auto-mode-alist):
6423 * hippie-exp.el (hippie-expand-ignore-buffers):
6424 * format.el (format-alist):
6425 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6426 (find-name-arg):
6427 * facemenu.el (facemenu-keybindings):
6428 * dired.el (dired-listing-switches, dired-chown-program):
6429 * diff.el (diff-switches, diff-command):
6430 * cus-edit.el (same-window-regexps):
6431 * bindings.el (mode-line-mule-info)
6432 (mode-line-buffer-identification): Purecopy strings.
6433
e0987650
JL
64342009-11-11 Juri Linkov <juri@jurta.org>
6435
3570691b 6436 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
6437 Tell the byte-compiler about dired-get-filename.
6438 (shell-command): In Dired mode, get filename from the current line
6439 as the default value.
6440
b16ff465
GM
64412009-11-10 Glenn Morris <rgm@gnu.org>
6442
e8a11b22
GM
6443 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6444 * calendar/holidays.el, progmodes/cperl-mode.el:
6445 Update x-popup-menu declarations.
6446
b16ff465
GM
6447 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6448 (list-load-path-shadows): Use dolist.
6449 (list-load-path-shadows): Use with-current-buffer.
6450
032c3399
JL
64512009-11-10 Juri Linkov <juri@jurta.org>
6452
6453 * minibuffer.el (read-file-name): Support a list of default values
6454 in `default-filename'. Use the first file name where only one
6455 element is required. Doc fix.
6456
8fb1629f
MA
64572009-11-09 Michael Albinus <michael.albinus@gmx.de>
6458
6459 * net/dbus.el (dbus-unregister-object): Release service, if no
6460 other method is registered for it.
6461
a51203ee 64622009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
6463
6464 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6465 bookmark-sort-flag is non-nil (Bug#4653).
6466
9bf7dc8a
CY
64672009-11-08 Chong Yidong <cyd@stupidchicken.com>
6468
15207e74
CY
6469 * emulation/cua-base.el: Add CUA property to some CC mode commands
6470 (Bug#4100).
6471
8bf7ed70
KR
64722009-11-08 Kevin Ryde <user42@zip.com.au>
6473
6474 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 6475 at end of sentence (Bug#4818).
8bf7ed70 6476
951802d0
CY
64772009-11-08 Jared Finder <jfinder@crypticstudios.com>
6478
6479 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6480 Handle "see declaration of" MSFT statements (Bug#4100).
6481
e8244310
MA
64822009-11-08 Michael Albinus <michael.albinus@gmx.de>
6483
6484 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6485 (tramp-advice-file-expand-wildcards): Unload via
6486 `ad-remove-advice'.
6487
6488 * net/trampver.el: Update release number.
6489
a51203ee 64902009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
6491
6492 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6493 `ad-do-it'.
6494
a51203ee 64952009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
6496
6497 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6498 in order to keep context in SELinux.
6499
bedd8a58
CY
65002009-11-08 Chong Yidong <cyd@stupidchicken.com>
6501
6502 * dired-aux.el (dired-query): Place cursor in echo area and allow
6503 C-g.
6504
6505 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6506 menu item if not on a directory (Bug#4701).
6507
0484d600
MA
65082009-11-07 Michael Albinus <michael.albinus@gmx.de>
6509
6510 Sync with Tramp 2.1.17.
6511
6512 * net/tramp.el (tramp-handle-copy-directory): Don't use
6513 `file-remote-p' (due to compatibility).
6514
6515 * net/tramp-compat.el (tramp-compat-copy-directory)
6516 (tramp-compat-delete-directory): New defuns.
6517
6518 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
33aeea0e
SM
6519 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6520 Use `tramp-compat-delete-directory'.
0484d600
MA
6521
6522 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
33aeea0e
SM
6523 (tramp-smb-handle-delete-directory):
6524 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
6525
6526 * net/trampver.el: Update release number.
6527
b42b2189
CY
65282009-11-07 Chong Yidong <cyd@stupidchicken.com>
6529
6960d7b9
CY
6530 * tar-mode.el (tar-copy): Call write-region on the right buffer
6531 (Bug#4857).
6532
b42b2189
CY
6533 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6534 by hand, if necessary (Bug#4878).
6535
0ad57dfd
CY
65362009-11-06 Chong Yidong <cyd@stupidchicken.com>
6537
d19e23ae
CY
6538 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6539 align size column (Bug#4839).
6540
0ad57dfd
CY
6541 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6542 statement.
6543
0b7f397c
DN
65442009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6545
6546 * progmodes/ld-script.el (auto-mode-alist):
6547 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6548
6549 * cus-face.el (custom-declare-face): Purecopy face spec.
6550
495bd5ca
KH
65512009-11-06 Kenichi Handa <handa@m17n.org>
6552
6553 * international/uni-bidi.el: Re-generated.
6554 * international/uni-category.el: Re-generated.
6555 * international/uni-combining.el: Re-generated.
6556 * international/uni-mirrored.el: Re-generated.
6557
1e8780b1
DN
65582009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6559
6560 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6561 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6562 (tex-start-options, slitex-run-command, latex-run-command)
6563 (tex-run-command, tex-directory):
6564 * textmodes/ispell.el (ispell-html-skip-alists)
6565 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6566 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6567 (adaptive-fill-regexp):
6568 * textmodes/dns-mode.el (auto-mode-alist):
6569 * progmodes/python.el (interpreter-mode-alist):
6570 * progmodes/etags.el (tags-compression-info-list):
6571 * progmodes/etags.el (tags-file-name):
6572 * net/browse-url.el (browse-url-galeon-program)
6573 (browse-url-firefox-program):
6574 * mail/sendmail.el (mail-signature-file)
6575 (mail-citation-prefix-regexp):
6576 * international/mule-conf.el (eight-bit):
6577 * international/latexenc.el (latex-inputenc-coding-alist):
6578 * international/fontset.el (x-pixel-size-width-font-regexp):
6579 * emacs-lisp/warnings.el (warning-type-format):
6580 * emacs-lisp/trace.el (trace-buffer):
6581 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6582 (emacs-lisp-mode-map):
6583 * calendar/holidays.el (holiday-solar-holidays)
6584 (holiday-bahai-holidays, holiday-islamic-holidays)
6585 (holiday-christian-holidays, holiday-hebrew-holidays)
6586 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6587 (hebrew-holidays-1, holiday-oriental-holidays)
6588 (holiday-general-holidays):
6589 * x-dnd.el (x-dnd-known-types):
6590 * tool-bar.el (tool-bar):
6591 * startup.el (site-run-file):
6592 * shell.el (shell-dumb-shell-regexp):
6593 * rfn-eshadow.el (file-name-shadow-tty-properties)
6594 (file-name-shadow-properties):
6595 * paths.el (remote-shell-program, news-directory):
6596 * mouse.el ([C-down-mouse-3]):
6597 * menu-bar.el (menu-bar-tools-menu):
6598 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6599 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6600 (jka-compr-compression-info-list):
6601 * isearch.el (search-whitespace-regexp):
6602 * image-file.el (image-file-name-extensions):
6603 * find-dired.el (find-ls-option):
6604 * files.el (directory-listing-before-filename-regexp)
6605 (directory-free-space-args, insert-directory-program)
6606 (list-directory-brief-switches, magic-fallback-mode-alist)
6607 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6608 (automount-dir-prefix):
6609 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6610 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6611 (face-font-registry-alternatives, face-font-registry-alternatives)
6612 (face-font-family-alternatives):
6613 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6614 (facemenu-foreground-menu, facemenu-face-menu):
6615 * epa-hook.el (epa-file-name-regexp):
6616 * dnd.el (dnd-protocol-alist):
6617 * textmodes/rst.el (auto-mode-alist):
a51203ee 6618 * button.el (default-button): Purecopy strings.
1e8780b1 6619
0adae11f
GM
66202009-11-06 Glenn Morris <rgm@gnu.org>
6621
6622 * Makefile.in (ELCFILES): Update.
6623
2adaf057
SM
66242009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6625
8f72f03c
SM
6626 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6627 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6628
2adaf057
SM
6629 * nxml/xsd-regexp.el (xsdre-gen-categories):
6630 * nxml/xmltok.el (xmltok-parse-entity):
6631 * nxml/rng-parse.el (rng-parse-validate-file):
6632 * nxml/rng-maint.el (rng-format-manual)
6633 (rng-manual-output-force-new-line):
6634 * nxml/rng-loc.el (rng-save-schema-location-1):
6635 * nxml/rng-cmpct.el (rng-c-parse-file):
6636 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6637 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6638
14862301
SM
66392009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6640
bf0b361c 6641 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
6642 Remove extra save-excursions and make-variable-buffer-local's.
6643 Suggested by Stefan Monnier.
6644
6645 (verilog-getopt-file, verilog-module-inside-filename-p)
6646 (verilog-set-define): Merge GNU 1.35 and repair changes from
6647 switching to using with-current-buffer.
6648
6649 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6650 being treated as a number and confusing AUTORESET.
6651 Reported by Dan Dever.
6652
6653 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6654 Add verilog-auto-ignore-concat to fix backward compatibility with
6655 older verilog-modes. Reported by Dan Katz.
6656
6657 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6658 containing closing anchors "...$".
6659
6660 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6661 Reported by Wade Smith.
6662
48c2d18a 6663 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
6664
66652009-11-05 Michael McNamara <mac@mail.brushroad.com>
6666
bf0b361c
JB
6667 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6668 for labels.
14862301
SM
6669
6670 (verilog-label-re, verilog-calc-1): Support proper indent of named
6671 asserts.
6672
6673 (verilog-backward-token, verilog-basic-complete-re)
6674 (verilog-beg-of-statement, verilog-indent-re): Support proper
6675 indent of the assert statement at the beginning of a block of text.
6676
6677 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6678 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6679 tokens as begins.
6680
4f8f657f
GM
66812009-11-05 Glenn Morris <rgm@gnu.org>
6682
775adc51
GM
6683 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6684 Emacs 19. (Bug#1531)
6685 (byte-compile-fix-header): Update for the above change.
6686 Drop test for epoch::version.
6687
4ad6a5e7 6688 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
6689 * cus-dep.el (custom-make-dependencies):
6690 * finder.el (finder-compile-keywords):
6691 Use autoload-rubric's feature argument.
4ad6a5e7 6692
4f8f657f
GM
6693 * calendar/diary-lib.el (top-level): Make load behave more like require.
6694
881e4184
GM
6695 * vc-git.el (vc-git-stash-map): Move definition before use.
6696
ba214964 66972009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 6698
b6f8ba09
DN
6699 * custom.el (custom-declare-group): Purecopy standard-value.
6700 (custom-declare-group): Purecopy custom-prefix.
6701
7fdbcd83
SM
6702 * international/mule.el (load-with-code-conversion):
6703 Call do-after-load-evaluation unconditionally.
eb6f577b 6704
f6195dfb
DN
6705 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6706
56f14120
SM
67072009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6710
e5c89ce9
GM
67112009-11-04 Glenn Morris <rgm@gnu.org>
6712
6713 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6714 (byte-compile-compatibility): Remove option.
6715 (byte-compile-close-variables, byte-compile-fix-header)
6716 (byte-compile-insert-header, byte-compile-output-docform)
6717 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6718 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6719 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6720 (byte-compile-insert, byte-compile-defun):
6721 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
6722 (byte-defop-compiler19): Remove.
6723 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6724 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 6725
e24f42ab
JL
67262009-11-04 Juri Linkov <juri@jurta.org>
6727
6728 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6729 (menu-bar-options-menu): Don't quote the `prop' arg of
6730 `menu-bar-make-mm-toggle'.
6731
d3d5f4f5
JB
67322009-11-04 Juanma Barranquero <lekktu@gmail.com>
6733
6734 * calendar/calendar.el (cal-loaddefs):
6735 * calendar/diary-lib.el (diary-loaddefs):
6736 * calendar/holidays.el (hol-loaddefs):
6737 * eshell/esh-module.el (esh-groups): Load rather than require.
6738
6e39d3b2
SM
67392009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6740
e96d62cd
SM
6741 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6742 point-min==1.
7e83e8b4
SM
6743 (todo-top-priorities): Only display-buffer when called interactively.
6744 (todo-item-start): Don't save excursion point.
6745 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6746 (todo-insert-item-here, todo-file-item, todo-remove-item):
6747 Adjust uses of todo-item-start and todo-item-end.
6748
fae4e5b9
SM
6749 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6750 (autoload-rubric): Don't use any more.
fae4e5b9 6751
6e39d3b2
SM
6752 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6753 and only put a prop if it is non-nil.
6754
c9753fb4
JL
67552009-11-03 Juri Linkov <juri@jurta.org>
6756
6757 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6758 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6759
6760 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6761 and "Menu" to make top-level menu item visually one unit (like
6762 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6763 multi-word menu items). Fix :help string for quit-window.
6764
db04f33f
GM
67652009-11-03 Glenn Morris <rgm@gnu.org>
6766
2aea6521
GM
6767 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6768 (byte-compile-file-form-define-abbrev-table)
6769 (byte-compile-file-form-custom-declare-variable)
6770 (byte-compile-variable-ref, byte-compile-defvar):
6771 Whether or not a warning is enabled should only affect whether we issue
6772 the warning, not whether or not we collect the relevant data.
6773 Eg warnings can be turned on and off throughout the course of a file.
6774
db04f33f
GM
6775 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6776 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6777
937e6a56
SM
67782009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6781 * play/mpuz.el (mpuz-create-buffer):
6782 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6783 (lm-print-y,s,noise, lm-print-w0, lm-init):
6784 * play/gomoku.el (gomoku-prompt-for-move):
6785 * play/fortune.el (fortune-in-buffer):
6786 * play/dissociate.el (dissociated-press):
6787 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 6788 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
6789 * mail/supercite.el (sc-eref-show):
6790 * mail/smtpmail.el (smtpmail-send-it):
6791 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6792 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6793 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6794 (rmail-summary-goto-msg, rmail-summary-expunge)
6795 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6796 (rmail-summary-add-label, rmail-summary-output-menu)
6797 (rmail-summary-output-body):
6798 * mail/rfc822.el (rfc822-addresses):
6799 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6800 * mail/mailpost.el (post-mail-send-it):
6801 * mail/hashcash.el (hashcash-generate-payment):
6802 * mail/feedmail.el (feedmail-run-the-queue)
6803 (feedmail-queue-send-edit-prompt-help-first)
6804 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6805 (feedmail-deduce-address-list):
6806 * eshell/esh-ext.el (eshell-remote-command):
6807 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6808 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6809 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6810 (viper-save-string-in-file, viper-valid-marker):
6811 * emulation/viper-keym.el (viper-toggle-key):
6812 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6813 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6814 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6815 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6816 (viper-exec-form-in-emacs, viper-brac-function):
6817 * emulation/viper.el (viper-delocalize-var):
6818 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6819 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6820 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6821 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6822 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6823 * emulation/edt.el (edt-electric-helpify):
6824 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6825 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6826 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6827 (cua-indent-to-global-mark-column):
6828 * calendar/diary-lib.el (calendar-mark-1):
6829 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6830 Use with-current-buffer.
6831 * emulation/viper.el (viper-delocalize-var): Use dolist.
6832
5b955562
CY
68332009-11-03 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * comint.el (comint-replace-by-expanded-history-before-point):
6836 Replace !! with the previous input string literally (Bug#1795).
6837
6292c599
JB
68382009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6839
6840 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6841 to be made up of whitespace.
6842
8368c14e
CY
68432009-11-02 Chong Yidong <cyd@stupidchicken.com>
6844
6845 * minibuffer.el (read-file-name): Don't use file dialogs for
6846 remote directories (Bug#99).
6847
6f750f0d
CY
68482009-11-01 Chong Yidong <cyd@stupidchicken.com>
6849
6850 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6851
97ab3f47
AS
68522009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6853
6854 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6855 instead of deleting the window or frame.
6856
673c1168
CY
68572009-10-31 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6860 Support face colors.
6861
937e6a56
SM
6862 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6863 New function. Support face colors (Bug#1168).
673c1168
CY
6864 (tex-common-initialization): Use it.
6865
6866 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6867 mode allows it (Bug#1168).
6868
c9349f0a
CY
68692009-10-31 Juri Linkov <juri@jurta.org>
6870
6871 * facemenu.el (list-colors-display): Don't mark buffer as
6872 modified (Bug#3948).
6873
ebf5c4f5
CY
68742009-10-31 Chong Yidong <cyd@stupidchicken.com>
6875
33aeea0e
SM
6876 * international/mule-diag.el (list-character-sets-1):
6877 Minor message fix (Bug#3526).
5c2dce75 6878
33aeea0e
SM
6879 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6880 Fix face property (Bug#4834).
26581f0e
CY
6881 (etags-list-tags, etags-tags-apropos-additional)
6882 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6883 property.
6884
ebf5c4f5
CY
6885 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6886 items.
6887
9a529312
SM
68882009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * textmodes/two-column.el (2C-split):
6891 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6892 * textmodes/tex-mode.el (tex-set-buffer-directory):
6893 * textmodes/spell.el (spell-region, spell-string):
6894 * textmodes/reftex.el (reftex-erase-buffer):
6895 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6896 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6897 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6898 (reftex-select-item):
6899 * textmodes/reftex-ref.el (reftex-label-info-update)
6900 (reftex-offer-label-menu):
6901 * textmodes/reftex-index.el (reftex-index-change-entry)
6902 (reftex-index-phrases-info):
6903 * textmodes/reftex-global.el (reftex-create-tags-file)
6904 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6905 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6906 (reftex-view-crossref-from-bibtex):
6907 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6908 (reftex-extract-bib-entries-from-thebibliography)
6909 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6910 * textmodes/refbib.el (r2b-capitalize-title):
6911 (r2b-convert-buffer, r2b-help):
6912 * textmodes/page-ext.el (pages-directory)
6913 (pages-directory-goto-with-mouse):
6914 * textmodes/bibtex.el (bibtex-validate-globally):
6915 * textmodes/bib-mode.el (bib-capitalize-title):
6916 * textmodes/artist.el (artist-clear-buffer, artist-system):
6917 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6918 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6919 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6920 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6921 (xscheme-send-control-g-interrupt, xscheme-start-process)
6922 (xscheme-process-sentinel, xscheme-cd):
6923 * progmodes/verilog-mode.el (verilog-read-always-signals)
6924 (verilog-set-define, verilog-getopt-file)
6925 (verilog-module-inside-filename-p):
6926 * progmodes/sh-script.el:
6927 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6928 (python-pdbtrack-grub-for-buffer, python-execute-file):
6929 * progmodes/octave-inf.el (inferior-octave):
6930 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6931 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6932 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6933 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6934 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6935 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6936 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6937 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6938 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6939 (idlwave-shell-examine-display, idlwave-shell-run-region)
6940 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6941 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6942 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6943 (idlwave-help-get-help-buffer):
6944 * progmodes/gud.el (gud-basic-call, gud-find-class)
6945 (gud-tooltip-activate-mouse-motions-if-enabled):
6946 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6947 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6948 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6949 (ebrowse-tags-next-file):
6950 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6951 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6952 (ebnf-eps-finish-and-write):
6953 * progmodes/cpp.el (cpp-edit-save):
6954 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6955 * progmodes/cc-defs.el (c-emacs-features):
6956 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6957 (antlr-directory-dependencies):
6958 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6959 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6960 (ada-find-any-references, ada-make-filename-from-adaname)
6961 (ada-make-body-gnatstub):
6962 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 6963 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
6964 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6965 * net/rcirc.el (rcirc-debug):
6966 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6967 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6968 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6969 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 6970 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
6971 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6972 (newsticker--treeview-list-clear-highlight)
6973 (newsticker--treeview-list-update-highlight)
6974 (newsticker--treeview-list-highlight-start)
6975 (newsticker--treeview-tree-update-highlight)
6976 (newsticker--treeview-get-selected-item)
6977 (newsticker-treeview-mark-list-items-old)
6978 (newsticker--treeview-set-current-node):
6979 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6980 * net/newst-backend.el (newsticker--get-news-by-funcall)
6981 (newsticker--get-news-by-wget, newsticker--image-get)
6982 (newsticker--image-sentinel):
6983 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6984 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6985 (eudc-ph-close-session):
6986 * net/eudc.el (eudc-save-options):
6987 * language/thai-word.el (thai-update-word-table):
6988 * language/japan-util.el (japanese-string-conversion):
6989 * international/titdic-cnv.el (tsang-quick-converter)
6990 (ziranma-converter, ctlau-converter):
6991 * international/mule-cmds.el (describe-language-environment):
6992 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6993 (skkdic-convert-postfix, skkdic-convert-prefix):
6994 (skkdic-convert-okuri-nasi, skkdic-convert):
6995 * emacs-lisp/re-builder.el (reb-update-overlays):
6996 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6997 * emacs-lisp/gulp.el (gulp-send-requests):
6998 * emacs-lisp/find-gc.el (trace-call-tree):
6999 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7000 (eieio-describe-generic):
7001 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7002 * emacs-lisp/edebug.el (edebug-outside-excursion):
7003 * emacs-lisp/debug.el (debugger-make-xrefs):
7004 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7005 * emacs-lisp/chart.el (chart-new-buffer):
7006 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7007 Use with-current-buffer.
7008 * textmodes/artist.el (artist-system): Don't call
7009 copy-sequence on a fresh string.
7010 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7011
d566f228
GM
70122009-10-31 Stephen Berman <stephen.berman@gmx.net>
7013
7014 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 7015 is no item to edit. (Bug#4820)
d566f228 7016 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 7017 buffer. (Bug#4820)
d566f228 7018
f3628edd
GM
70192009-10-31 Glenn Morris <rgm@gnu.org>
7020
5cf3709c
GM
7021 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7022 (comint-last-output-start, comint-last-input-start)
7023 (comint-last-input-end): Don't defvar when compiling.
7024 (ange-ftp-process-file): Use bound-and-true-p.
7025
4c814fd2
GM
7026 * pcmpl-rpm.el (top-level): Move provide statement to end.
7027 (pcmpl-rpm): Remove unused custom group.
7028
113b8dcc
GM
7029 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7030
31c615e4
GM
7031 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7032
416d3588
GM
7033 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7034 (byte-compile-warnings): Add `constants' as an option.
7035 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7036 (display-call-tree): Update for byte-compile-fdefinition possibly
7037 returning `(macro lambda ...)'. (Bug#4778)
7038 (byte-compile-variable-ref, byte-compile-setq-default):
7039 Respect `constants' member of byte-compile-warnings.
7040
00f71f39
SM
70412009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7042
7043 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7044 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7045 to "submit:".
7046
ca0a881a
DN
70472009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7048
7049 * textmodes/ispell.el (ispell-skip-region-alist):
7050 * international/mule-conf.el (eight-bit):
7051 * international/fontset.el (font-encoding-alist):
7052 * startup.el (pure-space-overflow-message):
7053 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7054 * paths.el (gnus-nntp-service, rmail-spool-directory)
7055 (term-file-prefix):
7056 * files.el (save-some-buffers-action-alist):
7057 * cmuscheme.el (same-window-buffer-names):
7058 * ielm.el (same-window-buffer-names):
7059 * shell.el (same-window-buffer-names):
7060 * mail/sendmail.el (same-window-buffer-names):
7061 * progmodes/inf-lisp.el (same-window-buffer-names):
7062 * bindings.el (mode-line-client)
7063 (mode-line-column-line-number-mode-map):
7064 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7065 (tibetan-precomposed-regexp): Purecopy string arguments.
7066
b861e45e
SM
70672009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7068
6df9b6d7
SM
7069 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7070 (calcDigit-nondigit):
7071 * calc/calc-yank.el (calc-copy-to-buffer):
7072 * calc/calc-units.el (calc-invalidate-units-table):
7073 * calc/calc-trail.el (calc-trail-yank):
7074 * calc/calc-store.el (calc-insert-variables):
7075 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7076 * calc/calc-prog.el (calc-read-parse-table):
7077 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7078 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7079 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7080 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7081 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7082 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7083 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7084 * calc/calc-ext.el (calc-realign):
7085 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7086 (calc-embedded-finish-edit, calc-embedded-make-info)
7087 (calc-embedded-finish-command, calc-embedded-stack-change):
7088 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7089
70f44c65
SM
7090 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7091 shell-dynamic-complete-filename in preference to
7092 comint-dynamic-complete-filename.
7093
b861e45e
SM
7094 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7095 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7096 Don't consider whether the display supports colors.
7097 (bookmark-import-new-list): Use dolist.
7098 (bookmark-bmenu-mode-map): Move initialization into declaration.
7099 (bookmark-bmenu-list): Use dolist, simplify.
7100 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7101 (menu-bar-final-items): Use push.
7102
8549241d 71032009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
7104
7105 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7106 it works on remote files.
7107 (vc-hg-diff): Don't pass any `--cwd' argument.
7108
30644573
KR
71092009-10-27 Kevin Ryde <user42@zip.com.au>
7110
cc63d28f
SM
7111 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7112 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
7113 (Further to Bug#3921).
7114
9be01a63
MA
71152009-10-27 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7118 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7119 calling `tramp-imap-put-file'. Add file size to the call.
7120 (tramp-imap-get-file-entries): Compute also user name, file size,
7121 and date.
7122 (tramp-imap-handle-insert-directory): Insert uid and gid.
7123 (tramp-imap-handle-file-attributes): Transform uid and gid
7124 according to `id-format'.
7125 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7126 size in header X-Size.
7127
41849bf9
JB
71282009-10-26 Juanma Barranquero <lekktu@gmail.com>
7129
7130 * simple.el (transpose-subr): Give clearer error when the mark
7131 is not set. (Bug#4807)
7132
293c24f9
MA
71332009-10-26 Michael Albinus <michael.albinus@gmx.de>
7134
cc63d28f
SM
7135 * net/tramp.el (tramp-perl-file-truename): New defconst.
7136 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 7137 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
7138 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7139 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 7140
cc63d28f
SM
7141 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7142 Ignore `dired-call-process'.
293c24f9
MA
7143 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7144
71452009-10-26 Julian Scheid <julians37@gmail.com>
7146
cc63d28f 7147 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
7148 (tramp-get-remote-readlink): New defun.
7149 (tramp-handle-file-truename): Use it.
7150 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7151 file exists if cache value present.
48c2d18a 7152 (tramp-check-cached-permissions): New defun.
293c24f9
MA
7153 (tramp-handle-file-readable-p): Use it.
7154 (tramp-handle-file-writable-p): Likewise.
7155 (tramp-handle-file-executable-p): Likewise.
7156 (tramp-handle-file-name-all-completions): Try using Perl to get
7157 partial completions. When perl not available, combine `cd' and
7158 `ls' into single remote operation and use shell expansion to get
7159 partial remote directory contents. Set `file-exists-p' cache for
7160 directory and any files returned by ls. Change cache handling to
7161 support partial directory contents. Use error message emitted by
7162 remote `cd' or Perl code for local tramp-error.
7163 (tramp-do-copy-or-rename-file-directly): Avoid separate
7164 tramp-send-command-and-check call.
cc63d28f
SM
7165 (tramp-handle-process-file): Merge three remote ops into one.
7166 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
7167 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7168 file-attributes shows uid/gid to be set already.
7169
a7610c52
DN
71702009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7171
7172 * textmodes/tex-mode.el (tex-dvi-view-command)
7173 (tex-show-queue-command, tex-open-quote):
7174 * progmodes/ruby-mode.el (auto-mode-alist)
7175 (interpreter-mode-alist): Purecopy strings.
7176
7177 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7178
7179 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7180 string for the hook, keymap and abbrev table.
7181
7182 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7183
7184 * x-dnd.el (x-dnd-xdnd-to-action):
7185 * startup.el (fancy-startup-text, fancy-about-text): Change to
7186 defconst from defvar.
7187
7188 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7189
7190 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7191 Purecopy initialization strings.
7192
7193 * mail/sendmail.el (mail-header-separator)
7194 (mail-personal-alias-file):
7195 * mail/rmail.el (rmail-default-dont-reply-to-names)
7196 (rmail-ignored-headers, rmail-retry-ignored-headers)
7197 (rmail-highlighted-headers, rmail-secondary-file-directory)
7198 (rmail-secondary-file-regexp):
7199 * files.el (null-device, file-name-invalid-regexp)
7200 (locate-dominating-stop-dir-regexp)
cc63d28f 7201 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
7202 (interpreter-mode-alist): Use mapcar instead of mapc.
7203
7204 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7205
7206 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7207 (completion-ignored-extensions):
7208 (debug-ignored-errors): Purecopy strings.
7209
4fcc3d32
SM
72102009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7211
0667de21
SM
7212 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7213 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7214 (pcomplete--here): Use push.
7215
4fcc3d32
SM
7216 * subr.el (all-completions): Declare the 4th arg obsolete.
7217
955ef430
SM
72182009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7219
2d085307
SM
7220 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7221 (pcomplete-unquote-argument): New function.
7222 (pcomplete--common-suffix): Always pay attention to case.
7223 (pcomplete--table-subvert): Quote and unquote the text.
7224 (pcomplete--common-quoted-suffix): New function.
7225 (pcomplete-std-complete): Use it and pcomplete-begin.
7226
955ef430
SM
7227 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7228 we're inside a dedicated or minibuffer window.
7229
7c85c02b
KF
72302009-10-24 Karl Fogel <kfogel@red-bean.com>
7231
7232 * bookmark.el: Update documentation, especially documentation
7233 of `bookmark-alist' and of the bookmark file format.
7234 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7235
3e8ae8a6
CY
72362009-10-24 Chong Yidong <cyd@stupidchicken.com>
7237
3e425845
CY
7238 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7239 keybindings apply to the mail buffer (Bug#4003). Shrink help
7240 window to buffer.
7241
cdd47d48
CY
7242 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7243 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
7244 (whitespace-toggle-options, global-whitespace-toggle-options):
7245 Doc fix (Bug#3660).
cdd47d48 7246
ba07c9ad
CY
7247 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7248 of xmltok-start before the end tag was inserted (Bug#2840).
7249
3e8ae8a6
CY
7250 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7251 patterns that are preceded by an open-paren (Bug#1320).
7252
ab276820
CY
72532009-10-24 Sven Joachim <svenjoac@gmx.de>
7254
7255 * files.el (delete-directory): Delete symlinks to directories with
7256 delete-file (Bug#4739).
7257
905a9ed3
DN
72582009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7259
a9a2a6db
DN
7260 * vc.el (vc-backend-for-registration): Rename from
7261 vc-get-backend-for-registration. Update callers.
7262
cc63d28f
SM
7263 * international/mule-cmds.el (set-language-info-alist):
7264 Purecopy lang-env.
905a9ed3
DN
7265 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7266 (charset): Purecopy the name.
7267 (define-char-code-property): Purecopy string arguments.
7268
7269 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7270 Purecopy string arguments.
7271
7272 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7273 * ediff-hook.el (menu-bar-ediff-menu):
7274 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7275 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7276
d270305a
GM
72772009-10-24 Glenn Morris <rgm@gnu.org>
7278
6c74d523 7279 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
7280 * term.el (term-dynamic-list-completions): Use choose-completion rather
7281 than obsolete alias mouse-choose-completion.
7282
ae732337
GM
7283 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7284 file-cache-choose-completion.
7285 (file-cache-choose-completion): Handle an optional event argument.
7286 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7287
cc63d28f
SM
7288 * progmodes/octave-mod.el (octave-complete-symbol):
7289 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 7290
9847dc91
GM
7291 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7292 use.
7293
e8f2a5d5
GM
7294 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7295 compiler.
7296
d270305a
GM
7297 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7298
c6432f1e
SM
72992009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7302 Ignore `pred' now that we receive one.
7303 Handle test-completion specially.
7304
6ab196f9
DN
73052009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7306
7307 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 7308 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
7309 REGISTER ...
7310 (vc-get-backend-for-registration): ... here. New function.
7311 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7312 of vc-responsible-backend, pass the file name instead of the
7313 directory name.
7314
48feed59
SM
73152009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7318 New funs.
7319 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7320 (pcomplete-comint-setup): Don't modify a global var via
7321 accidental side-effects.
7322 (pcomplete-shell-setup): Adjust call accordingly.
7323 (pcomplete-parse-comint-arguments): Use push.
7324
00006066
CY
73252009-10-23 Chong Yidong <cyd@stupidchicken.com>
7326
36bfa3af
CY
7327 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7328 Allow uncapitalized info node names (Bug#3921).
7329
00006066
CY
7330 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7331 to the DEBUG file (Bug#3781).
7332
aa311d6e
CY
73332009-10-23 Jari Aalto <jari.aalto@cante.net>
7334
7335 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7336 dictionary entry (Bug#4579).
7337
b88f2d0a
MA
73382009-10-23 Michael Albinus <michael.albinus@gmx.de>
7339
7340 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7341 from `rfn-eshadow-update-overlay-hook' when unloading.
7342 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7343 "rsyncc". Adjust doc string.
48c2d18a 7344 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
7345 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7346 Keep temporary file when indicated by method ("rsync" and
7347 "rsyncc").
7348 (tramp-handle-write-region): Handle APPEND.
7349 (tramp-delete-temp-file-function): New defun. Added to
7350 `kill-buffer-hook'.
7351
1becddbb
JB
73522009-10-23 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7355
8f43cbf3
DN
73562009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7357
7358 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7359 (color-name-rgb-alist, tty-standard-colors)
7360 (tty-color-mode-alist): Change to defconst.
7361
7362 * simple.el (mark-inactive): Purecopy message.
7363
7364 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7365 (global-map, yank-menu):
7366 * textmodes/ispell.el (ispell-menu-map):
7367 * net/eudc.el (eudc-tools-menu):
7368 * international/mule-cmds.el (describe-language-environment-map)
7369 (setup-language-environment-map, set-coding-system-map)
7370 (mule-menu-keymap):
7371 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7372 * replace.el (occur-mode-map):
7373 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7374
1d228a31
JB
73752009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7376
33aeea0e
SM
7377 * calc/calc.el (math-read-number, math-read-number-simple):
7378 Use `save-match-data'.
1d228a31 7379
3b067af1
SM
73802009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7381
28a90c44
SM
7382 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7383 rather than fiddling with global-map bindings, since it should only
7384 affect per-terminal settings.
7385 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7386
a452eee8
SM
7387 * minibuffer.el (completion-table-with-terminator): Allow to specify
7388 the terminator-regexp.
7389
ab14d7d5
SM
7390 * simple.el (switch-to-completions): Look for *Completions* in other
7391 frames as well.
7392
3b067af1
SM
7393 * pcomplete.el: Allow the use of completion-tables.
7394 (pcomplete-std-complete): New command.
7395 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7396 (pcomplete--here): Use a function for `form' rather than an expression,
7397 so it can be byte-compiled.
7398 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7399 Add edebug declaration.
7400 (pcomplete-show-completions): Remove unused var `curbuf'.
7401 (pcomplete-do-complete, pcomplete-stub):
1becddbb 7402 Don't assume `completions' is a list of strings any more.
3b067af1 7403
5480359e
JB
74042009-10-22 Juanma Barranquero <lekktu@gmail.com>
7405
7406 * find-dired.el (find-name-arg): Fix typo in docstring.
7407
3170b794
SM
74082009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7409
48c23a25
SM
7410 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7411 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7412
56b14058
SM
7413 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7414 pcomplete-entries.
7415
3170b794
SM
7416 * comint.el (comint-read-input-ring, comint-write-input-ring)
7417 (comint-substitute-in-file-name)
7418 (comint-dynamic-complete-as-filename)
7419 (comint-dynamic-simple-complete)
7420 (comint-dynamic-list-filename-completions)
7421 (comint-dynamic-list-completions)
7422 (comint-redirect-results-list-from-process): Minor simplifications.
7423
2affef34
KR
74242009-10-21 Kevin Ryde <user42@zip.com.au>
7425
3170b794
SM
7426 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7427 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 7428 the first form. And insert a blank line after ";;; Code" since
d8194864 7429 that's usual style. (Bug#4612)
2affef34 7430
e7b94bbb
KR
7431 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7432
528c56e2
SM
74332009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * minibuffer.el (completion-table-with-terminator): Properly implement
7436 boundaries, in case `terminator' appears in the suffix.
7437 (completion--embedded-envvar-table): Don't return boundaries if
7438 there's no valid completion. Simplify.
7439 (completion-file-name-table): New completion table extracted from
7440 completion--file-name-table.
7441 (completion--file-name-table): Use it.
7442 (read-file-name-predicate): Declare obsolete.
7443 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7444 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7445 completion-file-name-table, and use the `pred' argument.
7446 * files.el (locate-file-completion-table): Use the `pred' arg rather
7447 than read-file-name-predicate.
7448 (abbreviate-file-name): Use \` rather than ^ for BOS.
7449
f9ed9b4f
DN
74502009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7451
7452 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7453 vc-responsible-backend to register, it causes problems.
7454
5f2022a3
SM
74552009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7458
fc754ea1
MA
74592009-10-21 Michael Albinus <michael.albinus@gmx.de>
7460
7461 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7462 (tramp-smb-handle-file-attributes): Use it.
7463 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7464 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
7465 `mapcar'. Use `tramp-smb-get-stat-capability'.
7466 Add `dired-filename' text properties.
fc754ea1
MA
7467 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7468 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7469 version.
7470
79bd5ba1
SM
74712009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * subr.el (read-key-delay): Reduce to 0.01.
7474 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7475 (bug#4751).
7476
3c13704d
SM
74772009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7478
554efd10
SM
7479 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7480
c2a37b78
SM
7481 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7482 (Info-menu): Remove unused vars `last' and `completions'.
7483 (Info-index-nodes): Remove unused var `node'.
7484
3c13704d
SM
7485 * info.el (Info-complete-menu-item): Use complete-with-action.
7486
d1e4c403
DN
74872009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7488
7489 Make vc-annotate work through copies and renames.
3c13704d
SM
7490 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7491 Return the file name too.
d1e4c403
DN
7492 (vc-annotate-revision-at-line)
7493 (vc-annotate-find-revision-at-line)
7494 (vc-annotate-revision-previous-to-line)
7495 (vc-annotate-show-log-revision-at-line): Update to get the file
7496 name from vc-annotate-extract-revision-at-line.
7497 (vc-annotate-show-diff-revision-at-line-internal): Change the
7498 argument to mean whether to show a file diff or not. Get the file
7499 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
7500 (vc-annotate-show-diff-revision-at-line):
7501 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
7502 (vc-annotate-warp-revision): Add an optional file argument.
7503
7504 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7505 (vc-git-annotate-extract-revision-at-line): Also return the file
7506 name if found.
7507
7508 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7509 command. Remove unused code.
7510 (vc-hg-annotate-re): Update to match --follow output.
7511 (vc-hg-annotate-extract-revision-at-line): Also return the file
7512 name if found.
7513
7514 * vc.el: Update annotate-extract-revision-at-line documentation.
7515
b0b0ef98
KR
75162009-10-18 Kevin Ryde <user42@zip.com.au>
7517
7518 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7519 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7520
a9e7f03d
KR
7521 * net/browse-url.el (browse-url): Identify alist with "consp and
7522 not functionp" and let all other things go down the `apply' leg,
7523 as suggested by Stefan. (Further to bug#4531.)
7524
7346a407
CY
75252009-10-18 Chong Yidong <cyd@stupidchicken.com>
7526
7527 * minibuffer.el (read-file-name): Check for repeat before putting
7528 a default argument in file-name-history (Bug#4657).
7529
7530 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7531 read syntax (Bug#4737).
7532
3c13704d 7533 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 7534
1da94541
CY
75352009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7536
7537 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7538 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7539 entries and make note of obsolete tags.
7540
2b93080a
SM
75412009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7544
18b5ffb5
GM
75452009-10-18 Glenn Morris <rgm@gnu.org>
7546
7547 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7548 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 7549 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
7550 now, and in any case the file header format has changed.
7551
c2e161b2
GM
75522009-10-17 Glenn Morris <rgm@gnu.org>
7553
7554 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7555 (flyspell-get-word, flyspell-large-region)
7556 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7557
a1eb44f5
CY
75582009-10-17 Chong Yidong <cyd@stupidchicken.com>
7559
7560 * Makefile.in (ELCFILES): Add ede/shell.
7561
4418646e
DN
75622009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7563
7564 * term/common-win.el (x-colors): Purecopy it.
7565
4062011e
SM
75662009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7567
7568 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7569 permissive for when the buffer is empty.
7570 (tar-header-block-tokenize): Decode the username and groupname.
7571 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7572
2df48a87
SM
75732009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * international/mule-cmds.el (select-safe-coding-system): If the file
7576 has a coding cookie, use it regardless of any other setting (bug#4712).
7577
fd7dd48c
GM
75782009-10-17 Glenn Morris <rgm@gnu.org>
7579
3ee0b477 7580 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
7581 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7582
2550e4b1
GM
7583 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7584 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7585 (dired-keep-marker-symlink, dired-dwim-target)
7586 (dired-copy-preserve-time): Do not autoload these defcustoms.
7587
fd7dd48c
GM
7588 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7589 messages from messing up the file coding. (Bug#4623)
7590
f3e3a990
GM
75912009-10-17 Jari Aalto <jari.aalto@cante.net>
7592
7593 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7594 if no match is found for the current dictionary. (Bug#4578)
7595
7596 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7597 optional, since that is how it is documented, and this is often called
7598 with a nil argument. (Bug#4577)
7599 (flyspell-external-point-words, flyspell-auto-correct-word)
7600 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7601 (flyspell-word-search-backward): Remove nil argument in calls to
7602 flyspell-get-word, since it is not needed now.
7603
76042009-10-17 Ulrich Mueller <ulm@gentoo.org>
7605
1becddbb 7606 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 7607
b61374ab
GM
76082009-10-16 Glenn Morris <rgm@gnu.org>
7609
7610 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7611
412707c2
SM
76122009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7613
7614 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7615 (ange-ftp-file-size): New function.
7616 (ange-ftp-file-attributes): Use it.
7617
0c6f436e
MA
76182009-10-16 Michael Albinus <michael.albinus@gmx.de>
7619
7620 * net/tramp-smb.el (tramp-smb-version): New defvar.
7621 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7622 repeated checks.
7623
850bfd04
GM
76242009-10-16 Glenn Morris <rgm@gnu.org>
7625
7626 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7627 Maybe copy some custom properties from old to new name. (Bug#4706)
7628
f3ed9aca
JB
76292009-10-16 Juanma Barranquero <lekktu@gmail.com>
7630
7631 * subr.el (error, sit-for, start-process-shell-command)
7632 (start-file-process-shell-command): Set the calling convention
7633 after the function definition.
7634
fd6c5134
SM
76352009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * subr.el (error, sit-for, start-process-shell-command)
7638 (start-file-process-shell-command): Use the new
7639 set-advertised-calling-convention feature.
7640
73874eb7
KH
76412009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7642
fd6c5134
SM
7643 * international/ucs-normalize.el (ucs-normalize-version):
7644 Change to 1.2.
7645 (check-range): Adjust for Unicode 5.2.
73874eb7 7646
03fb33cf
JL
76472009-10-15 Juri Linkov <juri@jurta.org>
7648
7649 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7650 to the `menu-item' format.
7651
4260b402
MA
76522009-10-15 Michael Albinus <michael.albinus@gmx.de>
7653
7654 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7655 if the environment variable does not exist.
7656
7657 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7658 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7659 parameter.
7660 (tramp-smb-handle-add-name-to-file)
7661 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7662 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7663 (tramp-smb-handle-file-attributes)
7664 (tramp-smb-do-file-attributes-with-stat)
7665 (tramp-smb-handle-file-local-copy)
7666 (tramp-smb-handle-insert-directory)
7667 (tramp-smb-handle-make-directory)
7668 (tramp-smb-handle-make-directory-internal)
7669 (tramp-smb-handle-make-symbolic-link)
7670 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7671 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7672 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7673 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7674 Handle long file names.
7675 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7676 process is running.
7677 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7678 Read share names with "-g" option.
7679
d7a0fd6f
GM
76802009-10-15 Ryan Yeske <rcyeske@gmail.com>
7681
7682 * net/rcirc.el (rcirc-view-log-file): New command.
7683 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7684 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7685 specified.
7686
0b44494a
GM
76872009-10-15 Glenn Morris <rgm@gnu.org>
7688
af9fb32f
GM
7689 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7690 from the second command-line argument.
7691 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7692 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7693 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7694 w32-batch-update-autoloads.
7695 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7696 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7697
0b44494a
GM
7698 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7699 the headers cannot be located. Simplify, subtracting superflous
7700 save-excursions.
7701
d5e63715
SM
77022009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 Replace completion-base-size by completion-base-position to fix bugs
7705 such as (bug#4699).
7706 * simple.el (completion-base-position): New var.
7707 (completion-base-size): Mark as obsolete.
7708 (choose-completion): Make it work for mouse events as well.
7709 Pass the new base-position to choose-completion-string.
7710 (choose-completion-guess-base-position): New function, extracted from
7711 choose-completion-delete-max-match.
7712 (choose-completion-delete-max-match): Use it. Make obsolete.
7713 (choose-completion-string): Use the new base-position info.
7714 (completion-root-regexp): Delete.
7715 (completion-setup-function): Preserve completion-base-position.
7716 Eliminate obsolete base-size manipulation.
7717 * minibuffer.el (display-completion-list): Don't mess with base-size.
7718 (minibuffer-completion-help): Set completion-base-position instead.
7719 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7720 choose-completion.
7721 * textmodes/bibtex.el (bibtex-complete):
7722 * emacs-lisp/crm.el (crm--choose-completion-string):
7723 Adjust to new calling convention.
7724 * complete.el (partial-completion-mode): Use minibufferp to avoid
7725 bumping into incompatible change to choose-completion-string-functions.
7726 * ido.el (ido-choose-completion-string): Make its calling convention
7727 more permissive.
7728 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7729 base-size manipulation.
7730 (comint-dynamic-list-input-ring): Use dotimes and push.
7731 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7732 fundamental-mode. Use `or'.
7733
92f8bfc7
JL
77342009-10-14 Juri Linkov <juri@jurta.org>
7735
7736 * misearch.el (multi-isearch-next-buffer-from-list)
7737 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7738
e78e280d
SM
77392009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7740
384ca163
SM
7741 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7742 `bytecomp.el'.
7743
681e0e7c
SM
7744 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7745 string we return is all made up of text from the completions rather
7746 than part from the completions and part from the input (bug#4219).
7747
e78e280d
SM
7748 * ido.el (ido-everywhere): Use define-minor-mode.
7749
7750 * buff-menu.el (list-buffers, ctl-x-map):
7751 Mark the entry points with ;;;###autoload cookies.
7752
b4e813ca
DN
77532009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7754
52964e54
DN
7755 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7756 correctly in the detached head case.
7757 (vc-git-print-log): Remove unused binding.
7758
b4e813ca
DN
7759 * vc.el (vc-responsible-backend): When a directory is passed for
7760 for registration create a VC repository if no backend is
7761 responsible for the directory argument.
7762 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
7763
7764 * vc.el: Move comments about RCS and SCCS ...
7765 * vc-rcs.el:
7766 * vc-sccs.el: ... here, respectively.
7767
40ba9882
SM
77682009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * minibuffer.el (completion--file-name-table): Return nil if there's
7771 no file completion, even if substitute-in-file-name changed
7772 the string (bug#4708).
7773
04e0f59b
JL
77742009-10-13 Juri Linkov <juri@jurta.org>
7775
7776 * files-x.el (read-file-local-variable-value): Don't filter out
7777 minor modes from mode name completion (bug#4664).
7778
314c8e25
JB
77792009-10-13 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * international/mule-cmds.el (ucs-names): Remove exclusion of
7782 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7783
5c9b7d36
KH
77842009-10-13 Kenichi Handa <handa@m17n.org>
7785
7786 * international/uni-name.el: Regenerated.
7787
1e7a80f2
JB
77882009-10-13 Juanma Barranquero <lekktu@gmail.com>
7789
7790 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7791 should be automatically buffer-local, but isn't.)
7792
cd29f88b
SS
77932009-10-12 Sam Steingold <sds@gnu.org>
7794
7795 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 7796 timestamps if the buffer has been visited before.
0cd16af4
SS
7797 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7798 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 7799
37493a98
GM
78002009-10-12 Glenn Morris <rgm@gnu.org>
7801
7802 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7803 Let-bind `size'.
7804
3b56b1e6
JB
78052009-10-12 Juanma Barranquero <lekktu@gmail.com>
7806
7422a4bb
JB
7807 * proced.el (proced-unload-function): New function.
7808
fa72d075
JB
7809 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7810 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7811 Doc fix.
7812
3b56b1e6
JB
7813 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7814
4d9b4323
JL
78152009-10-11 Juri Linkov <juri@jurta.org>
7816
7817 * files-x.el (read-file-local-variable-value):
7818 Provide default value only for bound variables (bug#4664).
7819
f6f7e059
MA
78202009-10-11 Michael Albinus <michael.albinus@gmx.de>
7821
7822 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7823 connection methods like smb.
7824
7825 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7826 can be empty.
7827
7828 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7829 (tramp-smb-file-name-handler-alist): Add handlers for
7830 `add-name-to-file', `make-symbolic-link'.
7831 (tramp-smb-handle-add-name-to-file)
2992485f 7832 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
7833 (tramp-smb-handle-make-symbolic-link)
7834 (tramp-smb-get-cifs-capabilities): New defuns.
7835 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7836 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7837 (tramp-smb-handle-file-local-copy)
7838 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
7839 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7840 The file name syntax depends on cifs capabilities.
7841 (tramp-smb-handle-file-attributes):
7842 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7843 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7844 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 7845
67868d26
CY
78462009-10-11 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7849 (eieio-defclass): Apply deftype handler and setf-method properties
7850 directly.
7851 (eieio-add-new-slot): Avoid union function from cl library.
7852 (eieio--typep): New function.
7853 (eieio-perform-slot-validation): Use it.
7854
6d6a5b7e
KF
78552009-10-10 Karl Fogel <kfogel@red-bean.com>
7856
3b56b1e6 7857 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
7858 Update documentation to refer to the variables documented in r1.135.
7859 (Bug#4188)
7860
67b70de9
KF
78612009-10-10 Karl Fogel <kfogel@red-bean.com>
7862
7863 * bookmark.el (Info-suffix-list): Remove this unused variable.
7864 (bookmark-current-point): Remove this obsolete variable.
7865 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7866 Adjust for removal of bookmark-current-point.
7867
7868 (bookmarks-already-loaded, bookmark-current-buffer)
7869 (bookmark-yank-point): Document. (Bug#4188)
7870
58ae51ae
GM
78712009-10-10 Glenn Morris <rgm@gnu.org>
7872
4619ff5e
GM
7873 * frame.el (frame-height): Doc fix.
7874
58ae51ae
GM
7875 * calendar/calendar.el (calendar-split-width-threshold): New option.
7876 (calendar-basic-setup): Use calendar-split-width-threshold.
7877
d364386c
JB
78782009-10-09 Juanma Barranquero <lekktu@gmail.com>
7879
7880 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7881 Ideographic Supplement" range (U+1F200..U+1F2FF).
7882
33e97a28
KF
78832009-10-09 Karl Fogel <kfogel@red-bean.com>
7884
02d0f051 7885 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 7886 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
7887
78882009-10-09 Karl Fogel <kfogel@red-bean.com>
7889
d364386c 7890 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
7891 (bookmark-bmenu-execute-deletions): Don't save here, as
7892 bookmark-delete will now do so if necessary.
d364386c 7893 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
7894 (Bug#4348)
7895
9656d87b
GM
78962009-10-09 Glenn Morris <rgm@gnu.org>
7897
7898 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7899
e6227f06
KF
79002009-10-09 Karl Fogel <kfogel@red-bean.com>
7901
7902 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7903 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7904 argument now, so the two function's behaviors will match. (Bug#3645)
7905
288f783b
MA
79062009-10-08 Michael Albinus <michael.albinus@gmx.de>
7907
7908 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 7909 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 7910 Apply `save-match-data'.
288f783b
MA
7911
7912 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7913 case both directories are remote.
7914 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 7915 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 7916
872a1ea4
JB
79172009-10-07 Juanma Barranquero <lekktu@gmail.com>
7918
7919 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7920
ab2baced
GM
79212009-10-07 Glenn Morris <rgm@gnu.org>
7922
e78e280d
SM
7923 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7924 of concat.
ab2baced 7925
5c4634c1
SM
79262009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * files-x.el (read-file-local-variable): Include some
7929 non-user-variables in the completion table (bug#4664).
7930
c2dc9732
MA
79312009-10-07 Michael Albinus <michael.albinus@gmx.de>
7932
7933 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7934 message.
7935
7936 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7937 (tramp-smb-file-name-handler-alist): Add handler for
7938 `copy-directory', `expand-file-name', `set-file-modes'.
7939 (tramp-smb-handle-copy-directory)
7940 (tramp-smb-handle-expand-file-name)
7941 (tramp-smb-handle-set-file-modes): New defuns.
7942 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7943 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7944 entry.
7945 (tramp-smb-handle-insert-directory): Don't flush the cache.
7946 (tramp-smb-maybe-open-connection): Check for samba client and
7947 server versions.
7948
11be40a6
EZ
79492009-10-07 Eli Zaretskii <eliz@gnu.org>
7950
7951 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7952 to not error out of search for "^lisp=" fails.
7953
8c4afe20
JB
79542009-10-07 Juanma Barranquero <lekktu@gmail.com>
7955
7956 * makefile.w32-in (WINS_UPDATES): New macro.
7957 (custom-deps, finder-data, autoloads): Use it.
7958
429a1506
GM
79592009-10-07 Glenn Morris <rgm@gnu.org>
7960
ee2e93e2
GM
7961 * Makefile.in (autoloads): Revert previous change.
7962 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7963 the list of preloaded files passed on the command-line, get
7964 it from src/Makefile.
7965
429a1506
GM
7966 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7967 show the original buffer rather than a random one.
7968
a51203ee 79692009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
7970
7971 * help.el (describe-no-warranty): Place point in a slightly better
7972 position in the GPLv3 text.
7973
f58f7520
SS
79742009-10-06 Sam Steingold <sds@gnu.org>
7975
7976 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7977 the comm attribute is present before calling regexp-quote.
7978
bde79dc0
JB
79792009-10-06 Juanma Barranquero <lekktu@gmail.com>
7980
7981 * play/animate.el (animate-string): For good effect, make sure
7982 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7983
7984 * play/animate.el (animate-sequence, animate-birthday-present):
7985 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7986
25ab0302
GM
79872009-10-06 Glenn Morris <rgm@gnu.org>
7988
73fe714a
GM
7989 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7990
3405d98c
GM
7991 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7992 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7993 (batch-update-autoloads): Process a string value of autoload-excludes,
7994 set during the build process.
7995 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7996
9fb2cdc5
GM
7997 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7998 inside with-parsed... macro so that `v' is defined.
7999
7938ab41
GM
8000 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8001 * progmodes/fortran.el (fortran-end-of-block)
8002 (fortran-beginning-of-block):
8003 Also push mark in the macro case.
8004
eaf9b564
GM
8005 * emerge.el (emerge-show-file-name):
8006 * calc/calc.el (calc-quit):
8007 * calc/calc-misc.el (calc-big-or-small):
8008 * calc/calc-graph.el (calc-graph-view):
8009 * calc/calc-ext.el (calc-reset):
8010 * calendar/calendar.el (calendar-basic-setup):
8011 Use window-full-height-p.
8012
25ab0302
GM
8013 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8014 header we don't understand, don't insert another. (Bug#4624)
8015 If changing mime charset, insert the new one in the right place.
8016
00169eb6
GM
80172009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8018
8019 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8020 (cal-tex-cursor-month): Correctly increment the end date for diary and
8021 holiday listing. (Bug#4626)
8022
82882188
SM
80232009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8024
40ba9882 8025 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
8026 a symbol.
8027
a8f316ca
JB
80282009-10-05 Juanma Barranquero <lekktu@gmail.com>
8029
8030 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8031 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8032 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8033 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8034
8035 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8036 (eieio-default-superclass): Reflow docstrings.
8037 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8038 (eieio-unbind-method-implementations, defmethod)
8039 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8040 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8041 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8042 (eieio-slot-originating-class-p, eieio-slot-name-index)
8043 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8044 (constructor, initialize-instance, no-next-method, object-print)
8045 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8046 Fix typos in docstrings.
8047 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8048 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8049 (next-method-p): Doc fixes.
8050 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8051 Fix typos in error messages.
8052 (eieio-defmethod): Fix typo in description of generic method.
8053
8054 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8055 (eieio-persistent-save-interactive, slot-missing):
8056 Fix typos in docstrings.
8057 (eieio-instance-inheritor-slot-boundp): Doc fix.
8058
8059 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8060 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8061
8062 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8063 (eieio-custom-object-apply-reset):
8064 Fix typos in docstrings and error messages.
8065
8066 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8067 Fix typo in docstring.
8068
8069 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8070 (eieio-browse-tree): Doc fix.
8071 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8072 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8073 Fix typos in docstrings.
8074
8075 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8076 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8077 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8078 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8079 Reflow docstrings.
8080
c66b7ac0
DN
80812009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8082
4a827e0a 8083 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
8084 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8085 Set log-view-vc-backend so that diff can work.
4a827e0a 8086
c66b7ac0
DN
8087 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8088 vc-version-diff.
8089 (vc-diff-internal): Autoload this instead of vc-version-diff.
8090
1902a98c
EZ
80912009-10-05 Eli Zaretskii <eliz@gnu.org>
8092
a7a8618b
EZ
8093 * simple.el (eval-expression): Doc fix.
8094
1902a98c
EZ
8095 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8096
0e1f2ee6
MA
80972009-10-05 Michael Albinus <michael.albinus@gmx.de>
8098
8099 * files.el (directory-files-no-dot-files-regexp): New defconst.
8100 (delete-directory): Use it.
8101 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8102
263c02ef 8103 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
8104 (tramp-methods): Add recursive option to `tramp-copy-args'.
8105 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 8106 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 8107 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
8108 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8109 Add handler for `copy-directory'.
8110 (tramp-handle-copy-directory): New defun.
8111 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
8112 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8113 Optimize sent command.
263c02ef 8114
72aa7df4
SM
81152009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8116
4a34f065
SM
8117 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8118 window if necessary.
8119
72aa7df4
SM
8120 * calendar/calendar.el (calendar-basic-setup): Don't call
8121 switch-to-buffer in a dedicated window.
8122
5feb1ba7
KF
81232009-10-05 Karl Fogel <kfogel@red-bean.com>
8124
8125 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 8126 don't do anything related to relocating, just return nil.
5feb1ba7
KF
8127 (bookmark-error-no-filename): New error.
8128 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
8129 bookmark has no file. Don't even attempt to handle things that
8130 are not files; the whole point of custom handlers is to keep that
8131 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
8132 (bookmark-file-or-variation-thereof): Remove now-unused function.
8133 (bookmark-location): Doc string fix.
8134 (Bug#4250)
8135
1bd49952
KF
81362009-10-04 Karl Fogel <kfogel@red-bean.com>
8137
8138 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8139 don't use a file dialog, because they usually don't know how to read
8140 a directory target from the user. (Bug#4230)
8141 Also, make sure the prompt can display directories as well as files.
8142
825382c0
KF
81432009-10-04 Karl Fogel <kfogel@red-bean.com>
8144
8145 * bookmark.el (bookmark-set, bookmark-buffer-name):
8146 Improve doc strings. (Bug#1193)
8147
13901bcb
KF
81482009-10-04 Karl Fogel <kfogel@red-bean.com>
8149
4a34f065
SM
8150 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8151 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8152 (bookmark-get-annotation, bookmark-set-annotation)
8153 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8154 (bookmark-set-position, bookmark-get-front-context-string)
8155 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8156 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8157 (bookmark-jump-other-window, bookmark-handle-bookmark)
8158 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8159 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8160 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
8161 Improve doc strings to say whether bookmark can be a string or
8162 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
8163 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8164 (bookmark-default-annotation-text, bookmark-yank-word)
8165 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8166 (bookmark-import-new-list, bookmark-maybe-rename)
8167 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8168 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 8169 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 8170 add a FIXME comment about how the function may be pointless.
13901bcb 8171 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
8172 parameter name, to clarify that this takes a bookmark record
8173 not a bookmark name.
13901bcb 8174 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 8175 and improve the doc string a bit.
13901bcb
KF
8176 (Bug#4188)
8177
5c1b3e94
KF
81782009-10-04 Karl Fogel <kfogel@red-bean.com>
8179
8180 * bookmark.el (bookmark-alist): Document the new `handler' element
8181 in the param alist.
8182 (bookmark-make-record-function): Adjust documentation for above.
8183 (Bug#4193)
8184
8559076d
KF
81852009-10-04 Karl Fogel <kfogel@red-bean.com>
8186
8187 * info.el (Info-bookmark-make-record): Document this function.
8188 (Info-bookmark-jump): Document with a doc string, not just a comment.
8189 (Bug#4203)
8190
b4583b8c
MA
81912009-10-04 Michael Albinus <michael.albinus@gmx.de>
8192
8193 * files.el (copy-directory): New defun.
8194
8195 * dired-aux.el (dired-copy-file-recursive): Use it.
8196
131ae8f2
JB
81972009-10-04 Juanma Barranquero <lekktu@gmail.com>
8198
a30e71ae 8199 * files-x.el (modify-dir-local-variable)
dd9af436
CY
8200 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8201 docstrings.
a30e71ae 8202
131ae8f2
JB
8203 * recentf.el (recentf-unload-function): New function.
8204
ccafbf06
GM
82052009-10-04 Glenn Morris <rgm@gnu.org>
8206
8207 * window.el (window-full-height-p): Add doc string.
8208
02c6f098
GM
82092009-10-04 Martin Rudalics <rudalics@gmx.at>
8210
8211 * window.el (window-full-height-p): New function. (Bug#4543)
8212
ed6b0195
DN
82132009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8214
8215 * vc.el: Remove commented out code.
8216 (vc-derived-from-dir-mode): Remove, unused.
8217 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8218
1b8d1cc7
MA
82192009-10-03 Michael Albinus <michael.albinus@gmx.de>
8220
4a34f065
SM
8221 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8222 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
8223 there could be recursive loading when `default-directory' is a
8224 remote file name. (Bug#4614)
8225
ac3c593c
GM
82262009-10-03 Glenn Morris <rgm@gnu.org>
8227
686ea556
GM
8228 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8229 the frame is wide.
8230 (calendar-generate-window): Test for shrinkability rather than width.
8231
ac3c593c
GM
8232 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8233 reusing existing buffers, in case we happen to visit two files with the
8234 same basename. (Bug#4593)
8235
573709fd
EZ
82362009-10-02 Eli Zaretskii <eliz@gnu.org>
8237
4a34f065 8238 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
8239 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8240 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8241 subdirs of cedet as well.
8f885d01 8242 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 8243
8d6c1239
SM
82442009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8247 Obey advertised-signature-table.
8248
8249 * help-fns.el (help-function-arglist): Don't check
8250 advertised-signature-table.
8251 (describe-function-1): Do it here instead so it also applies to subrs.
8252
c4861de0
MA
82532009-10-02 Michael Albinus <michael.albinus@gmx.de>
8254
8255 * simple.el (start-file-process): Say in the doc-string, that file
8256 handlers might not support pty association, if PROGRAM is nil.
8257
8258 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8259 HOST and USER are strings. They are nil, when there are
8260 incomplete entries in ~/.netrc, for example.
8261 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8262 root directory ("device busy" error otherwise).
8263
8d6c1239
SM
8264 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8265 Flush file properties of created directory.
c4861de0 8266
d2bda74f
EZ
82672009-10-02 Eli Zaretskii <eliz@gnu.org>
8268
8269 * makefile.w32-in (WINS_BASIC): Remove cedet.
8270 (WINS_CEDET): Add cedet.
8271 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8272
895d1904
GM
82732009-10-02 Kevin Ryde <user42@zip.com.au>
8274
8275 * net/browse-url.el (browse-url): Pass any symbol in
8276 browse-url-browser-function to `apply', since if you've mistakenly put
8277 an unbound symbol then the error is clearer. (Bug#4531)
8278
32226619
JB
82792009-10-02 Juanma Barranquero <lekktu@gmail.com>
8280
8281 * allout.el (allout-init, allout-back-to-current-heading)
8282 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8283 (allout-ascend, allout-up-current-level, allout-end-of-level)
8284 (allout-previous-visible-heading, allout-forward-current-level)
8285 (allout-backward-current-level, allout-show-children):
8286 * apropos.el (apropos-describe-plist):
8287 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8288 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8289 * completion.el (add-completion, add-permanent-completion):
8290 * descr-text.el (describe-text-category, describe-char):
8291 * desktop.el (desktop-lazy-abort):
8292 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8293 * dired.el (dired-build-subdir-alist):
8294 * ediff.el (ediff-version):
8295 * elide-head.el (elide-head, elide-head-show):
8296 * emerge.el (emerge-version):
8297 * env.el (getenv):
8298 * face-remap.el (variable-pitch-mode):
8299 * faces.el (describe-face):
8300 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8301 (dired-at-point):
8302 * files.el (find-file-existing, auto-save-mode):
8303 * font-lock.el (font-lock-fontify-buffer):
8304 * help-fns.el (describe-function, describe-variable)
8305 (describe-syntax, describe-categories):
8306 * help.el (view-lossage, describe-bindings, describe-key)
8307 (describe-mode):
8308 * hexl.el (hexl-current-address):
8309 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8310 * info.el (Info-goto-emacs-key-command-node):
8311 * log-edit.el (log-edit-insert-cvs-template)
8312 (log-edit-insert-cvs-rcstemplate):
8313 * menu-bar.el (menu-bar-mode):
8314 * mouse.el (mouse-appearance-menu):
8315 * newcomment.el (comment-indent-new-line):
8316 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8317 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 8318 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
8319 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8320 * recentf.el (recentf-mode):
8321 * savehist.el (savehist-mode, savehist-save):
8322 * shadowfile.el (shadow-copy-files):
8323 * simple.el (kill-ring-save, next-line, previous-line)
8324 (normal-erase-is-backspace-mode):
8325 * strokes.el (strokes-update-window-configuration)
8326 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8327 (strokes-xpm-for-stroke):
8328 * time.el (emacs-uptime, emacs-init-time):
8329 * tutorial.el (tutorial--describe-nonstandard-key)
8330 (tutorial--detailed-help):
8331 * type-break.el (type-break-mode)
8332 (type-break-mode-line-message-mode, type-break-query-mode)
8333 (type-break-guesstimate-keystroke-threshold):
8334 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8335 * version.el (emacs-version):
8336 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8337 * winner.el (winner-mode):
8338 * calendar/timeclock.el (timeclock-in, timeclock-out)
8339 (timeclock-status-string, timeclock-change)
8340 (timeclock-workday-remaining-string)
8341 (timeclock-workday-elapsed-string)
8342 (timeclock-when-to-leave-string):
8343 * calendar/todo-mode.el (todo-add-category):
8344 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8345 * emacs-lisp/autoload.el (update-file-autoloads):
8346 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8347 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8348 (checkdoc-message-text, checkdoc-defun):
8349 * emacs-lisp/debug.el (debugger-list-functions):
8350 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8351 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8352 (eieio-describe-generic):
8353 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8354 * emacs-lisp/shadow.el (list-load-path-shadows):
8355 * emulation/cua-base.el (cua-mode):
8356 * emulation/edt.el (edt-set-scroll-margins):
8357 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8358 (tpu-toggle-regexp, tpu-toggle-search-direction)
8359 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8360 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8361 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8362 (viper-set-parsing-style-toggling-macro)
8363 (viper-set-emacs-state-searchstyle-macros):
8364 * emulation/viper.el (viper-set-hooks):
8365 * eshell/esh-mode.el (eshell-truncate-buffer):
8366 * international/mule-cmds.el (prefer-coding-system)
8367 (describe-input-method, describe-language-environment):
8368 * international/mule-diag.el (list-character-sets)
8369 (describe-character-set, describe-coding-system)
8370 (describe-fontset, list-fontsets, list-input-methods):
8371 * mail/sendmail.el (mail-signature):
8372 * net/ange-ftp.el (ange-ftp-copy-file):
8373 * net/browse-url.el (browse-url):
8374 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8375 * net/quickurl.el (quickurl-add-url):
8376 * net/rcirc.el (names, topic):
8377 * net/xesam.el (xesam-mode):
8378 * play/5x5.el (5x5-new-game):
8379 * play/yow.el (apropos-zippy):
8380 * progmodes/ada-mode.el (ada-mode-version):
8381 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8382 (f90-end-of-block)
8383 (f90-beginning-of-block):
8384 * progmodes/fortran.el (fortran-end-of-block)
8385 (fortran-beginning-of-block):
8386 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8387 * progmodes/python.el (python-describe-symbol, python-shell):
8388 * term/ns-win.el (ns-print-buffer):
8389 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8390 * textmodes/flyspell.el (flyspell-mode-on):
8391 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8392 (pages-directory-for-addresses):
8393 * textmodes/table.el (table-recognize-cell)
8394 (table-query-dimension, table-generate-source)
8395 (table-insert-sequence, table--warn-incompatibility):
8396 * textmodes/tex-mode.el (tex-validate-buffer):
8397 * textmodes/texinfmt.el (texinfmt-version)
8398 (texinfo-format-buffer):
8399 Use `called-interactively-p' instead of `interactive-p'.
8400
12a3c28c
JB
84012009-10-02 Juanma Barranquero <lekktu@gmail.com>
8402
8403 * image-mode.el (image-toggle-display):
8404 * emacs-lisp/elp.el (elp-instrument-function):
8405 * emacs-lisp/advice.el (ad-make-advised-definition):
8406 * emacs-lisp/easy-mmode.el (define-minor-mode):
8407 * net/browse-url.el (browse-url-maybe-new-window):
8408 * progmodes/sh-script.el (sh-learn-buffer-indent):
8409 Pass new argument 'any to `called-interactively-p'.
8410
171fda8a
JB
84112009-10-01 Juanma Barranquero <lekktu@gmail.com>
8412
171fda8a
JB
8413 * international/uni-bidi.el:
8414 * international/uni-category.el:
8415 * international/uni-combining.el:
8416 * international/uni-comment.el:
8417 * international/uni-decimal.el:
9c3c9fdf 8418 * international/uni-decomposition.el:
171fda8a
JB
8419 * international/uni-digit.el:
8420 * international/uni-lowercase.el:
8421 * international/uni-mirrored.el:
8422 * international/uni-name.el:
8423 * international/uni-numeric.el:
8424 * international/uni-old-name.el:
8425 * international/uni-titlecase.el:
8426 * international/uni-uppercase.el:
8427 Regenerate from Unicode 5.2.0 data.
8428
dcb9734a
GM
84292009-10-01 Glenn Morris <rgm@gnu.org>
8430
8431 * Makefile.in (ELCFILES): Regenerate.
8432
ced10a4c
SM
84332009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8434
9d28c33e
SM
8435 * subr.el (interactive-p): Mark obsolete.
8436 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8437 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8438 advertised-signature-table for subroutines as well.
8439
ced10a4c
SM
8440 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8441 (set-advertised-calling-convention): New function.
8442 (make-obsolete, define-obsolete-function-alias)
8443 (make-obsolete-variable, define-obsolete-variable-alias):
8444 Make the optional-ness of `when' obsolete.
8445 (define-obsolete-face-alias): Make `when' non-optional.
8446 * help-fns.el (help-function-arglist):
8447 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8448 Use advertised-signature-table.
8449
cc3dda16
MA
84502009-10-01 Michael Albinus <michael.albinus@gmx.de>
8451
8452 * files.el (delete-directory): New defun. The original function
8453 in fileio.c has been renamed to `delete-directory-internal'.
8454
8455 * dired.el (dired-delete-file): Call `delete-directory' with
8456 RECURSIVE parameter.
8457
5ce6e4f4 8458 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
8459 parameter RECURSIVE. Implementation is missing.
8460
8461 * net/tramp.el (tramp-handle-make-directory): Flush upper
8462 directory's file properties.
ced10a4c 8463 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
8464 (tramp-handle-dired-recursive-delete-directory): Flush directory
8465 properties after the remove command only.
8466
ced10a4c
SM
8467 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8468 Handle optional parameter RECURSIVE.
cc3dda16 8469
ced10a4c
SM
8470 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8471 Handle optional parameter RECURSIVE.
cc3dda16
MA
8472
8473 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8474 connection timeout.
8475 (tramp-smb-handle-delete-directory): Handle optional parameter
8476 RECURSIVE.
8477
cf885595
SM
84782009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8479
e3a6b82f
SM
8480 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8481 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8482 (byte-compile-defmacro): Use backquotes.
8483
7201bfbb
SM
8484 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8485
cf885595
SM
8486 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8487 has no associated file.
8488 (vc-resynch-buffer): Use vc-dir-buffers.
8489
a4d2c321
GM
84902009-10-01 Glenn Morris <rgm@gnu.org>
8491
9ffe3f52
GM
8492 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8493 (chart-file-count):
8494 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8495 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8496 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8497 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8498 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8499 (eieio-copy-parents-into-subclass, make-instance, class-children)
8500 (eieio-generic-form):
bd2afec2 8501
9515cdcc
GM
8502 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8503 match-data. (Bug#4555).
8504
a4d2c321
GM
8505 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8506 rather than parsing it as a regexp. This relaxes the layout
8507 requirements and makes errors easier to detect.
8508 (check-declare-verify): Check file is regular.
8509 (check-declare-directory): Doc fix.
8510 * subr.el (declare-function): Doc fix.
8511
b15c31c7
GM
8512 * ibuffer.el (ibuffer-format-qualifier):
8513 * isearch.el (hi-lock-regexp-okay):
8514 * calc/calc.el (math-zerop):
8515 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8516 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8517 Remove unused declarations.
8518
1fc28a2c
GM
85192009-09-30 Glenn Morris <rgm@gnu.org>
8520
1fc28a2c
GM
8521 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8522
494f4fc7
GM
8523 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8524 filename is not a string.
8525
561580e9
CY
85262009-09-29 Chong Yidong <cyd@stupidchicken.com>
8527
8528 * files.el (safe-local-eval-forms): Fix typo.
8529
dcbbecd4
SM
85302009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * vc-hooks.el (vc-dir-buffers): New var.
8533 (vc-state-refresh): New function.
8534 (vc-state): Use it.
8535 (vc-after-save): Always ask the backend to recompute the new state.
8536 Always call vc-dir if necessary, using vc-dir-buffers.
8537 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8538 Use vc-dir-buffers.
8539 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8540 (vc-dir-prepare-status-buffer, vc-dir-update)
8541 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8542 Don't call expand-file-name on default-directory.
8543
d88444f2
JB
85442009-09-29 Juanma Barranquero <lekktu@gmail.com>
8545
8546 * speedbar.el (speedbar-item-delete):
8547 * calc/calc-prog.el (calc-kbd-if):
8548 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8549
8550 * epa.el (epa-key-list-mode-map):
8551 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8552
8553 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8554 (hs-show-hook): Fix typo in docstring.
8555
5da62d41
GM
85562009-09-29 Glenn Morris <rgm@gnu.org>
8557
8360fce0
GM
8558 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8559 file-name-nondirectory call preventing location of cedet files.
8560 (check-declare-verify): Use literal search rather than re-search.
ae715515 8561 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
8562
8563 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8564 Use tramp-compat-file-attributes rather than nonexistent
8565 tramp-compat-handle-file-attributes.
8566
5da62d41
GM
8567 * Makefile.in (lisptagsfiles4): New.
8568 (AUTOGENEL): Add cedet loaddefs files.
8569 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8570 (update-elclist, compile-always, backup-compiled-files)
8571 (bootstrap-clean): Add yet another directory level.
8572 (update-elclist): Use LC_COLLATE rather than COLLATE.
8573 (ELCFILES): Update, via `make update-elclist'.
8574
48267264
JB
85752009-09-29 Juanma Barranquero <lekktu@gmail.com>
8576
8577 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8578 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8579 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8580
2c4cd0b0
AS
85812009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8582
8583 * Makefile.in (lisptagsfiles3): Define.
5da62d41 8584 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
8585 (update-elclist): Add third directory level to look for elc files.
8586 (compile-always): Likewise.
8587 (backup-compiled-files): Likewise.
8588 (bootstrap-clean): Likewise.
8589 (ELCFILES): Update.
8590
a2533e47
CY
85912009-09-28 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * Makefile.in (ELCFILES): Add CEDET files.
8594
eefbedb1
MA
85952009-09-28 Michael Albinus <michael.albinus@gmx.de>
8596
8597 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8598
8599 * net/tramp.el (top): Require tramp-imap.
8600
8601 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8602 Use `tramp-compat-handle-file-attributes'.
8603
86042009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8605
8606 * net/tramp-imap.el: New package.
8607
748e3d67
VJL
86082009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8609
8610 * whitespace.el (whitespace-trailing-regexp)
8611 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8612 Fix doc string.
8613
15120dec
CY
86142009-09-27 Chong Yidong <cyd@stupidchicken.com>
8615
8616 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8617 menu.
8618
8619 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8620 menu-bar-ediff-menu.
8621
8622 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8623 define-overloadable-function.
8624
8625 * progmodes/autoconf.el: Provide autoconf as well, so that this
8626 file can be `require'd.
8627
8628 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8629
8630 * emacs-lisp/autoload.el (generated-autoload-feature)
8631 (generated-autoload-load-name): New vars.
8632 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8633 (make-autoload): Recognize define-overloadable-function and
8634 defclass forms (for EIEIO).
8635
8636 * Makefile.in (update-subdirs): Exclude cedet directory.
8637
135abf91
AR
86382009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8639
1becddbb 8640 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
8641
8642 * faces.el: Default light-background background for region face to
8643 ns_selection_color under NS.
8644
3d994264
TZ
86452009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8646
8647 * net/imap-hash.el: New library, see NEWS.
8648
8649 * Makefile.in (ELCFILES): Add imap-hash.el.
8650
ce9a0ccb
SM
86512009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8654 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8655 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8656 definition where the docstring could be taken for the return value.
8657
a92cdd49
GM
86582009-09-26 Glenn Morris <rgm@gnu.org>
8659
8660 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8661 Add option to only show images below a certain size.
8662 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8663 save-excursion calls.
8664
416ac2f1
EZ
86652009-09-26 Eli Zaretskii <eliz@gnu.org>
8666
8667 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8668 subdirectories) and eieio.
8669
d9a13f68
AM
86702009-09-26 Alan Mackenzie <acm@muc.de>
8671
33aeea0e
SM
8672 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8673 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
8674
8675 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 8676 character constants (as case labels). (Bug#4289)
d9a13f68 8677
182b3bec
CY
86782009-09-25 Juri Linkov <juri@jurta.org>
8679
8680 * files.el (safe-local-eval-forms): Allow time-stamp in
8681 before-save-hook (Bug#4554).
8682
8f75f2da
JB
86832009-09-25 Drew Adams <drew.adams@oracle.com>
8684
8685 * menu-bar.el (list-buffers-directory): Doc fix.
8686
8390fb80
SM
86872009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8690 Try and avoid copying twice the same paragraph.
8691 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8692 Remove save-excursion.
8693 (log-edit-changelog-entry): Do it here instead.
8694
11ee8d90
JB
86952009-09-25 Juanma Barranquero <lekktu@gmail.com>
8696
027b1942
JB
8697 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8698 when available, instead of hardcoding mode names. Doc fix.
8699
11ee8d90
JB
8700 * menu-bar.el (list-buffers-directory): Add docstring.
8701 Make automatically buffer-local.
8702
8703 * dired.el (dired-mode):
8704 * files.el (cd-absolute):
8705 * pcvs.el (cvs-temp-buffer):
8706 * pcvs-util.el (cvs-get-buffer-create):
8707 * shell.el (shell-mode):
8708 * vc-dir.el (vc-dir-mode):
8709 Don't make `list-buffers-directory' buffer local.
8710
21289c5d
CY
87112009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8712
8390fb80
SM
8713 * comint.el (comint-exec, comint-run, make-comint):
8714 Doc fixes (Bug#4542).
21289c5d 8715
e8652dd9
GM
87162009-09-25 Glenn Morris <rgm@gnu.org>
8717
8718 * mail/rmailmm.el (rmail-mime): New custom group.
8719 Move all defcustoms in this file into this group.
8720 (rmail-mime-media-type-handlers-alist): Revert previous change.
8721 (rmail-mime-show-images): New option.
8722 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8723 references to it, since it wasn't actually used for anything.
8724 (rmail-mime-insert-image): New function.
8725 (rmail-mime-image): Use rmail-mime-insert-image.
8726 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
8727 obey the value of `rmail-mime-show-images' option. Print the size of
8728 attachments.
e8652dd9 8729
fb652bb5
JB
87302009-09-25 David Engster <deng@randomsample.de>
8731
8732 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8733
32a9841c
VJL
87342009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8735
8736 * whitespace.el: Does not highlight trailing spaces While point is
8737 at end of line. Does not highligt spaces at beginning of buffer
8738 while point is at beginning of buffer. Does not highlight spaces
8739 at end of buffer while point is at end of buffer. (Bug#4177)
8740 New version 12.0.
8741 (whitespace-display-mappings): Adjust initialization.
8742 (whitespace-point, whitespace-font-lock-refontify): New vars.
8743 (whitespace-color-on, whitespace-color-off): Adjust code.
8744 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8745 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8746 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8747
e477ca84
CY
87482009-09-24 Chong Yidong <cyd@stupidchicken.com>
8749
8750 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8751
8752 * textmodes/sgml-mode.el: Remove xml-mode alias.
8753
8754 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 8755 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 8756
68712602
AM
87572009-09-24 Alan Mackenzie <acm@muc.de>
8758
8759 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8760 c-forward-conditionals, but it doesn't move point and doesn't set
8761 the mark.
8762 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8763 (c-down-conditional-with-else, c-backward-conditional)
8764 (c-forward-conditional): Refactor to use c-scan-conditionals.
8765
1659ada0
JB
87662009-09-24 Juanma Barranquero <lekktu@gmail.com>
8767
8768 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8769 (help-default-arg-highlight): Remove.
8770 (help-highlight-arg): New function.
8771 (help-do-arg-highlight): Use it.
8772 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8773
b3f01e46
SM
87742009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8777 Undo last change, which didn't fix the problem and introduced others.
8778
107ef54a
NR
87792009-09-24 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * progmodes/gdb-mi.el: Don't require speedbar.
8782 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8783
ffa1fed6
GM
87842009-09-24 Glenn Morris <rgm@gnu.org>
8785
2157a2be
GM
8786 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8787
6125167c
GM
8788 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8789
ffa1fed6
GM
8790 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8791 there is no newline after the final mime boundary. (Bug#4539)
8792 Move markers on insertion so that any buttons inserted don't end up in
8793 the next part of a multipart message.
2e9075d3
GM
8794 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8795 (rmail-mime-bulk-handler): Optionally handle images.
8796 (rmail-mime-image): New button action.
8797 (rmail-mime-image-handler): New function.
8798 (rmail-mime-mode): New mode.
8799 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 8800
4a814992
SM
88012009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8802
075518b5
SM
8803 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8804 than just dropping elements from it (bug#4504).
8805
8ad2defc
SM
8806 * term.el (term-set-scroll-region): Don't move cursor any more.
8807 (term-handle-ansi-escape): Call term-goto here instead.
8808 Suggested by Ivan Kanis <apple@kanis.eu>.
8809
4a814992
SM
8810 * term.el: Require CL.
8811 (term-ansi-reset): New function.
8812 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8813 (term-handle-colors-array): Simplify.
8814
5a0c3f56
JB
88152009-09-24 Juanma Barranquero <lekktu@gmail.com>
8816
8817 * allout.el (allout-overlay-interior-modification-handler)
8818 (allout-obtain-passphrase):
8819 * epa-file.el (epa-file-write-region):
8820 * ps-print.el (ps-begin-job):
8821 * vc-hooks.el (vc-toggle-read-only):
8822 * vc-rcs.el (vc-rcs-rollback):
8823 * vc-sccs.el (vc-sccs-rollback):
8824 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8825 (vc-version-diff, vc-revert, vc-rollback):
8826 * wdired.el (wdired-check-kill-buffer):
8827 * emacs-lisp/authors.el (authors):
8828 * net/socks.el (socks-open-connection):
8829 * net/zeroconf.el (zeroconf-service-add-hook):
8830 * obsolete/vc-mcvs.el (vc-mcvs-register):
8831 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8832 (gdb-select-frame):
8833 * progmodes/grep.el (lgrep, rgrep):
8834 * progmodes/idlw-help.el (idlwave-help-check-locations)
8835 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8836 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8837 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8838 (reftex-toc-rename-label): Fix typos in error messages.
8839
8840 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8841 (dired-copy-how-to-fn): Doc fix.
8842 (dired-files-attributes, dired-read-shell-command):
8843 Fix typos in docstrings.
8844
8845 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8846 (dired-x-find-file-other-window): Reflow docstrings.
8847 (dired-omit-marker-char, dired-read-shell-command)
8848 (dired-x-submit-report): Fix typos in docstrings.
8849
8850 * shell.el (shell-mode-hook):
8851 * view.el (View-scroll-line-forward):
8852 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8853 Fix typos in docstrings.
8854
8855 * net/dig.el (dig-invoke): Fix typo in docstring.
8856 (query-dig): Reflow docstring.
8857
8858 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8859 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8860 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8861 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8862 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8863 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8864 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8865 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8866 (idlwave-completion-map, idlwave-current-indent)
8867 (idlwave-custom-ampersand-surround, idlwave-customize)
8868 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8869 (idlwave-define-abbrev, idlwave-determine-class-special)
8870 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8871 (idlwave-end-block-reg, idlwave-end-of-statement)
8872 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8873 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8874 (idlwave-explicit-class-listed, idlwave-file-header)
8875 (idlwave-fill-paragraph, idlwave-find-class-definition)
8876 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8877 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8878 (idlwave-in-quote, idlwave-indent-action-table)
8879 (idlwave-indent-expand-table, idlwave-indent-line)
8880 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8881 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8882 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8883 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8884 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8885 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8886 (idlwave-outlawed-buffers, idlwave-popup-select)
8887 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8888 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8889 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8890 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8891 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8892 (idlwave-statement-type, idlwave-struct-skip)
8893 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8894 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8895 (idlwave-what-module-find-class): Fix typos in docstrings.
8896 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8897 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8898 (idlwave-find-module, idlwave-find-structure-definition)
8899 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8900 (idlwave-list-load-path-shadows, idlwave-next-statement)
8901 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8902 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8903 (idlwave-template): Reflow docstrings.
8904
8905 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8906 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8907 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8908 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8909 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8910 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8911 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8912 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8913 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8914 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8915 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8916 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8917 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8918 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8919 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8920 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8921 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8922 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8923 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8924 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8925 Fix typos in docstrings.
8926 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8927 (idlwave-shell-hide-output, idlwave-shell-mode)
8928 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8929 Reflow docstrings.
8930
8931 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8932
62136c5d
SM
89332009-09-24 Ivan Kanis <apple@kanis.eu>
8934
8935 * term.el (term-bold-attribute): New var.
8936 (term-handle-colors-array): Use it.
8937
9c1a45ed
NR
89382009-09-23 Nick Roberts <nickrob@snap.net.nz>
8939
8940 * progmodes/gdb-mi.el (gdb-version): New variable.
8941 (gdb-non-stop-handler): Set gdb-version.
8942 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8943 Condition "--thread" option on gdb-version.
8944 (gdb-invalidate-threads): Remove unused argument.
8945
03304f31
SM
89462009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8949 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8950
4f02f0c9
GM
89512009-09-23 Glenn Morris <rgm@gnu.org>
8952
8953 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8954 replying to mail without References or Message-Id. (Bug#4525)
8955
a3b4b363
AR
89562009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8957
8958 * term/ns-win.el (ns-reg-to-script): New variable.
8959
7bda18cc
DU
89602009-09-23 Daiki Ueno <ueno@unixuser.org>
8961
8962 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8963
72169e55
SS
89642009-09-22 Sam Steingold <sds@gnu.org>
8965
8966 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8967 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8968 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8969 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8970
905b7d38
SM
89712009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8972
b0459dec
SM
8973 * textmodes/fill.el: Convert to utf-8 encoding.
8974 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8975 pre-unicode days.
8976
905b7d38
SM
8977 * add-log.el (change-log-fill-forward-paragraph): New function.
8978 (change-log-mode): Use it so fill-region DTRT.
8979 Set fill-indent-according-to-mode here rather than in
8980 change-log-fill-paragraph.
8981 (change-log-fill-paragraph): Remove.
8982
baa7f3de
JB
89832009-09-22 Juanma Barranquero <lekktu@gmail.com>
8984
8985 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8986 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8987
a8d789f0
GM
89882009-09-22 Glenn Morris <rgm@gnu.org>
8989
daedbbc2
GM
8990 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8991 the scroll-bar scroll the calendar window rather than the buffer.
8992
d8899a74
GM
8993 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8994 commands that move point (as opposed to scrolling).
8995
a8d789f0
GM
8996 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8997
8998 * emacs-lisp/elint.el (elint): New custom group.
8999 (elint-log-buffer): Make it a defcustom.
9000 (elint-scan-preloaded, elint-ignored-warnings)
9001 (elint-directory-skip-re): New options.
9002 (elint-builtin-variables): Doc fix.
9003 (elint-preloaded-env): New variable.
9004 (elint-unknown-builtin-args): Add an entry for encode-time.
9005 (elint-extra-errors): Make it a variable rather than a constant.
9006 (elint-preloaded-skip-re): New constant.
9007 (elint-directory): Skip files matching elint-directory-skip-re.
9008 (elint-features): New variable, local to linted buffers.
9009 (elint-update-env): Initialize elint-features. Possibly add
9010 elint-preloaded-env to the buffer's environment.
9011 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9012 Skip quoted forms.
9013 (elint-init-form): New function, extracted from elint-init-env.
9014 Make non-list forms a warning rather than an error.
9015 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9016 easy-menu-define, put that adds an error-condition, and provide.
9017 When requiring cl, also require cl-macs. Really require cl, to handle
9018 some cl macros. Store required libraries in the list elint-features,
9019 so as not to re-load them. Treat cc-require like require.
9020 (elint-init-env): Call elint-init-form to do the work.
9021 Handle eval-and-compile and such like.
9022 (elint-add-required-env): Do not clear messages.
9023 (elint-special-forms): Add handlers for function, defalias, if, when,
9024 unless, and, or.
9025 (elint-form): Add optional argument to ignore elint-special-forms,
9026 useful to prevent recursive calls from handlers. Doc fix.
9027 Respect elint-ignored-warnings.
9028 (elint-form): Respect elint-ignored-warnings.
9029 (elint-bound-variable, elint-bound-function): New variables.
9030 (elint-unbound-variable): Respect elint-bound-variable.
9031 (elint-get-args): Respect elint-bound-function.
9032 (elint-check-cond-form): Add some simple handling for (f)boundp and
9033 featurep tests.
9034 (elint-check-defalias-form): New handler.
9035 (elint-check-let-form): Make an empty let a warning rather than an
9036 error.
9037 (elint-check-setq-form): Make an empty setq a warning rather than an
9038 error. Respect elint-ignored-warnings.
9039 (elint-check-defvar-form): Accept null doc-strings.
9040 (elint-check-conditional-form): New handler. Does some simple-minded
9041 checking of featurep and (f)boundp tests.
9042 (elint-put-function-args): New function.
9043 (elint-initialize): Use elint-scan-doc-file rather than
9044 elint-find-builtin-variables. Use elint-put-function-args.
9045 Possibly scan preloaded-file-list.
9046 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9047 extend to handle functions as well.
9048
245be23c
JB
90492009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9050
9051 * linum.el (linum-delete-overlays, linum-update-window):
9052 Do not modify the right margin. (Bug#3971)
9053
91fdbd6f
CY
90542009-09-21 Chong Yidong <cyd@stupidchicken.com>
9055
33aeea0e
SM
9056 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9057 Use nxml-mode instead of xml-mode.
91fdbd6f 9058
7589d38e
JB
90592009-09-21 Kevin Ryde <user42@zip.com.au>
9060
9061 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9062
5ac42715
SM
90632009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * net/dig.el (dig-mode): Use define-derived-mode.
9066
09c01323
DN
90672009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9068
4096c5f2
DN
9069 * vc-dispatcher.el (vc-do-command): Return the process object in
9070 the asynchronous case. Use when instead of if. Do not run
5480359e 9071 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 9072
0e172cc2
DN
9073 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9074 properties to the stash strings.
9075 (vc-git-stash-list): Return a list of strings.
9076 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9077 (vc-git-stash-show-at-point): New functions.
9078 (vc-git-stash-map): New keymap.
9079
03304f31
SM
9080 * register.el (ctl-x-r-map): Define the keys here instead of
9081 using autoload.
09c01323 9082
03304f31 90832009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
9084
9085 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9086 list, to workaround performance problem (bug#4485).
9087
2f5fc4d7
NR
90882009-09-20 Nick Roberts <nickrob@snap.net.nz>
9089
9090 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9091
b0f5fd2e
DU
90922009-09-20 Daiki Ueno <ueno@unixuser.org>
9093
9094 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9095 Document that this option is not recommended to use.
9096
f3445fab
GM
90972009-09-19 Glenn Morris <rgm@gnu.org>
9098
547c6921
GM
9099 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9100 variable `var'.
9101
f3445fab
GM
9102 * calc/calc-alg.el (var):
9103 * calc/calcalg2.el (var): Define for compiler.
9104
946c009b
CY
91052009-09-19 Chong Yidong <cyd@stupidchicken.com>
9106
e3f36d03
SM
9107 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9108 Doc fix (Bug#3932).
e2045997 9109
24aedbca
CY
9110 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9111
327dd27a
CY
9112 * time-stamp.el (time-stamp-month-dd-yyyy)
9113 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9114 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9115 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
9116 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9117 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 9118
946c009b
CY
9119 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9120 indent buffer only if called interactively (Bug#4452).
9121
3e70541a
JB
91222009-09-19 Juanma Barranquero <lekktu@gmail.com>
9123 Eli Zaretskii <eliz@gnu.org>
9124
9125 This fixes bug#4197 (merged to bug#865, though not identical).
9126 * server.el (server-auth-dir): Add docstring note about FAT32.
9127 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9128 but warn against using them.
9129
9b94c32e
NR
91302009-09-19 Nick Roberts <nickrob@snap.net.nz>
9131
9132 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9133 older GDB where there is no has_more field.
9134
66590684
GM
91352009-09-19 Glenn Morris <rgm@gnu.org>
9136
9137 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9138
9a1337f9
CY
91392009-09-18 Chong Yidong <cyd@stupidchicken.com>
9140
9141 * files.el (auto-mode-alist): Change default for XML files to nXML
9142 mode (Bug#4169).
9143
d7554167
JB
91442009-09-18 Juanma Barranquero <lekktu@gmail.com>
9145
9146 * server.el (server-ensure-safe-dir): Pass 'integer
9147 to `file-attributes', as suggested.
9148
35a3f9a4
SM
91492009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9152 (dired-query): Use read-key.
9153
044f9b05
AR
91542009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9155
9156 * cus-start.el (ns-use-qd-smoothing): Remove.
9157
6188ea49
GM
91582009-09-18 Glenn Morris <rgm@gnu.org>
9159
08cf18e4
GM
9160 * allout.el (top-level): Remove unnecessary progn.
9161
07eae5c5
GM
9162 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9163
6726c25e
GM
9164 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9165 definition of abbrev table.
9166
3f527154 9167 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
9168 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9169 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
9170 * net/newst-backend.el (newsticker--cache-read-feed):
9171 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
9172 condition-case handlers.
9173
ccb4c30c
NR
91742009-09-18 Nick Roberts <nickrob@snap.net.nz>
9175
9176 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9177 (gdb-var-list): Add an element for has_more field.
9178 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9179 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9180 (gdb-var-update-handler-1): Parse output of dynamic variable
9181 objects (STL containers).
9182 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9183 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9184
9185 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9186 gdb-var-list.
9187 (gud-speedbar-buttons): Make node expandable if expression "has more"
9188 children.
9189
8686ac71
JB
91902009-09-17 Juanma Barranquero <lekktu@gmail.com>
9191
9192 * startup.el (emacs-quick-startup): Remove variable and all uses.
9193 (command-line): Set `inhibit-x-resources' instead.
9194 (command-line-1): Use `inhibit-x-resources' instead.
9195
a69c67e8
CY
91962009-09-17 Chong Yidong <cyd@stupidchicken.com>
9197
9198 * subr.el: Fix last change to avoid using the `unless' macro,
9199 which breaks bootstrapping.
9200
354f0faf
SM
92012009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9204 extended definitions, in case we reload subr.el after having
9205 loaded CL.
9206 (eval-next-after-load): Mark as obsolete.
9207
98b9bf40
JL
92082009-09-17 Juri Linkov <juri@jurta.org>
9209
9210 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9211 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9212 (menu-bar-showhide-menu, menu-bar-tools-menu)
9213 (menu-bar-describe-menu, menu-bar-help-menu)
9214 (minibuffer-local-completion-map, minibuffer-local-map):
9215 Fix list quoting.
9216
28fab7b5
GM
92172009-09-17 Glenn Morris <rgm@gnu.org>
9218
88d5190c
GM
9219 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9220 arguments, whether or not it has a handler.
9221
74f24ba7
GM
9222 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9223
28fab7b5
GM
9224 * simple.el (hard-newline): Give it a doc-string.
9225
a8106aec
GM
9226 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9227 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 9228
76251ad7
DN
92292009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9230
72033dbe
DN
9231 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9232 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9233 (menu-bar-options-menu, menu-bar-showhide-menu)
9234 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9235 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9236 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9237 (menu-bar-options-menu, menu-bar-tools-menu)
9238 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9239 (menu-bar-help-menu):
9240 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9241 string arguments.
9242
76251ad7
DN
9243 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9244 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9245 calls for the menu names and :help.
9246
97b952b7
SM
92472009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9250 to :minor-mode-function (bug#4455).
9251
8f38189e
SM
92522009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9253
d2fd733e
SM
9254 * startup.el (command-line): Initialize the window-system after
9255 processing the command-line.
9256
8f38189e
SM
9257 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9258 page-delimiter matches the empty string.
9259
77564fa4
GM
92602009-09-16 Glenn Morris <rgm@gnu.org>
9261
9262 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9263 byte-compile-not-obsolete-var. It's a list now.
9264 (byte-compile-not-obsolete-funcs): New variable.
9265 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9266 byte-compile-not-obsolete-funcs.
9267 (byte-compile-variable-ref, byte-compile-defvar): Update for
9268 byte-compile-not-obsolete-vars name-change and list nature.
9269 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9270 and variables behind (f)boundp tests.
9271 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9272
79d316d3
DN
92732009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9274
9275 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9276
8fed6934
SM
92772009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9280 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9281 Don't autoload.
9282
4078fd57
SE
92832009-09-15 Stephen Eglen <stephen@gnu.org>
9284
9285 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 9286 the virtual-buffers, use the name of the buffer specified by
4078fd57 9287 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 9288 problem if the target and the symlink had different names.)
4078fd57 9289
838ff458
SM
92902009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9291
b3c7c12d
SM
9292 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9293
13dc2bc2
SM
9294 * desktop.el (desktop-path): Check user-emacs-directory.
9295
49fec531
SM
9296 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9297
0e328d37
SM
9298 * loadup.el: Use after-load-functions to GC after loading each file.
9299 Remove the explicit GC calls that used to be sprinkled around.
9300
838ff458
SM
9301 * subr.el (after-load-functions): New hook.
9302 (do-after-load-evaluation): Run it. Use string-match-p to detect
9303 `obsolete' packages, rather than painfully extracting the relevant
9304 directory name.
9305
a62f564f
GM
93062009-09-15 Glenn Morris <rgm@gnu.org>
9307
9308 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9309 free variable `doc'.
9310
9311 * dired.el (dired-mode-map): Add menu entry for async shell command.
9312
9313 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9314 variables, also consider the .elc files, since the .el files are
9315 normally gzipped (subsequent code locates the .el.gz from the .elc).
9316
9317 * calc/calc-prog.el (arglist): Define for compiler.
9318
9319 * calendar/diary-lib.el (diary-display-function): Change the default to
9320 fancy display.
9321 (body): Define for compiler.
9322
9323 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9324 (byte-compile-file-form, byte-compile-lambda)
9325 (byte-compile-top-level-body, byte-compile-form)
9326 (byte-compile-variable-ref, byte-compile-setq)
9327 (byte-compile-setq-default, byte-compile-body)
9328 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9329 (batch-byte-compile): Give some more local variables with common names
9330 a "bytecomp-" prefix to avoid masking warnings about free variables.
9331
cd05fe7f
GM
9332 * startup.el (command-line-1): Give local variables with common names a
9333 distinguishing prefix, so as not to hide free variable warnings during
9334 bootstrap.
9335
a62f564f
GM
9336 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9337 clever and add a suffix to make a unique name, just let the user decide
9338 whether or not to overwrite it. If the input is a directory, write the
9339 default filename to that directory. (Bug#4388)
9340 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9341 is a filename-as-a-directory.
9342
fbc88440
SM
93432009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * textmodes/page.el (what-page): Don't move to beginning of line.
9346 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9347
60308853
DN
93482009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9349
9350 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9351
32ba3abc
DN
93522009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9353
9cd39aff
DN
9354 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9355 * help.el (help-for-help-internal): Add purecopy calls for text.
9356
32ba3abc
DN
9357 * vc.el (top): print-log method now takes an optional SHORTLOG
9358 argument. Add a new method: root.
32ba3abc
DN
9359 (vc-root-diff, vc-print-root-log): New functions.
9360 (vc-log-short-style): New variable.
9361 (vc-print-log-internal): Add support for showing short logs.
9362
9363 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9364 vc-print-root-log and vc-print-root-diff.
9365
9366 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9367 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9368 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9369 short logs.
9370
9371 * vc-cvs.el (vc-cvs-print-log):
9372 * vc-mtn.el (vc-mtn-print-log):
9373 * vc-rcs.el (vc-rcs-print-log):
9374 * vc-sccs.el (vc-sccs-print-log):
9375 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9376 that is ignored for now.
9377
837b0e99
DN
9378 * vc-mtn.el (vc-mtn-annotate-command):
9379 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9380
31cd2dd4
SM
93812009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9384 to function-key-map, and give them ascii-character property.
9385 * term/x-win.el (x-alternatives-map):
9386 * term/ns-win.el (ns-alternatives-map):
9387 * term/internal.el (msdos-key-remapping-map):
9388 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9389
d62e5bf2
GM
93902009-09-14 Glenn Morris <rgm@gnu.org>
9391
9392 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9393 temp-buffers (2009-09-12).
9394
7d0105e5
SM
93952009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9398 the new read-key function.
9399
e17ed9ad
CY
94002009-09-13 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9403 is defined (Bug#4405).
9404
1fc26e29
CY
94052009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9406
9407 * recentf.el (recentf-cleanup): Use a hash table to find
9408 duplicates (Bug#4407).
9409
61dc96a2 94102009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
9411
9412 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9413 kp-0 to ascii equivalents (Bug#4325).
9414
42c3a9e3
CY
94152009-09-13 Chong Yidong <cyd@stupidchicken.com>
9416
1f5c1626
CY
9417 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9418
42c3a9e3 9419 * eshell/em-hist.el:
31cd2dd4
SM
9420 * eshell/em-dirs.el (eshell-complete-user-reference):
9421 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
9422
94232009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9424
9425 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9426 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9427 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
9428 * eshell/em-hist.el (eshell-history-file-name):
9429 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 9430
1e2b6acf
GM
94312009-09-13 Glenn Morris <rgm@gnu.org>
9432
9433 * ediff-merg.el (ediff-do-merge):
9434 * filesets.el (filesets-run-cmd):
9435 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9436 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9437 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9438 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9439 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9440 Replace empty `let's with `progn'.
9441
adba8116
SM
94422009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * mail/sendmail.el (send-mail-function):
9445 * tooltip.el (tooltip-mode):
9446 * simple.el (transient-mark-mode):
9447 * rfn-eshadow.el (file-name-shadow-mode):
9448 * frame.el (blink-cursor-mode):
9449 * font-core.el (global-font-lock-mode):
9450 * files.el (temporary-file-directory)
9451 (small-temporary-file-directory, auto-save-file-name-transforms):
9452 * epa-hook.el (auto-encryption-mode):
9453 * composite.el (global-auto-composition-mode):
9454 Use custom-initialize-delay.
9455 * startup.el (command-line): Don't explicitly call
9456 custom-reevaluate-setting for all the above vars.
9457 * custom.el (custom-initialize-safe-set)
9458 (custom-initialize-safe-default): Delete.
9459
0a4afea9
SM
94602009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9f94990d
SM
9462 * term/x-win.el (x-initialize-window-system):
9463 * term/w32-win.el (w32-initialize-window-system):
9464 * term/ns-win.el (ns-initialize-window-system): Don't call
9465 mouse-wheel-mode since it's enabled globally by default already.
9466
0a4afea9
SM
9467 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9468 actually define the variable, but only silences the byte-compiler.
9469 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9470 before looking it up.
9471 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9472 is changed.
9473
bf01513f
GM
94742009-09-12 Glenn Morris <rgm@gnu.org>
9475
9476 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9477 1000.
9478 (elint-add-required-env): Don't beep on error.
9479 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
9480 (elint-init-env): Skip non-list forms.
9481 (elint-log): Handle unknown file positions.
bf01513f 9482
d85889e4
DU
94832009-09-12 Daiki Ueno <ueno@unixuser.org>
9484
9485 * epg.el (epg-make-context): Add autoload cookie.
9486 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9487 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9488 (epg-verify-string, epg-start-sign, epg-sign-file)
9489 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9490 (epg-encrypt-string, epg-start-export-keys)
9491 (epg-export-keys-to-file, epg-export-keys-to-string)
9492 (epg-start-import-keys, epg-import-keys-from-file)
9493 (epg-import-keys-from-string, epg-start-receive-keys)
9494 (epg-receive-keys, epg-import-keys-from-server)
9495 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9496 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
9497 (epg-generate-key-from-file, epg-generate-key-from-string):
9498 Remove autoload cookie.
d85889e4 9499
8f825ee6
EZ
95002009-09-12 Eli Zaretskii <eliz@gnu.org>
9501
36b434ee
EZ
9502 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9503 reevaluation of trash-directory.
9504
8f825ee6
EZ
9505 * mwheel.el: Fix last change.
9506 (mouse-wheel-mode): New defvar.
9507 (mouse-wheel-mode): Remove autoload cookie.
9508
5766c380
SM
95092009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9510
ab5c0fcd
SM
9511 * mwheel.el (mwheel-installed-bindings): New var.
9512 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9513 the bindings we set last time. Use custom-initialize-delay.
9514 * loadup.el: Load mwheel after term/*-win.el.
9515 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9516 and mouse-wheel-up-event now that their first evaluation is done
9517 sufficiently late to be correct.
9518
45448e64
SM
9519 * startup.el (tutorial-directory): Make it a defcustom.
9520 Use custom-initialize-delay rather than eval-at-startup to set it.
9521 * image.el (image-load-path): Make it a defcustom.
9522 Use custom-initialize-delay rather than eval-at-startup to set it.
9523 * subr.el (eval-at-startup): Remove.
9524 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9525
5766c380
SM
9526 * subr.el (do-after-load-evaluation): Warn the user after loading an
9527 obsolete package.
9528
d6549da4
GM
95292009-09-12 Glenn Morris <rgm@gnu.org>
9530
9531 * proced.el (proced-mark-alt): Remove alias.
9532 (proced-mode-map): Remove proced-mark-alt.
9533
9534 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9535 Elint file and directory. Remove initialization entry.
9536
9537 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9538 commands.
9539 (elint-current-buffer): Set mode-line-process.
9540 (elint-init-env): Handle define-derived-mode.
9541 Fix declare-function with unspecified arglist. Guard against odd
9542 defalias statements (eg iso-insert's 8859-1-map).
9543 (elint-add-required-env): Use a temp buffer.
9544 (elint-form): Just print the function/macro name, not the whole form.
9545 Return env unchanged if we fail to parse a macro.
9546 (elint-forms): Guard against parse errors.
9547 (elint-output): New function, to handle batch mode.
9548 (elint-log-message): Add optional argument. Use elint-output.
9549 (elint-set-mode-line): New function.
9550
30194d4d
CY
95512009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9552
9553 * emacs-lisp/elp.el (elp-not-profilable): Add more
9554 functions (Bug#4233).
9555
a035f9b0
CY
95562009-09-12 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9559 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9560
dad61164
NR
95612009-09-11 Nick Roberts <nickrob@snap.net.nz>
9562
9563 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9564 (gdb-var-list-children): Use json parsing.
9565
9c3c9fdf 95662009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
9567
9568 * progmodes/js.el (js--proper-indentation): Handle the case where
9569 char-before is null. Reported by Deniz Dogan.
9570
b4587710
JB
95712009-09-11 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9574
13890796
DU
95752009-09-11 Daiki Ueno <ueno@unixuser.org>
9576
9577 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9578 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 9579 (epg-context-set-passphrase-callback)
97d4bdba 9580 (epg-context-set-progress-callback): Add description about
b18508dd 9581 callback function.
13890796 9582
2efb64a8
SM
95832009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9584
790d0270
SM
9585 * custom.el (custom-delayed-init-variables): New var.
9586 (custom-initialize-delay): New function.
9587 * startup.el (command-line): "Re"evaluate all vars in
9588 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9589 explicitly any more.
9590 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9591 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9592
9593 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 9594
ac243a40
NR
95952009-09-11 Nick Roberts <nickrob@snap.net.nz>
9596
9597 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9598 (gdb-var-update-handler): Use json parsing.
9599
657bc6fc
JB
96002009-09-11 Juanma Barranquero <lekktu@gmail.com>
9601
9602 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9603 decode annotated text, regardless of language environment. (Bug#2741)
9604
b6fe8102
SM
96052009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * Makefile.in (autoloads): Make rmail.el writable as well.
9608
5cc443fe
GM
96092009-09-11 Glenn Morris <rgm@gnu.org>
9610
5515c54e
GM
9611 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9612 loaddefs.el.
9613 * dired.el: Regenerate with extracted autoloads.
9614 * Makefile.in (autoloads): Make dired.el writable.
9615
15067158
GM
9616 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9617 * ibuffer.el: Regenerate with extracted autoloads.
9618 * Makefile.in (autoloads): Make ibuffer.el writable.
9619
d35d0238
GM
9620 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9621 * version.el (emacs-copyright, emacs-major-version)
9622 (emacs-minor-version): Reformat doc-strings for make-docfile.
9623
5cc443fe
GM
9624 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9625 functions and variables, since they must be stuff specific to some other
9626 platform.
9627 (apropos-print): Make mouse-click message less specific about button.
9628
9629 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9630 that records where a macro was defined.
9631 * help-fns.el (describe-function-1): Mention if a function has a
9632 compiler-macro.
9633 * help-mode.el (help-function-cmacro): New button.
9634
9635 * locate.el (top-level): Always require dired.
9636 (locate-mode-map): Initialize inside the defvar.
9637
9638 * net/ange-ftp.el (dired-compress-file): Declare.
9639 (ange-ftp-dired-compress-file): Add doc string.
9640
9641 * term/ns-win.el (x-display-name, x-setup-function-keys):
9642 Unify doc-strings with X versions.
9643
8cb95edf
SM
96442009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9645
726a4d09
SM
9646 * emulation/crisp.el (crisp-mode-map): Move initialization
9647 into declaration.
9648 (crisp-mode): Use define-minor-mode.
9649
8cb95edf
SM
9650 * progmodes/xscheme.el (xscheme-evaluation-commands):
9651 Put a :advertised-binding property rather than using
9652 advertised-xscheme-send-previous-expression.
9653 (advertised-xscheme-send-previous-expression): Declare obsolete.
9654 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9655 `advertised-undo'.
9656 (crisp-mode): Add corresponding bindings to
9657 undo's :advertised-binding instead.
9658 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9659 than using dired-advertised-find-file.
9660 (dired-advertised-find-file):
9661 * simple.el (advertised-undo):
9662 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9663 (widget-keymap): Put a :advertised-binding property rather
9664 than using advertised-widget-backward.
9665 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9666 than using advertised-undo.
9667 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9668
07db5857
SS
96692009-09-10 Simon South <ssouth@slowcomputing.org>
9670
9671 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9672 Mark mode is enabled and region is active; otherwise indent or
9673 insert TAB as usual.
9674 (delphi-mode): Update description of TAB-key binding.
9675
50d4ba39
SM
96762009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * subr.el (define-key-rebound-commands): Mark obsolete.
9679 * startup.el (precompute-menubar-bindings): Remove.
9680 (normal-top-level): Remove obsolete code that tried to precompute
9681 menubar bindings.
9682 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9683 define-key-rebound-commands and precompute-menubar-bindings.
9684
ffa894db
KY
96852009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9686
9687 * net/imap.el (imap-interactive-login): Better messages.
9688 (imap-open): Fix bug with renamed buffer on reconnect.
9689 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9690 for easier debugging and cleaner code. On successful (guessed based on
9691 server capabilities) secondary authentication, set imap-state
9692 correctly.
9693 (imap-last-authenticator): Define imap-last-authenticator as a variable
9694 to avoid warnings.
9695
9477096c
GM
96962009-09-10 Glenn Morris <rgm@gnu.org>
9697
9698 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9699
9700 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9701 (byte-compile-file-form-autoload): Don't warn about unknown functions
9702 where the autoload statement comes after the use.
9703 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9704 that any handlers inside the body (eg require) are in turn respected.
9705
9706 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9707 effects.
9708
9709 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9710 and syntax and abbrev tables basic docs, if they don't have any.
9711
9712 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9713
9714 * international/mule-cmds.el (top-level): Require cl when compiling.
9715 (view-hello-file): Use default-value rather than
9716 default-enable-multibyte-characters.
9717
9718 * progmodes/fortran.el: Move all safe and risky properties into the
9719 defcustoms.
9720
9721 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9722 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9723 * mail/undigest.el:
9724 Put autoloads in rmail.el rather than loaddefs.el.
9725 * mail/rmail.el: Regenerate with extracted autoloads.
9726
9727 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9728 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9729
9f16c547
NR
97302009-09-10 Nick Roberts <nickrob@snap.net.nz>
9731
9732 Reported in thread for Bug#4375.
9733 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9734 "-data-evaluate-expression" instead of print.
9735 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9736 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
9737 (gdb): Revert 2009-08-11 change. User should detach inferior
9738 manually.
9f16c547
NR
9739
9740 Remove the word "separate" from IO functions as inferior
9741 output is now never displayed in the GUD buffer.
9742
50405cd0
JB
97432009-09-10 Juanma Barranquero <lekktu@gmail.com>
9744
9745 * startup.el (command-line-normalize-file-name): On Windows and
9746 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9747
7ae62430
JL
97482009-09-10 Juri Linkov <juri@jurta.org>
9749
9750 * isearch.el (isearch-text-char-description): Propertize escape
9751 character sequences with the `escape-glyph' face. (Bug#4344)
9752
9753 * simple.el (shell-command): Set asynchronous process filter to
9754 `comint-output-filter'. (Bug#4343)
9755
9756 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9757 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9758 the list. Move "asm" to the bottom.
9759 (grep-find-ignored-directories): Add `choice' with nil value
9760 to empty the list easily.
9761 (grep-find-ignored-files): New option.
9762 (grep-files-history): Set to nil by default instead of '("ch" "el").
9763 (grep-compute-defaults): Add "<X>" to `grep-template'.
9764 (grep-read-files): Bind new local variables `default-alias' and
9765 `default-extension'. Use a list of default values for the file prompt.
9766 (lgrep): Add `--exclude=' command line options composed from
9767 `grep-find-ignored-files'.
9768 (rgrep): Add `-name' command line options composed from
9769 `grep-find-ignored-files'. (Bug#4301)
9770
cd875252
SM
97712009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9774 (bug#4368).
9775
cdce0b33
KY
97762009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * calendar/time-date.el (autoload):
9779 Expand define-obsolete-function-alias into defalias and make-obsolete
9780 for old Emacsen that Gnus supports.
9781 (with-no-warnings): Define it for old Emacsen.
9782 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9783 is available.
9784 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9785 float-time is available; suppress compile warning for time-to-seconds.
9786
97872009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9788
9789 * net/imap.el (imap-message-map): Docstring fix.
9790
2b2eb431
GM
97912009-09-09 Glenn Morris <rgm@gnu.org>
9792
9793 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9794 line numbers too. (Bug#4374)
9795
83a5aac5
SM
97962009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9797
755e0210
SM
9798 * smerge-mode.el (smerge-remove-props, smerge-refine):
9799 Use with-silent-modifications (bug#4342).
9800
83a5aac5
SM
9801 * subr.el (with-silent-modifications): New macro.
9802
79f01fa7
JB
98032009-09-07 Juanma Barranquero <lekktu@gmail.com>
9804
9805 * files.el (top-level): Require `cl' when compiling.
9806
448ecec3
GM
98072009-09-07 Glenn Morris <rgm@gnu.org>
9808
9809 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9810
8f09a02f
GM
9811 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9812 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9813
76ff67bf
NR
98142009-09-06 Nick Roberts <nickrob@snap.net.nz>
9815
9816 * vc-git.el (vc-git-annotate-command): Use separator to parse
9817 arguments correctly.
9818
943c8b75
EZ
98192009-09-06 Eli Zaretskii <eliz@gnu.org>
9820
9821 * proced.el (proced-mode): Doc fix.
9822
680db9ac
MA
98232009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9824
9825 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9826 lstat fails.
9827 (tramp-do-file-attributes-with-ls): Check for file existence at
9828 remote end.
9829 (tramp-do-file-attributes-with-stat): Likewise.
9830 (tramp-convert-file-attributes): Return nil when attr is nil.
9831
3f12e5bd
GM
98322009-09-05 Glenn Morris <rgm@gnu.org>
9833
c8dc27bf
GM
9834 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9835 properties to this button.
9836 (diary-fancy-display): Don't extend the button to the final newline.
9837 (diary-fancy-display-mode): Continue to define "q" as a local key.
9838
cca065d8
GM
9839 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9840 efficient.
9841
cddaedb6
GM
9842 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9843
3f12e5bd
GM
9844 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9845 (byte-compile-dest-file-function): New option.
9846 (byte-compile-dest-file): Doc fix.
9847 Obey byte-compile-dest-file-function.
9848 (byte-compile-cl-file-p): New function.
9849 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9850 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9851 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9852 than for file being previously loaded.
9853 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9854 (byte-compile-file-form-require): Handle the case where requiring a file
9855 indirectly causes CL to be loaded.
9856
049a231b
KF
98572009-09-05 Karl Fogel <kfogel@red-bean.com>
9858
9859 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9860 before killing the old buffer, since by the time `kill-buffer' is
9861 run so many buffer variables have been set to nil that it may not
9862 behave as expected. (Bug#4061)
9863
ef7ef2a0
KF
98642009-09-05 Karl Fogel <kfogel@red-bean.com>
9865
9866 * files.el (find-alternate-file): If the old buffer is modified
9867 and visiting a file, behave similarly to `kill-buffer' when
9868 killing it, thus reverting to the pre-1.878 behavior; see
9869 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9870 for discussion. Also, consult `buffer-file-name' as a variable
9871 not as a function, for consistency with the rest of the code.
9872
73d854cd
MA
98732009-09-04 Michael Albinus <michael.albinus@gmx.de>
9874
9875 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9876 also when adding a new directory.
9877
33aeea0e
SM
9878 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9879 New defun.
73d854cd 9880
df120481
SM
98812009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * files.el (locate-file-completion-table): Make it provide boundary
9884 information, so partial-completion works better.
9885
c0bc6d79
SM
98862009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9887
9888 * mail/footnote.el (Footnote-text-under-cursor):
9889 Check footnote-text-marker-alist before using it (bug#4324).
9890
f76a9756
GM
98912009-09-04 Glenn Morris <rgm@gnu.org>
9892
67d110f1
GM
9893 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9894 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9895 * play/solitaire.el, play/tetris.el:
9896 Remove leading * from defcustom and defface docs.
9897
b42d4989
GM
9898 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9899 necessary.
9900 (diary-fancy-overriding-map): New variable.
9901 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9902 Use view-mode.
9903
f76a9756
GM
9904 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9905 goto-line.
9906
e605eeeb
GM
99072009-09-03 Glenn Morris <rgm@gnu.org>
9908
597e2240
GM
9909 * arc-mode.el (archive-mode):
9910 * dos-fns.el (set-default-process-coding-system):
9911 * man.el (Man-getpage-in-background):
9912 * menu-bar.el (menu-bar-describe-menu):
9913 * server.el (server-process-filter):
9914 * startup.el (command-line):
9915 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9916 * w32-fns.el (set-default-process-coding-system):
9917 * x-dnd.el (x-dnd-handle-file-name):
9918 * international/mule-cmds.el (mule-menu-keymap)
9919 (set-default-coding-systems, language-info-alist, set-language-info)
9920 (set-language-environment, standard-display-european-internal)
9921 (set-locale-environment):
9922 * international/mule-diag.el (mule-diag):
9923 * mail/emacsbug.el (report-emacs-bug):
9924 * mail/rmail.el (rmail-mode):
9925 * mail/sendmail.el (mail-setup):
9926 Use default-value rather than default-enable-multibyte-characters.
9927
f38184aa
GM
9928 * progmodes/f90.el: Move all safe properties into the defcustoms.
9929 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9930
e605eeeb
GM
9931 * calendar/appt.el (appt-check):
9932 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9933 (diary-check-diary-file, diary-list-entries)
9934 (diary-include-other-diary-files, diary-simple-display)
9935 (diary-fancy-display, diary-print-entries)
9936 (diary-mark-included-diary-files, diary-make-entry):
9937 Don't call substitute-in-file-name on diary-file.
9938
734db384
SM
99392009-09-03 Eduard Wiebe <usenet@pusto.de>
9940 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9943 (footnote-mode-map): Move initialization into the declaration.
9944 (footnote-minor-mode-map): Define it rather than changing global-map.
9945 (footnote-mode): Use define-minor-mode.
9946
e5aa47f9
MA
99472009-09-02 Michael Albinus <michael.albinus@gmx.de>
9948
9949 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9950 (tramp-do-file-attributes-with-perl)
9951 (tramp-do-file-attributes-with-stat): Rename from
9952 `tramp-handle-file-attributes-with-*'.
9953 (tramp-handle-file-attributes): Use them.
9954 (tramp-do-directory-files-and-attributes-with-perl)
9955 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9956 `tramp-handle-directory-files-and-attributes-with-*'.
9957 (tramp-handle-directory-files-and-attributes): Use them.
9958 (tramp-method-out-of-band-p): Additional parameter SIZE.
9959 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9960 (tramp-handle-write-region): Use it.
734db384 9961 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9962 (tramp-handle-vc-registered): Check, whether the first run did
9963 return files to be tested.
9964 (tramp-advice-make-auto-save-file-name): Do not call directly
9965 `tramp-handle-make-auto-save-file-name', because this would bypass
9966 the locking mechanism.
9967
734db384 9968 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9969 (file-remote-p, process-file, start-file-process, set-file-times)
9970 (tramp-compat-file-attributes): Compatibility functions shall not
9971 call directly `tramp-handle-*', because this would bypass the
9972 locking mechanism.
9973 (tramp-compat-number-sequence): New defun.
9974
6e2ca895
GM
99752009-09-02 Glenn Morris <rgm@gnu.org>
9976
697c7714
GM
9977 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9978 alias for float-time.
9979 (time-to-number-of-days): In Emacs, use float-time.
9980 * net/newst-backend.el (time-add): Suppress warnings from compat
9981 function.
9982 * time.el (emacs-uptime, emacs-init-time):
9983 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9984 Use float-time rather than time-to-seconds.
9985
6e2ca895
GM
9986 * minibuffer.el (completion-initials-expand): Fix typo.
9987
9988 * faces.el (modeline, modeline-inactive, modeline-highlight)
9989 (modeline-buffer-id):
9990 * info.el (info-menu-5): Mark these face aliases as obsolete.
9991
ed17efec
NR
99922009-09-01 Nick Roberts <nickrob@snap.net.nz>
9993
9994 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9995 space ...
9996 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9997 no "--thread" option.
9998 (gdb-stopped): Don't print "Switched to thread" message when it is
9999 unchanged.
10000
fcb68f70
SM
100012009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * minibuffer.el (completion-try-completion)
10004 (completion-all-completions): Remove ill-defined (and
10005 mistakenly installed and luckily never used nor documented)
10006 `completion-styles' property.
10007 (completion-initials-expand, completion-initials-all-completions)
10008 (completion-initials-try-completion): New functions.
10009 (completion-styles-alist): Add doc to each entry.
10010 Add new `initials' entry.
10011
83318a6d
NR
100122009-09-01 Nick Roberts <nickrob@snap.net.nz>
10013
10014 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10015 MI command -var-evaluate-expression.
10016 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10017 and tweak for case of string child.
734db384 10018 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 10019
d63eb0e7
GM
100202009-09-01 Glenn Morris <rgm@gnu.org>
10021
c4f6e489
GM
10022 * add-log.el (change-log-date-face, change-log-name-face)
10023 (change-log-email-face, change-log-file-face, change-log-list-face)
10024 (change-log-conditionals-face, change-log-function-face)
10025 (change-log-acknowledgement-face):
10026 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10027 (custom-modified-face, custom-set-face, custom-changed-face)
10028 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10029 (custom-documentation-face, custom-state-face, custom-comment-face)
10030 (custom-comment-tag-face, custom-variable-tag-face)
10031 (custom-variable-button-face, custom-face-tag-face)
10032 (custom-group-tag-face-1, custom-group-tag-face):
10033 * diff-mode.el (diff-header-face, diff-file-header-face)
10034 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10035 (diff-added-face, diff-changed-face, diff-function-face)
10036 (diff-context-face, diff-nonexistent-face):
10037 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10038 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10039 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10040 (Info-title-4-face):
10041 * isearch.el (isearch-lazy-highlight-face):
10042 * log-view.el (log-view-file-face, log-view-message-face):
10043 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10044 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10045 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10046 (cvs-msg-face):
10047 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10048 (smerge-base-face, smerge-markers-face):
10049 * wid-edit.el (widget-documentation-face, widget-button-face)
10050 (widget-field-face, widget-single-line-field-face)
10051 (widget-inactive-face, widget-button-pressed-face):
10052 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10053 (woman-addition-face):
2fb1ec93
GM
10054 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10055 (eshell-ls-executable-face, eshell-ls-readonly-face)
10056 (eshell-ls-unreadable-face, eshell-ls-special-face)
10057 (eshell-ls-missing-face, eshell-ls-archive-face)
10058 (eshell-ls-backup-face, eshell-ls-product-face)
10059 (eshell-ls-clutter-face):
10060 * eshell/em-prompt.el (eshell-prompt-face):
10061 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 10062 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
10063 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10064 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10065 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10066 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10067 (antlr-font-lock-literal-face):
c4f6e489
GM
10068 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10069 (ebrowse-root-class-face, ebrowse-file-name-face)
10070 (ebrowse-default-face, ebrowse-member-attribute-face)
10071 (ebrowse-member-class-face, ebrowse-progress-face):
10072 * progmodes/make-mode.el (makefile-space-face):
10073 * progmodes/sh-script.el (sh-heredoc-face):
10074 * textmodes/flyspell.el (flyspell-incorrect-face)
10075 (flyspell-duplicate-face):
10076 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 10077 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
10078 Mark face aliases with "-face" suffix as obsolete.
10079
d80619fa
GM
10080 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10081 compiler.
10082
5f68c1b7
GM
10083 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10084 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10085 easy-menu-define wants to modify these.
10086
10087 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10088
10089 * net/browse-url.el (browse-url-file-url):
10090 * term/internal.el (dos-codepage-setup):
10091 Use default-value rather than default-enable-multibyte-characters.
10092
d80619fa 10093 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
10094 * progmodes/flymake.el (flymake-highlight-line)
10095 (flymake-goto-file-and-line, flymake-goto-line):
10096 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10097 (gdb-goto-breakpoint):
10098 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10099 * progmodes/python.el (python-find-function)
10100 (python-pdbtrack-track-stack-file):
10101 * progmodes/verilog-mode.el (verilog-surelint-off):
10102 * term/ns-win.el (ns-open-file-select-line):
10103 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10104 Use forward-line rather than goto-line.
10105
d63eb0e7
GM
10106 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10107 * textmodes/reftex-index.el (reftex-display-index):
10108 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10109 * textmodes/reftex-toc.el (reftex-toc):
10110 Remove unnecessary bindings of default-major-mode (all are followed by
10111 major-mode check and possible mode switch).
10112
0afad278
NR
101132009-08-31 Nick Roberts <nickrob@snap.net.nz>
10114
10115 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10116 Handle watchpoints (bug#4282).
10117 (def-gdb-thread-buffer-command): Enable thread to be selected by
10118 clicking without selecting threads buffer first.
10119 (gdb-current-context-command): Use selected frame so that "up",
10120 "down" etc work in the GUD buffer.
10121 (gdb-update): Find selected frame before rendering stack buffer.
10122 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10123
4e135dd2
SM
101242009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * progmodes/sym-comp.el (displayed-completions): Remove.
10127 (symbol-complete): Use minibuffer-complete.
10128
e61eba34
GM
101292009-08-31 Glenn Morris <rgm@gnu.org>
10130
10131 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10132
734db384
SM
10133 * apropos.el (apropos-symbols-internal):
10134 Handle (obsolete) face aliases.
e61eba34
GM
10135
10136 * faces.el (describe-face): Adjust the output format to be more like
10137 describe-variable, and to mention (obsolete) face aliases.
10138 Adjust the whitespace so that help-setup-xref works.
10139
10140 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10141 * calendar/diary-lib.el (diary-button-face):
10142 Mark these face aliases as obsolete.
10143
10144 * calendar/calendar.el (calendar-today): Doc fix.
10145
4cf71456
NR
101462009-08-31 Nick Roberts <nickrob@snap.net.nz>
10147
10148 * progmodes/gdb-mi.el (gdb-control-all-threads)
10149 (gdb-control-current-thread): Force tool bar update.
10150 (gdb-non-stop-handler): New function.
10151 (gdb-init-1): Use it to test if non-stop mode is supported.
10152 Remove unused gdbmi buffer type.
10153
e61eba34 101542009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
10155
10156 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 10157 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 10158
4324f7ca
NR
101592009-08-30 Nick Roberts <nickrob@snap.net.nz>
10160
10161 * comint.el (comint-exec-1): Check command is non-null first.
10162 Part of gdb-mi.el change (2009-08-28).
10163
a1bf889a
SM
101642009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10167
060c08b5
JB
101682009-08-30 Juanma Barranquero <lekktu@gmail.com>
10169
10170 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10171 instead of `dolist' to avoid a recursive require when bootstrapping.
10172
ab22be48
SM
101732009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10174
73ebf88f
SM
10175 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10176
80629cfc
SM
10177 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10178
206d0387 10179 * net/imap.el (imap-send-command): Simplify.
734db384 10180 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 10181
844f7784
SM
10182 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10183
5ca4661e
SM
10184 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10185 with constant argument.
10186
c61dc887
SM
10187 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10188
7eb73deb
SM
10189 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10190
5fe443de
SM
10191 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10192 Change default, since most of our files don't have a history.
10193 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10194 the user.
10195
6444d64a
SM
10196 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10197 Add comint-run.
10198
5cb16bfc
SM
10199 * calc/calc.el: Improve commenting convention.
10200 (calc-digit-map, toplevel): Simplify.
10201
0aeb71a7
SM
10202 * comint.el (comint-insert-input): Be careful to only set point if we
10203 don't delegate to some other command.
10204
9a9af856
SM
10205 * proced.el (proced-signal-list): Make it an alist.
10206 (proced-grammar-alist): Capitalize names.
10207 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10208 Disable undo manually and make it read-only.
10209 Use completion-annotate-function.
10210
ab22be48
SM
10211 * minibuffer.el (minibuffer-message): If the current buffer is not
10212 a minibuffer, insert the message in the echo area rather than at the
10213 end of the buffer.
10214 (completion-annotate-function): New variable.
10215 (minibuffer-completion-help): Use it.
10216 (completion--embedded-envvar-table): Environment vars are
10217 always case-sensitive.
10218
4a948dbf
GM
102192009-08-30 Glenn Morris <rgm@gnu.org>
10220
10221 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10222 from fortran-current-defun.
10223 (fortran-beginning-of-subprogram): Be more precise about finding the
10224 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10225 (fortran-end-of-subprogram): Simplify.
10226 (fortran-current-defun): Use fortran-start-prog-re.
10227
486cf3b8
JB
102282009-08-29 Juanma Barranquero <lekktu@gmail.com>
10229
10230 * subr.el (do-after-load-evaluation): Simplify.
10231
db167d28
DN
102322009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10233
10234 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10235
10236 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10237 (vc-rcs-print-log): Use it.
10238
10239 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10240
efbc652a
SM
102412009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10242
2aa0e5bf
SM
10243 * paths.el (abbrev-file-name): Move to abbrev.el.
10244 * abbrev.el (abbrev-file-name): Move from paths.el.
10245 Obey user-emacs-directory.
10246 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10247 user-emacs-directory.
10248 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10249 abbrev-file-name and calc-settings-file any more.
10250 * startup.el (command-line): Recompute abbrev-file-name and
10251 abbreviated-home-dir.
10252 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10253 of the special code for when C-h bindings haven't been changed.
10254 (display-startup-echo-area-message): Use with-current-buffer.
10255 (command-line-1): Use a list of strings, rather than a list of lists
10256 of strings for longopts.
10257
51da8fe2
SM
10258 * files.el (get-free-disk-space): Use / for default-directory.
10259
0c3cc4dd
SM
10260 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10261 Use with-current-buffer.
10262
d988dbf6
SM
10263 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10264 Recognize immutable variables like most-positive-fixnum.
10265 (byte-compile-setq-default): Check and warn if trying to assign
10266 to an immutable variable, or a non-variable.
10267
efbc652a
SM
10268 * progmodes/cc-vars.el (c-comment-continuation-stars):
10269 * progmodes/cc-engine.el (c-looking-at-bos):
10270 * progmodes/cc-cmds.el (c-toggle-auto-state)
10271 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10272 (c-comment-line-break-function): Add version of obsolescence.
10273
d30a05d1
JL
102742009-08-28 Juri Linkov <juri@jurta.org>
10275
10276 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10277 associated with `archive-mode'.
10278
10279 * image.el (image-type-header-regexps): Use only JPEG magic number
10280 to determine JPEG images, and don't use `image-jpeg-p' because
10281 Emacs can display non-JFIF non-Exif JPEG images.
10282
1e8eecea
JB
102832009-08-28 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * arc-mode.el (archive-mode):
10286 * emacs-lisp/re-builder.el (re-builder-unload-function):
10287 Protect against the default value of `major-mode' being nil.
10288
dd4fbf56
JB
102892009-08-28 Juanma Barranquero <lekktu@gmail.com>
10290
10291 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10292 Fix typos in docstrings.
10293
10294 * progmodes/js.el (js--macro-decl-re): Doc fix.
10295 (js--plain-method-re, js--split-name): Refloc docstring.
10296 (js--class-styles, js--make-merged-item, js--splice-into-items):
10297 Fix typos in docstrings; reflow docstrings.
10298 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10299 (js--variable-decl-matcher, js--inside-pitem-p)
10300 (js--parse-state-at-point, js--get-all-known-symbols)
10301 (js--symbol-history, js-find-symbol, js--js-references)
10302 (js--moz-interactor, js--js-encode-value, js--read-tab):
10303 Fix typos in docstrings.
10304
72f16325
SM
103052009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10306
14acf2f5
SM
10307 * textmodes/reftex.el (reftex-get-file-buffer-force):
10308 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10309 * emulation/viper.el (viper-go-away, viper-set-hooks):
10310 * emacs-lisp/re-builder.el (re-builder-unload-function):
10311 * emacs-lisp/bytecomp.el (byte-compile-file):
10312 * ses.el (ses-unload-function):
10313 * hexl.el (hexl-find-file):
10314 * files.el (normal-mode):
10315 * ehelp.el (with-electric-help):
10316 * autoinsert.el (auto-insert-alist):
10317 * arc-mode.el (archive-mode):
10318 Use (default-value 'major-mode) instead of default-major-mode.
10319
72f16325
SM
10320 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10321 * international/mule.el (load-with-code-conversion):
10322 * emacs-lisp/debug.el (debug):
10323 * ediff-vers.el (ediff-rcs-get-output-buffer):
10324 * dired.el (dired-internal-noselect): Don't let-bind
10325 default-major-mode around code that doesn't use it.
10326 E.g. buffer creation via get-buffer-create doesn't use it.
10327
aa485f7c
MA
103282009-08-28 Michael Albinus <michael.albinus@gmx.de>
10329
10330 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10331 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10332 when writing the temp file. Otherwise, epa-file gets confused.
10333 (tramp-register-file-name-handlers): Make it a defun. Move also
10334 `epa-file-handler' to the front of `file-name-handler-alist'.
10335
103362009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10339 start right after a ^M.
10340 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10341 (tramp-completion-file-name-regexp-separate)
10342 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
10343 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10344 Don't modify last-coding-system-used by accident.
aa485f7c
MA
10345 (tramp-completion-file-name-handler): Apply the checks here,
10346 instead during registration.
2f952059 10347 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
10348 `tramp-register-file-name-handler'. Register both
10349 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 10350 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 10351
3f0c2b92
NR
103522009-08-28 Nick Roberts <nickrob@snap.net.nz>
10353
72f16325
SM
10354 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10355 Remove variable ...
3f0c2b92
NR
10356 (gdb-init-1, gdb-display-separate-io-buffer)
10357 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10358 references to it.
10359 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10360 (gdb-inferior-filter): Use comint-output-filter to stop
10361 echoing and remove ^M characters.
10362
705e5bd9
SM
103632009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10364
009fdc2e
SM
10365 * emulation/viper-init.el (viper-restore-cursor-type):
10366 * emulation/cua-base.el (cua--update-indications):
10367 Replace default-cursor-type with (default-value 'cursor-type).
10368
b56a5ae0
SM
10369 * mail/sendmail.el (mail-recover-1):
10370 * international/mule-diag.el (describe-current-coding-system-briefly)
10371 (describe-current-coding-system):
10372 * international/mule-cmds.el (select-safe-coding-system)
10373 (select-message-coding-system)
10374 (set-language-environment-coding-systems, set-locale-environment):
10375 * hexl.el (hexl-insert-multibyte-char):
10376 * dos-w32.el (find-buffer-file-type-coding-system):
10377 * simple.el (what-cursor-position):
10378 Replace uses of default-buffer-file-coding-system
10379 with (default-value 'buffer-file-coding-system).
10380
de70529f
SM
10381 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10382 Replace uses of default-cursor-in-non-selected-windows
10383 with (default-value 'cursor-in-non-selected-windows).
10384 Use with-current-buffer.
10385
705e5bd9
SM
10386 * mail/feedmail.el: Use CL macros.
10387 (feedmail-run-the-queue, feedmail-send-it-immediately):
10388 * dos-w32.el (find-buffer-file-type): Replace uses of
10389 default-buffer-file-type with (default-value 'buffer-file-type).
10390
4d985ac2
GM
103912009-08-28 Glenn Morris <rgm@gnu.org>
10392
10393 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10394 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10395 Use default-value of major-mode rather than default-major-mode.
10396
17c15b81
SM
103972009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10398
3a68ab06
SM
10399 * Makefile.in (update-elcfiles): Report left over elc files.
10400
9421bdd1
SM
10401 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10402 expand-file-name and with-current-buffer.
10403 (mail-get-names, mail-directory): Use with-current-buffer.
10404
17c15b81
SM
10405 * vc.el (vc-read-revision): New function.
10406 (vc-version-diff, vc-merge): Use it.
10407
ba83a64e
SS
104082009-08-27 Sam Steingold <sds@gnu.org>
10409
10410 * simple.el (kill-do-not-save-duplicates): New user option.
10411 (kill-new): When it is non-nil, and the new string is the same as
10412 the latest kill, set replace to t to avoid duplicates in kill-ring.
10413
be3e598a 104142009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
10415
10416 * net/tramp.el (tramp-handle-process-file): Do not flush all
10417 caches when `process-file-side-effects' is set.
10418 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
10419 instead of `tramp-find-file-exists-command'.
10420 Unset `process-file-side-effects'.
d5b5c94a
MA
10421
104222009-08-27 Michael Albinus <michael.albinus@gmx.de>
10423
10424 * net/tramp.el (tramp-methods): New method "rsyncc".
10425 (top): Add completion function for "rsyncc".
10426 (tramp-message-show-message): New defvar.
10427 (tramp-message, tramp-error): Use it.
10428 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10429 remote copying.
10430 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10431 `tramp-methods' entry `copy-env' of "rsyncc".
10432 (tramp-vc-registered-read-file-names): New defconst.
10433 (tramp-vc-registered-file-names): New defvar.
10434 (tramp-handle-vc-registered): Implement optimization strategy.
10435 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10436 (tramp-vc-file-name-handler): New defun.
10437 (tramp-get-ls-command, tramp-get-test-command)
10438 (tramp-get-file-exists-command, tramp-get-remote-ln)
10439 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 10440 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
10441
10442 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10443 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10444 timestamps.
10445 (tramp-get-file-property): Check for timestamps in
10446 `tramp-cache-inhibit-cache'.
10447 (tramp-set-file-property): Write timestamp.
10448
1339cf20
KH
104492009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10450
10451 * language/japan-util.el (japanese-symbol-table): Add entries for
10452 cp932-2-byte.
10453
10454 * international/characters.el: Add category `j' to cp932-2-byte.
10455
726e3f1d
KH
104562009-08-27 Kenichi Handa <handa@m17n.org>
10457
10458 * international/fontset.el (build-default-fontset-data): New macro.
10459 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 10460 tibetan, ethiopic, and ipa.
726e3f1d 10461
4e3b4528
SM
104622009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10465 (enable-multibyte-characters): Not customizable any more.
10466
10467 * subr.el (default-mode-line-format, default-header-line-format)
10468 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10469 (default-direction-reversed, default-truncate-lines)
10470 (default-left-margin, default-tab-width, default-case-fold-search)
10471 (default-left-margin-width, default-right-margin-width)
10472 (default-left-fringe-width, default-right-fringe-width)
10473 (default-fringes-outside-margins, default-scroll-bar-width)
10474 (default-vertical-scroll-bar, default-indicate-empty-lines)
10475 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10476 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10477 (default-scroll-down-aggressively, default-fill-column)
10478 (default-cursor-type, default-buffer-file-type)
10479 (default-cursor-in-non-selected-windows)
10480 (default-buffer-file-coding-system, default-major-mode)
10481 (default-enable-multibyte-characters): Mark as obsolete.
10482
b3cca6a6
DN
104832009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10484
652cc1a2
DN
10485 * vc-dir.el (vc-dir-update): Remove debug helper.
10486
b3cca6a6
DN
10487 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10488
4ed8c7aa
SS
104892009-08-26 Sam Steingold <sds@gnu.org>
10490
10491 * simple.el (save-interprogram-paste-before-kill): New user option.
10492 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10493 save the interprogram-paste into kill-ring before overriding it
10494 with the Emacs kill.
10495
3b64d86b
DN
104962009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10497
10498 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10499 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10500 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10501 and move to vc-rcs.el.
10502 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10503 move to vc-rcs.el.
10504 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10505 (vc-rcs-update-changelog): Remove.
10506 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10507 and move to vc-rcs.el.
10508
10509 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10510 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10511 renaming.
10512 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 10513 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
10514 vc.el, renamed to be RCS specific.
10515
72f16325
SM
10516 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10517 New functions.
10518 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
10519
10520 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10521 New functions.
10522
636a36a0
SM
105232009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10526
239b3340
DN
105272009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10528
b91f0762 10529 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
10530 (vc-git-stash, vc-git-stash-show): New functions.
10531 (vc-git-extra-menu-map): Bind them.
b91f0762 10532
b8e54362
DN
10533 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10534 directory correctly in case the item is a directory itself.
10535
239b3340
DN
10536 * vc.el: Document the desired behavior for reverted files in the
10537 `added' state.
dc810649
DN
10538 (vc-default-prettify-state-info): Remove function, unused.
10539
10540 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 10541
e49c0179
GM
105422009-08-26 Glenn Morris <rgm@gnu.org>
10543
10544 * bindings.el (standard-mode-line-format): Reposition dashes in
10545 which-func entry. (Bug#4217)
10546
3029e594
GM
10547 * files.el (enable-local-variables, enable-local-eval)
10548 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10549 the defcustoms.
10550 (auto-mode-alist, ignored-local-variables)
10551 (save-some-buffers-action-alist): Move risky declarations to the
10552 definitions.
10553 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10554 (font-lock-defaults, format-alist, imenu--index-alist)
10555 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10556 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10557 (mode-line-modified, mode-line-mule-info, mode-line-position)
10558 (mode-line-process, mode-line-remote, outline-level)
10559 (parse-time-rules, rmail-output-file-alist)
10560 (special-display-buffer-names, vc-mode):
10561 Move risky declarations to the relevant files.
72f16325
SM
10562 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10563 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
10564 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10565 * font-core.el (font-lock-defaults):
10566 * format.el (format-alist):
10567 * vc-hooks.el (vc-mode):
10568 * window.el (special-display-buffer-names):
10569 * international/mule-cmds.el (input-method-alist):
10570 Define riskiness here (dumped file) rather than in files.el.
10571 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10572 * imenu.el (imenu-generic-expression, imenu--index-alist):
10573 * outline.el (outline-level):
10574 * time.el (display-time-string):
10575 * calendar/parse-time.el (parse-time-rules):
10576 * mail/rmailout.el (rmail-output-file-alist):
10577 Autoload riskiness here, rather than placing in files.el.
10578
8476cfaf
SM
105792009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10580
10581 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10582
0b35b48e
MA
105832009-08-25 Michael Albinus <michael.albinus@gmx.de>
10584
10585 * simple.el (process-file-side-effects): New defvar.
10586
10587 * dired-aux.el (dired-show-file-type):
10588 * vc.el (vc-diff-internal):
10589 * vc-arch.el (vc-arch-diff):
10590 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10591 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10592 * vc-git.el (vc-git-registered, vc-git-working-revision)
10593 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10594 (vc-git--empty-db-p):
10595 * vc-hooks.el (vc-user-login-name):
10596 * vc-svn.el (vc-svn-registered, vc-svn-state)
10597 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10598 * progmodes/grep.el (grep-probe): Let-bind
10599 `process-file-side-effects' with nil.
10600
10601 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10602
10603 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10604 daemon. Replace ping by checking for running service for bluez
10605 and zeroconf. (Bug#4239)
10606
d54cc599
GM
106072009-08-25 Kevin Ryde <user42@zip.com.au>
10608
10609 * net/dig.el (dig): Add autoload cookie.
10610
7bfd055d
GM
106112009-08-25 Glenn Morris <rgm@gnu.org>
10612
bac9c66c
GM
10613 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10614 load-history for absolute file-names.
10615 (byte-compile-file-form-require): Warn about use of the cl package.
10616
7bfd055d
GM
10617 * format.el (format-alist): Doc fix.
10618
5ac1f9e0
GM
10619 * play/bubbles.el (top-level): Don't require cl at run-time.
10620
af62aa88
GM
10621 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10622 run-time cl).
10623
71e036af
DD
106242009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10625
10626 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10627 from cl package.
10628 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10629
42110eaf
JB
106302009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10631
10632 * calc/calc-alg.el (math-trig-rewrite)
10633 (math-hyperbolic-trig-rewrite): New functions.
10634 (calc-simplify): Simplify trig functions when asked.
10635
88421f3e
SM
106362009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10639
dbd9624e
KH
106402009-08-24 Kenichi Handa <handa@m17n.org>
10641
10642 * language/ind-util.el (mapthread): Delete it.
10643 (combinatorial): New function.
10644 (indian--puthash-cv): Use combinatorial instead of mapthread.
10645
9b89e3ee
GM
106462009-08-22 Kevin Ryde <user42@zip.com.au>
10647
10648 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10649 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10650 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10651 Clarify docstring that the value is strings not symbols.
10652 (checkdoc-list-of-strings-p): New function.
10653
e6ce8c42
GM
106542009-08-22 Glenn Morris <rgm@gnu.org>
10655
2ddf2ea6 10656 * files.el (auto-mode-alist):
a3374680
GM
10657 * hippie-exp.el (he-concat-directory-file-name):
10658 * lpr.el (lpr-windows-system, printer-name):
10659 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10660 * ps-print.el (ps-windows-system):
10661 * startup.el (command-line):
10662 * emulation/viper-ex.el (viper-glob-function):
10663 * international/mule-cmds.el (set-language-environment-coding-systems):
10664 * net/ange-ftp.el (ange-ftp-write-region):
10665 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 10666 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
10667 unisoft-unix, vax-vms, win32, w32.
10668
977955fa
GM
10669 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10670 given name if the pattern is not more specific.
10671
b4deec2e
GM
10672 * calendar/lunar.el (lunar-phase-names): New option.
10673 (lunar-phase): Doc fix.
10674 (lunar-cycles-per-year): New constant.
10675 (lunar-index): New function.
10676 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10677 (lunar-phase-name): Use lunar-phase-names.
10678 (calendar-lunar-phases): Use format.
10679 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10680
47e83968
GM
10681 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10682 Copy imenu-example--name-and-position function here for own use.
10683 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10684
e6ce8c42
GM
10685 * bs.el (bs--redisplay):
10686 * cus-edit.el (custom-redraw):
10687 * ibuffer.el (ibuffer-bury-buffer):
10688 * server.el (server-goto-line-column):
10689 * startup.el (command-line-1):
10690 * strokes.el (strokes-xpm-for-stroke):
10691 * term.el (term-display-buffer-line):
10692 * view.el (View-goto-line):
10693 * calc/calc.el (calc-do, calc-trail-buffer):
10694 * play/gamegrid.el (gamegrid-add-score-insecure):
10695 * progmodes/ada-mode.el (ada-compile-goto-error):
10696 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10697 (ebrowse-select-1st-to-9nth):
47e83968 10698 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
10699 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10700 * progmodes/gud.el (gud-display-line):
10701 (idlwave-shell-display-line):
10702 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10703 * progmodes/make-mode.el (makefile-browser-toggle):
10704 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10705 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10706 * textmodes/picture.el (picture-draw-rectangle):
10707 * textmodes/reftex-index.el (reftex-index-goto-letter):
10708 (reftex-select-jump-to-previous):
10709 * textmodes/reftex-sel.el (reftex-find-start-point)
10710 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10711 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10712 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10713 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10714 * textmodes/two-column.el (2C-associated-buffer):
10715 Use forward-line rather than goto-line.
10716
10717 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10718 goto-line.
10719
4b18bdb3
GM
10720 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10721 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10722 (quick-check-list-to-regexp): Declare.
e6ce8c42 10723
72f16325
SM
10724 * progmodes/make-mode.el (makefile-browser-insert-selection):
10725 Use goto-char rather than goto-line.
e6ce8c42
GM
10726
10727 * progmodes/prolog.el (compilation-error-regexp-alist)
10728 (compilation-forget-errors): Declare.
10729
32a2cf25
JL
107302009-08-22 Juri Linkov <juri@jurta.org>
10731
10732 * progmodes/grep.el (lgrep, rgrep): At the beginning
10733 set `dir' to `default-directory' unless `dir' is a non-nil
10734 readable directory. (Bug#4052)
10735 (lgrep, rgrep): Change a weird way to report an error
10736 from using `read-string' to using `error'.
10737 Instead of using interactive arguments in the function body,
10738 add new argument `confirm'.
10739
5443c9b7
SM
107402009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10741
cb5b40ee
SM
10742 * textmodes/remember.el (remember-buffer):
10743 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10744 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10745 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
10746 * net/newst-treeview.el (newsticker-groups-filename):
10747 * net/newst-backend.el (newsticker-cache-filename):
10748 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10749 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10750 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10751 (speedbar-buffers-line-path, speedbar-path-line)
10752 (speedbar-buffers-line-path):
10753 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10754 (epg-sign-keys):
10755 * epa.el (epa-display-verify-result):
10756 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10757
d6261cc1
GM
107582009-08-21 Glenn Morris <rgm@gnu.org>
10759
3e1ea342
GM
10760 * progmodes/js.el (inferior-moz-process): Fix declaration.
10761
ce86eeb5
GM
10762 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10763
fff28970
GM
10764 * obsolete/rnewspost.el (news-mail-reply):
10765 Use goto-char rather than goto-line.
10766
d93e053b
GM
10767 * term/ns-win.el (ns-open-file-select-line):
10768 Use line-beginning-position rather than goto-line.
10769
d5d105e8
GM
10770 * apropos.el (apropos-command):
10771 * ehelp.el (electric-helpify):
10772 * printing.el (pr-show-setup):
10773 * strokes.el (strokes-help):
10774 * tutorial.el (tutorial--describe-nonstandard-key)
10775 (tutorial--detailed-help):
10776 * woman.el (woman-mini-help, woman-display-extended-fonts):
10777 * calc/calc-help.el (calc-describe-key):
10778 * emulation/edt.el (edt-electric-helpify):
10779 * international/mule-diag.el (mule-diag):
10780 * play/yow.el (apropos-zippy):
10781 * progmodes/python.el (python-describe-symbol):
10782 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10783 * textmodes/table.el (*table--cell-describe-mode)
10784 (*table--cell-describe-bindings):
10785 Use help-print-return-message rather than the now obsolete alias.
10786
a8ab722f 10787 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
10788 (calendar-cursor-to-visible-date):
10789 * play/5x5.el (5x5-position-cursor):
10790 * play/decipher.el (decipher):
10791 * play/gomoku.el (gomoku-goto-xy):
10792 * play/landmark.el (lm-goto-xy):
10793 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10794 (mpuz-paint-digit):
10795 Use forward-line, not goto-line.
a8ab722f 10796
d6261cc1
GM
10797 * mail/rmail.el (rmail-obsolete): Delete custom group.
10798 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10799 (rmail-remote-password, rmail-remote-password-required):
10800 Remove unneeded :set-after and :set properties.
10801
9e846523
MA
108022009-08-21 Michael Albinus <michael.albinus@gmx.de>
10803
10804 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10805
bbe1f502
DN
108062009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10807
bcc5db24
DN
10808 * loadup.el: Remove leftover macos code.
10809
bbe1f502
DN
10810 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10811 Explicitly pass the date format to git blame so that user local
10812 so that the output format can be parsed.
10813
6fd2d19a
MA
108142009-08-20 Michael Albinus <michael.albinus@gmx.de>
10815
10816 * net/dbus.el (top): Don't check for (getenv
10817 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10818
31764e15
SM
108192009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10820
10821 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 10822 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 10823
28930e39
SM
108242009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10825
4fd15622 10826 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 10827 Bug#3287
4fd15622 10828
b3d8e4a0
SM
10829 * help.el (help-print-return-message): Rename from
10830 print-help-return-message.
10831
c9829c70
SM
10832 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10833 cvs-mode-map parent hack.
10834 (log-view-mode): Derive from special-mode.
10835
b932657b
SM
10836 * linum.el (linum-mode): window-size-change-functions is redundant.
10837 Adapt to new window-configuration-change-hook behavior.
10838 (linum-after-size, linum-after-config): Remove.
10839
1b700bca
SM
10840 * imenu.el (imenu-example--name-and-position)
10841 (imenu-example--lisp-extract-index-name)
10842 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10843 Mark as obsolete.
10844
28930e39
SM
10845 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10846 (inferior-prolog-mode): Use it.
10847 (inferior-prolog-load-file): Reset list of errors.
10848
c9af0b68
KH
108492009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10850
10851 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10852
10853 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10854
720c7cd6
MA
108552009-08-19 Michael Albinus <michael.albinus@gmx.de>
10856
10857 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10858 is running already.
10859
03a74b84
SM
108602009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * subr.el (listify-key-sequence-1): Use normal syntax since those
10863 integers are nowadays always represented by the same (positive) number
10864 on all platforms.
10865 (read-key-empty-map): New const.
10866 (read-key-delay): New var.
10867 (read-key): New function.
10868 (force-mode-line-update): Use with-current-buffer.
10869 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10870 (start-process-shell-command, start-file-process-shell-command):
10871 Discourage the use of command-args.
10872
f43e88d4
GM
108732009-08-19 Glenn Morris <rgm@gnu.org>
10874
10875 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10876
890429cc
SM
108772009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10878
85be9ec4
SM
10879 * simple.el (choose-completion-string): Don't rely on
10880 minibuffer-completing-file-name and ad-hoc checks to decide whether
10881 to continue completion or not.
10882
890429cc
SM
10883 * minibuffer.el (minibuffer-hide-completions): New function.
10884 (completion--do-completion): Use it.
10885 (completions-annotations): New face.
10886 (completion--insert-strings): Use it.
10887 (completion-pcm--delim-wild-regex): Add docstring.
10888 (completion-pcm--string->pattern): Add support for 0-width delimiters
10889 in completion-pcm--delim-wild-regex.
10890
265d4549
SM
108912009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10892
d440b941
SM
10893 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10894 Remove unused var `buffer-modified-p'.
10895
265d4549
SM
10896 * minibuffer.el (completion--do-completion): Move point for the #b001
10897 case as well (bug#4176).
10898 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10899
ba6f7d86
MA
109002009-08-18 Michael Albinus <michael.albinus@gmx.de>
10901
10902 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10903 and :session buses.
10904
98819490
KH
109052009-08-18 Kenichi Handa <handa@m17n.org>
10906
265d4549
SM
10907 * international/ucs-normalize.el (ucs-normalize-version):
10908 Change to 1.1.
58627cf0
KH
10909 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10910 (utf-8-hfs): Make it perform normalization on encoding too.
10911
98819490
KH
10912 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10913 (sentence-end-without-space): Delete duplicated chars.
10914 (sentence-end-base): Likewise.
e739cc85
KH
10915
10916 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10917 (html-mode): Delete duplicated chars from sentence-end-base.
10918
10919 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10920 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10921
645b9326
CY
109222009-08-17 Chong Yidong <cyd@stupidchicken.com>
10923
10924 * files.el (hack-one-local-variable): If the mode function is for
10925 a minor mode, pass it an argument (Bug#4148).
10926
56c195af
MA
109272009-08-17 Michael Albinus <michael.albinus@gmx.de>
10928
10929 * net/tramp.el (tramp-register-completion-file-name-handler):
10930 Check also for (member 'partial-completion completion-styles).
10931
7a55c78b
CY
109322009-08-16 Chong Yidong <cyd@stupidchicken.com>
10933
10934 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10935 abbrev (Bug#3943).
10936
be3e598a 109372009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10938
10939 * progmodes/cperl-mode.el: Merge upstream 6.2.
10940 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10941 (cperl-forward-re): Check cperl-brace-recursing.
10942 (cperl-highlight-charclass): New function.
10943 (cperl-find-pods-heres): Use it.
31cd2dd4 10944 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10945 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10946 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10947 (cperl-beautify-level): Don't process entire regexp.
10948 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10949 calling man.
10950 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10951 (cperl-init-faces): Build a list in the normal way.
10952
81b1f9c9
CY
109532009-08-16 Chong Yidong <cyd@stupidchicken.com>
10954
10955 * calendar/parse-time.el (parse-time-string-chars): Save match
10956 data.
10957
c3732cb8
SM
109582009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10959
55659495
SM
10960 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10961 (sql-product): Use it.
10962 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10963 (sql-set-product): Add completion.
10964 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10965 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10966 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10967 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10968 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10969 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10970 (sql-highlight-db2-keywords): Remove.
10971 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10972 (sql-highlight-product): Use derived-mode-p.
10973 (sql-set-sqli-buffer): Use with-current-buffer.
10974 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10975 Simplify.
10976
1ae79427
SM
10977 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10978
c3732cb8
SM
10979 * term.el: Fix commenting convention, turn comments into docstrings.
10980
f24b8bf3
CY
109812009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10982
10983 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10984
7b6fefac 109852009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10986
1200ac26 10987 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10988 character classes, to handle non-ascii characters (Bug#3190).
10989
109902009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10991
1abbe4e5
CY
10992 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10993 another heredoc if the user adds another < (Bug#3226).
10994
c3732cb8
SM
10995 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10996 Don't initialize based on window-system (Bug#4124).
19261da4 10997
daad00fc
CY
10998 * facemenu.el (facemenu-read-color): Use a completion function
10999 that accepts any defined color, such as RGB triplets (Bug#3677).
11000
e1bdde78
CY
11001 * files.el (get-free-disk-space): Change fallback default
11002 directory to /. Expand DIR argument before switching to fallback.
11003 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11004
9d73a99e
CY
110052009-08-15 Chong Yidong <cyd@stupidchicken.com>
11006
11007 * files.el (load-library): Doc fix.
11008
68b962d4 110092009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 11010
953e0c1a 11011 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 11012 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 11013 incremental search string.
9d73a99e 11014
c3732cb8 11015 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 11016 XEmacs.
9d73a99e 11017
c3732cb8
SM
11018 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11019 (ediff-merge-region-is-non-clash)
11020 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 11021 Also check if the job is really a merge job.
9d73a99e 11022
c3732cb8 11023 * ediff.el (ediff-current-file): New function.
9d73a99e 11024
2e330adc
CY
110252009-08-15 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11028 conventions.
c3732cb8 11029 (js-insert-and-indent): Delete function.
2e330adc
CY
11030 (js-mode-map): Don't bind keys to js-insert-and-indent.
11031 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11032 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 11033 (js-auto-indent-flag): Delete variable.
2e330adc 11034
17b5d0f7
CY
110352009-08-14 Chong Yidong <cyd@stupidchicken.com>
11036
c3732cb8
SM
11037 * progmodes/js.el: Remove proclaim statement.
11038 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 11039
ba2d8894
CY
11040 * files.el (auto-mode-alist): Use js-mode for .js files.
11041
c3732cb8 11042 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
11043
11044 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11045
11046 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11047
c3732cb8 11048 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
11049
110502009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 11051 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
11052
11053 * progmodes/js.el: New file.
11054
b6377f1d
MH
110552009-08-14 Mark A. Hershberger <mah@everybody.org>
11056
11057 * timezone.el (timezone-parse-date): Add ability to understand ISO
11058 basic format (minimal separators) dates in addition to the
11059 already-supported extended format dates.
11060
bc0eef46
EZ
110612009-08-14 Eli Zaretskii <eliz@gnu.org>
11062
4e021e65
EZ
11063 * international/ucs-normalize.el: Add a `coding' file variable.
11064
bc0eef46
EZ
11065 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11066
53dab179
SS
110672009-08-14 Sam Steingold <sds@gnu.org>
11068
6801c38a 11069 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 11070
6c58c39c
CY
110712009-08-13 Chong Yidong <cyd@stupidchicken.com>
11072
11073 * faces.el (help-argument-name): Define it here instead of
11074 help-fns.el, because in daemon mode help-fns.el may be loaded when
11075 faces are still uninitialized (Bug#1078).
11076
11077 * help-fns.el (help-argument-name): Move defface to faces.el.
11078
c7baf7e9
NR
110792009-08-13 Nick Roberts <nickrob@snap.net.nz>
11080
11081 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11082 create buffer with a pty but no process so that GDB can make the
11083 inferior the controlling process.
11084
9c40e995 110852009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
11086
11087 * international/ucs-normalize.el: New file.
11088
8cdba32b
RS
110892009-08-13 Richard Stallman <rms@gnu.org>
11090
5c950923
RS
11091 * mail/rmail.el (rmail-get-attr-names):
11092 Accept an attribute header that is too short.
11093
76e1e40b
RS
11094 * mail/rmail.el (rmail-forget-messages):
11095 Ignore nil elt in rmail-message-vector. Use dotimes.
11096
1fc01b08
RS
11097 * progmodes/compile.el (compilation-goto-locus):
11098 Use next-error-move-function.
11099
8cdba32b
RS
11100 * simple.el (next-error-move-function): New variable.
11101
99910cf4
JL
111022009-08-12 Juri Linkov <juri@jurta.org>
11103
11104 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11105 always non-nil. (Bug#4052)
11106
11107 * replace.el (read-regexp): Return empty string when
11108 `default-value' is nil.
11109 (keep-lines-read-args): Don't use empty string as the
11110 default value for `read-regexp'. (Bug#2495)
11111
fc5bdf6c
JL
111122009-08-12 Juri Linkov <juri@jurta.org>
11113
11114 * international/mule-cmds.el (ucs-insert): Change arguments
11115 from `arg' to `character', `count', `inherit' to be the same
11116 as in `insert-char'. Doc fix. (Bug#4039)
11117
11118 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11119
77748848
JL
111202009-08-12 Juri Linkov <juri@jurta.org>
11121
11122 * files-x.el: New file.
11123
11124 * files.el: Move code that deals with adding/deleting
11125 file/directory-local variables to files-x.el.
11126
11127 * Makefile.in (ELCFILES): Add files-x.elc.
11128
c8a44c4e
DD
111292009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11130
27a9fd5a
DD
11131 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11132 to use `goto-line'.
11133 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11134 `goto-line'.
11135 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 11136 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 11137 threads list.
107ef54a 11138 (gdb): Send -target-detach when buffer is killed (Bug#3794).
2f952059 11139 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
11140 (gdb-stopped): ...here so it's sent when first thread stops.
11141 (gdb-registers-handler-custom): Do nothing if register names are
11142 unknown yet.
27a9fd5a 11143
c8a44c4e
DD
11144 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11145 from `gdb-mi.el' to avoid extra tangling.
11146
11147 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 11148 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
11149 (gdb-update-gud-running): No extra fuss for updating frame number.
11150
dfd4e693
SM
111512009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11152
51c4341f
SM
11153 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11154 (describe-language-environment-map, setup-language-environment-map)
11155 (set-coding-system-map): Move initialization into declaration.
11156 (set-language-info-alist): Last arg to define-key-after can be skipped.
11157
11158 * international/quail.el (quail-completion-1): Simplify.
11159 (quail-define-rules): Use slightly more compact code.
11160 (quail-insert-decode-map): Propertize keys, compact columns.
11161
dfd4e693
SM
11162 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11163 Add goto-line.
11164
83326559
MB
111652009-08-10 Miles Bader <miles@gnu.org>
11166
11167 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11168 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11169 (js2-instance-member, js2-private-member, js2-private-function-call)
11170 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11171 (js2-magic-paren, js2-external-variable):
11172 Remove "-face" suffix from face names.
11173 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11174 (js2-highlight-undeclared-vars, js2-peek-token)
11175 (js2-parse-function-params, js2-mode-show-errors)
11176 (js2-mode-show-warnings, js2-make-magic-delimiter)
11177 (js2-mode-highlight-magic-parens): Update to use new face names.
11178
8e754ea2
MA
111792009-08-09 Michael Albinus <michael.albinus@gmx.de>
11180
11181 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11182 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11183
1c292fc7
CY
111842009-08-09 Chong Yidong <cyd@stupidchicken.com>
11185
18d433a7
CY
11186 * subr.el: Provide hashtable-print-readable.
11187
1c292fc7
CY
11188 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11189 hs-c-like-adjust-block-beginning.
11190 (hs-hide-block-at-point): Stop hiding at the beginning of
11191 hs-block-end-regexp (Bug#700).
11192
2db0ae07
DD
111932009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11194
11195 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11196 a macro.
11197 (gdb-registers-handler-custom): Do not fail when register names
11198 are unavailable.
11199
fe4740a6
DD
112002009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11201
11202 * progmodes/gdb-mi.el (gdb-control-all-threads)
11203 (gdb-control-current-thread): Interactive setters for
11204 `gdb-gud-control-all-threads' to use in menu.
11205 (gdb-show-run-p): Show «Go» when process is not active.
33aeea0e
SM
11206 (gud-tool-bar-map): Add non-stop/A,T indicator.
11207 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 11208
ce299d55
CY
112092009-08-08 Yoni Rabkin <yoni@rabkins.net>
11210
11211 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11212 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
11213 (net-utils-mode): New mode for viewing diagnostic network output.
11214 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11215 (net-utils-run-simple): New function.
11216 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 11217
7c4654ad
DD
112182009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11219
11220 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11221 (gdb-memory-set-address, def-gdb-set-positive-number)
11222 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11223 after changing settings.
11224 (gdb-invalidate-disassembly): Update when first shown.
11225 (gdb-edit-locals-value): Fixed.
11226 (gdb-registers-handler-custom): Print registers in right order and
11227 allow changing register values (only for current thread yet).
9cbac26b
DD
11228 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11229 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11230 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
33aeea0e
SM
11231 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11232 Thread info in mode name.
9cbac26b 11233 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 11234
0f25a277
EZ
112352009-08-08 Eli Zaretskii <eliz@gnu.org>
11236
11237 * mail/rmail.el (rmail-add-mbox-headers)
11238 (rmail-set-message-counters-counter): Search for
11239 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11240
b971be60
GM
112412009-08-08 Glenn Morris <rgm@gnu.org>
11242
11243 * Makefile.in (ELCFILES): Update.
11244
a35d3ad8
EZ
112452009-08-07 Eli Zaretskii <eliz@gnu.org>
11246
33aeea0e
SM
11247 * mail/sendmail.el (mail-yank-original):
11248 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
11249 text is yanked.
11250
8b0bcc2e
EZ
11251 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11252 to "windows" when "pgnuplot" is used.
33aeea0e
SM
11253 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11254 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
11255 (calc-graph-init): Don't send -display and -geometry to
11256 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11257 running "pgnuplot -V" with shell-command-to-string.
11258
11259 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11260 the default.
11261
112622009-08-07 Eli Zaretskii <eliz@gnu.org>
11263
11264 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
11265 org/org-latex.elc.
11266
3bca7ca5
DN
112672009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11268
3c53763c
DN
11269 * vc-dispatcher.el (vc-resynch-window): Update comment.
11270
3bca7ca5
DN
11271 * term.el (term-handle-ansi-escape): Add comments with the
11272 terminfo capabilities implemented.
11273
7b217360
DD
112742009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11275
11276 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11277 (gdb-var-create-handler): Rewritten using JSON parser.
2f952059
ML
11278 (gdb-propertize-header): Move earlier.
11279 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
11280 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11281 Refresh disassembly buffers only after threads list have been
11282 update.
11283 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11284 variables.
11285
b4d84ecf
JL
112862009-08-04 Juri Linkov <juri@jurta.org>
11287
11288 * files.el: Commands to add/delete file/directory-local variables.
11289 (read-file-local-variable, read-file-local-variable-value)
11290 (read-file-local-variable-mode, modify-file-local-variable)
11291 (modify-file-local-variable-prop-line)
11292 (modify-dir-local-variable): New functions.
11293 (add-file-local-variable, delete-file-local-variable)
11294 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11295 (add-dir-local-variable, delete-dir-local-variable)
11296 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11297 (copy-dir-locals-to-file-locals-prop-line): New commands.
11298
42da39c1
CY
112992009-08-04 Chong Yidong <cyd@stupidchicken.com>
11300
11301 * abbrev.el (insert-abbrev-table-description): Prettify output.
11302 Suggested by Karl Chen.
11303
98bf8494
DD
113042009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11305
78b9fb28 11306 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 11307 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
11308 (gdb-overlay-arrow-position, gdb-thread-position)
11309 (gdb-disassembly-position): Declare variables.
11310 (gdb-wait-for-pending): Function now.
11311 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11312 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11313 compilation goes smoothly.
11314 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11315 (gdb-non-stop-setting): New customization setting which replaces
11316 `gdb-non-stop' so changing it doesn't break active GDB session.
11317 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11318 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11319 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11320 (gdb-show-threads-by-default): New customization options.
11321 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11322 routines.
11323 (gdb-get-buffer-create): Send buffers update signal when they are
11324 created.
11325 (gdb-invalidate-locals, gdb-invalidate-registers)
11326 (gdb-invalidate-breakpoints)
11327 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11328 (gdb-invalidate-memory): Accept update signal.
11329 (gdb-current-context-command): Use --frame option.
11330 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11331 Implement `gdb-frame-number' selection logic.
11332 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11333 whether to show GUD toolbar buttons.
11334 (gdb-thread-exited): Unselect current thread when it exits.
11335 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11336 (gdb-mark-line): Routine which sets overlay arrow or inverses
11337 video on fringeless displays.
11338 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11339 to build aligned columns of data in GDB buffers and set text
11340 properties line-by-line.
11341 (gdb-invalidate-breakpoints)
11342 (gdb-breakpoints-list-handler-custom)
11343 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11344 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11345 (gdb-registers-handler-custom): Align data columns.
11346 (gdb-locals-handler-custom): Now prints data like in variable
11347 declarations.
11348 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
2f952059 11349 Remove confusing buttons.
78b9fb28
DD
11350 (gdb-invalidate-threads): Append --frame.
11351 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11352 between breakpoints/threads buffers.
11353 (gdb-set-window-buffer): Now can ignore dedicated windows.
11354 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11355 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11356 (def-gdb-thread-buffer-gud-command): Replaces
11357 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11358 for fine thread control.
11359 (gdb-preempt-existing-or-display-buffer): New function used to
11360 display bound buffers without breaking window layout.
11361 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11362 (gdb-select-frame): New version of `gdb-frames-select' which now
11363 sets `gdb-frame-number' so commands may use --frame option instead
11364 of inner debugger state.
11365 (gdb-frame-handler): Do not set `gdb-frame-number'.
11366 (gdb-threads-mode-map): Select threads with mouse.
11367
11368 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11369 avoid compilation warning.
11370 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11371 `gdb-show-stop-p`.
11372
566f3909
DD
11373 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11374 Argument `key' renamed to `buffer-type'.
11375 (gdb-current-context-buffer-name): Do not add thread info to
11376 buffer name when no thread is selected.
11377 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11378 command (bug 3794).
11379 (gdb-thread-selected): Handle `=thread-selected' notification.
11380 (gdb-wait-for-pending): New macro to deal with congestion problems.
11381 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11382 breakpoints.
7b6fefac
JB
11383 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11384 This fixes problem similar to one described in bug 3947.
566f3909
DD
11385 (gud-menu-map): More menu items.
11386 (gdb-init-1): Reset `gdb-thread-number' to nil.
11387
4a31122c
DD
11388 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11389 non-stop settings.
11390
11391 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11392 (gdb-current-context-command): Do not append --thread if
11393 `gdb-thread-number' is nil.
33aeea0e
SM
11394 (gdb-running-threads-count, gdb-stopped-threads-count):
11395 New variables.
4a31122c 11396 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
33aeea0e
SM
11397 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11398 New customization options.
4a31122c
DD
11399 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11400 GUD commands.
7b6fefac 11401 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
11402 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11403 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11404 set `gdb-thread-number' and update `gud-running' properly.
11405 (gdb-running): Update threads list when new threads appear.
11406 (gdb-stopped): Support non-stop operation and new thread switching
11407 logic.
11408 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11409 (gdb-json-partial-output): New set of JSON routines.
11410 (def-gdb-auto-update-trigger): New `signal-list' optional
11411 argument.
11412 (gdb-thread-list-handler-custom): Update `gud-running',
11413 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11414 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11415 (gdb-continue-thread, gdb-step-thread): New commands for fine
11416 thread execution control.
11417 (gud-menu-map): New menu items to switch non-stop options.
11418 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 11419 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
11420
11421 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11422 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11423 gdb-buffer-rules.
11424 (def-gdb-auto-update-handler): New nopreserve optional argument.
11425 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11426
2f952059 11427 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
11428 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11429 (gdb-parent-mode): New mode to derive other GDB modes from.
11430 (gdb-display-disassembly-for-thread)
11431 (gdb-frame-disassembly-for-thread): New commands for threads
11432 buffer.
11433
11434 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11435 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
11436 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11437 (gdb-update): We now store all GDB buffers in a list so that they
11438 can be updated by traversing a list instead of calling invalidate
7b6fefac 11439 triggers explicitly.
a5c9f540
DD
11440 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11441 pair for GDB buffer.
11442 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
11443 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11444 handle pending triggers.
11445 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11446 (def-gdb-thread-buffer-simple-command)
11447 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11448 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
11449 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11450 New commands which show buffers bound to thread.
2f952059 11451 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 11452
7b6fefac
JB
11453 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11454 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
11455 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11456 to (gud-comint-buffer) in *-buffer-name functions
11457 because (gdb-get-target-string) already does that.
11458 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11459 (gdb-changed-registers-handler): Rewritten without regexps.
11460
ba214964 11461 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
11462 (gdb-thread-number): New variable.
11463 (gdb-current-context-command): New macro which adds --thread
11464 option to command.
7b6fefac 11465 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 11466 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 11467 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
11468 (gdb-select-thread): New command which selects current thread.
11469 (gdb-invalidate-frames, gdb-invalidate-locals)
11470 (gdb-invalidate-registers): Use --thread option.
20f12ed8 11471
2ac33804
MA
114722009-08-04 Michael Albinus <michael.albinus@gmx.de>
11473
11474 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 11475 robust. (Bug#3977)
2ac33804
MA
11476 (tramp-handle-insert-file-contents): `unwind-protect' must be
11477 inside `with-parsed-tramp-file-name'.
11478
11479 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11480 fails.
11481
39d0296f
NR
114822009-08-03 Nick Roberts <nickrob@snap.net.nz>
11483
11484 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11485 directory if CLASSPATH is not set.
11486
adcbca53
MA
114872009-08-03 Michael Albinus <michael.albinus@gmx.de>
11488
7b6fefac
JB
11489 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11490 New defconst.
7ef849b6 11491 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 11492
30924b0b
CY
114932009-08-02 Kevin Ryde <user42@zip.com.au>
11494
7b6fefac
JB
11495 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11496 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 11497
b6ce92f1
CY
114982009-08-02 Chong Yidong <cyd@stupidchicken.com>
11499
d977a092
CY
11500 * select.el (x-set-selection): Doc fix (Bug#4021).
11501
11502 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11503
b6ce92f1
CY
11504 * help-fns.el (describe-variable): Treat list return values from
11505 dir-locals-find-file properly (Bug#4005).
11506
7b6fefac 115072009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
11508
11509 * net/tramp.el (tramp-debug-message): Print also microseconds.
11510
115112009-08-02 Michael Albinus <michael.albinus@gmx.de>
11512
11513 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11514 or END is non-nil.
11515 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11516 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11517 format.
11518
5ce6e4f4 11519 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
11520 (tramp-get-file-property): Use it.
11521
33aeea0e
SM
11522 * autorevert.el (auto-revert-handler):
11523 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 11524
2aafe808
JR
115252009-08-02 Jason Rumney <jasonr@gnu.org>
11526
11527 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 11528 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 11529
e094097c
CY
115302009-08-02 Chong Yidong <cyd@stupidchicken.com>
11531
11532 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
33aeea0e
SM
11533 (font-lock-variable-name-face, font-lock-constant-face):
11534 Darken the colors for light backgrounds.
e094097c 11535
de94f281
EZ
115362009-08-01 Eli Zaretskii <eliz@gnu.org>
11537
11538 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11539 month names. (Bug#3987)
11540
54b99340
CY
115412009-07-31 Chong Yidong <cyd@stupidchicken.com>
11542
11543 * simple.el (line-move-finish): Pass whole number to
11544 line-move-to-column.
34be836c 11545 (line-move-visual): Perform hscroll to the recorded position.
54b99340 11546
38216c30
JB
115472009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11548
11549 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11550
c779896d
CY
115512009-07-29 Alan Mackenzie <acm@muc.de>
11552
11553 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11554
592ccae0
DD
115552009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11556
35edc6c6
DD
11557 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11558 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 11559
5a9e3ab7
JB
115602009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11561
11562 * calc/calc.el (calc-mode-map): Add keybinding for
11563 `calc-transpose-lines'.
11564
7b6fefac 115652009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
11566
11567 * calc/calc-misc.el (calc-transpose-lines): New function.
11568
905fb90e
MA
115692009-07-28 Michael Albinus <michael.albinus@gmx.de>
11570
11571 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11572 Simplify check for out-of-band methods.
11573 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11574 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11575
76e14464
DN
115762009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11577
11578 * vc-git.el (vc-git-checkin): Fix typo.
11579
6088b51f 115802009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
11581
11582 * progmodes/js2-mode.el: New file.
11583
b85157fe
NR
115842009-07-28 Nick Roberts <nickrob@snap.net.nz>
11585
11586 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11587 (gud-menu-map): Adjust tooltip accordingly.
11588
d43c2b06
DN
115892009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11590
1c0f0c3b
DN
11591 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11592 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11593
d43c2b06
DN
11594 * add-log.el (change-log-mode-map): Add a menu.
11595
3dec5c36
MA
115962009-07-27 Michael Albinus <michael.albinus@gmx.de>
11597
11598 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11599 function returns nil.
11600 (dbus-handle-event): Handle special return value :ignore.
11601 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11602
5704140c
CY
116032009-07-26 Chong Yidong <cyd@stupidchicken.com>
11604
11605 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11606 it's not needed.
11607
3077d1f6
EZ
116082009-07-25 Eli Zaretskii <eliz@gnu.org>
11609
11610 Fix Bug#3888:
11611
11612 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11613
11614 * term/pc-win.el (x-display-name, x-colors)
11615 (x-select-enable-clipboard, x-select-text): Doc fix.
11616
11617 * term/common-win.el (x-display-name, x-colors): Doc fix.
11618
11619 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11620 (xw-defined-colors): Doc fix.
11621
11622 * w32-fns.el (x-select-text, x-setup-function-keys)
11623 (x-get-selection, x-set-selection): Doc fix.
11624
11625 * term/x-win.el (x-select-text, x-setup-function-keys)
11626 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11627
11628 * select.el (x-set-selection): Doc fix.
11629
51768bc8
MA
116302009-07-25 Michael Albinus <michael.albinus@gmx.de>
11631
11632 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11633 instead of "IsNSSSupportAvailable". Avahi ought to work also when
33aeea0e
SM
11634 "IsNSSSupportAvailable" method is not available.
11635 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 11636
b11c2874
KH
116372009-07-24 Kenichi Handa <handa@m17n.org>
11638
11639 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 11640 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
11641 (build-unicode-category-table): Fix range checks.
11642
ba83b7b6
DN
116432009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11644
11645 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11646 the buffer we try to sync is current when calling
11647 vc-resynch-buffer.
11648
11649 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11650 not show up to date files.
11651
7a8ae964
GM
116522009-07-24 Glenn Morris <rgm@gnu.org>
11653
11654 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11655 Add autoload cookies. If necessary, initialize.
11656 (elint-log): Handle non-file buffers.
11657 (elint-initialize): Add optional argument to reinitialize.
11658 (elint-find-builtin-variables): Save excursion.
11659
a707eb05
DN
116602009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11661
11662 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11663 for Lint.
11664
0a2ddfa6
DN
116652009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11666
d6a62b0d
DN
11667 * vc.el (vc-print-log-internal): New function, split out from ...
11668 (vc-print-log): ... here.
10b5dcad 11669 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 11670
0a2ddfa6
DN
11671 * vc-git.el (vc-git-add-signoff): New variable.
11672 (vc-git-checkin): Use it.
11673 (vc-git-toggle-signoff): New function.
11674 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
11675 (vc-git--run-command-string): Accept a nil FILE argument.
11676 (vc-git-stash-list): New function.
11677 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 11678
589a99f2
GM
116792009-07-23 Glenn Morris <rgm@gnu.org>
11680
11681 * help-fns.el (describe-variable): Describe ignored and risky local
11682 variables in a similar way to that in which we describe safe ones.
11683
11684 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11685 (byte-compile-output-file-form, byte-compile-output-docform)
11686 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11687 Give some more local variables with common names a "bytecomp-" prefix,
11688 so as not to shadow things during compilation.
11689 * emacs-lisp/cl-macs.el (load-time-value)
11690 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11691 `outbuffer' to `bytecomp-outbuffer'.
11692
11693 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11694 since the next two variables cover them automatically now.
11695 (elint-builtin-variables, elint-autoloaded-variables): New.
11696 (elint-unknown-builtin-args): Remove all members, since they can be
11697 parsed automatically now.
11698 (elint-extra-errors): New.
11699 (elint-env-add-env, elint-env-add-macro): Use cadr.
11700 (elint-current-buffer): Use or. Change final message.
11701 (elint-get-top-forms): Use line-end-position.
11702 (elint-init-env): Use cadr. Handle autoload, declare-function,
11703 and defalias.
11704 (elint-add-required-env): Doc fix. Use or. Standardize error.
11705 (regexp-assoc): Remove unused function.
11706 (elint-top-form): Set elint-current-pos, to record the start of the
11707 top-level form, for compilation-mode.
11708 (elint-form): Trap errors in macro expansion. Use dolist.
11709 (elint-unbound-variable): Use elint-builtin-variables and
11710 elint-autoloaded-variables.
11711 (elint-get-args): Use cadr, or.
11712 (elint-check-cond-form): Use dolist, cadr.
11713 (elint-check-condition-case-form): Doc fix. Use cadr.
11714 Use elint-extra-errors.
11715 (elint-log): New function.
11716 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11717 Distinguish errors and warnings.
11718 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11719 Use a bytecomp-style format.
11720 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11721 (elint-get-log-buffer): Use compilation mode. Disable undo.
11722 Don't truncate lines.
11723 (elint-initialize): Set builtin and autoloaded variable lists.
11724 Only process elint-unknown-builtin-args if non-nil.
11725 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11726 New functions.
11727 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11728
855b42a2
GM
117292009-07-22 Kevin Ryde <user42@zip.com.au>
11730
11731 * net/newst-backend.el (newsticker--parse-atom-1.0)
11732 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11733 (newsticker--parse-rss-1.0):
11734 * progmodes/idlwave.el (idlwave-mode):
11735 * progmodes/idlw-shell.el (idlwave-shell-mode):
11736 * progmodes/vera-mode.el (vera-mode):
11737 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11738 * progmodes/vhdl-mode.el (vhdl-mode):
11739 * textmodes/table.el (table-generate-source)
11740 (table--warn-incompatibility):
11741 Hyperlink urls in docstrings with URL `...'.
11742
fd413a37
GM
117432009-07-22 Glenn Morris <rgm@gnu.org>
11744
cb711556
GM
11745 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11746 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11747 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11748 Remove leading * from defcustom docs.
11749
fd413a37
GM
11750 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11751
11752 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11753 defcustom doc.
11754 (list-load-path-shadows): Optionally, just return shadows as a string.
11755
11756 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11757
a4f69701
CY
117582009-07-21 Chong Yidong <cyd@stupidchicken.com>
11759
33aeea0e
SM
11760 * mail/rmailedit.el (rmail-edit-mode):
11761 Use auto-save-include-big-deletions.
a4f69701 11762
33aeea0e
SM
11763 * mail/rmail.el (rmail-variables):
11764 Use auto-save-include-big-deletions.
a4f69701
CY
11765
11766 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11767 changes.
11768
ec06459c
JB
117692009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11770
11771 * calc/calc.el (calc-undo-length): New variable.
11772 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11773
b41b0976
RS
117742009-07-21 Richard Stallman <rms@gnu.org>
11775
11776 * files.el (auto-save-mode): Handle buffer-save-size = -2
11777 for toggling mode.
11778
4ed32706
GM
117792009-07-21 Glenn Morris <rgm@gnu.org>
11780
531b1264
GM
11781 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11782
55d27f41
GM
11783 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11784
02df3f4d
GM
11785 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11786 silence compiler. Instead...
11787 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11788 (ps-print-ensure-fontified): Update for above function name changes.
11789
fdd8417e
GM
11790 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11791 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11792 silence compiler. Instead...
11793 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11794 (mh-show-buffer): Only define for compiler.
11795 (pr-mh-current-message): Update for above function name changes.
11796
4ed32706
GM
11797 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11798 as an argument.
11799 (find-file-noselect, insert-file-1): Update for above change.
11800
11801 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11802
11803 * mail/mailclient.el (mailclient-send-it): Fix message.
11804
11805 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11806 (edebug-eval): Check cl-debug-env is bound.
11807 (print-level, print-circle): Don't redefine built-in variables.
11808
11809 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11810 (custom-print-vectors): Remove old comments from doc.
11811
11812 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11813 (emerge-version): Make the variable an obsolete alias for the
11814 emacs-version variable. Make the function obsolete.
11815 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11816 Emerge options, rather than merging in into the main Options menu.
11817 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11818 and auto advance modes. Disable edit/fast items when not relevant.
11819
86812144
CY
118202009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11821
11822 * term/vt420.el (terminal-init-vt420): Fix typo.
11823
6bb90094
SS
118242009-07-20 Sam Steingold <sds@gnu.org>
11825
11826 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11827 variable (removed from compile.el on 2004-03-11).
11828
42e0a725
CY
118292009-07-20 Chong Yidong <cyd@stupidchicken.com>
11830
11831 * files.el (hack-local-variables-filter): Fix last change.
11832
2ee20f24
JL
118332009-07-19 Juri Linkov <juri@jurta.org>
11834
11835 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11836 (dir-local-variables-alist): New buffer-local variable.
11837 (hack-local-variables-filter): If variable is not dir-local,
11838 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11839 because file-local overrides dir-local.
3570691b 11840 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
11841 Remove obsolete declaration.
11842 (hack-dir-local-variables): Add dir-local variable/value pair to
11843 `dir-local-variables-alist' and remove duplicates. Doc fix.
11844
11845 * help-fns.el (describe-variable): Add information about
11846 file-local and dir-local variables.
11847
89bf83cd
CY
118482009-07-19 Chong Yidong <cyd@stupidchicken.com>
11849
11850 * files.el (hack-local-variables-filter): Rewrite.
11851
1a8d3541
GM
118522009-07-19 Glenn Morris <rgm@gnu.org>
11853
d9e8a018
GM
11854 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11855 Silence compiler by only defining on XEmacs.
11856
da332cfb
GM
11857 * international/mule.el (auto-coding-regexp-alist): Only match
11858 BABYL... at the start of buffer, not of lines. (Bug#3790)
11859
1a8d3541
GM
11860 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11861 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11862 (cal-menu-context-mouse-menu): Doc fix.
11863
11864 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11865
11866 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11867
d842b103
JL
118682009-07-18 Juri Linkov <juri@jurta.org>
11869
11870 * info.el: Virtual Info keyword finder.
3570691b 11871 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
11872 (Info-finder-file): New variable.
11873 (Info-finder-find-file): New function.
11874 (finder-known-keywords, finder-package-info)
11875 (find-library-name, lm-commentary): Use defvar and
11876 declare-function to silence compiler warnings.
11877 (Info-finder-find-node): New function.
11878 (info-finder): New command.
11879
11880 * subr.el (process-kill-buffer-query-function): New function.
11881 (add-hook)<kill-buffer-query-functions>: Add hook
11882 `process-kill-buffer-query-function'.
11883
10d37df7
AM
118842009-07-18 Alan Mackenzie <acm@muc.de>
11885
7b6fefac 11886 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
11887 (c-postprocess-file-styles): Give invocation of `c-set-style'
11888 DONT-OVERRIDE parameter of t. Already set style variables will
11889 thus not be overridden by style settings given by `c-file-syle'.
11890
11891 * files.el (hack-local-variables-filter): Remove entries with
11892 duplicate keys from `file-local-variables-alist'.
11893
102e1a41
EZ
118942009-07-18 Eli Zaretskii <eliz@gnu.org>
11895
11896 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11897 x-set-selection if display-selections-p returns nil for the
11898 current frame.
11899
16f2e9fc
CY
119002009-07-18 Chong Yidong <cyd@stupidchicken.com>
11901
11902 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11903
f22693fc
EZ
119042009-07-18 Eli Zaretskii <eliz@gnu.org>
11905
a6c2c80c
EZ
11906 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11907 Accept nil in addition to a regexp.
11908 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11909 Accept nil in addition to a regexp.
11910 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11911 buffers that have an associated file. Handle nil values of
11912 desktop-buffers-not-to-save and desktop-files-not-to-save.
11913 (Bug#3833)
11914
f22693fc
EZ
11915 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11916 (x-disown-selection-internal): New functions.
11917
e456379a
NR
119182009-07-18 Nick Roberts <nickrob@snap.net.nz>
11919
11920 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11921 warning.
11922 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11923 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11924
0013b70f
CY
119252009-07-18 David De La Harpe Golden <david@harpegolden.net>
11926
11927 * simple.el (set-mark): Revert last change.
11928
0855c2ca
CY
119292009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11930
11931 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11932 rendering of pngs is not possible instead of messaging a long
11933 description.
11934
3f5c9cad
CY
119352009-07-17 David De La Harpe Golden <david@harpegolden.net>
11936
11937 * w32-fns.el (x-selection-owner-p): New function.
11938
11939 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
33aeea0e
SM
11940 (mouse-yank-at-click, mouse-yank-primary):
11941 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 11942 insertion.
3f5c9cad
CY
11943
11944 * simple.el (deactivate-mark, set-mark): Only save selection if we
11945 own it.
11946
1fc87f9b
KH
119472009-07-17 Kenichi Handa <handa@m17n.org>
11948
11949 * case-table.el (describe-buffer-case-table): Fix for the case
11950 that KEY is a cons.
11951
d56fdcd2
DN
119522009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11953
11954 * vc-rcs.el (vc-rcs-find-file-hook):
11955 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11956
bede3e9f
MA
119572009-07-16 Michael Albinus <michael.albinus@gmx.de>
11958
11959 * net/tramp.el (tramp-wait-for-output): Handle the case when
11960 commands do not return a newline but a null byte before the shell
11961 prompt. (Bug#3858)
11962
7653ca1d
YM
119632009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11964
11965 * term/ns-win.el (ns-set-alpha): Don't declare.
11966 (ns-set-background-alpha): Remove function.
11967
ed2a52e9
SM
119682009-07-16 Kevin Ryde <user42@zip.com.au>
11969
11970 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11971 y-or-n-p, for safety.
11972
7a907299
RS
119732009-07-16 Richard Stallman <rms@gnu.org>
11974
11975 * files.el (auto-save-mode): If buffer-saved-size is -2,
11976 don't clobber it.
11977
11978 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11979 (rmail-retry-ignored-headers): Add more uninteresting fields.
11980
c0db3477
CY
119812009-07-15 Jari Aalto <jari.aalto@cante.net>
11982
11983 * net/rcirc.el (rcirc): Use history variables.
11984 (rcirc-server-name-history, rcirc-nick-name-history)
11985 (rcirc-server-port-history): New variables.
11986
6c875452
KH
119872009-07-15 Kenichi Handa <handa@m17n.org>
11988
bf974dc9
KH
11989 * international/mule-cmds.el (set-language-environment-charset):
11990 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11991 ignore them.
11992
6c875452
KH
11993 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11994 Delete unibyte-display.
11995
2066b4fe
CY
119962009-07-15 Chong Yidong <cyd@stupidchicken.com>
11997
11998 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11999
f9be2e35
CY
120002009-07-15 Chong Yidong <cyd@stupidchicken.com>
12001
12002 * simple.el (deactivate-mark): Optional argument FORCE.
12003 (set-mark): Use deactivate-mark.
12004
12005 * info.el (Info-search): No need to check transient-mark-mode
12006 before calling deactivate-mark.
12007
12008 * select.el (x-set-selection): Doc fix.
12009 (x-valid-simple-selection-p): Allow buffer values.
33aeea0e
SM
12010 (xselect--selection-bounds): Handle buffer values.
12011 Suggested by David De La Harpe Golden.
f9be2e35 12012
33aeea0e
SM
12013 * mouse.el (mouse-set-region, mouse-drag-track):
12014 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
12015 select-active-regions work.
12016
be3e598a 120172009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
12018
12019 * simple.el (deactivate-mark): If select-active-regions is
12020 non-nil, copy the selection data into a string.
12021 (activate-mark): If select-active-regions is non-nil, set the
12022 selection to the current buffer.
12023 (set-mark): Update selection if select-active-regions is non-nil.
12024
12025 * select.el (x-valid-simple-selection-p): Allow buffer values.
12026
cbd61418
SM
120272009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12030 and more featureful message-mode.
12031
f470187f
CY
120322009-07-14 Chong Yidong <cyd@stupidchicken.com>
12033
12034 * select.el (x-set-selection): Doc fix.
12035 (x-valid-simple-selection-p): Disallow selection data consisting
12036 of a list or cons of integers, since that is not used.
12037 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12038 (xselect-convert-to-string, xselect-convert-to-length)
12039 (xselect-convert-to-filename, xselect-convert-to-charpos)
12040 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12041
bfc99364
DD
120422009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12043
12044 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12045 output in -break-info command (Emacs bug #3794).
12046
e32721f5
GM
120472009-07-14 Glenn Morris <rgm@gnu.org>
12048
1e46f9e4
GM
12049 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12050 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12051 (edebug-print-length, edebug-print-level, edebug-print-circle)
12052 (edebug-sit-for-seconds, edebug-view-outside)
12053 (edebug-bounce-point, edebug-set-global-break-condition)
12054 (edebug-Go-nonstop-mode, edebug-trace-mode)
12055 (edebug-Trace-fast-mode, edebug-continue-mode)
12056 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12057 (edebug-visit-eval-list): Doc fixes.
12058
e32721f5
GM
12059 * subr.el (def-edebug-spec): Doc fix.
12060
66a85e76
KH
120612009-07-14 Kenichi Handa <handa@m17n.org>
12062
12063 * international/characters.el: Fix setting of category ?C.
12064
28571246
JD
120652009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12066
7b6fefac 12067 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
12068 ns-popup-font-panel instead of generate-fontset-menu.
12069
5d74672c
EZ
120702009-07-12 Eli Zaretskii <eliz@gnu.org>
12071
7b6fefac 12072 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 12073
eb1727a4
CY
120742009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12075
12076 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12077 the PK\003\004 header (Bug#3770).
12078
208384c5
CY
120792009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12080
12081 * pcomplete.el (pcomplete-comint-setup): Check for
12082 shell-dynamic-complete-filename too.
12083
774409a1
CY
120842009-07-11 Chong Yidong <cyd@stupidchicken.com>
12085
12086 * simple.el (temporary-goal-column): Change the value for
12087 line-move-visual to a cons cell.
12088 (line-move-visual): Record or set the window hscroll, if
12089 necessary (Bug#3494).
12090 (line-move-1): Handle cons value of temporary-goal-column.
12091
1639ee1d
KH
120922009-07-11 Kenichi Handa <handa@m17n.org>
12093
12094 * international/mule-diag.el (describe-character-set): Don't show
12095 width.
12096
2b1d2412
SS
120972009-07-10 Sam Steingold <sds@gnu.org>
12098
12099 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12100 Omake sometimes indents the errors it prints, so allow all
12101 regexps to start with spaces.
12102
ed3a5691
EZ
121032009-07-10 Eli Zaretskii <eliz@gnu.org>
12104
ed2a52e9
SM
12105 * cus-edit.el (customize-changed-options-previous-release):
12106 Bump value to 22.1. (Bug#3804)
ed3a5691 12107
49405d0e
SS
121082009-07-08 Sam Steingold <sds@gnu.org>
12109
12110 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12111 to be a cons cell (test . ignored-directory) to selectively ignore
12112 some directories depending on the location of the search.
12113
93c3eb7c
MA
121142009-07-08 Michael Albinus <michael.albinus@gmx.de>
12115
12116 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12117 remote user is root, on the local host.
12118 (tramp-local-host-p): Either the local user or the remote user
12119 must be root. (Bug#3771)
12120
6f2a8484
NR
121212009-07-08 Nick Roberts <nickrob@snap.net.nz>
12122
12123 * progmodes/gdb-mi.el (gdb): Remove description of
12124 gdb-use-separate-io-buffer.
69cb8d82 12125 (menu): Don't allow toggling of or enable
6f2a8484
NR
12126 gdb-use-separate-io-buffer from menubar.
12127
88d03607
CY
121282009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12129
12130 * mail/unrmail.el (unrmail): Make sure the message ends with two
12131 newlines (Bug#3769).
12132
7ef5b8b2
GM
121332009-07-08 Glenn Morris <rgm@gnu.org>
12134
12135 * calendar/calendar.el (calendar-current-date): Rework previous change.
12136
3ce82f97
GM
121372009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12138
12139 * calendar/calendar.el (calendar-current-date):
12140 Add an optional argument giving an offset from today.
12141
f35fc841
GM
121422009-07-08 Glenn Morris <rgm@gnu.org>
12143
12144 * tutorial.el (tutorial--describe-nonstandard-key):
12145 Adjust the message for when a key has been unbound.
12146 (help-with-tutorial): Hide the arch-tag.
12147
40149292
KH
121482009-07-08 Kenichi Handa <handa@m17n.org>
12149
69cb8d82
KH
12150 * international/fontset.el (setup-default-fontset): For each
12151 script, append (not set) font-specs.
12152
40149292
KH
12153 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12154 docstring.
12155
ff0c4194
NR
121562009-07-08 Nick Roberts <nickrob@snap.net.nz>
12157
12158 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12159 -data-list-register-names to ...
12160 (gdb-starting): ... here because GDB 7.0 requires execution to
12161 have started when using this MI command.
12162 (gdb-set-header): New function to distinguish select and
12163 unselected tabs in gdb buffers.
12164 (gdb-propertize-header): New macro that uses gdb-set-header.
12165 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 12166 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 12167
8954c675
CY
121682009-07-07 Chong Yidong <cyd@stupidchicken.com>
12169
12170 * Makefile.in (ELCFILES): Remove fadr.elc.
12171
0996385d
DD
121722009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12173
dc6b4519
DD
12174 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12175 may contain frame information, so `string-match' should be used.
12176 (gdb-update): Disassembly is invalidated through
12177 `gdb-get-selected-frame'.
12178 (gdb-pad-string): New function to pad string with spaces.
12179 (gdb-invalidate-disassembly): Invalidate only if the buffer
12180 exists.
12181 (gdb-disassembly-handler-custom): Column alignment.
12182 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12183 placing new ones.
12184 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12185 end of line, too.
12186 (gdb-frame-handler): Match convention to for disassembly buffer
12187 mode name.
17c1380b 12188 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
12189 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12190 not highlight breakpoints without line information.
69a197a2 12191 (gdb-input): Add trailing newline to command.
dc6b4519 12192
14340b25
DD
12193 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12194 buffer properly.
12195 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 12196 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
12197 now.
12198 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12199 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12200 to place breakpoints.
14340b25
DD
12201 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12202 functions.
12203 (gdb-disassembly-handler-custom): Show overlay arrow.
12204 (gdb-disassembly-place-breakpoints): Show breakpoints in
12205 disassembly buffer.
12206 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 12207 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 12208 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 12209 in `gud-menu-map'.
14340b25 12210
38d4f316 12211 * fadr.el: Remove.
1f2a6224 12212
7b6fefac 12213 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 12214 (gdb-memory-address): New variable which holds top address of
7b6fefac 12215 memory page shown in memory buffer.
33aeea0e
SM
12216 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12217 New customization variables.
0996385d
DD
12218 New functions:
12219 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12220 display the memory buffer.
12221 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12222 buffer display parameters.
12223 (def-gdb-memory-format, gdb-memory-format-binary)
12224 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12225 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12226 Functions for setting memory buffer format.
12227 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12228 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12229 unit size used in memory buffer.
33aeea0e
SM
12230 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12231 Switch to next/previous page of memory buffer.
28d67a53 12232 Now using (bindat-get-field) instead of fadr functions.
0996385d 12233
9ba562d3
SS
122342009-07-07 Sam Steingold <sds@gnu.org>
12235
12236 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12237 non-top-level files.
12238
a43977db
KH
122392009-07-07 Kenichi Handa <handa@m17n.org>
12240
33aeea0e
SM
12241 * international/mule-cmds.el (reset-language-environment):
12242 Put the highset priority to the charset iso-8859-1.
a43977db 12243
d44d05e8
CY
122442009-07-06 Chong Yidong <cyd@stupidchicken.com>
12245
12246 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12247 to the end of the line when locating the block (Bug#700).
12248
3e2fa353
MA
122492009-07-06 Michael Albinus <michael.albinus@gmx.de>
12250
12251 * net/tramp.el (tramp-handle-write-region): Flush file properties
12252 in case of short track.
12253
be3e598a 122542009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 12255
bf0b361c
JB
12256 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12257 Coded custom representation of verilog error regular expressions
12258 to work with Emacs-22's new format.
d88782c3 12259 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 12260 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
12261 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12262 error recognition into XEmacs.
12263 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12264 error recognition into Emacs-22.
12265
25c6f63e
CY
122662009-07-06 Chong Yidong <cyd@stupidchicken.com>
12267
12268 * woman.el: Remove stand-alone closing parentheses.
12269 (woman-file-name, woman2-format-paragraphs)
12270 (woman-leave-blank-lines): Code cleanup.
12271 (woman-use-own-frame): Change default to nil.
33aeea0e
SM
12272 (woman-italic, woman-bold, woman-unknown, woman-addition):
12273 Change defaults to inherit from default faces.
25c6f63e
CY
12274 (woman2-process-escapes): Consume the newline after a stand-alone
12275 filler character (Bug#3651).
12276
f176290e
GM
122772009-07-06 Glenn Morris <rgm@gnu.org>
12278
12279 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12280 (top-level): Move provide to the end.
12281 (ffap): Remove defunct URL from custom group.
12282
12283 * subr.el (eval-after-load): Doc fix.
12284
7b6fefac 122852009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
12286
12287 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12288 `calc-embedded-word' is called twice.
12289
4b8b1ec5
SM
122902009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * files.el (find-alternate-file-other-window, find-alternate-file):
12293 Obey confirm-nonexistent-file-or-buffer.
12294
d6ceb380
MA
122952009-07-05 Michael Albinus <michael.albinus@gmx.de>
12296
12297 * dired-aux.el (dired-show-file-type): Handle remote files.
12298
be3e598a 122992009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 12300
4b8b1ec5
SM
12301 * desktop.el (desktop-globals-to-save):
12302 Add file-name-history (Bug#2750).
c760f19e 12303
6d00ce04
CY
123042009-07-05 Chong Yidong <cyd@stupidchicken.com>
12305
4b8b1ec5 12306 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 12307
6ee21b07
JB
123082009-07-04 Johan Bockgård <bojohan@gnu.org>
12309
12310 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12311 property on entire argument since this is what eshell-lisp-command
12312 expects.
12313
f0dbdc25
MA
123142009-07-03 Michael Albinus <michael.albinus@gmx.de>
12315
12316 * net/tramp-gvfs.el (tramp-gvfs-methods)
12317 (tramp-gvfs-zeroconf-domain)
12318 (tramp-bluez-discover-devices-timeout): Add version flag.
12319 (tramp-gvfs-handler-mounted-unmounted)
12320 (tramp-gvfs-connection-mounted-p): Polish handling of
12321 incompatibilities between GVFS 0.2 and 1.0.
12322
e044e4fc
JD
123232009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12324
4b8b1ec5 12325 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 12326
2e9b968b
JB
123272009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12328
bf0b361c 12329 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
12330 formatted correctly.
12331
baf1a55e
JL
123322009-07-02 Juri Linkov <juri@jurta.org>
12333
12334 * info.el: Virtual Info files and nodes.
12335 (Info-virtual-files, Info-virtual-nodes): New variables.
12336 (Info-current-node-virtual): New variable.
12337 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12338 New functions.
12339 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12340 to check for a virtual file instead of checking a fixed list
12341 of node names.
12342 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12343 instead of ad-hoc processing of "dir" and (apropos history toc).
12344 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12345 instead of ad-hoc processing of "dir" and (apropos history toc).
12346 Reread a file when moving from a virtual node.
12347 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12348 (Info-directory-toc-nodes, Info-directory-find-file)
12349 (Info-directory-find-node): New functions.
12350 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12351 (Info-history): Move part of code to
12352 `Info-history-find-node'.
12353 (Info-history-toc-nodes, Info-history-find-file)
12354 (Info-history-find-node): New functions.
12355 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12356 (Info-toc): Move part of code to `Info-toc-find-node'.
12357 (Info-toc-find-node): New function.
4b8b1ec5 12358 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
12359 the current Info file name to references because now the node
12360 "*TOC*" belongs to the same Info manual.
4b8b1ec5 12361 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
12362 (Info-toc-nodes): Rename input argument `file' to `filename'.
12363 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12364 instead of ad-hoc processing of ("dir" apropos history toc).
12365 (Info-index-nodes): Use Info-virtual-file-p
12366 to check for a virtual file instead of checking a fixed list
12367 of node names.
12368 (Info-index-node): Add check for `Info-current-node-virtual'.
12369 Raise `save-match-data' higher up the tree to contain
12370 `search-forward' too (bug fix).
12371 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12372 (Info-virtual-index-nodes): New variable.
12373 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12374 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12375 (Info-apropos-file, Info-apropos-nodes): New variables.
12376 (Info-apropos-toc-nodes, Info-apropos-find-file)
12377 (Info-apropos-find-node, Info-apropos-matches): New functions.
12378 (info-apropos): Move part of code to `Info-apropos-find-node' and
12379 `Info-apropos-matches'.
12380 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12381 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12382 for a virtual file instead of checking a fixed list of node names.
12383
12384 * simple.el (async-shell-command): New command.
12385
12386 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12387
12388 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12389 instead of `mount-info'.
12390
d04bc496
MA
123912009-07-02 Michael Albinus <michael.albinus@gmx.de>
12392
12393 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 12394 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 12395
af0403e0
KH
123962009-07-02 Kenichi Handa <handa@m17n.org>
12397
12398 * international/mule.el (set-keyboard-coding-system): Force *-unix
12399 coding-system to avoid eol conversion.
12400
99278f8a
MA
124012009-07-01 Michael Albinus <michael.albinus@gmx.de>
12402
4b8b1ec5
SM
12403 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12404 Add handler for `process-file', `shell-command' and
99278f8a
MA
12405 `start-file-process'.
12406 (tramp-gvfs-handle-shell-command)
12407 (tramp-gvfs-handle-start-file-process)
12408 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 12409 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 12410
3f1c6666
JD
124112009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12412
12413 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12414
3f396bac
KH
124152009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12416
12417 * language/korean.el (set-language-info-alist): Add korean-cp949,
12418 cp949 to spec.
12419
c1185193
KH
124202009-07-01 Kenichi Handa <handa@m17n.org>
12421
12422 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12423
12424 * international/encoded-kb.el: Deleted.
12425
12426 * international/mule.el (set-keyboard-coding-system): Perform the
12427 necessary setup here instead of calling encoded-kbd-setup-display.
12428
3f150a60
GM
124292009-07-01 Glenn Morris <rgm@gnu.org>
12430
12431 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12432
b0d5b05b
GM
124332009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12434
12435 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12436
4f4126e6
MA
124372009-06-30 Michael Albinus <michael.albinus@gmx.de>
12438
4b8b1ec5
SM
12439 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12440 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 12441 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 12442
7ae3ea65 12443 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
12444 (top): Add a default for "synce" in `tramp-default-user-alist'.
12445 Add completion function for "synce" method.
12446 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
12447 (tramp-hal-interface-manager, tramp-hal-interface-device):
12448 New defconst.
12449 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12450 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12451 New defuns.
d6ceb380
MA
12452
12453 * net/trampver.el: Update release number.
7ae3ea65 12454
0ad6626b
KH
124552009-06-30 Kenichi Handa <handa@m17n.org>
12456
12457 * international/fontset.el (setup-default-fontset): Add CJK fonts
12458 for symbols and the other miscellaneous characters.
12459
4b8b1ec5
SM
12460 * language/korea-util.el (setup-korean-environment-internal):
12461 Make char-width-table suitable for Korean environments.
0ad6626b
KH
12462 (exit-korean-environment): Cancel above.
12463
12464 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12465 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 12466 setup-function to make char-width-table suitable for respective
0ad6626b
KH
12467 environments, and an exit-function to cancel that.
12468
12469 * language/japan-util.el (setup-japanese-environment-internal):
12470 Call use-cjk-char-width-table with arg `ja_JP'.
12471
12472 * international/characters.el (cjk-char-width-table): Delete it.
12473 (cjk-char-width-table-list): New variable.
12474 (use-cjk-char-width-table): New arg local-name.
12475 (use-default-char-width-table): Fix for the case that Emacs is
12476 already using the default char-width-table.
12477
fd46e893
MA
124782009-06-29 Michael Albinus <michael.albinus@gmx.de>
12479
12480 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12481 modes mandatory. (Bug#3712)
12482
b87d9f96
AM
124832009-06-29 Alan Mackenzie <acm@muc.de>
12484
12485 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 12486 correction between the visible width of TABs and their number of bytes.
b87d9f96 12487
2d25aa5a
CY
124882009-06-29 Chong Yidong <cyd@stupidchicken.com>
12489
12490 * server.el (server-buffer-done): Prevent kill-buffer from
12491 prompting by clearing the buffer modification flag (Bug#3696).
12492
a3a8b002
DN
124932009-06-28 Michael McNamara <mac@mail.brushroad.com>
12494
bf0b361c 12495 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 12496 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
12497 (verilog-basic-complete-re): Support localparam lineup.
12498 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12499 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12500 commenting.
12501 (verilog-leap-to-case-head): Now support *nested* unique &
12502 priority case statements.
12503 (verilog-auto-lineup): Make just declarations the default (as it
12504 had been).
4b8b1ec5 12505 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 12506 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 12507 select the various styles of automatic lineup.
a3a8b002
DN
12508 (verilog-error-regexp-alist): Rework to support the XEmacs style
12509 of error regular expressions from compilers, lint tools &
12510 simulators. Note that GNU Emacs has made it impossible for a mode
12511 to load such things.
12512 (electric-verilog-terminate-line, verilog-indent-declaration)
12513 (verilog-auto-wiure): Rework for radio button selection of
12514 auto-lineup selection of specification of auto lineup.
12515 (verilog-beg-of-statement-1): Redesign to support proper operation
12516 in additional code, based on testing with auto-lineup.
12517 (verilog-calculate-indent, assignments & declarations)
12518 (verilog-backward-token): Enhance to support auto-lineup of
12519 assignments & declarations.
12520 (verilog-in-directive-p, verilog-at-struct-p): New function for
12521 easy test of whether we are.
12522 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12523 to support safe execution at almost anyline.
12524 (verilog-calc-1): Properly support indenting deep inside generate
12525 blocks.
48c2d18a 12526 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 12527 as it is redundant with font-lock-defaults.
a8f316ca 12528 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
12529 to avoid circular calls if syntax-ppss is a function (as is the
12530 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 12531 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
12532 (verilog-ovm-begin-re, verilog-ovm-end-re)
12533 (verilog-ovm-statement-re, verilog-leap-to-head)
12534 (verilog-backward-token): Add support for OVM macros. Some are
12535 complete statements, and others open and close scopes like begin
12536 and end.
12537 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12538 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 12539 compilation issue.
48c2d18a 12540 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 12541 coverpoint, constraint and cross statements.
a3a8b002
DN
12542 (verilog-defun-level-list, verilog-generate-defun-level-list)
12543 (verilog-all-defun-level-list): Redo these specifications - it is
12544 too hard to support eval-when compile aggregation of lists also
12545 built at when-compile time.
12546 (verilog-defun-level-list): Place defconsts of variables used in
12547 building regular expressions which are built in eval-when-compile
12548 bodies in the same eval-when-compile body to facilitate compile
12549 without load.
12550 (verilog-beg-block-re-ordered): Support indenting
12551 virtual/protected tasks and functions.
7b6fefac 12552 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
12553 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12554 indentation of some module items (generate items).
12555 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12556 across virtual/protected tasks and functions.
12557
125582009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12559
bf0b361c 12560 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 12561 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
12562 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12563 in concatenations. Reported by Yishay Belkind.
12564 (verilog-auto-ascii-enum): Support one-hot state machines in
12565 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12566 (verilog-auto-inst, verilog-auto-inst-port): Include interface
33aeea0e
SM
12567 modport in AUTOINST and add vl-modport for users.
12568 Reported by David Rogoff.
a3a8b002
DN
12569 (verilog-auto-inout-module, verilog-auto-inst)
12570 (verilog-decls-get-interfaces, verilog-insert-definition)
12571 (verilog-insert-one-definition, verilog-read-decls)
12572 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12573 (verilog-sig-modport, verilog-signals-combine-bus)
12574 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12575 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12576 Suggested by David Rogoff.
12577 (verilog-repair-open-comma): Fix non-insertion of comma when
12578 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12579 (verilog-make-width-expression): Simplify [A-1:0] expression
12580 widths to just {A{1'b0}}.
12581 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
12582 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12583 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
12584 inputs/outputs or data type. Suggested by Vasu Kandadi.
12585 (next-error-last-buffer): Fix byte-compiler warning.
12586 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12587 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 12588 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 12589 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
12590 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12591 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 12592 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
12593 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12594 causing use of <= assignments. Reported by Alex Reed.
12595 (verilog-read-decls): Fix triand, trior, wand, wor to be
12596 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12597 (verilog-extended-complete-re): Support import "DPI-C" functions.
12598 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 12599 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
12600 (verilog-insert-date, verilog-insert-year)
12601 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12602 Windows systems. Reported by Michael Potts.
12603 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 12604 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 12605 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 12606 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
12607 (verilog-read-decls): Fix detecting "parameter int" when using
12608 AUTOINSTPARAM. Reported by Bruce T.
12609 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 12610 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 12611 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
12612 verilog-goto-defun will work. Reported by Lawrence Butcher.
12613 (verilog-getopt): Expand environment variables in -f file
12614 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 12615 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
12616 when reading enumerations.
12617 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12618 Suggested by Stephen Peltan.
4b8b1ec5 12619 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
12620 files. Reported by Steve Peltan.
12621
f7c0d931
CY
126222009-06-28 David De La Harpe Golden <david@harpegolden.net>
12623
12624 * files.el (trash-directory): Fix defcustom type.
12625
baf1a55e 126262009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
12627
12628 * help-fns.el (describe-function-1): Correctly locate adviced
12629 functions in hyperlink (Bug#2438).
12630
d63a01ef
CY
126312009-06-28 Chong Yidong <cyd@stupidchicken.com>
12632
12633 * files.el (trash-directory): Change default to nil.
12634 (move-file-to-trash): If trash-directory is nil and
12635 system-move-file-to-trash is unbound, perform freedesktop-style
12636 trashing.
12637
126382009-06-28 David De La Harpe Golden <david@harpegolden.net>
12639
12640 * files.el (move-file-to-trash): Add freedesktop trash
12641 support (Bug#973).
12642
fc2f6a26
GM
126432009-06-28 Glenn Morris <rgm@gnu.org>
12644
12645 * autorevert.el (global-auto-revert-non-file-buffers)
12646 (global-auto-revert-mode): Doc fixes.
12647
00242b07
JB
126482009-06-27 Johan Bockgård <bojohan@gnu.org>
12649
12650 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12651
f5594f03
CY
126522009-06-27 Chong Yidong <cyd@stupidchicken.com>
12653
e8a2b2da
CY
12654 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12655 opened an X connection before calling x-get-resource (Bug#3194).
12656
f5594f03
CY
12657 * play/doctor.el: Remove reference to obsolete website.
12658 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12659
3c3bf6ce
DN
126602009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12661
12662 Remove find-file-not-found-hook VC method. (Bug#2757)
12663 * vc-hooks.el (vc-file-not-found-hook)
12664 (vc-default-find-file-not-found-hook): Remove functions.
12665 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12666 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12667 * vc.el:
12668 * vc-hg.el:
12669 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12670
e26a7bc0
AM
126712009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12672
12673 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 12674 compatibility function for `looking-back'.
e26a7bc0 12675
4b8b1ec5 12676 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 12677 Use `ispell-looking-back'.
e26a7bc0 12678
d9848600
MA
126792009-06-24 Michael Albinus <michael.albinus@gmx.de>
12680
12681 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 12682 rather than `filename'.
d9848600 12683
05fbc4a9
MB
126842009-06-23 Miles Bader <miles@gnu.org>
12685
12686 * face-remap.el (text-scale-set): New function.
12687
f86ca715
GM
126882009-06-23 Glenn Morris <rgm@gnu.org>
12689
33e2c2e5
GM
12690 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12691
f529f302
GM
12692 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12693
34995333
GM
12694 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12695
cc80ccee
GM
12696 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12697
84cb770d
GM
12698 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12699 Simplify Persian conditionals.
12700
d916c965
GM
12701 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12702 variable `filename'.
12703
b6a44b27
GM
12704 * comint.el (comint-insert-input): Doc fix.
12705
f86ca715
GM
12706 * Makefile.in (ELCFILES): Fix typo in previous change.
12707
666e158e
MB
127082009-06-23 Miles Bader <miles@gnu.org>
12709
12710 * cus-start.el: Add entry for `recenter-redisplay'.
12711
be3e598a 127122009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
12713
12714 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12715 Add an optional argument for the backend, use it instead of
12716 calling vc-backend.
4b8b1ec5
SM
12717 (vc-mode-line): Add an optional argument for the backend.
12718 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
12719 special handling for vc-state being a buffer to ...
12720
12721 * vc-rcs.el (vc-rcs-find-file-hook):
12722 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12723
12724 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12725 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12726 vc-stay-local-p and vc-mode-line calls.
12727
12728 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12729 (vc-cvs-diff, vc-cvs-annotate-command)
12730 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12731 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12732 vc-mode-line calls.
12733
12734 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12735 direct comparison.
12736 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12737 backend when calling vc-mode-line.
12738 (vc-register): Do not create a closure for calling the vc register
12739 function, call it directly.
12740
2764748c
DN
127412009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12742
12743 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12744 to make it obvious item can be clicked.
f5a0b281
DN
12745
12746 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12747
d4a885b2
KH
127482009-06-23 Kenichi Handa <handa@m17n.org>
12749
12750 * language/korea-util.el (korean-key-bindings): Change the binding
12751 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12752 same command.
12753
e3610693
MA
127542009-06-22 Michael Albinus <michael.albinus@gmx.de>
12755
12756 Sync with Tramp 2.1.16.
12757
12758 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12759
12760 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12761 when a loading of a package fails. Completion function for rsync
12762 is `tramp-completion-function-alist-ssh'.
12763 (all): Replace all calls of `split-string' and
12764 `tramp-split-string' by `tramp-compat-split-string'.
12765 (tramp-default-method): Use `tramp-compat-process-running-p'.
12766 (tramp-default-proxies-alist): Allow also Lisp forms.
12767 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 12768 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
12769 (tramp-domain-regexp): Allow also "-", "_" and ".".
12770 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12771 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12772 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
12773 (tramp-handle-directory-files-and-attributes-with-stat):
12774 Care about filenames with spaces, or starting with "-".
e3610693
MA
12775 (tramp-handle-dired-uncache): New defun.
12776 (tramp-handle-insert-directory): Don't flush the directory from
12777 cache, this is handled by `dired-uncache' now.
12778 (tramp-handle-insert-file-contents): Improve error handling.
12779 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12780 Quote `tramp-end-of-output'.
12781 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
12782 (tramp-check-for-regexp): Both echoes must be present, before removing.
12783 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
12784 (tramp-compute-multi-hops): Eval cons cells of
12785 `tramp-default-proxies-alist'.
12786 (tramp-maybe-open-connection): Use the same command pattern for
12787 first hop and further hops.
12788 (tramp-wait-for-output): Remove handling of newlines.
12789 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12790 (tramp-split-string): Remove function. It is handled in
12791 tramp-compat now.
12792
4b8b1ec5
SM
12793 * net/tramp-cmds.el (tramp-bug):
12794 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
12795
12796 * net/tramp-compat.el (tramp-compat-split-string)
12797 (tramp-compat-process-running-p): New defuns.
12798
12799 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12800 for `dired-uncache'.
12801
12802 * net/tramp-gvfs.el: New package.
12803
4b8b1ec5
SM
12804 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12805 Add handler for `dired-uncache'.
e3610693
MA
12806 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12807
12808 * net/trampver.el: Update release number. Make version check fit
12809 for SXEmacs 22.
12810
13a3f374
JM
128112009-06-22 Jim Meyering <meyering@redhat.com>
12812
e0a28a3b 12813 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
12814 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12815 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12816
5242671e 128172009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 12818 Nick Roberts <nickrob@snap.net.nz>
13a3f374 12819
e0a28a3b 12820 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
12821 repository (http://sphinx.net.ru/hg/gdb-mi/).
12822
3fde45af
GM
128232009-06-22 Glenn Morris <rgm@gnu.org>
12824
46253b34
GM
12825 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12826 `mode' and `eval' entries. (Bug#3430)
12827
97e18192
GM
12828 * Makefile.in (ELCFILES): Add fadr.elc.
12829
731a00fb
GM
12830 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12831 differing behavior of \n and ^ in strings. (Bug#3385)
12832
c66cd0ff
GM
12833 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12834
3fde45af
GM
12835 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12836 property.
12837 (lisp-indent-function): Make it a defcustom.
12838
db2241a0
NR
128392009-06-21 Nick Roberts <nickrob@snap.net.nz>
12840
12841 * progmodes/gdb-ui.el: Replace with ...
5242671e 12842 * progmodes/gdb-mi.el: ... this file.
db2241a0 12843 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
12844
128452009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12846
db2241a0
NR
12847 * fadr.el: New file.
12848
38d4f316 12849See ChangeLog.14 for earlier changes.
e3d51b27
MR
12850
12851;; Local Variables:
12852;; coding: utf-8
e3d51b27
MR
12853;; End:
12854
8de31eec 12855 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
e3d51b27
MR
12856
12857 This file is part of GNU Emacs.
12858
12859 GNU Emacs is free software: you can redistribute it and/or modify
12860 it under the terms of the GNU General Public License as published by
12861 the Free Software Foundation, either version 3 of the License, or
12862 (at your option) any later version.
12863
12864 GNU Emacs is distributed in the hope that it will be useful,
12865 but WITHOUT ANY WARRANTY; without even the implied warranty of
12866 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12867 GNU General Public License for more details.
12868
12869 You should have received a copy of the GNU General Public License
12870 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.