* xml.el (xml-parse-region): Avoid infloop (Bug#5281).
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
01b229d1
CY
12010-06-30 Chong Yidong <cyd@stupidchicken.com>
2
3 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4
8bf1c786 52010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
6
7 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
8
dfc6544c
CY
92010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10
11 * generic-x.el (bat-generic-mode): Fix regexp for command line
12 switches (Bug#5719).
13
b7d4de51
CY
142010-06-27 Masatake YAMATO <yamato@redhat.com>
15
dfc6544c
CY
16 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
17 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 18
3726248f
CY
192010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
20
8bf1c786 21 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
22 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
23 bindings of bookmark-automatically-show-annotations (Bug#6515).
24
aca54191
EZ
252010-06-25 Eli Zaretskii <eliz@gnu.org>
26
27 * arc-mode.el (archive-zip-extract): Don't quote the file name on
28 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
29
2330fa87
ŠN
302010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
31
32 * comint.el (make-comint, make-comint-in-buffer): Mention return
33 value in the docstrings. (Bug#6498)
34
29115ca9
YR
352010-06-24 Yoni Rabkin <yoni@rabkins.net>
36
37 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
38 since it is not present when using some non-default switches.
39
2c79f053
KF
402010-06-23 Karl Fogel <kfogel@red-bean.com>
41
42 * simple.el (compose-mail): Fix doc string to refer to
43 `compose-mail-user-agent-warnings', instead of to the
44 nonexistent `compose-mail-check-user-agent'.
45
50d76a9f
DN
462010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
47
48 Fix vc-annotate for renamed files when using Git.
49 * vc-git.el (vc-git-find-revision): Deal with empty results from
50 ls-files. Doe not pass the object as a file name to cat-file, it
51 is not a file name.
52 (vc-git-annotate-command): Pass the file name using -- to avoid
53 ambiguity with the revision.
54 (vc-git-previous-revision): Pass a relative file name.
55
6095a05b
GM
562010-06-22 Glenn Morris <rgm@gnu.org>
57
943375a6
GM
58 * progmodes/js.el (js-mode-map): Use standard capitalization and
59 ellipses for menu entries.
60
6095a05b
GM
61 * wid-edit.el (widget-complete): Doc fix.
62
4514199e
JH
632010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
64
65 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
66
c4786d60
DN
672010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
68
11c46b39
DN
69 Fix annotating other revisions for renamed files in vc-annotate.
70 * vc-annotate.el (vc-annotate): Add an optional argument for the
71 VC backend. Use it when non-nil.
72 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
73
c4786d60
DN
74 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
75 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
76 Do not pass the file name to the 'previous-revision call when we
77 don't want a file diff. (Bug#6489)
78
04ec0963
DN
792010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
80
11c46b39 81 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
82 * vc.el (vc-find-revision): Add an optional argument for
83 the VC backend. Use it when non-nil.
84 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
85 backend to vc-find-revision. (Bug#6487)
86
c036381c
DN
872010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
88
89 Fix reading file names in Git annotate buffers.
90 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
91 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
92
05c123e6
AM
932010-06-20 Alan Mackenzie <acm@muc.de>
94
95 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
96 in file local variables, set it first.
97
4111f0c7
GM
982010-06-19 Glenn Morris <rgm@gnu.org>
99
74739ffd
GM
100 * descr-text.el (describe-char-unicode-data): Insert separating
101 space when needed. (Bug#6422)
102
4111f0c7
GM
103 * progmodes/idlwave.el (idlwave-action-and-binding):
104 Fix typo in 2009-12-03 change. (Bug#6450)
105
b8add347
SM
1062010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * subr.el (read-quoted-char): Fix up last change (bug#6290).
109
36901266
SM
1102010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * font-lock.el (font-lock-major-mode): Rename from
113 font-lock-mode-major-mode to distinguish it from
114 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
115 (font-lock-set-defaults):
116 * font-core.el (font-lock-default-function): Adjust users.
117 (font-lock-mode): Don't set it at all.
118
12755d08
SM
1192010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * vc-annotate.el (vc-annotate): Use vc-read-revision.
122
d7cd4abb
GM
1232010-06-15 Glenn Morris <rgm@gnu.org>
124
125 * calendar/appt.el (appt-time-msg-list): Doc fix.
126 (appt-check): Let-bind appt-warn-time.
127 (appt-add): Make the 3rd argument optional.
128 Simplify argument names. Doc fix. Check for integer WARNTIME.
129 Only add WARNTIME to the output list if non-nil.
130
a675c749
IK
1312010-06-15 Ivan Kanis <apple@kanis.eu>
132
133 * calendar/appt.el (appt-check): Let the 3rd element of
134 appt-time-msg-list specify the warning time.
135 (appt-add): Add new argument with the warning time. (Bug#5176)
136
a9de35fe
BR
1372010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
138
139 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
140 older than version 1.6. (Bug#6361)
141
37a7e764
HE
1422010-06-12 Helmut Eller <eller.helmut@gmail.com>
143
144 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
145 used by cl-do-arglist. (Bug#6408)
146
8c6eab5a
SM
1472010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
148
989bc97f
SM
149 * emacs-lisp/advice.el (ad-compile-function):
150 Define warning-suppress-types before we let-bind it (bug#6275).
151
8c6eab5a
SM
152 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
153 declare it, make it buffer-local and permanent-local (bug#6324).
154 (vc-resynch-window): Adjust name.
155 * vc-hooks.el (vc-find-file-hook): Adjust name.
156
2d9a4946
JR
1572010-06-07 Jonathan Rockway <jon@jrock.us>
158
159 * net/rcirc.el: Add support for password authentication.
160 (rcirc-server-alist): Add :password keyword.
161 (rcirc): Ask for a password, or get it from the server's alist.
162 (rcirc-connect): Add password argument. Pass it to server.
163
35b148ee
JB
1642010-06-05 Juanma Barranquero <lekktu@gmail.com>
165
166 * net/dbus.el (dbus-register-method): Declare function.
167 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
168 (dbus-introspect): Doc fix.
169 (dbus-event-bus-name, dbus-introspect-get-interface)
170 (dbus-introspect-get-argument): Reflow docstrings.
171
86253dc0
CY
1722010-06-04 Chong Yidong <cyd@stupidchicken.com>
173
174 * term/common-win.el (x-colors): Add "dark green" and "dark
175 turquoise" (Bug#6332).
176
988b91ce
EL
1772010-06-03 Eric Ludlam <zappo@gnu.org>
178
179 * cedet/semantic/lex-spp.el
180 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
181 invalid values during save, just save a nil (Bug#6324).
182
3845c322
GM
1832010-06-03 Glenn Morris <rgm@gnu.org>
184
185 * desktop.el (desktop-clear-preserve-buffers):
186 Add "*Warnings*" buffer. (Bug#6336)
187
dbe82b27
DN
1882010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
189
190 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
191
feceda26
SM
1922010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
195 `file-directory-p' to the filename part rather than to the whole text.
196
a44ae268 1972010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
198
199 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
200 (bug#6231).
201
896114cf
SM
2022010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
205
949544ed
DA
2062010-05-31 Drew Adams <drew.adams@oracle.com>
207
208 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
209
450439d5
JB
2102010-05-31 Juanma Barranquero <lekktu@gmail.com>
211
212 * subr.el (momentary-string-display): Just use read-event to read
213 the exit event (Bug#6238).
214
fcb52808
CY
2152010-05-29 Chong Yidong <cyd@stupidchicken.com>
216
217 * ansi-color.el: Delete unused escape sequences (Bug#6085).
218 (ansi-color-drop-regexp): New constant.
219 (ansi-color-apply, ansi-color-filter-region)
896114cf 220 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
221 (ansi-color-apply): Build string list before calling concat.
222
4da3541b
CY
2232010-05-27 Chong Yidong <cyd@stupidchicken.com>
224
896114cf
SM
225 * progmodes/verilog-mode.el (verilog-type-font-keywords):
226 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
227
2282010-05-27 Masatake YAMATO <yamato@redhat.com>
229
230 * htmlfontify.el (hfy-face-resolve-face): New function.
231 (hfy-face-to-style): Use it (Bug#6279).
232
397eb3f3
SM
2332010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * epa.el (epa--select-keys): Don't explicitly delete the window since
236 that can fail (e.g. sole window in frame). Use dedication instead.
237
ab0c07c0
SM
2382010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
239
240 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
241
29031d52
CY
2422010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * subr.el (read-quoted-char): Resolve modifiers after key
245 remapping (bug#6212).
246
dc9ed794
SM
2472010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * tmm.el (tmm-prompt): Don't try to precompute bindings.
250 (tmm-get-keymap): Compute shortcuts (bug#6171).
251
e1cb2c13
GM
2522010-05-10 Glenn Morris <rgm@gnu.org>
253
254 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
255 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
256
61a808e8
CY
2572010-05-07 Chong Yidong <cyd@stupidchicken.com>
258
259 * Version 23.2 released.
260
f034e176
CY
2612010-05-03 Chong Yidong <cyd@stupidchicken.com>
262
263 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 264 car of each item, not the whole list (Bug#6083).
f034e176 265
f5d6ff44
CY
2662010-05-02 Chong Yidong <cyd@stupidchicken.com>
267
268 * progmodes/js.el (js-mode): Make paragraph variables local before
269 calling c-setup-paragraph-variables (Bug#6071).
270
aa4d4e4a
EZ
2712010-05-01 Eli Zaretskii <eliz@gnu.org>
272
273 * composite.el (compose-region, reference-point-alist): Fix typos
274 in the doc strings.
275
78edd3b7 2762010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
277
278 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
279 gnuplot's "set" command.
280
29c48340
JB
2812010-04-26 Juanma Barranquero <lekktu@gmail.com>
282
283 * abbrev.el (last-abbrev-text): Doc fix.
284 (abbrev-prefix-mark): Don't escape parenthesis.
285
8ed6fc47
AS
2862010-04-24 Andreas Schwab <schwab@linux-m68k.org>
287
288 * composite.el (find-composition): Doc fix.
289
063c6324
JB
2902010-04-24 Juanma Barranquero <lekktu@gmail.com>
291
292 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
293 (sql-oracle-program, sql-sqlite-options)
294 (sql-query-placeholders-and-send): Doc fixes.
295 (sql-set-product, sql-interactive-mode): Reflow docstrings.
296 (sql-imenu-generic-expression, sql-buffer)
297 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
298 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
299 (sql-mode-sybase-font-lock-keywords)
300 (sql-mode-informix-font-lock-keywords)
301 (sql-mode-interbase-font-lock-keywords)
302 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
303 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
304 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
305 (sql-product-feature, sql-highlight-product)
306 (comint-line-beginning-position, sql-rename-buffer)
307 (sql-toggle-pop-to-buffer-after-send-region)
308 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
309 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
310 Fix typos in docstrings.
311
e89dee79
JL
3122010-04-23 Juri Linkov <juri@jurta.org>
313
314 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
315 property instead of `invisible' and `after-string' (bug#5998).
316
316d12fb
JL
3172010-04-23 Juri Linkov <juri@jurta.org>
318
319 * image-mode.el (image-mode-as-text): Fix typo in docstring.
320
770255e9
JB
3212010-04-23 Juanma Barranquero <lekktu@gmail.com>
322
323 * filecache.el (file-cache-add-directory-list)
324 (file-cache-add-directory-recursively): Fix typos in docstrings.
325
ece33a6e
KH
3262010-04-22 Kenichi Handa <handa@m17n.org>
327
328 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 329 (gujarati-composable-pattern): Fix typo.
ece33a6e 330
771533aa
KH
3312010-04-20 Kenichi Handa <handa@m17n.org>
332
333 * language/indian.el (oriya-composable-pattern)
334 (tamil-composable-pattern, malayalam-composable-pattern): Add
335 two-part vowels to "v" (vowel sign).
336
790c2e44
CY
3372010-04-20 Chong Yidong <cyd@stupidchicken.com>
338
99833607
CY
339 * files.el (copy-directory): Handle symlinks (Bug#5982).
340
790c2e44
CY
341 * progmodes/compile.el (compilation-next-error-function): Revert
342 2009-10-12 change (Bug#5983).
343
808ecc4e
CY
3442010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
345
346 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
347 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
348 (Bug#5846).
349
d2c7b917
GM
3502010-04-20 Glenn Morris <rgm@gnu.org>
351
0ca12598
GM
352 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
353
d2c7b917
GM
354 * minibuffer.el (completion-at-point): Doc fix.
355
137327ef
CY
3562010-04-18 Chong Yidong <cyd@stupidchicken.com>
357
358 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
359 destroy list before using it.
360
bce31830
DN
3612010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
362
363 Fix the version number for added files.
364 * vc-hg.el (vc-hg-working-revision): Check if the file is
365 registered after hg parent fails (Bug#5961).
366
0433ffa6
GM
3672010-04-17 Glenn Morris <rgm@gnu.org>
368
369 * htmlfontify.el (htmlfontify-buffer)
370 (htmlfontify-copy-and-link-dir): Autoload entry points.
371
8507c65c
CY
3722010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
373
374 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
375 name relative to the project root (Bug#5960).
376
e9ef9777
GM
3772010-04-16 Glenn Morris <rgm@gnu.org>
378
379 * vc-git.el (vc-git-print-log): Doc fix.
380
3808c51f
CY
3812010-04-14 Óscar Fuentes <ofv@wanadoo.es>
382
383 * ido.el (ido-file-internal): Fix 2009-12-02 change.
384
7860d2e3
CY
3852010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
386
387 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
388 default settings (Bug#5928).
389
119850e9
GM
3902010-04-10 Glenn Morris <rgm@gnu.org>
391
392 * progmodes/fortran.el (fortran-match-and-skip-declaration):
393 New function.
0a23b2c3 394 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 395
86a366f4
KH
3962010-04-07 Kenichi Handa <handa@m17n.org>
397
398 * language/indian.el (malayalam-composable-pattern): Fix previous
399 change (add U+0D4D "SIGN VIRAMA").
400 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
401 (tamil-composable-pattern): Fix typo in the regexp.
402 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
403 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
404 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
405
8afe2ec6
CY
4062010-04-06 Chong Yidong <cyd@stupidchicken.com>
407
408 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
409 paragraph-separate (Bug#5821).
410
3c5d6dfb
JL
4112010-04-05 Juri Linkov <juri@jurta.org>
412
413 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
414
415 * info.el (Info-find-node-2): Comment out code that skips
416 breadcrumbs line.
417 (Info-mouse-follow-link): New command.
418 (Info-link-keymap): New keymap.
419 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
420 Return a string with links instead of inserting breadcrumbs
421 to the Info buffer.
422 (Info-fontify-node): Comment out code that inserts breadcrumbs.
423 Instead of putting the `invisible' text property over the Info
424 header, make an overlay over the Info header with the `invisible'
425 property and `after-string' set to the string returned by
426 `Info-breadcrumbs'.
427
6baa27a2
CY
4282010-04-03 Chong Yidong <cyd@stupidchicken.com>
429
430 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
431 Reported by monkey@sandpframing.com.
432
e4b204d7
JB
4332010-04-02 Juanma Barranquero <lekktu@gmail.com>
434
435 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
436 (semantic-create-imenu-directory-index): Fix typos in docstrings.
437 (semantic-imenu-goto-function): Reflow docstring.
438
b42da387
TA
4392010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
440
441 * textmodes/artist.el (artist-mode): Fix typo in docstring.
442 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
443
42763dda
KH
4442010-03-30 Kenichi Handa <handa@m17n.org>
445
446 * language/sinhala.el (composition-function-table): Fix regexp for
447 the new Unicode specification.
448
449 * language/indian.el (devanagari-composable-pattern)
450 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 451 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
452 specification.
453 (bengali-composable-pattern, gurmukhi-composable-pattern)
454 (gujarati-composable-pattern, oriya-composable-pattern)
455 (telugu-composable-pattern): New variables to cope with the new
456 Unicode specification. Use them in composition-function-table.
457
fe59d705
SM
4582010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
459
79d74ac5 460 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
461 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
462 vectors rather than cons cells, as used in menu-bar-update-buffers.
463
03ffe8be
CY
4642010-03-28 Chong Yidong <cyd@stupidchicken.com>
465
2a793f7f
CY
466 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
467 (js-insert-and-indent): Revert 2009-08-15 change, restoring
468 electric punctuation for "{}();,:" (Bug#5586).
469
03ffe8be
CY
470 * mail/sendmail.el (mail-default-directory): Doc fix.
471
4722010-03-27 Chong Yidong <cyd@stupidchicken.com>
473
474 * mail/sendmail.el (mail-default-directory): Doc fix.
475
94785022
EZ
4762010-03-27 Eli Zaretskii <eliz@gnu.org>
477
478 * subr.el (version-regexp-alist, version-to-list)
479 (version-list-<, version-list-=, version-list-<=)
480 (version-list-not-zero, version<, version<=, version=): Doc fix.
481 (Bug#5744).
482
eca16aa7
NR
4832010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
484 Nick Roberts <nickrob@snap.net.nz>
485
486 * progmodes/gdb-ui.el (gdb-apple-test): New function.
487 (gdb-init-1): Use it.
488
431af6a4
DN
4892010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
490
491 * vc.el (vc-root-diff): Doc fix.
492
9d30a9f4
CY
4932010-03-25 Chong Yidong <cyd@stupidchicken.com>
494
9aa2c576
CY
495 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
496
9d30a9f4
CY
497 * simple.el (append-to-buffer): Fix last change.
498
d0fba174
CY
4992010-03-24 Chong Yidong <cyd@stupidchicken.com>
500
501 * simple.el (append-to-buffer): Ensure that point is preserved if
502 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
503 (Bug#5749)
504
efee6a6d
SM
5052010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
508 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
509 not be present any more.
510
c6f3804c
JB
5112010-03-24 Juanma Barranquero <lekktu@gmail.com>
512
513 * faces.el (set-face-attribute): Fix typo in docstring.
514 (face-valid-attribute-values): Reflow docstring.
515
516 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
517
4c3a215a
GM
5182010-03-23 Glenn Morris <rgm@gnu.org>
519
efee6a6d 520 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 521
e9ba3e26
CY
5222010-03-21 Chong Yidong <cyd@stupidchicken.com>
523
524 * indent.el (indent-for-tab-command): Doc fix.
525
c8de140b
JB
5262010-03-22 Juanma Barranquero <lekktu@gmail.com>
527
528 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
529 (image-dired-read-comment): Doc fix.
530
efee6a6d
SM
531 * json.el (json-object-type, json-array-type, json-key-type)
532 (json-false, json-null, json-read-number):
c8de140b
JB
533 * minibuffer.el (completion-in-region-functions):
534 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
535 (cal-tex-cursor-week):
536 * emacs-lisp/trace.el (trace-function):
537 * eshell/em-basic.el (eshell/printnl):
538 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
539 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
540 * obsolete/levents.el (allocate-event, event-key, event-object)
541 (event-point, event-process, event-timestamp, event-to-character)
542 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
543 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
544 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
545 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
546 (reftex-highlight-selection): Fix typos in docstrings.
547
d1200087
JB
5482010-03-19 Juanma Barranquero <lekktu@gmail.com>
549
550 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
551
f454672b
GM
5522010-03-18 Glenn Morris <rgm@gnu.org>
553
554 * mail/rmail.el (rmail-highlight-face): Restore option deleted
555 2008-02-13 without comment; mark it obsolete.
556 (rmail-highlight-headers): Use rmail-highlight-face once more.
557
d5704d66
CY
5582010-03-16 Chong Yidong <cyd@stupidchicken.com>
559
560 * woman.el (woman2-process-escapes): Only consume the newline if
561 the filler character is on a line by itself (Bug#5729).
562
fade35dd
KH
5632010-03-16 Kenichi Handa <handa@m17n.org>
564
565 * language/indian.el (devanagari-composable-pattern): Add more
566 consonants.
567
c8215db1
MA
5682010-03-14 Michael Albinus <michael.albinus@gmx.de>
569
570 * net/trampver.el: Update release number.
571
b4d16368
GM
5722010-03-13 Glenn Morris <rgm@gnu.org>
573
574 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
575
c0e17ff2
MA
5762010-03-13 Michael Albinus <michael.albinus@gmx.de>
577
efee6a6d
SM
578 * net/tramp.el (tramp-find-executable):
579 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
580 output of "wc -l" more robust.
581 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
582 (tramp-open-connection-setup-interactive-shell): Remove workaround
583 for OpenSolaris bug, it is not needed anymore.
584
6408fd42
CY
5852010-03-13 Eric M. Ludlam <zappo@gnu.org>
586
587 * cedet/semantic/imenu.el: New file, from the CEDET repository
588 (Bug#5412).
589
eb123b12
GM
5902010-03-12 Glenn Morris <rgm@gnu.org>
591
592 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
593
5f8d2ce0
WS
5942010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
595
596 * files.el (auto-mode-alist): Accept more verilog file patterns.
597
35b148ee 5982010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
599
600 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
601 instead of "format:"; this ensures that the output is
602 newline-terminated.
603
4e7cafbe
CY
6042010-03-08 Chong Yidong <cyd@stupidchicken.com>
605
606 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
607 that all errors are caught, and that the return value is always a
608 list (Bug#5692).
609
aec66319
KH
6102010-03-08 Kenichi Handa <handa@m17n.org>
611
612 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 613 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 614
b327c975
AS
6152010-03-07 Andreas Schwab <schwab@linux-m68k.org>
616
617 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
618 call to rfc822-bad-address. (Bug#5692)
619
1c465a6a
CY
6202010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
621
622 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
f7e0618c 623 vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 624
a4e32226
CY
6252010-03-06 Chong Yidong <cyd@stupidchicken.com>
626
627 * calculator.el (calculator): Don't bind split-window-keep-point
628 (Bug#5674).
629
4c83ed3d
SM
6302010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * vc-git.el: Re-flow to fit into 80 columns.
633 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
634 Remove spurious `quote' element in each case alternative.
635 (vc-git-show-log-entry): Use prog1.
636 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
637
d40a7570
GM
6382010-03-06 Glenn Morris <rgm@gnu.org>
639
640 * cedet/semantic/grammar.el (semantic-grammar-header-template):
641 Update template copyright to GPLv3+.
642
e8defde3
SM
6432010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
646
233f0c9f
CY
6472010-03-03 Chong Yidong <cyd@stupidchicken.com>
648
649 * macros.el (insert-kbd-macro): Look up keyboard macro using the
650 definition, not the name (Bug#5481).
651
254bedef 6522010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
653
654 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
655 argument with a local variable. (Bug#5670)
656
7187cdae
JL
6572010-03-02 Juri Linkov <juri@jurta.org>
658
659 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
660
9cf3544e
MA
6612010-03-02 Michael Albinus <michael.albinus@gmx.de>
662
663 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
664 error when FILENAME and NEWNAME are existing remote directories.
665
666 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
667 parameter DIR-FLAG.
668
33f77982
GM
6692010-03-02 Glenn Morris <rgm@gnu.org>
670
671 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
672 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
673
d99ea08e
KH
6742010-03-01 Kenichi Handa <handa@m17n.org>
675
e8defde3 676 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
677 myanmar-composable-pattern.
678
e8defde3
SM
679 * international/characters.el (script-list):
680 * international/fontset.el (script-representative-chars):
681 Change myanmar to burmese.
d99ea08e 682 (otf-script-alist): Likewise.
4aa2c3b2
KH
683 (setup-default-fontset): Likewise. Re-fix :otf spec.
684
b374f54d
KY
6852010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
686
687 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
688
71572c03
JD
6892010-02-28 Jan Djärv <jan.h.d@swipnet.se>
690
691 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
692
00cffdeb
MA
6932010-02-28 Michael Albinus <michael.albinus@gmx.de>
694
695 * net/tramp.el (tramp-handle-write-region): START can be a string.
696 Take care in the checks. Reported by Dan Davison
697 <davison@stats.ox.ac.uk>.
698
d4b06783
MA
6992010-02-28 Michael Albinus <michael.albinus@gmx.de>
700
701 * net/dbus.el (dbus-introspect, dbus-get-property)
702 (dbus-set-property, dbus-get-all-properties): Use
703 `dbus-call-method' when noninteractive. (Bug#5645)
704
8c3e96d2
CY
7052010-02-28 Chong Yidong <cyd@stupidchicken.com>
706
de3a1fe9
CY
707 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
708 * emacs-lisp/elint.el (elint-add-required-env):
709 * cedet/semantic/db-find.el
710 (semanticdb-find-translate-path-brutish-default):
711 * cedet/ede/make.el (ede-make-check-version):
712 * calendar/icalendar.el (icalendar--add-diary-entry):
713 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
714 * files.el (recover-session-finish): Use with-current-buffer
715 instead of save-excursion.
716
c53b9c3b
SM
7172010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 Fix in-buffer completion when after-change-functions modify the buffer.
720 * minibuffer.el (completion--replace): New function.
721 (completion--do-completion): Use it and use relative movement.
722
4a16bdc6
CY
7232010-02-27 Chong Yidong <cyd@stupidchicken.com>
724
725 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 726
b8280f39
CY
7272010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
728
c53b9c3b
SM
729 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
730 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 731
f88cc4d6
KH
7322010-02-26 Kenichi Handa <handa@m17n.org>
733
734 * language/burmese.el: Fix entries in composition-function-table.
735 (myanmar-composable-pattern): New variable.
736
737 * international/fontset.el (setup-default-fontset): Add an entry
738 for myanmar.
739
740 * international/characters.el (script-list): Add Myanmar
741 Extended-A.
742
cdbf9100
GM
7432010-02-26 Glenn Morris <rgm@gnu.org>
744
90a94603
GM
745 * custom.el (custom-initialize-delay): Doc fix.
746
cdbf9100
GM
747 * mail/sendmail.el (send-mail-function): Autoload the call
748 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
749
f95a5fd0
CY
7502010-02-24 Chong Yidong <cyd@stupidchicken.com>
751
752 * files.el (hack-local-variables-filter): For eval forms, also
753 check safe-local-variable-p (Bug#5636).
754
6583ba0e
CY
7552010-02-24 Eduard Wiebe <usenet@pusto.de>
756
757 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
758 and use c(ad)r of cddr (Bug#5640).
759
459a5f4b
MA
7602010-02-22 Michael Albinus <michael.albinus@gmx.de>
761
762 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
763 setting the modes by `ignore-errors'. It might fail, for example
764 if the file is not owned by the user but the group.
765 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
766
bb23f6e8
CY
7672010-02-21 Chong Yidong <cyd@stupidchicken.com>
768
50c58e27
CY
769 * files.el (directory-listing-before-filename-regexp): Use
770 stricter matching for iso-style dates, to avoid false matches with
771 date-like filenames (Bug#5597).
772
b660eb70
CY
773 * htmlfontify.el (htmlfontify): Doc fix.
774
775 * eshell/eshell.el (eshell): Doc fix.
776
bb23f6e8
CY
777 * startup.el (fancy-about-screen): In mode-line, apply
778 mode-line-buffer-id face only to the buffer name (Bug#5613).
779
3e39928c
CY
7802010-02-20 Kevin Ryde <user42@zip.com.au>
781
f7e0618c
JB
782 * progmodes/compile.el (compilation-error-regexp-alist-alist):
783 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
784 (Bug#5599).
785
0f00e948
EZ
7862010-02-20 Eli Zaretskii <eliz@gnu.org>
787
788 * subr.el (remove-yank-excluded-properties): Explain in a comment
789 why `category' property is removed.
790
3513efb2
CY
7912010-02-19 Chong Yidong <cyd@stupidchicken.com>
792
793 * isearch.el (isearch-update-post-hook, isearch-update): Revert
794 2010-02-17 change.
795
b4340b3f
UJ
7962010-02-19 Ulf Jasper <ulf.jasper@web.de>
797
798 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
799 (icalendar--convert-weekly-to-ical)
800 (icalendar--convert-yearly-to-ical)
801 (icalendar--convert-block-to-ical)
802 (icalendar--convert-cyclic-to-ical)
803 (icalendar--convert-anniversary-to-ical): Take care of time
804 specifications where hour has 1-digit only (Bug#5549).
805
8cfae03d
NR
8062010-02-19 Nick Roberts <nickrob@snap.net.nz>
807
808 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
809 of disassemble output in GDB 7.1.
810
055e4eea
GM
8112010-02-19 Glenn Morris <rgm@gnu.org>
812
813 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
814 property. (Bug#5593)
815
ff6b00de
SS
8162010-02-18 Sam Steingold <sds@gnu.org>
817
818 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
819
fe8c0b47
SM
8202010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 Use abbreviated file names in bookmarks (bug#5591).
823 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
824 calls to expand-file-name.
825 (bookmark-relocate): Use abbreviated file names in bookmarks.
826 (bookmark-load): Use abbreviated file names in messages.
827
73a37a69
MA
8282010-02-18 Michael Albinus <michael.albinus@gmx.de>
829
830 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
831 expand "." and "..". Reported by Thierry Volpiatto
832 <thierry.volpiatto@gmail.com>.
833
6e4f5731
MA
8342010-02-18 Michael Albinus <michael.albinus@gmx.de>
835
836 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
837 permissions of the temporary file to "0600". In case the remote
838 file has no read permissions for the owner, there might be
839 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
840
84122010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
842
843 * emacs-lisp/authors.el (authors-renamed-files-alist):
844 Add entries for INSTALL.CVS.
845
ba5bf642
MH
8462010-02-17 Mark A. Hershberger <mah@everybody.org>
847
f7e0618c 848 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 849
f7e0618c 850 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
851 (isearch-update): Use the new hook.
852
aac0b0f2
MA
8532010-02-16 Michael Albinus <michael.albinus@gmx.de>
854
fe8c0b47
SM
855 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
856 Fix errors in copying directories.
aac0b0f2
MA
857 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
858 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
859 (tramp-handle-delete-file)
860 (tramp-handle-dired-recursive-delete-directory)
861 (tramp-handle-write-region): Flush also the cache for the upper
862 directory.
863
05bbe066
CY
8642010-02-16 Chong Yidong <cyd@stupidchicken.com>
865
e8ab3908
CY
866 * simple.el (save-interprogram-paste-before-kill): Doc fix.
867
ff90f4b0
CY
868 * cus-edit.el (hardware): Doc fix.
869
870 * man.el (man): Add to external custom group.
871
872 * delim-col.el (columns): Move to wp custom group.
873
874 * doc-view.el (doc-view): Add to data custom group.
875
876 * cedet/data-debug.el (data-debug): Move to extensions group.
877
878 * cedet/ede.el (ede):
879 * cedet/srecode.el (srecode):
880 * cedet/semantic.el (semantic): Put in tools and extensions group.
881
fe8c0b47 882 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 883
05bbe066
CY
884 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
885 by ispell-parse-output (Bug#5575).
886
fa6ea913
KH
8872010-02-16 Kenichi Handa <handa@m17n.org>
888
889 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
890 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
891 (skkdic-convert): Use `euc-japan' coding system for writing.
892
88fd78ae
GM
8932010-02-16 Glenn Morris <rgm@gnu.org>
894
895 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
896 tex-main-file before using it. (Bug#5562)
897
2b8c974a
SM
8982010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
901 warnings, since it is annoying for the user to see them each time he
902 runs the code.
903
7540f029
MA
9042010-02-15 Michael Albinus <michael.albinus@gmx.de>
905
906 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
907 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
908 instead of PROC for caching "first-password-request". Otherwise,
909 new processes would not profit from passwords already entered.
910
2b8c974a
SM
911 * net/tramp-cache.el (tramp-dump-connection-properties):
912 Don't save "first-password-request" property.
7540f029 913
fa5f7c5f
JB
9142010-02-14 Juanma Barranquero <lekktu@gmail.com>
915
916 * outline.el (outline-head-from-level):
917 * simple.el (with-wrapper-hook):
918 * cedet/ede.el (ede-run-target, project-delete-target)
919 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
920 (ede-adebug-project, ede-adebug-project-parent)
921 (ede-adebug-project-root):
922 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
923 (elint-defun, elint-buffer-env, elint-top-form-logged)
924 (elint-unbound-variable):
925 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
926 Fix typos in docstrings.
927
ecbaeb7b
MA
9282010-02-14 Michael Albinus <michael.albinus@gmx.de>
929
930 * files.el (insert-directory): When WILDCARD-REGEXP and
931 FULL-DIRECTORY-P are nil, insert the file entry instead of the
932 whole directory. (Bug#5551)
933
934 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
935 dired's alignment sanity. (Bug#5516)
936
91e3333f
JL
9372010-02-14 Juri Linkov <juri@jurta.org>
938
939 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
940 Remove remaining ^H with their preceding chars. (Bug#5566)
941
36020642
GM
9422010-02-13 Glenn Morris <rgm@gnu.org>
943
944 * simple.el (transpose-subr): Give it a doc-string.
945
946 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
947 Doc fixes.
948
f5952338
JL
9492010-02-12 Juri Linkov <juri@jurta.org>
950
951 * arc-mode.el (archive-unique-fname): Make directories for nested
952 archives. (Bug#5540)
953
918fe50f
JL
9542010-02-12 Juri Linkov <juri@jurta.org>
955
956 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
957
c07ff221
SM
9582010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
959
48b1e7cf
SM
960 * subr.el (copy-overlay): Handle deleted overlays.
961
c07ff221
SM
962 * man.el (Man-completion-table): Don't signal an error if we can't run
963 manual-program (bug#4056).
964
0e374247
JB
9652010-02-10 Juanma Barranquero <lekktu@gmail.com>
966
967 * textmodes/artist.el (artist-mt): Fix typos in docstring.
968
dbf8402b
SM
9692010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
970
348d1e60
SM
971 * info.el (Info-bookmark-jump): Simplify.
972
dbf8402b
SM
973 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
974 (bookmark-default-handler): Accept new bookmark field `buffer'.
975
e6d23bb5
CY
9762010-02-10 Chong Yidong <cyd@stupidchicken.com>
977
978 * iswitchb.el (iswitchb-completions): Revert last change.
979
a8e4290b
MA
9802010-02-10 Michael Albinus <michael.albinus@gmx.de>
981
2b23acde 982 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
983 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
984 This prevents file names like "~/" being listed literally.
a8e4290b 985
c59d6fad
DN
9862010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
987
348d1e60
SM
988 * term/xterm.el (xterm-maybe-set-dark-background-mode):
989 Remove dead code. (Bug#5546)
c59d6fad 990
3a66e78f
CY
9912010-02-09 Chong Yidong <cyd@stupidchicken.com>
992
993 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
994 correctly (Bug#5548).
995
f29fd869
CY
9962010-02-08 Jose E. Marchesi <jemarch@gnu.org>
997
998 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 999 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 1000
7fad1447
KH
10012010-02-08 Kenichi Handa <handa@m17n.org>
1002
1003 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 1004 cookie for putting `lisp-indent-function'.
7fad1447 1005
50e4518b
GM
10062010-02-07 Glenn Morris <rgm@gnu.org>
1007
1008 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1009 Move F2003 named interfaces from keywords-2 to keywords-1, and
1010 use function-name-face rather than constant-face.
1011 Simplify "abstract interface" regexp.
1012
a4cc44cf
CY
10132010-02-07 Chong Yidong <cyd@stupidchicken.com>
1014
1015 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1016 ID-FORMAT. Pass it to `file-attributes'.
1017
1018 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1019
c917476d
CY
10202010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1021
1022 * faces.el (set-face-attribute): Allow calling
1023 internal-set-lisp-face-attribute with 'unspecified family and
1024 foundry argument (Bug#5536).
1025
7cf3f3d6
GM
10262010-02-07 Glenn Morris <rgm@gnu.org>
1027
1028 * progmodes/f90.el (f90-font-lock-keywords-2)
1029 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1030 Handle F2003 named interfaces.
1031
ffe87109
CY
10322010-02-06 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1035 beg and end before calling c-get-state-before-change-functions.
1036
4775ecad
DN
10372010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1038
1039 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1040
0d17c4b9
JL
10412010-02-05 Juri Linkov <juri@jurta.org>
1042
1043 * doc-view.el (doc-view-mode):
1044 * image-mode.el (image-mode): Put property mode-class=special.
1045 (Bug#4896)
1046
8228a275
MH
10472010-02-05 Mark A. Hershberger <mah@everybody.org>
1048
1049 * vc-svn.el (vc-svn-revision-table): New function.
1050
d9320986
MA
10512010-02-05 Michael Albinus <michael.albinus@gmx.de>
1052
1053 * net/ange-ftp.el (ange-ftp-insert-directory):
1054 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1055 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1056 Handle also directories. (Bug#5478)
1057
f43d8ecc
GM
10582010-02-05 Glenn Morris <rgm@gnu.org>
1059
1060 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1061
ce3a988d
CY
10622010-02-05 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * startup.el (command-line-1): Convert options beginning with a
1065 single dash as well (Bug#5519).
1066
bdd42899
SM
10672010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1068
51b23c44
SM
1069 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1070 * minibuffer.el (completion-initials-expand): Only check the presence
1071 of delims *within* the boundaries, since otherwise the / delim is
1072 always found for files.
1073
bdd42899
SM
1074 Fix up various corner case problems.
1075 * doc-view.el (doc-view-last-page-number): New function.
1076 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1077 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1078 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1079 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1080 (doc-view-convert-current-doc): Don't create the resolution.el file
1081 here any more.
1082 (doc-view-pdf/ps->png): Do it here instead.
1083 (doc-view-already-converted-p): Check that resolution.el is present.
1084 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1085 windows that are not yet showing images.
1086
d5b3979c
MA
10872010-02-04 Michael Albinus <michael.albinus@gmx.de>
1088
1089 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1090 `dired-uncache' for every elemnt which is an absolute file name.
1091
1092 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1093 directory, handle its directory component.
1094 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1095 function is called permanently and creates noise, otherwise.
1096
1097 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1098 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1099 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1100
b003beb1
DB
11012010-02-04 David Burger <dburger@google.com> (tiny change)
1102
1103 * macros.el (apply-macro-to-region-lines):
1104 Minor simplification. (Bug#5485)
1105
ea92f9f3
GM
11062010-02-04 Glenn Morris <rgm@gnu.org>
1107
a03ae20d
GM
1108 * mail/rmail.el (rmail-show-message-1): Handle malformed
1109 quoted-printable text. (Bug#5441)
1110
4d01b827
GM
1111 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1112
ea92f9f3
GM
1113 * simple.el (visual-line-mode): Capitalize lighter.
1114
82055bb7
JW
11152010-02-03 John Wiegley <jwiegley@gmail.com>
1116
1117 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1118 list of files considered for "virtual buffer" completions.
1119
8214b6e4
MA
11202010-02-03 Michael Albinus <michael.albinus@gmx.de>
1121
1122 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1123 also in case of (and (not full) (not wildcard)). This is needed,
1124 when dired is called with a list of files, which are not in
1125 `default-directory'. (Bug#5478)
1126
1df9718f
SM
11272010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1130
02ba1267
JL
11312010-02-02 Juri Linkov <juri@jurta.org>
1132
1133 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1134 from unidiff to allow function-line after @@.
1135
a0c6a0fb
JL
11362010-02-02 Juri Linkov <juri@jurta.org>
1137
1138 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1139 '(RCS SCCS) with inverted condition.
1140
c35fcd52
MA
11412010-02-02 Michael Albinus <michael.albinus@gmx.de>
1142
1143 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1144 messages.
1145
6ba973c1
JL
11462010-02-01 Juri Linkov <juri@jurta.org>
1147
1148 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1149 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1150 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1151 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1152
0bca393f
SM
11532010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1156 (doc-view-revert-buffer): New command.
1157 (doc-view-mode-map): Use it.
1158
7a444e2a
DN
11592010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1160
1161 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1162 pending merge is detected.
1163
ad6fc8f4
JL
11642010-01-31 Juri Linkov <juri@jurta.org>
1165
1166 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1167 beginning of interactive spec like all other grep commands do.
1168 Put "all" in front of "gz". (Bug#5260)
1169
b9236874
DN
11702010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1171
1172 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1173
1e868757
CY
11742010-01-29 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1177 regexp is incorrect (Bug#5476).
1178
e5c70c41
MA
11792010-01-29 Michael Albinus <michael.albinus@gmx.de>
1180
1181 * net/tramp.el (tramp-handle-insert-directory): Handle also
1182 symlinks, when FILENAME is not in `default-directory'.
1183
0c0b61f1
MA
11842010-01-28 Michael Albinus <michael.albinus@gmx.de>
1185
1186 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1187 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1188
1189 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1190 of SWITCHES. Handle the case, FILENAME is not in
1191 `default-directory'. (Bug#5478)
1192 (tramp-register-file-name-handlers): Add safe-magic property.
1193
763f325e
CY
11942010-01-28 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1197 unzip (Bug#5475).
1198
fd09a83f
CY
11992010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1200
1201 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1202 (flymake-master-make-header-init): Add other C++ filename masks.
1203 (flymake-find-possible-master-files)
1204 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1205
7e5686f0
MA
12062010-01-28 Michael Albinus <michael.albinus@gmx.de>
1207
1208 Fix some busybox annoyances.
1209
1210 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1211 not responding." string.
1212 (tramp-open-connection-setup-interactive-shell): Dump stty
1213 settings. Enable "neveropen" arg for all `tramp-send-command'
1214 calls. Handle "=" in variable values properly.
1215 (tramp-find-inline-encoding): Raise an error, when no encoding is
1216 found.
1217 (tramp-wait-for-output): Check, whether PROC buffer is available.
1218 Remove spurious " ^H" sequences, sent by busybox.
1219 (tramp-get-ls-command): Suppress coloring, if possible.
1220
c6265c10
GM
12212010-01-28 Glenn Morris <rgm@gnu.org>
1222
c85a168b
GM
1223 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1224
c6265c10
GM
1225 * log-edit.el (log-edit-strip-single-file-name): Add missing
1226 :safe, :group, and :version tags.
1227
7d82a738
SB
12282010-01-27 Stephen Berman <stephen.berman@gmx.net>
1229
1230 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1231 buffers. (Bug#5477)
1232
8b0e68ea
CY
12332010-01-27 David De La Harpe Golden <david@harpegolden.net>
1234
1235 * files.el (delete-directory): Handle moving to trash without
1236 first doing recursion (Bug#5436).
1237
368d3208
DN
12382010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1239
1240 * vc-hooks.el (vc-path): Mark as obsolete.
1241
755da7fa
DN
12422010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1243
e2396d80
DN
1244 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1245 names too.
1246
755da7fa
DN
1247 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1248 for the short log.
1249 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1250
6a6d15ab 12512010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1252
ac9ffe99 1253 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1254
48c2d18a 1255 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1256
504dcc71
EH
12572010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1258
1259 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1260 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1261
51850286
DN
12622010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1263
c2f1d6d8
DN
1264 Remove support for adding --signoff on commit.
1265 Future support will use an incompatible generic mechanism.
1266 * vc-git.el (vc-git-add-signoff): Remove variable.
1267 (vc-git-toggle-signoff): Remove function.
1268 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1269
51850286
DN
1270 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1271 from xterm-set-background-mode. Return t if the background mode
1272 was set.
1273 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1274 earlier, call it again in case the background mode has changed.
1275
02c6d0d0
CY
12762010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1277
1278 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1279 (Bug#3541).
1280
064eee03
CY
12812010-01-23 Chong Yidong <cyd@stupidchicken.com>
1282
02c6d0d0
CY
1283 * emacs-lisp/assoc.el (aelement): Doc fix.
1284 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1285
5336c3ec 12862010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1287
48c2d18a 1288 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1289 is the same as subprogram call, not declaration. (Bug#5435).
1290
0536254e
MA
12912010-01-23 Michael Albinus <michael.albinus@gmx.de>
1292
1293 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1294 (tramp-smb-maybe-open-connection): Use it.
1295
411d06c2
MA
12962010-01-22 Michael Albinus <michael.albinus@gmx.de>
1297
0536254e 1298 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 1299
c893016b
SM
13002010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1303 just because we see "encoding: 8bit".
1304 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1305
9425f8e1
CY
13062010-01-22 Chong Yidong <cyd@stupidchicken.com>
1307
1308 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1309
6a801864
EZ
13102010-01-22 Eli Zaretskii <eliz@gnu.org>
1311
1312 * jka-compr.el (jka-compr-load): If load-file is not in
1313 load-history, try its file-truename version. (bug#5447)
1314
3e8f7d91
AM
13152010-01-21 Alan Mackenzie <acm@muc.de>
1316
1317 Fix a situation where deletion of a cpp construct throws an error.
1318 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1319 invoking c-with-all-but-one-cpps-commented-out, check that the
1320 special cpp construct is still in the buffer.
1321 (c-parse-state): Record the special cpp with markers, not numbers.
1322
f0bd0ad5
CY
13232010-01-21 Kenichi Handa <handa@m17n.org>
1324
1325 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1326 process last-command-event, as it is now decoded first (Bug#5380).
1327
5189d95b
CY
13282010-01-20 Chong Yidong <cyd@stupidchicken.com>
1329
1330 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1331
e073d74a
GM
13322010-01-20 Glenn Morris <rgm@gnu.org>
1333
1334 * indent.el (tab-always-indent): Fix custom-type.
1335
8ee04f3a
AM
13362010-01-19 Alan Mackenzie <acm@muc.de>
1337
1338 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1339 buffer throws "args out of range".
1340 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1341 playing the role of delimiter.
1342
6a47c86a
SL
13432010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1344
bf0b361c 1345 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
1346 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1347 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1348 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1349 Improve comments in "is" portion. Handle null procedure declaration.
1350 (ada-move-to-end): Improve doc string.
1351
2acfb954
ÓF
13522010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1353
e90d57c0 1354 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 1355 Remove obsolete information from commentary.
e90d57c0
JB
1356 (ido-choice-list): Initialize to nil.
1357 (ido-get-bufname): Reject minibuffers.
1358 (ido-make-buffer-list): If "default" is a nonexistent
1359 buffer, ignore it, as per the function's comment.
1360 (ido-kill-buffer-internal): New function.
1361 (ido-kill-buffer-at-head): Use it.
1362 (ido-visit-buffer): Likewise.
2acfb954 1363
244b023e
CY
13642010-01-18 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1367
db9e401b
JB
13682010-01-18 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * cedet/ede/locate.el (ede-locate-file-in-project)
1371 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1372 (ede-enable-locate-on-project): Fix typos in error messages.
1373
1374 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1375 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1376 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1377 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1378 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1379 Fix typos in menu help.
1380
1381 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1382 Fix typos in chart titles.
1383
1384 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1385 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1386 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1387 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1388 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1389 (semantic-parse-stream, semantic-parse-region)
1390 (semantic-parse-region-default, semantic--set-buffer-cache)
1391 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1392 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1393 (semantic-default-submodes):
1394 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1395 (semanticdb-create-ebrowse-database)
1396 (semanticdb-find-tags-for-completion-method)
1397 (semanticdb-find-tags-by-class-method)
1398 (semanticdb-deep-find-tags-by-name-method)
1399 (semanticdb-deep-find-tags-for-completion-method):
1400 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1401 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1402 (semanticdb-find-tags-for-completion-method)
1403 (semanticdb-find-tags-by-class-method)
1404 (semanticdb-deep-find-tags-for-completion-method):
1405 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1406 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1407 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1408 (semanticdb-find-tags-by-name-method)
1409 (semanticdb-find-tags-by-name-regexp-method)
1410 (semanticdb-find-tags-for-completion-method)
1411 (semanticdb-find-tags-by-class-method)
1412 (semanticdb-find-tags-external-children-of-type-method)
1413 (semanticdb-find-tags-subclasses-of-type-method)
1414 (semanticdb-deep-find-tags-by-name-method)
1415 (semanticdb-deep-find-tags-by-name-regexp-method)
1416 (semanticdb-deep-find-tags-for-completion-method):
1417 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1418 (semanticdb-enable-gnu-global-in-buffer)
1419 (semanticdb-find-tags-for-completion-method)
1420 (semanticdb-deep-find-tags-by-name-method)
1421 (semanticdb-deep-find-tags-for-completion-method):
1422 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1423 (javascript-mode, semanticdb-find-translate-path)
1424 (semanticdb-find-tags-for-completion-method)
1425 (semanticdb-find-tags-by-class-method)
1426 (semanticdb-deep-find-tags-by-name-method)
1427 (semanticdb-deep-find-tags-for-completion-method)
1428 (semanticdb-find-tags-external-children-of-type-method):
1429 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1430 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1431 (global-semantic-idle-scheduler-mode):
1432 * cedet/srecode/dictionary.el (srecode-field-value)
1433 (srecode-dictionary-add-section-dictionary):
1434 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1435 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1436 (describe-class, eieio-describe-generic, describe-generic):
1437 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1438 (eieio-speedbar-expand):
1439 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1440 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1441 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1442 (viper-del-backward-char-in-replace, viper-backward-indent)
1443 (viper-brac-function, viper-register-to-point, viper-submit-report):
1444 * net/tramp.el (tramp-remote-coding-commands):
1445 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1446 Fix typos in docstrings.
1447
9295137d
CY
14482010-01-17 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * mail/sendmail.el (mail-yank-original): Set the mark if the
1451 specified function for yanking does not do it.
1452
4d0bbcb6
DN
14532010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1454
7902c120
DN
1455 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1456
4d0bbcb6
DN
1457 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1458 resyncing a directory.
1459
0b702bc1
SL
14602010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1461
6a47c86a 1462 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
1463 (ada-ident-re): Delete ., allow multibyte characters.
1464 (ada-goto-label-re): New; matches goto labels.
1465 (ada-block-label-re): New; matches block labels.
1466 (ada-label-re): New; matches both.
1467 (ada-named-block-re): Deleted; callers changed to use
1468 `ada-block-label-re' instead.
1469 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1470 Use `ada-block-label-re'.
1471 (ada-indent-on-previous-lines): Improve handling of goto labels.
1472 (ada-get-indent-block-start): Special-case block label.
1473 (ada-get-indent-label): Split into `ada-indent-block-label' and
1474 `ada-indent-goto-label'.
1475 (ada-goto-stmt-start, ada-goto-next-non-ws):
1476 Optionally ignore goto labels.
1477 (ada-goto-next-word): Simplify.
1478 (ada-indent-newline-indent-conditional): Insert newline before
1479 trying to fix indentation; doc fix.
1480
05287c49
JB
14812010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1482
1483 * calc/calc.el (calc-command-flags): Give it an initial value.
1484
44e82a0b
GM
14852010-01-17 Glenn Morris <rgm@gnu.org>
1486
1487 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1488
4963739e
JB
14892010-01-17 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * cedet/semantic.el (semantic-mode):
1492 * files.el (minibuffer-with-setup-hook):
1493 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1494 (artist-key-draw-continously, artist-key-do-continously-continously)
1495 (artist-key-set-point-continously, artist-mouse-draw-continously):
1496 Fix typos in docstrings.
1497
116bd1ee
CY
14982010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1499
1500 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1501 return t (Bug#3898).
1502
2784cd7a 15032010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
1504
1505 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1506 can parse the output of the external commands (Bug#5279).
1507
abd5cfe8
CY
15082010-01-16 Jari Aalto <jari.aalto@cante.net>
1509
1510 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1511
4fe22cdf
CY
15122010-01-16 Chong Yidong <cyd@stupidchicken.com>
1513
bbdc98ef
CY
1514 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1515
c7dc1ac1
CY
1516 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1517
4fe22cdf
CY
1518 * startup.el (command-line): Remove unused --icon-type arg.
1519 Handle --display arg, passing it to command-line-1 (Bug#5392).
1520
045b9da7
ML
15212010-01-16 Mario Lang <mlang@delysid.org>
1522
1523 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1524 * cedet/ede/files.el (ede-expand-filename):
1525 * cedet/ede/simple.el (ede-simple-project):
1526 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1527 (semantic-complete-inline-tag-engine):
1528 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1529 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1530 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1531 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1532 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1533 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1534 * emacs-lisp/chart.el (chart-translate-namezone):
1535 * textmodes/artist.el (artist-compute-popup-menu-table):
1536 Remove duplicated words in doc-strings.
1537
6554a5df
CY
15382010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1539
1540 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1541 to mairix-search to suppress threading (Bug#5342).
1542
ca4f0e9a
KH
15432010-01-15 Kenichi Handa <handa@m17n.org>
1544
1545 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 1546 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 1547
1db3226b
GM
15482010-01-15 Glenn Morris <rgm@gnu.org>
1549
56a03f46
GM
1550 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1551
1552 * wid-edit.el (widget-keymap): Doc fix.
1553
1db3226b
GM
1554 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1555 former seems to be more widely accepted by various svn versions.
1556
80cd4bb4
JB
15572010-01-14 Juanma Barranquero <lekktu@gmail.com>
1558
d1f18ec0
JB
1559 * find-cmd.el (find-constituents):
1560 * vc-arch.el (vc-arch-root):
1561 * window.el (window-body-height, pop-up-frames):
1562 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1563 (semantic-no-reparse-needed-change-hook):
1564 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1565 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1566 (srecode-template-inserter-ask, srecode-template-inserter-width)
1567 (srecode-template-inserter-section-start)
1568 (srecode-template-inserter-section-end, srecode-insert-method):
1569 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1570 * progmodes/ada-stmt.el (ada-if):
1571 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1572 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1573 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1574 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1575
80cd4bb4
JB
1576 * progmodes/flymake.el (flymake-post-syntax-check):
1577 Fix typo in error message.
1578
9c23ca47
JB
15792010-01-14 Juanma Barranquero <lekktu@gmail.com>
1580
1581 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1582 which is always a string. (Bug#5313)
1583
8794c483
JB
15842010-01-14 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * progmodes/ada-xref.el (ada-default-prj-properties):
1587 Simplify previous change.
1588
95005d39
SL
15892010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1590
1591 * progmodes/ada-xref.el (ada-default-prj-properties):
1592 Default ada_project_path to $ADA_PROJECT_PATH.
1593
15942010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
1595
1596 * progmodes/ada-mode.el (ada-create-keymap):
1597 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1598
fb0d1545
SL
15992010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1600
1601 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1602 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1603 (ada-get-current-indent, ada-imenu-generic-expression)
1604 (ada-which-function): Check for it.
1605
5c9434d0
SL
16062010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1607
1608 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1609 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1610
3a4f3a3b
GM
16112010-01-14 Glenn Morris <rgm@gnu.org>
1612
1613 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1614
d9a7c140
KH
16152010-01-14 Kenichi Handa <handa@m17n.org>
1616
1617 * composite.el (auto-composition-mode): Make it a buffer local
1618 variable (permanent-local).
1619 (auto-composition-function): Set the default value to
1620 auto-compose-chars.
49caf252 1621 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
1622 (global-auto-composition-mode): Likewise.
1623 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 1624
38bee102
KF
16252010-01-13 Karl Fogel <kfogel@red-bean.com>
1626
1627 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 1628
b8b45afc
MA
16292010-01-12 Michael Albinus <michael.albinus@gmx.de>
1630
1631 * files.el (copy-directory): Compute target for recursive
1632 directories with identical names. (Bug#5343)
1633
893db5bc
GM
16342010-01-12 Glenn Morris <rgm@gnu.org>
1635
1636 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1637 it to bug-gnu-emacs rather than emacs-pretest-bug.
1638
2f27e6d4
JB
16392010-01-12 Juanma Barranquero <lekktu@gmail.com>
1640
1641 * cedet/data-debug.el (data-debug): Fix customization group reference.
1642
91abaf51
JB
16432010-01-12 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1646 (semantic-analyze-context, semantic-analyze-context-assignment)
1647 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1648 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1649 (semantic-java-doc-keywords-map):
1650 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1651 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1652 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1653 (semantic-c-classname, semantic-format-tag-uml-prototype)
1654 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1655 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1656 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1657 (semantic-get-local-variables, semantic-end-of-command)
1658 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1659 (lisp-mode):
1660 * cedet/semantic/bovine/make.el (makefile-mode):
1661 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1662 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1663 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1664 (semantic-lex, semantic-get-local-variables, python-mode):
1665 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1666 * cedet/srecode/extract.el (srecode-extract-state-set)
1667 (srecode-extract-method): Fix typos in docstrings.
1668
d8b8451f
SS
16692010-01-11 Sam Steingold <sds@gnu.org>
1670
1671 * imenu.el (imenu-default-create-index-function): Detect infinite
1672 loops caused by imenu-prev-index-position-function.
1673
30afcdff
JB
16742010-01-11 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * htmlfontify.el (htmlfontify-load-rgb-file)
1677 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1678 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1679 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1680 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1681 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1682 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1683 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1684 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1685 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1686 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1687 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1688 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1689 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1690 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1691 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1692 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1693 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1694 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1695 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1696 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1697 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1698 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1699 backslash-quoting from parentheses, etc.
1700
92b1c416
CY
17012010-01-11 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * progmodes/js.el: Autoload javascript-mode alias.
1704
4454adab
JB
17052010-01-11 Juanma Barranquero <lekktu@gmail.com>
1706
1707 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1708 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1709 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1710 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1711 Fix typos in docstrings.
1712 (ffap-url-regexp): Doc fix.
1713 (ffap-at-mouse): Fix typo in message.
1714
6589a2f9
GM
17152010-01-11 Glenn Morris <rgm@gnu.org>
1716
1717 * version.el (emacs-copyright): Set copyright year to 2010.
1718
4e5617ee
SM
17192010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * format.el (format-annotate-function): Only set
1722 write-region-post-annotation-function after running to-fn so as not to
1723 affect nested write-region calls (bug#5273).
1724
52bee098
CY
17252010-01-10 Chong Yidong <cyd@stupidchicken.com>
1726
4e5617ee
SM
1727 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1728 Add python parser.
52bee098 1729
a069f067
CY
1730 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1731 wisent/python.el.
1732
52bee098
CY
17332010-01-10 Richard Kim <emacs18@gmail.com>
1734
1735 * cedet/semantic/wisent/python-wy.el:
1736 * cedet/semantic/wisent/python.el: New files.
1737
e709e39d
CY
17382010-01-09 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * man.el (Man-goto-section): Signal error if the section is not
1741 found (Bug#5317).
1742
6ee86780
JB
17432010-01-09 Juanma Barranquero <lekktu@gmail.com>
1744
1745 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1746 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1747
fa7b5f7b
CY
17482010-01-09 Chong Yidong <cyd@stupidchicken.com>
1749
1750 * progmodes/compile.el: Don't treat compile-command as safe if
1751 compilation-read-command might be nil (Bug#4218).
1752
de62c4d9
JD
17532010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1754
1755 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1756 NS options.
1757
e94be827
KH
17582010-01-08 Kenichi Handa <handa@m17n.org>
1759
4e5617ee
SM
1760 * international/fontset.el (build-default-fontset-data):
1761 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 1762
1dfae2a2
JB
17632010-01-07 Juanma Barranquero <lekktu@gmail.com>
1764
1765 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1766 to `create-file-buffer' as it expects, not just a buffer name.
1767 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1768 to help uniquify. (Bug#3224)
1769
d0cf45b7
JD
17702010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1771
1772 * font-setting.el (font-setting-change-default-font): Use user-spec
1773 instead of name.
1774
7534fa5e
DN
17752010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1776
1777 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1778
fd579fdc
CY
17792010-01-05 Tom Tromey <tromey@redhat.com>
1780
4e5617ee
SM
1781 * progmodes/python.el (python-font-lock-keywords):
1782 Handle qualified decorators (Bug#881).
fd579fdc 1783
37860caf
DN
17842010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1785
1786 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1787 in a lightweight checkout.
1788
69db641d
KH
17892010-01-05 Kenichi Handa <handa@m17n.org>
1790
4e5617ee 1791 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 1792
b25d6a02
DN
17932010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1796
137d88ca
DN
17972010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1798
1799 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1800 checkouts. (Bug#618)
3d5d0aa9 1801 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
1802 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1803 (vc-bzr-shelve-menu-map):
1804 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1805 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 1806
da76998b
CY
18072010-01-02 Chong Yidong <cyd@stupidchicken.com>
1808
1809 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1810 They are valid characters in URL paths (rfc3986), and at least
1811 Firefox does not understand the encoded version (Bug#3166).
1812
b2ad70b6
CY
18132010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1814
1815 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
1816 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1817 Add "end" keyword (Bug#3061).
b2ad70b6
CY
1818 (octave-end-as-array-index-p): New function.
1819 (calculate-octave-indent): Use it.
1820
54136282
KF
18212010-01-02 Karl Fogel <kfogel@red-bean.com>
1822
1823 * bookmark.el: Consistently put the text property on the bookmark name.
1824 (bookmark-bmenu-marks-width): Bump back to 2, to include
1825 annotation marks.
1826 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1827 property on the bookmark name, instead of not putting it at all.
1828 (bookmark-bmenu-list): Fix where we put the text property.
1829
cc4d3cad
KF
18302010-01-02 Karl Fogel <kfogel@red-bean.com>
1831
1832 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1833 for showing buffer modified state (as added in the previous change).
1834
b894c439
KF
18352010-01-02 Karl Fogel <kfogel@red-bean.com>
1836
1837 * bookmark.el: Show modified state of bookmark buffer more accurately.
1838 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1839 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1840 (with-buffer-modified-unmodified): New macro.
1841 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1842 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 1843 Use new macro to preserve the buffer modified state.
b894c439 1844
3a69db53
KF
18452010-01-02 Karl Fogel <kfogel@red-bean.com>
1846
4e5617ee 1847 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
1848 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1849 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1850 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1851 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
1852 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1853 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 1854
af414f10
EZ
18552010-01-02 Eli Zaretskii <eliz@gnu.org>
1856
4e5617ee
SM
1857 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1858 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 1859
f2ec0e5e
CY
18602010-01-02 Ryan Yeske <rcyeske@gmail.com>
1861
1862 * net/rcirc.el: Add follow-link binding (Bug#4738).
1863
38c1ba62
EZ
18642010-01-02 Eli Zaretskii <eliz@gnu.org>
1865
4e5617ee 1866 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1867 (cvs-update): New target for backward compatibility.
1868
4e5617ee 1869 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1870 (cvs-update): New target for backward compatibility.
1871
ea2c0f5b
KF
18722010-01-02 Karl Fogel <kfogel@red-bean.com>
1873
1874 * bookmark.el: Remove gratuitous gratitude.
1875
5ae329f4
KF
18762010-01-02 Karl Fogel <kfogel@red-bean.com>
1877
47989945
KF
1878 * bookmark.el (bookmark-bmenu-any-marks): New function
1879 (bookmark-bmenu-save): Clear buffer modification if no marks.
1880
18812010-01-02 Karl Fogel <kfogel@red-bean.com>
1882
1883 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
1884 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1885 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1886 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1887
1888 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1889 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1890 To: emacs-devel {_AT_} gnu.org
1891 Subject: bookmark.el bug report
1892 Date: Mon, 28 Dec 2009 14:19:16 +0800
1893 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1894
aef053eb
KF
18952010-01-02 Karl Fogel <kfogel@red-bean.com>
1896
1897 * bookmark.el: Improvements suggested by Drew Adams:
1898 (bookmark-bmenu-ensure-position): New name for
1899 `bookmark-bmenu-check-position'. Just ensure the position,
1900 don't return any meaningful value.
1901 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1902 New constants.
1903
0472835f
JB
19042010-01-02 Juanma Barranquero <lekktu@gmail.com>
1905
1906 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1907 (bookmark-yank-point, bookmark-bmenu-check-position):
1908 Fix typos in docstrings.
1909 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1910 (bookmark-name-from-full-record, bookmark-get-position)
1911 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1912 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1913 Remove useless quoting of parenthesis, etc. in docstrings.
1914
1915 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1916 (ediff-append-custom-diff): Fix typo in error message.
1917 (ediff-meta-mark-equal-files): Fix typos in messages.
1918
1919 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1920
1921 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1922 Fix typo in docstring.
1923
1924 * net/imap-hash.el (imap-hash-make): Doc fix.
1925 (imap-hash-test): Fix typo in error message; reflow docstring.
1926 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1927 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1928 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1929 Fix typos in docstrings.
1930 (imap-hash-open-connection): Fix typo in error message.
1931
1932 * play/gomoku.el (gomoku): Fix typos in docstring.
1933
1934 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1935 (gdb-jsonify-buffer): Fix typos in docstring.
1936 (gdb-goto-breakpoint): Fix typo in error message.
1937 ("Display Other Windows"): Fix typo in help message.
1938 (gdb-speedbar-expand-node): Fix typo in question.
1939
1940 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1941 (idlwave-html-system-help-location, idlwave-html-help-location)
1942 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1943 (idlwave-help-browser-generic-args, idlwave-help-directory)
1944 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1945 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1946 (idlwave-online-help, idlwave-help-html-link)
1947 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1948 Fix typos in docstrings.
1949 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1950 Reflow docstrings.
1951 (idlwave-help-assistant-start): Fix typo in error message.
1952
1953 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1954 (octave-electric-space): Fix typos in docstrings.
1955
9bbe0828
CY
19562010-01-01 Chong Yidong <cyd@stupidchicken.com>
1957
1958 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1959
a88c46c3
CY
19602010-01-01 Juri Linkov <juri@jurta.org>
1961
1962 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 1963 increase the default to 500 (Bug#5148).
a88c46c3 1964
7ee6c59b
NR
19652009-12-31 Nick Roberts <nickrob@snap.net.nz>
1966
1967 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1968 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1969 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1970
a9c8a2cd
NR
19712009-12-30 Nick Roberts <nickrob@snap.net.nz>
1972
1973 Show working revision correctly for mercurial.
1974 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 1975 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 1976
659e4408
JB
19772009-12-29 Juanma Barranquero <lekktu@gmail.com>
1978
1979 Declare some functions for the byte-compiler.
1980 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1981 (speedbar-timer-fn, speedbar-change-expand-button-char)
1982 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1983
7ee6c59b
NR
19842009-12-29 Nick Roberts <nickrob@snap.net.nz>
1985
1986 This changeset reverts GDB Graphical Interface to use annotations.
1987 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1988
460f6e7c
DN
19892009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1990
1991 Make vc-dir work on subdirectories of the bzr root.
1992 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1993 file names relative to it.
1994 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1995 relative directory to vc-bzr-after-dir-status.
1996
543f553a
TH
19972009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1998
1999 * font-lock.el (font-lock-refresh-defaults): New function, which
2000 can be used to let font-lock react to external changes in
2001 variables like font-lock-defaults and keywords.
2002 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2003
2592ab76
DN
20042009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2005
ac859983
DN
2006 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2007
2592ab76
DN
2008 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2009
58941d03
JB
20102009-12-28 Juanma Barranquero <lekktu@gmail.com>
2011
2012 Supersede color.diff settings in git log (bug#5211).
2013
2014 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2015 escape chars in its output when the user has color.diff set to `always'.
2016 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2017
39764e76
KR
20182009-12-26 Kevin Ryde <user42@zip.com.au>
2019
2020 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2021 node. Keep previous "Index" name to work with past coreutils too.
2022
91c4831e
KR
2023 * man.el (man): Revise docstring a bit to show -a and -l as
2024 examples. Add -k description since support for it has otherwise
2025 been a secret. (Further to bug#3717.)
651e932e
KR
2026 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2027 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 2028 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 2029
7f4d4a97
MA
20302009-12-26 Michael Albinus <michael.albinus@gmx.de>
2031
2032 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2033 switches. Check also for //SUBDIRED// line.
2034
bcffff46
KH
20352009-12-25 Kenichi Handa <handa@m17n.org>
2036
2037 * language/indian.el (devanagari-composable-pattern): Fixed to
2038 handle ZWNJ and ZWJ. Use it in composition-function-table for
2039 Devanagari.
2040 (malayalam-composable-pattern): Fix previous change.
2041
dc1dcfa4
VJL
20422009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2043
2044 * ps-print.el (ps-face-attributes): It was not returning the
2045 attribute face for faces specified as string. Reported by harven
2046 <harven@free.fr>.
2047 (ps-print-version): New version 7.3.5.
2048
6fe539d2
UJ
20492009-12-18 Ulf Jasper <ulf.jasper@web.de>
2050
2051 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2052 timezone names.
2053 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2054 (icalendar--add-diary-entry): Remove the trailing blank that
2055 diary-make-entry inserts.
2056
1f3611c6
MA
20572009-12-17 Michael Albinus <michael.albinus@gmx.de>
2058
2059 Make `file-expand-wildcards' work for remote files.
2060
2061 * files.el (file-expand-wildcards): In case of remote files, check
2062 only local file name part for wildcards. Provide feature 'files
2063 and subfeature 'remote-wildcards. (Bug#5198)
2064
2065 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2066 if there is already an established connection.
2067 (tramp-advice-file-expand-wildcards): Remove it.
2068
2069 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2070 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2071 Activate advice for older GNU Emacs versions. (Bug#5237)
2072
9762b219
JB
20732009-12-17 Juanma Barranquero <lekktu@gmail.com>
2074
2075 Some doc fixes (more needed).
2076
2077 * find-cmd.el (find-constituents): Reflow docstring.
2078 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2079 (find-generic): Doc fix.
2080
cfb54897
JL
20812009-12-17 Juri Linkov <juri@jurta.org>
2082
2083 Fix regression from 23.1 to allow multiple modes in Local Variables.
2084
2085 * files.el (hack-local-variables-filter): While ignoring duplicates,
2086 don't take `mode' into account.
2087 (hack-local-variables-filter, hack-dir-local-variables): Don't
2088 remove duplicate `mode' from local-variables-alist (like `eval').
2089
ad974e9e
JL
20902009-12-17 Juri Linkov <juri@jurta.org>
2091
2092 Make `dired-diff' more safe. (Bug#5225)
2093
2094 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2095 `current' or when `file' is a directory of the `current' file.
2096
3616e0b9
AS
20972009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2098
2099 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2100 unconditionally preloaded files.
2101
72b57560
JL
21022009-12-16 Juri Linkov <juri@jurta.org>
2103
2104 Revert to old 23.1 logic of using the file at the mark as default.
2105 * dired-aux.el (dired-diff): Use the file at the mark as default
2106 if it's not the same as the current file, and the target dir is
2107 the current dir or the mark is active. Add the current file
2108 as the arg of `dired-dwim-target-defaults'. Use the default file
2109 in the prompt. (Bug#5225)
2110
68712eb6
MA
21112009-12-15 Michael Albinus <michael.albinus@gmx.de>
2112
2113 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2114 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2115 (tramp-check-for-regexp): Check also, when an echoing shell stops
2116 to echo sent commands.
2117
fd471993
CY
21182009-12-14 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * Makefile.in: Revert last change (Bug#5191).
2121
86b5e14c
DN
21222009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2123
2124 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
2125 (vc-hg-working-revision): Make sure the command is executed in a
2126 known environment so that we can parse the output. (Bug#4417)
86b5e14c 2127
8cffbb75
CY
21282009-12-14 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * progmodes/python.el (python-symbol-completions): Remove text
2131 properties from symbol string before calling python-send-receive.
2132
6c2b67ad
NR
21332009-12-14 Nick Roberts <nickrob@snap.net.nz>
2134
2135 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 2136 when there are values for both file and line. (Bug#5060)
6c2b67ad 2137
ff6f4585
JL
21382009-12-14 Juri Linkov <juri@jurta.org>
2139
2140 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2141 whitespace after the file name of the first line of unified format,
2142 because git-diff doesn't output whitespace and file modification time
2143 after the file name.
2144
d3de1c8e
JL
21452009-12-14 David Kastrup <dak@gnu.org>
2146
2147 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2148 check if it already has the `display' property added by
2149 `Info-display-images-node', and not put the `invisible' property
2150 in this case.
2151
f192624c
CY
21522009-12-14 Chong Yidong <cyd@stupidchicken.com>
2153
2154 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2155 (semantic-mru-bookmark-mode): Doc fixes.
2156
2157 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2158 of assert.
2159
2f1b7dc4
GM
21602009-12-13 Glenn Morris <rgm@gnu.org>
2161
a0cefee5
GM
2162 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2163 (report-emacs-bug): In message-mode, sort manually before storing
2164 original report text. (Bug#5178)
2f1b7dc4
GM
2165 Remove superfluous save-excursion.
2166
31bb373f
MA
21672009-12-12 Michael Albinus <michael.albinus@gmx.de>
2168
2169 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2170 when responding to "GetAll" properties.
2171
5e1d4968
CY
21722009-12-12 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * simple.el (compose-mail): Remove mail-setup-with-from from
2175 customization checks.
2176
097d86f9
EZ
21772009-12-12 Eli Zaretskii <eliz@gnu.org>
2178
2179 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2180 RAR archives created on Unix systems.
2181
1d4adede
SM
21822009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2185 the varalias that was accidentally removed by the 2009-11-19 change
2186 (bug#5186).
2187
3ff3655c
KH
21882009-12-12 Kenichi Handa <handa@m17n.org>
2189
2190 * language/indian.el (indian-compose-regexp): New function.
2191 (malayalam-composable-pattern): Fix the pattern.
2192 (composition-function-table): Set malayalam-composable-pattern for
2193 Malayalam characters.
2194
82d3343c
CY
21952009-12-11 Chong Yidong <cyd@stupidchicken.com>
2196
315eb96d
CY
2197 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2198 rather than down-mouse-1, based on follow-link conventions.
2199
82d3343c
CY
2200 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2201 are compiled.
2202
86a4c7ac
DN
22032009-12-11 Michael McNamara <mac@mail.brushroad.com>
2204
bf0b361c 2205 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2206 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2207 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2208 (verilog-leap-to-head, verilog-backward-token):
2209 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2210
22112009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2212
bf0b361c
JB
2213 * progmodes/verilog-mode.el (verilog-auto-lineup)
2214 (verilog-nameable-item-re): Cleanup user-visible spelling and
2215 documentation errors. One reported by Gary Delp.
1d4adede 2216 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2217 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2218 package, bug195. Reported by Pierre-David Pfister.
2219
fe03f49a
GM
22202009-12-11 Glenn Morris <rgm@gnu.org>
2221
47641aac
GM
2222 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2223
85094855
GM
2224 * mail/emacsbug.el: No longer require sendmail.
2225 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2226 (report-emacs-bug-orig-text): Doc fix.
2227 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2228 New local variables, to adapt to different mail-user-agents.
2229 (report-emacs-bug): Fix test for a gnu.org address.
2230 Use overlays for emphasis, since font-lock defeats 'face property.
2231 Pretest bugs also end up at the newsgroup these days.
2232 Stop message-mode stripping text properties.
2233 Set and use the new buffer-local variables.
2234 (report-emacs-bug-hook): Add doc-string.
2235 Remove some unnecessary save-excursions and simplify.
2236 Use the appropriate hook and send-command.
2237
fe03f49a
GM
2238 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2239 capitalization of some menu entries.
2240
345427f0
VJL
22412009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2242
4e6a65b9 2243 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2244 `buffer-display-table' is unique when two or more windows are
2245 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2246 New version 12.1.
2247
c70ccbba
EZ
22482009-12-10 Eli Zaretskii <eliz@gnu.org>
2249
2250 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2251 characters in the Attribute field.
2252
f1943c1b
DN
22532009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2254
2255 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2256
1c67aeaa
SM
22572009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2260 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2261 Disregard autoload-excludes.
2262 (update-directory-autoloads): Obey autoload-excludes here instead.
2263 But don't store its contents in no-autoloads and remove entries that
2264 refer to excludes files.
2265
d8194864
GM
22662009-12-10 Glenn Morris <rgm@gnu.org>
2267
8c0171c0
GM
2268 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2269 (expand-mail-aliases): Define for compiler.
2270
dba372dd
GM
2271 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2272 Define for compiler.
2273
d8194864
GM
2274 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2275 appropriate for the mail-user-agent in use.
2276
fe5facd3
MA
22772009-12-09 Michael Albinus <michael.albinus@gmx.de>
2278
2279 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2280
99999a1d
DN
22812009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2282
2283 Fix short log parsing and fontification.
2284 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2285 Fix fontification for the [merge] label.
2286
2ea1c4aa
SM
22872009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2288
2289 Drop some properties to avoid surprises.
2290 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2291 (hfy-fontify-buffer): Use it.
2292
9840deb6
SM
22932009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2294
a0d1aadf
SM
2295 Minor cleanup.
2296 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2297 Adjust all callers.
2298 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2299 args compulsory. Adjust callers.
2300 (ffap-gopher-at-point): Remove unused var `name'.
2301
9840deb6
SM
2302 Get rid of the ELCFILES abomination.
2303 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2304 (compile-elcfiles): New phony target.
2305 (compile-main): Compute ELCFILES dynamically.
2306 (compile-clean): New target to remove left-over elc files.
2307 (compile, all): Use it.
2308
7eb3f9a8
KH
23092009-12-09 Kenichi Handa <handa@etlken>
2310
2311 * international/mule-diag.el: Require help-mode instead of help-fns.
2312
ae63e572
KH
23132009-12-09 Kenichi Handa <handa@m17n.org>
2314
5ce6e4f4 2315 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2316 fine ranges instead of pre-calculating accurate ranges.
2317 Iterate with bigger gc-cons-threshold.
ae63e572 2318
e2f3c692
DN
23192009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2320
2321 Add support for stashing a snapshot of the current tree.
2322 * vc-git.el (vc-git-stash-snapshot): New function.
2323 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2324
cf6d0352
JB
23252009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2326
2327 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2328 instead of `(beginning|end)-of-line'.
2329
48e4acc9
GM
23302009-12-08 Glenn Morris <rgm@gnu.org>
2331
6e890faa
GM
2332 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2333
48e4acc9
GM
2334 * Makefile.in (ELCFILES): Regenerate.
2335
d2a1dc7b
JL
23362009-12-07 Juri Linkov <juri@jurta.org>
2337
2338 Don't lazy-highlight the comint output in history Isearch mode.
2339
2340 * comint.el (comint-history-isearch-search): Instead of
2341 `comint-line-beginning-position', use `comint-after-pmark-p'
2342 to check if point if before the process mark, and go to
2343 `process-mark' in this case.
2344
51ef56c4
SM
23452009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2346
fb10ee4a
SM
2347 * textmodes/tex-mode.el (latex-complete)
2348 (latex-indent-or-complete): Remove.
2349 (latex-mode): Set completion-at-point-functions instead.
2350
2351 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2352 * minibuffer.el (completion-at-point-functions): New var.
2353 (completion-at-point): New command.
fb10ee4a 2354 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2355 * progmodes/python.el (python-mode-map): Use completion-at-point.
2356 (python-completion-at-point): Rename from python-partial-symbol and
2357 adjust for use in completion-at-point-functions.
2358 (python-mode): Setup completion-at-point for Python completion.
2359 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2360 extracted from lisp-complete-symbol.
2361 (lisp-complete-symbol): Use it.
2362 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2363 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2364 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2365 Use completion-at-point.
51ef56c4 2366 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2367 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2368 * progmodes/sym-comp.el: Move to...
2369 * obsolete/sym-comp.el: Move from progmodes.
2370
5e7a9022
EZ
23712009-12-07 Eli Zaretskii <eliz@gnu.org>
2372
2373 Prevent save-buffer in Rmail buffers from using the coding-system
2374 of the current message, and from clobbering the encoding mnemonics
2375 in the mode line (Bug#4623).
2376
2377 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2378 flag, too.
2379 (rmail-message-encoding): New variable.
2380 (rmail-write-region-annotate): Record the encoding of the current
2381 message in rmail-message-encoding.
2382 (rmail-after-save-hook): New function, restores the encoding of
2383 the current message after the message collection is saved.
2384
9136e895
JL
23852009-12-07 Juri Linkov <juri@jurta.org>
2386
2387 * progmodes/grep.el (grep-read-files): Use `completing-read'
2388 instead of `read-string'. Set its `collection' arg to
2389 `read-file-name-internal'. (Bug#4301)
2390
40637410
JL
23912009-12-07 Juri Linkov <juri@jurta.org>
2392
2393 Correctly restore original Isearch point. (Bug#4994)
2394
2395 * isearch.el (isearch-mode): Move `isearch-push-state' after
2396 `(run-hooks 'isearch-mode-hook)'.
2397 (isearch-cancel): When `isearch-push-state-function' is defined,
2398 let-bind `isearch-cmds' to the first state (the last element of
2399 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2400 function and restores the original point). Otherwise, move point
2401 to `isearch-opoint'.
2402
da10ce2b
SM
24032009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2406 chars that don't have names, so the table can be built much faster at
2407 run-time.
2408
3d68fa99
CY
24092009-12-07 Chong Yidong <cyd@stupidchicken.com>
2410
f82b1493
CY
2411 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2412 change. Suggested by David Kastrup.
2413
3d68fa99
CY
2414 * simple.el (compose-mail): Check for incompatibilities and warn.
2415 (compose-mail-user-agent-warnings): New option.
2416
662c5698
DN
24172009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2418
2419 Support showing a single log entry from vc-annotate.
2420 * vc.el (print-log): Add a new argument: START-REVISION.
2421 (vc-print-log-internal): Add a new optional argument and
2422 pass it to the backend.
2423 (vc-print-log, vc-print-root-log): Adjust callers.
2424 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2425 buffer already displays the requested log entry, use it.
2426 Otherwise display only the log entry in question.
2427 * vc-svn.el (vc-svn-print-log):
e4070cdc 2428 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
2429 * vc-hg.el (vc-hg-state):
2430 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2431 (vc-git-show-log-entry): Return t on success.
2432 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2433 (vc-bzr-show-log-entry): Return t on success.
2434 * vc-rcs.el (vc-rcs-print-log):
2435 * vc-sccs.el (vc-sccs-print-log):
2436 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2437
e4070cdc
GM
24382009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2439
5ce6e4f4
JB
2440 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2441 Add menus to the meta mode. (Bug#5043)
e4070cdc 2442
5ce6e4f4 24432009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
2444
2445 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 2446 event-key.
662c5698 2447
662c5698
DN
2448 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2449
dab816a9
MA
24502009-12-07 Michael Albinus <michael.albinus@gmx.de>
2451
2452 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2453 Berbain <raphael.berbain@gmail.com>.
2454
2455 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2456 characters.
2457 (tramp-initial-end-of-output): New defconst.
2458 (tramp-methods, tramp-find-shell)
2459 (tramp-open-connection-setup-interactive-shell)
2460 (tramp-maybe-open-connection): Use it.
2461 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2462 existence of `#' and `$'.
2463
2464 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2465 `tramp-initial-end-of-output'.
2466
a91e1f6b
DN
24672009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 Get the background mode from the terminal for xterm, and set
2470 faces accordingly.
2471 * term/xterm.el (xterm-set-background-mode): New function.
2472 (terminal-init-xterm): Use it in case xterm supports background
2473 color queries. Recompute faces after getting the background
2474 color.
2475
5fa9d1ec
GM
24762009-12-07 Ulrich Mueller <ulm@gentoo.org>
2477
2478 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2479 number comment back on its own line, for easier parsing.
2480
5e9fde5e
SM
24812009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 Make it work for non-file buffers (bug#5102).
2484 * doc-view.el (doc-view-current-cache-dir):
2485 Use doc-view-buffer-file-name rather than buffer-file-name.
2486 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2487
2f2f5242
CY
24882009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2489
2490 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2491 author field is too short.
2492
cebf8ec6
DN
24932009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2494
5e9fde5e
SM
2495 * vc-git.el (vc-git-print-log): Handle a limit argument.
2496 Display the short log in graph form and with labels.
0d3f8a78
DN
2497 (vc-git-log-view-mode): Handle labels.
2498
cebf8ec6
DN
2499 Make vc-revert change VC state from 'added to 'unregistered.
2500 * vc-git.el (vc-git-revert): Call git reset first.
2501
8e39154d
UJ
25022009-12-06 Ulf Jasper <ulf.jasper@web.de>
2503
d8194864
GM
2504 * net/newst-backend.el, net/newst-plainview.el:
2505 * net/newst-reader.el, net/newst-ticker.el:
2506 * net/newst-treeview.el, net/newsticker.el:
2507 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 2508
ef187c24
CY
25092009-12-06 Chong Yidong <cyd@stupidchicken.com>
2510
238a0f3a
CY
2511 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2512
2c6bb71a
CY
2513 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2514 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2515 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2516 Update annotation regexp.
2517
ef187c24
CY
2518 * simple.el (beginning-of-visual-line): Constrain to field
2519 boundaries (Bug#5106).
2520
571855b6
UJ
25212009-12-06 Ulf Jasper <ulf.jasper@web.de>
2522
d8194864 2523 * xml.el (xml-substitute-numeric-entities): Move
571855b6 2524 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2525 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
2526 * net/newst-backend.el (newsticker--parse-generic-feed)
2527 (newsticker--parse-generic-items)
d8194864 2528 (newsticker--decode-numeric-entities): Move
571855b6 2529 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2530 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 2531
b857059c
CY
25322009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2533
2534 * progmodes/js.el (js--js-not): Add null to the list of values.
2535
c2dae51b
CY
25362009-12-06 Chong Yidong <cyd@stupidchicken.com>
2537
d8194864 2538 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 2539
ed0f72d2
RW
25402009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2541
2542 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2543 delimiter if it is at the end of the current line.
2544 (bibtex-generate-url-list): Fix docstring.
2545
365b9a62
SM
25462009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2549 minibuffer's content with itself.
2550 Fold the confirm-after-completion case into the `confirm' case.
2551 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2552
990a9cb1
KR
25532009-12-06 Kevin Ryde <user42@zip.com.au>
2554
2555 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 2556 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 2557
8b5a10db 2558 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 2559 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 2560
065543e7
JL
25612009-12-05 Juri Linkov <juri@jurta.org>
2562
2563 Save and restore dired buffer's point positions too. (Bug#4880)
2564
2565 * dired.el (dired-save-positions): Return in the first element
2566 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2567 Doc fix.
2568 (dired-restore-positions): First restore buffer's position.
2569 While restoring window's positions, check if window still displays
2570 the original buffer.
2571
503edac9
CY
25722009-12-05 Chong Yidong <cyd@stupidchicken.com>
2573
9a594ee6
CY
2574 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2575 if possible.
2576
365b9a62
SM
2577 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2578 Make argument optional.
9a594ee6 2579
925f8c70
CY
2580 * shell.el (shell): Require ansi-color (Bug#5113).
2581
2582 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2583
503edac9
CY
2584 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2585
8fea6b33
AM
25862009-12-05 Alan Mackenzie <acm@muc.de>
2587
2588 * progmodes/cc-mode.el (c-before-hack-hook)
2589 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2590 `c-file-style' to work again. This reversion restores the current
212c5aef 2591 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 2592
5d1fd962
CY
25932009-12-05 Kevin Ryde <user42@zip.com.au>
2594
2595 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2596 comment-start-skip to comment-end-skip as comment (Bug#4781).
2597
30760c8b
JL
25982009-12-05 Juri Linkov <juri@jurta.org>
2599
2600 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2601 for virtual nodes. (Bug#4147)
2602 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2603 when moving from a virtual node.
2604 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2605 (Info-mode): Add `Info-virtual-index' to the docstring.
2606
1dc5c6f3
CY
26072009-12-05 Eric Ludlam <zappo@gnu.org>
2608
2609 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2610 Describe project macro symbols.
2611
2612 * cedet/semantic/complete.el (semantic-complete-do-completion):
2613 Don't call semantic-collector-current-exact-match.
2614
2615 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2616 ede-objects as targets.
2617
2618 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2619 a target's object list even if compiler vars are already in the
2620 Makefile.
2621
2622 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2623 list of headers producing necessary macros.
2624
403111a8
RW
26252009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2626
2627 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2628 track of the buffer position of the end of a BibTeX entry as this
2629 position may change during reformatting.
2630 (bibtex-format-entry): Remove whitespace before processing
2631 numerical fields so that we recognize the latter properly.
2632 (bibtex-reformat): Do not use push which changes the global value
2633 of bibtex-entry-format.
2634 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2635 (bibtex-field-re-init): Replace only space characters by regexp
2636 for whitespace.
365b9a62 2637 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
2638 (bibtex-initialize): Also update bibtex-strings.
2639 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
2640 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2641 Update bibtex-reference-keys.
403111a8 2642
25b54627
SM
26432009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2646 point after a star, if that's the only place where modifications can
2647 make progress.
2648
35639eb4
DN
26492009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2650
2651 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2652 in docstrings.
2653
8b78760b
JL
26542009-12-04 Juri Linkov <juri@jurta.org>
2655
2656 * proced.el (proced): Call `(proced-update t)' to update process
2657 information instead of only running proced-post-display-hook.
2658 (proced-send-signal): Add a leading space to the buffer name
2659 " *Marked Processes*" to make this buffer ephemeral.
2660
2b3489a7
JL
26612009-12-04 Juri Linkov <juri@jurta.org>
2662
2663 * dired.el (dired-auto-revert-buffer): New defcustom.
2664 (dired-internal-noselect): Use it.
2665
9b9debd1
JL
26662009-12-04 Juri Linkov <juri@jurta.org>
2667
2668 Change roles of modes and functions in image-mode.el (Bug#5062).
2669
2670 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2671 in `auto-mode-alist'.
2672 (image-mode-previous-major-mode): New variable.
2673 (image-minor-mode-map): Rename from `image-mode-text-map'.
2674 (image-mode): Move graceful error-handling code from
2675 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2676 (image-minor-mode): Remove all image-handling code.
2677 Replace `image-mode-text-map' with `image-minor-mode-map'.
2678 Check for `image-type' in mode-line format string.
2679 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2680 (image-mode-as-text): New function with most code from
2681 `image-mode-maybe'.
2682 (image-toggle-display-text): Move code that removes image
2683 properties from `image-toggle-display' to here.
2684 (image-toggle-display-image): New function with code that adds
2685 image properties copied from `image-toggle-display'.
2686 (image-toggle-display): Remove most code with leaving only code
2687 that toggles between `image-mode-as-text' and `image-mode'.
2688
0c74a301
UJ
26892009-12-04 Ulf Jasper <ulf.jasper@web.de>
2690
2691 * net/newst-treeview.el
2692 (newsticker--treeview-list-highlight-start): Restored call to
2693 save-excursion: Selected item was stuck.
2694 (newsticker--treeview-list-select): New.
2695 (newsticker--treeview-item-show-text)
2696 (newsticker--treeview-item-show)
2697 (newsticker--treeview-item-update): Use new
2698 newsticker-treeview-item-mode.
2699 (newsticker-treeview-update): Keep current item.
2700 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2701 (newsticker--treeview-first-feed): Doc change.
2702 (newsticker-treeview-list-menu)
2703 (newsticker-treeview-item-menu): Added menu entries.
2704 (newsticker-treeview-item-mode): New.
2705
5ce6e4f4 2706 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
2707 windows.
2708
9eaeec5b
SS
27092009-12-04 Sam Steingold <sds@gnu.org>
2710
2711 * log-view.el (log-view-mode-map): "q" calls quit-window,
2712 like in all the other non-self-insert buffers.
2713
b2bf5be5
SM
27142009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 Minor cleanup.
2717 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2718 key decoding rather than do it manually via last-input-event +
2719 ascii-character.
2720 (term-exec): Use delete-and-extract-region.
2721 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2722 (term-process-pager): Remove unused var `i'.
2723 (term-dynamic-simple-complete): Make obsolete.
2724 (serial-update-config-menu): Remove unused vars `y' and `str'.
2725 (term-update-mode-line): Remove unused var `temp'.
2726
46e5c897
DN
27272009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2728
2729 Limit the number of log entries displayed by default.
2730 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2731 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2732 using a prefix argument.
2733
627e0a14
GM
27342009-12-03 Glenn Morris <rgm@gnu.org>
2735
2736 * progmodes/idlwave.el (class): Restore still useful declaration.
2737
8578c224
AM
27382009-12-03 Alan Mackenzie <acm@muc.de>
2739
4abc318c 2740 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 2741
b2bf5be5
SM
2742 * progmodes/cc-mode.el (c-basic-common-init):
2743 Call c-state-cache-init.
9762b219 2744 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 2745 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 2746 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
2747
2748 * progmodes/cc-langs.el (c-before-font-lock-function):
2749 c-extend-and-neutralize-syntax-in-CPP has been renamed
2750 c-neutralize-syntax-in-and-mark-CPP.
2751
2752 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2753 with `category' properties now, not `syntax-table' ones.
2754
2755 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2756 enhanced (but slower) version of c-end-of-macro that won't land
2757 inside a literal or on another awkward character.
2758 (c-state-cache-too-far, c-state-cache-start)
2759 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2760 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2761 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2762 (c-state-min-scan-pos, c-state-brace-pair-desert)
2763 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2764 buffer local variables.
2765 (c-state-literal-at, c-state-lit-beg)
2766 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2767 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2768 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2769 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2770 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2771 (c-renarrow-state-cache)
2772 (c-append-lower-brace-pair-to-state-cache)
2773 (c-state-push-any-brace-pair, c-append-to-state-cache)
2774 (c-remove-stale-state-cache)
2775 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2776 (c-invalidate-state-cache-1, c-parse-state-1)
2777 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
2778 (c-parse-state): Enhance and refactor.
2779 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
2780
2781 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2782 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
2783 modify to use category text properties rather than syntax-table ones.
2784 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
2785 to switch off/on the syntactic paren property of C++ template
2786 delimiters using the category property.
2787 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2788 template delims suppressed.
2789 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2790 New constant/macros which apply category properties to the start
2791 and end of preprocessor constructs.
b2bf5be5 2792 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
2793 "comment out" the syntactic value of characters in preprocessor
2794 constructs.
2795 (c-with-cpps-commented-out)
2796 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2797 with characters in all or all but one preprocessor constructs
2798 "commented out".
2799
0d4dc442
RW
28002009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2801
2802 * proced.el (proced-filter-alist): Use regexp-quote.
2803
a09dc9bf
MA
28042009-12-03 Michael Albinus <michael.albinus@gmx.de>
2805
2806 Cleanup.
2807 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2808 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2809 arguments. Expand `default-directory'.
2810
2811 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2812 the benefit of returning an expanded localname.
2813 (tramp-tramp-file-p): Handle the case NAME is not a string.
2814
3f6bd790
DN
28152009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2816
4dfb3b9c
DN
2817 Add support for bzr shelve/unshelve.
2818 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2819 (vc-bzr-extra-menu-map): New variables.
2820 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2821 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2822 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2823 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2824 (vc-bzr-dir-extra-headers): Display shelves.
2825
3f6bd790
DN
2826 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2827
842d73a1
SM
28282009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * textmodes/bibtex.el (bibtex-complete-internal):
2831 Use completion-in-region.
2832 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2833
7fa4876f
DN
28342009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2835
2836 Support applying stashes. Improve UI.
2837 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2838 (vc-git-stash-apply, vc-git-stash-pop)
2839 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2840 (vc-git-stash-menu): New functions.
2841 (vc-git-stash-menu-map): New variable.
2842 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2843
d6e82452
GM
28442009-12-03 Glenn Morris <rgm@gnu.org>
2845
2846 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2847 (vc-print-log-internal): Fix previous change.
2848 (vc-revert): Correct pluralization.
2849
8d222148
SM
28502009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2851
ea52206b
SM
2852 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2853 it to be an alist any more.
2854 (makefile-complete): Use completion-in-region.
2855
69a94a37
SM
2856 * progmodes/octave-mod.el (octave-complete-symbol):
2857 Use completion-in-region.
2858
8d222148
SM
2859 Misc cleanup.
2860 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2861 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2862 (idlwave-complete-class): Don't quote lambda.
2863 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2864 (idlwave-mode-map): Move initialization into declaration.
2865 (idlwave-action-and-binding): Use backquotes.
2866 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2867 Simplify.
2868 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2869 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2870 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2871 `parts', and `all-parts'.
2872 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2873 (idlwave-convert-xml-system-routine-info): Remove unused string
2874 `version-string'.
2875 (idlwave-display-user-catalog-widget): Use dolist.
2876 (idlwave-scanning-lib): Declare dynamically-scoped var.
2877 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2878 (completion-highlight-first-word-only): Declare to silence bytecomp.
2879 (idlwave-popup-select): Tighten scope of `resp'.
2880 (idlwave-find-struct-tag): Remove unused var `beg'.
2881 (idlwave-after-load-rinfo-hook): Declare.
2882 (idlwave-sintern-class-info): Remove unused var `taglist'.
2883 (idlwave-find-class-definition): Remove unused var `list'.
2884 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2885 (idlwave-what-module-find-class): Remove unused var `classes'.
2886
3bb8691b
JB
28872009-12-03 Juanma Barranquero <lekktu@gmail.com>
2888
2889 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2890
f72f0c23
SM
28912009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2894 buffers visited. Remove redundant current-buffer-saving.
2895
601a9508
SM
28962009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 Use completion-in-buffer and remove uses of dynamic scoping.
2899 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2900 (pascal-buffer-to-use, pascal-flag): Don't declare.
2901 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2902 (pascal-get-completion-decl, pascal-keyword-completion):
2903 Add `pascal-str' argument, save-excursion,
2904 return the found completions, and don't filter with pascal-pred.
2905 (pascal-completion-cache): New var.
2906 (pascal-completion): Don't switch buffer any more (it was never
2907 necessary). Don't save-excursion any more (it's done by the called
2908 subroutines). Use a cache to avoid redundant computations.
2909 Use complete-with-action rather than pascal-completion-response and
2910 let it apply the predicate as well.
2911 (pascal-complete-word): Use completion-in-buffer when
2912 pascal-toggle-completions is nil.
2913 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2914 not used any more.
2915 (pascal-comp-defun): Don't change buffer any more.
2916 Use complete-with-action rather than pascal-completion-response and
2917 let it apply the predicate as well.
2918 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2919 when neded.
2920
1ff4cb98
KH
29212009-12-02 Kenichi Handa <handa@m17n.org>
2922
2923 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2924 shape for all Indic scripts.
2925
bb12edf1
SM
29262009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 Use completion-in-buffer.
2929 * wid-edit.el (widget-field-text-end): New function.
2930 (widget-field-value-get): Use it.
2931 (widget-string-complete, widget-file-complete)
2932 (widget-color-complete): Use it and completion-in-region.
2933 (widget-complete): Don't narrow the buffer.
2934
5813f6ef
GM
29352009-12-02 Glenn Morris <rgm@gnu.org>
2936
c920f222
GM
2937 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2938 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
2939 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2940 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 2941
5813f6ef
GM
2942 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2943 save-excursion with save-current-buffer.
2944 Widen before searching. (Bug#5093)
2945 (diary-list-sexp-entries): Remove superfluous save-excursion.
2946
34b1d750
GM
29472009-12-02 Michael Welsh Duggan <mwd@cert.org>
2948
2949 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2950 name. (Bug#5038)
2951
b2d5f31a
GM
29522009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2953
2954 * ido.el (ido-file-internal): Handle filenames at point that do
2955 not have a directory part. (Bug#5049)
2956
c710ac3c
JB
29572009-12-02 Juanma Barranquero <lekktu@gmail.com>
2958
2959 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2960 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2961
9946be46
SM
29622009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2963
2964 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2965 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2966 any more.
2967
b08016f2
SM
29682009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2969
e7440df4
SM
2970 * comint.el (comint-insert-input): Ignore clicks to the right of
2971 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2972
3bb8691b 2973 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
2974 terminate before setting up the major mode.
2975
f3b757f5
SM
2976 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2977 in case.
2978
a2877f1d
SM
2979 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2980 the last element.
2981
b08016f2
SM
2982 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2983
782d6e30
GM
29842009-12-01 Glenn Morris <rgm@gnu.org>
2985
2986 * window.el (window--display-buffer-2): Fix previous changes.
2987
28f57f7e
CY
29882009-12-01 Chong Yidong <cyd@stupidchicken.com>
2989
2990 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2991
c31a2fdc
GM
29922009-12-01 Glenn Morris <rgm@gnu.org>
2993
2994 * Makefile.in (ELCFILES): Add mpc.elc.
2995
e1ada222
SM
29962009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * mpc.el: New file.
2999
0c9ff2c5
GM
30002009-12-01 Glenn Morris <rgm@gnu.org>
3001
3689984f
GM
3002 * window.el (window-to-use): Define for compiler.
3003
3ab4308b
GM
3004 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3005 consistent with others (no final period).
3006
0c9ff2c5
GM
3007 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3008 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3009
fb0c18ff
DN
30102009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3011
3012 Make vc-print-log buttons work.
045b9da7 3013 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 3014
2ac7e73e
JB
30152009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3016
3017 * savehist.el (savehist-autosave-interval): Allow setting to nil
3018 through customize. (Bug#5056)
3019
5237d741
JB
30202009-11-30 Juanma Barranquero <lekktu@gmail.com>
3021
3022 Fix references to jit-lock properties.
3023 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3024 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3025 (perl-font-lock-special-syntactic-constructs):
3026 Quote jit-lock-defer-multiline property.
3027
379241fa
DN
30282009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3029
3030 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3031
054ae856
JL
30322009-11-30 Juri Linkov <juri@jurta.org>
3033
3034 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3035 value `buffer' of `multi-isearch-next-buffer-current-function'.
3036 Use `(current-buffer)' when `buffer' is nil.
3037 (multi-isearch-next-buffer-from-list): Don't fallback to
3038 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3039
67296dda
JL
30402009-11-30 Juri Linkov <juri@jurta.org>
3041
3042 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3043 of buffers with `get-buffer' to `multi-isearch-buffers'.
3044 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3045 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3046 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3047 FILES with `expand-file-name' converting relative file names
3048 to absolute. Doc fix. (Bug#4727)
3049
c585bf32
JL
30502009-11-30 Juri Linkov <juri@jurta.org>
3051
3052 * misearch.el (multi-isearch-read-buffers)
3053 (multi-isearch-read-matching-buffers): New functions.
3054 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3055 Use them in the `interactive' spec. Doc fix.
3056 (multi-isearch-read-files, multi-isearch-read-matching-files):
3057 New functions.
3058 (multi-isearch-files, multi-isearch-files-regexp):
3059 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3060
0a745733
JL
30612009-11-30 Juri Linkov <juri@jurta.org>
3062
3063 * doc-view.el (doc-view-continuous):
3064 Rename from `doc-view-continuous-mode'.
3065 (doc-view-menu): Move "Toggle display" to the top.
3066 Add submenu "Continuous" with radio buttons "Off"/"On"
3067 and "Save as Default".
3068 (doc-view-scroll-up-or-next-page)
3069 (doc-view-scroll-down-or-previous-page)
3070 (doc-view-next-line-or-next-page)
3071 (doc-view-previous-line-or-previous-page): Rename
3072 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3073
1f9689eb
JL
30742009-11-30 Juri Linkov <juri@jurta.org>
3075
3076 * comint.el (comint-mode-map): Rebind `M-r' from
3077 `comint-previous-matching-input' to
3078 `comint-history-isearch-backward-regexp'.
3079 Unbind `M-s' to allow global key binding `M-s'.
3080 Add menu items for `comint-history-isearch-backward' and
3081 `comint-history-isearch-backward-regexp'. (Bug#3746)
3082
2952b1ae
JL
30832009-11-30 Juri Linkov <juri@jurta.org>
3084
3085 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3086 For def=recenter, replace `recenter' with `recenter-top-bottom'
3087 that is called with `this-command' and `last-command' let-bound
3088 to `recenter-top-bottom'. When the last `def' was not `recenter',
3089 set `recenter-last-op' to nil. (Bug#4981)
3090
7a9547ca
SM
30912009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3092
20565545
SM
3093 Minor cleanup and simplification.
3094 * filecache.el (file-cache-add-directory)
3095 (file-cache-add-directory-recursively)
3096 (file-cache-add-from-file-cache-buffer)
3097 (file-cache-delete-file-regexp, file-cache-delete-directory)
3098 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3099 (file-cache-temp-minibuffer-message): Delete function.
3100 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3101
7a9547ca
SM
3102 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3103 Don't signal an error when bumping into EOB in tr, s, or y.
3104
08e968f3
JL
31052009-11-29 Juri Linkov <juri@jurta.org>
3106
3107 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3108 (Bug#4960)
3109
3110 * descr-text.el (describe-char-unidata-list): Use lowercase name
3111 for "Unicode name" like in other tags.
3112
f8d170a4
JL
31132009-11-29 Juri Linkov <juri@jurta.org>
3114
3115 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3116 New compatibility macro.
7a9547ca 3117 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 3118
0116abbd
JL
31192009-11-29 Juri Linkov <juri@jurta.org>
3120
3121 Add defcustom to define the cycling order of `recenter-top-bottom'.
3122 (Bug#4981)
3123
3124 * window.el (recenter-last-op): Doc fix.
3125 (recenter-positions): New defcustom.
3126 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3127 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3128
61eef560
MA
31292009-11-29 Michael Albinus <michael.albinus@gmx.de>
3130
3131 Improve integration of Tramp and ange-ftp in eshell.
3132
e4070cdc 3133 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
3134 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3135 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3136
3137 * eshell/esh-util.el (top): Require also Tramp when compiling.
3138 (eshell-directory-files-and-attributes): Check for FTP remote
3139 connection.
3140 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3141 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3142 (eshell-file-attributes): Handle ".". Return `entry'.
3143
3144 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3145 (ange-ftp-directory-files-and-attributes)
3146 (ange-ftp-real-directory-files-and-attributes): New defuns.
3147
3148 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3149 shell with "exec" when possible. This prevents trailing prompts
3150 in `start-file-process'.
3151
f5467d3f
SM
31522009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3153
21f49db9
SM
3154 Try and remove assumptions about point-min==1.
3155 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3156 (rng-compute-mode-line-string): Show the validation percentage in
3157 terms of the narrowed text, not the widened text.
3158 (rng-do-some-validation): Don't catch internal errors when debugging.
3159 (rng-first-error): Simplify.
3160 (rng-after-change-function): Remove work around. AFAIK the bug has
3161 been fixed a while ago.
3162
26224faf
SM
3163 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3164 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3165
d7117720
SM
3166 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3167
f5467d3f
SM
3168 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3169 `cd' doesn't always do it for us (bug#5067).
3170
3171 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3172 on 2009-10-25 as part of some other change (bug#5067).
3173
c5269f1c
SM
31742009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3175
62a258a7
SM
3176 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3177 `suspicious'.
3178 (byte-compile-warnings): Use byte-compile-warning-types.
3179 (byte-compile-save-excursion): Warn about use of set-buffer right
3180 after save-excursion.
3181
c5269f1c
SM
3182 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3183 the excursion as well.
3184
3ba30eb8
MA
31852009-11-27 Michael Albinus <michael.albinus@gmx.de>
3186
3187 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3188 providing a Tramp related implementation of "su" and "sudo".
3189 (eshell-unix-initialize): Add "su" and "sudo".
3190
6c6f788d
DU
31912009-11-27 Daiki Ueno <ueno@unixuser.org>
3192
3193 * net/socks.el (socks-send-command): Convert binary request to
3194 unibyte before sending. This fixes mishandling of some port
3195 numbers such as 129.
3196
10c877fe
SM
31972009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3198
6f06a171
SM
3199 * help.el (describe-bindings-internal): Remove `interactive'.
3200
10c877fe
SM
3201 * man.el (Man-completion-table): Trim a terminating "(".
3202 Remove the space between name page a section.
3203 Add the command's description on the `help-echo' property.
c5269f1c
SM
3204 Remove `process-connection-type' binding since it's unused by
3205 call-process.
10c877fe
SM
3206 Provide completion for the "<section> <name>" format as well.
3207 (Man-default-man-entry): Remove spurious var shadowing the argument.
3208
c44a4822
KR
32092009-11-26 Kevin Ryde <user42@zip.com.au>
3210
3211 * log-view.el: Add "Keywords: tools", since its other keywords
3212 aren't in finder-known-keywords, and following vc.el.
3213
9d58f081
KR
3214 * sha1.el (sha1-string-external): default-directory "/" in case
3215 otherwise non-existent. process-connection-type pipe for touch of
3216 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3217
72fe6b25
SM
32182009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 Misc coding convention cleanups.
3221 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3222 hfy-init-kludge-hooks.
3223 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3224 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3225 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3226 and push.
3227 (hfy-slant, hfy-weight): Use tables rather than code.
3228 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3229 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3230 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3231 (hfy-face-to-css): Remove `nconc' with single arg.
3232 (hfy-p-to-face-lennart): Use `or'.
3233 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3234 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3235 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3236 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3237 (hfy-force-fontification): Use run-hooks.
3238
85e0a536
SM
32392009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3240
3241 Various minor fixes.
3242 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3243 Javascript belongs in the header, not the body.
3244 (hfy-javascript): Remove.
3245 (hfy-fontify-buffer): Don't insert it any more.
3246 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3247 Fix bug in invis handling when there were no invis props in a chunk.
3248
62ccc42c
SM
32492009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3252
2643c7aa
DN
32532009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3254
3255 * finder.el (finder-mode-map): Add a menu.
3256
0e5c8aed
DN
32572009-11-26 Michael McNamara <mac@mail.brushroad.com>
3258
bf0b361c 3259 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3260 "unsigned" structs.
3261
3262 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3263 fork" statement better.
3264
32652009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3266
bf0b361c
JB
3267 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3268 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3269 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3270 Reported by Clay Douglass.
0e5c8aed
DN
3271
3272 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3273 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3274 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3275 Pierre-David Pfister.
3276
7629c4e7
GM
32772009-11-26 Glenn Morris <rgm@gnu.org>
3278
62ccc42c
SM
3279 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3280 the scope.
7629c4e7 3281
a5d358f8
JB
32822009-11-25 Johan Bockgård <bojohan@gnu.org>
3283
3284 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3285 Really use previous revision.
3286
002cbde5
KR
32872009-11-25 Kevin Ryde <user42@zip.com.au>
3288
3289 * man.el (Man-completion-table): default-directory "/" in case
3290 doesn't otherwise exist. process-environment COLUMNS=999 so as
3291 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3292 any chance of hitting the pseudo-tty TIOCGWINSZ.
3293 (man): completion-ignore-case t for friendliness and since man
3294 itself is case-insensitive on the command line.
3295 Further to Bug#3717.
002cbde5 3296
8cb5ffe8
KR
3297 * arc-mode.el: Add "Keywords: files", so the details in its
3298 commentary can be reached from finder-by-keyword.
34607612
KR
3299 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3300 editing mode, but it's comms related and sgml-mode.el has "comm"
3301 on that basis too.
b8dfcf54 3302 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3303 * international/isearch-x.el, international/ja-dic-cnv.el:
3304 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3305 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3306
1e2d9ba1
JL
33072009-11-25 Juri Linkov <juri@jurta.org>
3308
3309 * man.el (Man-completion-table): Modify regexp to include
3310 section names to completion strings. (Bug#3717)
3311
a601d313
JL
33122009-11-25 Juri Linkov <juri@jurta.org>
3313
3314 Search recursively in gzipped files. (Bug#4982)
3315
3316 * progmodes/grep.el (grep-highlight-matches): Add new options
3317 `always' and `auto'. Doc fix.
3318 (grep-process-setup): Check `grep-highlight-matches' for
3319 `auto-detect' to determine the need to compute grep defaults.
3320 Move Windows/DOS specific --colors settings handling
3321 to `grep-compute-defaults'. Check `grep-highlight-matches'
3322 to get the value of "--color=".
3323 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3324 has the value `auto-detect'. Move Windows/DOS specific settings
3325 from `grep-process-setup'.
3326 (zrgrep): New command with alias `rzgrep'.
3327
bde04ea9
JL
33282009-11-25 Juri Linkov <juri@jurta.org>
3329
3330 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3331 to nil instead of switching off view-mode. (Bug#4896)
3332
7d6b4d3c
JL
33332009-11-25 Juri Linkov <juri@jurta.org>
3334
3335 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3336
3337 * mwheel.el (mwheel-scroll-up-function)
3338 (mwheel-scroll-down-function): New defvars.
3339 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3340 `scroll-up', and `mwheel-scroll-down-function' instead of
3341 `scroll-down'.
3342
3343 * doc-view.el (doc-view-scroll-up-or-next-page)
3344 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3345 Use this ARG in the call to image-scroll-up/image-scroll-down.
3346 Change `interactive' spec to "P". Goto next/previous page only
3347 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3348 SPC/DEL case). Doc fix.
3349 (doc-view-next-line-or-next-page)
3350 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3351 for consistency.
3352 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3353 `doc-view-scroll-up-or-next-page', and buffer-local
3354 `mwheel-scroll-down-function' to
3355 `doc-view-scroll-down-or-previous-page'.
3356
e237085f
JL
33572009-11-25 Juri Linkov <juri@jurta.org>
3358
3359 Provide additional default values (directories at other Dired
3360 windows) via M-n in the minibuffer of some Dired commands.
3361
3362 * dired-aux.el (dired-diff, dired-compare-directories)
3363 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3364 `minibuffer-default' in `minibuffer-with-setup-hook'.
3365 (dired-dwim-target-directory): Find a window that displays Dired
3366 buffer instead of failing when the next window is not Dired.
3367 Use `get-window-with-predicate' to find for the next Dired window.
3368 (dired-dwim-target-defaults): New function.
3369
3370 * ediff-util.el (ediff-read-file-name):
3371 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3372 in `minibuffer-with-setup-hook'.
3373
7d371eac
JL
33742009-11-25 Juri Linkov <juri@jurta.org>
3375
3376 Provide additional default values (file name at point or at the
3377 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3378
3379 * minibuffer.el (read-file-name-defaults): New function.
3380 (read-file-name): Reset `minibuffer-default' to nil when
3381 it duplicates initial input `insdef'.
3382 Bind `minibuffer-default-add-function' to lambda that
3383 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3384 (minibuffer-insert-file-name-at-point): New command.
3385
3386 * files.el (file-name-at-point-functions): New defcustom.
3387 (find-file-default): Remove defvar.
3388 (find-file-read-args): Don't use `find-file-default'.
3389 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3390 to `read-file-name'.
3391 (find-file-literally): Use `read-file-name' with
3392 `confirm-nonexistent-file-or-buffer'.
3393
3394 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3395
3396 * dired.el (dired-read-dir-and-switches):
3397 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3398 to `read-file-name'.
3399 (dired-file-name-at-point): New function.
3400 (dired-mode): Add hook `dired-file-name-at-point' to
3401 `file-name-at-point-functions'.
3402
04ae543a
SM
34032009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 Really make the *Completions* window soft-dedicated (bug#5030).
3406 * window.el (window--display-buffer-2): Add `dedicated' argument.
3407 (display-buffer): Pass it when needed so the dedicated flag is set
3408 after calling set-window-buffer, which would otherwise reset it.
3409
eb708e66
SM
34102009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3411
d6b8d4e7
SM
3412 * progmodes/meta-mode.el (meta-complete-symbol):
3413 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
3414 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3415 Use completion-in-region.
3416
5f24557b
SM
3417 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3418 (dabbrev-completion): Use completion-in-region.
3419 (dabbrev--abbrev-at-point): Simplify regexp.
3420
fe4346f0
SM
3421 * abbrev.el (abbrev--before-point): Use word-motion functions
3422 if :regexp is not specified (bug#5031).
3423
cb190d7d
SM
3424 * subr.el (string-prefix-p): New function.
3425
e2ec6dd5
SM
3426 * man.el (Man-completion-cache): New var.
3427 (Man-completion-table): Use it.
3428
eb708e66
SM
3429 * vc.el (vc-print-log-internal): Make `limit' optional for better
3430 compatibility (e.g. with vc-annotate.el).
3431
4cf8971b
KR
34322009-11-24 Kevin Ryde <user42@zip.com.au>
3433
eb708e66 3434 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 3435 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 3436
4cf8971b
KR
3437 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3438 when .el source file not found or other error.
3439
d204c46c
SM
34402009-11-24 Markus Triska <markus.triska@gmx.at>
3441
3442 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3443
bb301b9a
SM
34442009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3445
449c27f0
SM
3446 Handle the [back] button properly (bug#4979).
3447 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3448 Use help-setup-xref, help-buffer, and with-help-window.
3449 (describe-char): Add `buffer' argument.
3450 Pass proper command to help-setup-xref. Don't meddle with
3451 help-xref-stack-item directly.
3452 (describe-text-category): Use with-help-window and help-buffer.
3453
32fe5377
SM
3454 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3455 for the displayed buffer (bug#4887).
3456
bb301b9a
SM
3457 * man.el (Man-completion-table): New function.
3458 (man): Use it.
3459
35179414
DR
34602009-11-24 David Reitter <david.reitter@gmail.com>
3461
bb301b9a 3462 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
3463 .git is) rather than the file's directory and a relative path spec
3464 to work around a bug in git.
3465
605a20a9
MA
34662009-11-24 Michael Albinus <michael.albinus@gmx.de>
3467
3468 Improve handling of processes on remote hosts.
3469
3470 * eshell/esh-util.el (eshell-path-env): New defvar.
3471 (eshell-parse-colon-path): New defun.
3472 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3473
bb301b9a
SM
3474 * eshell/esh-ext.el (eshell-search-path):
3475 Use `eshell-parse-colon-path'.
605a20a9
MA
3476 (eshell-remote-command): Remove argument HANDLER.
3477 (eshell-external-command): Check for FTP remote connection.
3478
bb301b9a
SM
3479 * eshell/esh-proc.el (eshell-gather-process-output):
3480 Use `file-truename', in order to start also symlinked files.
3481 Apply `start-file-process' instead of `start-process'.
3482 Shorten `command' to the local file name part.
605a20a9 3483
bb301b9a
SM
3484 * eshell/em-cmpl.el (eshell-complete-commands-list):
3485 Use `eshell-parse-colon-path'.
605a20a9
MA
3486
3487 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3488
3489 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3490 to `eshell-directory-change-hook'.
3491
d1d33062
TH
34922009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3493
3494 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 3495 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 3496
a34d8565 34972009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 3498
a34d8565
MK
3499 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3500 made on 2009-11-22.
d1d33062 3501
c83b8d1b
GM
35022009-11-24 Glenn Morris <rgm@gnu.org>
3503
3504 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3505 deleted variable bookmark-bmenu-bookmark-column.
3506
65235b0a
GM
3507 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3508 Move after definition of global-semantic-idle-tag-highlight-mode.
3509
83505cfe
SM
35102009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3513
5241b291
CY
35142009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3515
3516 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3517 two slashes to the "file:" prefix.
3518 (browse-url-file-url): De-munge Cygwin filenames before passing
3519 them to Windows browser.
3520 (browse-url-default-windows-browser): Use call-process.
3521
aefcadb6
JL
35222009-11-23 Juri Linkov <juri@jurta.org>
3523
3524 Implement DocView Continuous mode. (Bug#4896)
3525 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
3526 (doc-view-mode-map): Bind C-n/<down> to
3527 `doc-view-next-line-or-next-page', C-p/<up> to
3528 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
3529 (doc-view-next-line-or-next-page)
3530 (doc-view-previous-line-or-previous-page): New commands.
3531
0d62bcea
JL
35322009-11-23 Juri Linkov <juri@jurta.org>
3533
3534 Implement Isearch in comint input history. (Bug#3746)
3535 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3536 `isearch-mode-hook'.
3537 (comint-history-isearch): New defcustom.
3538 (comint-history-isearch-backward)
3539 (comint-history-isearch-backward-regexp): New commands.
3540 (comint-history-isearch-message-overlay): New buffer-local variable.
3541 (comint-history-isearch-setup, comint-history-isearch-end)
3542 (comint-goto-input, comint-history-isearch-search)
3543 (comint-history-isearch-message, comint-history-isearch-wrap)
3544 (comint-history-isearch-push-state)
3545 (comint-history-isearch-pop-state): New functions.
3546
b593f105
MA
35472009-11-23 Michael Albinus <michael.albinus@gmx.de>
3548
3549 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3550 return.
3551 (tramp-handle-make-symbolic-link)
3552 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3553 Quote file names.
3554 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3555 (tramp-handle-process-file): Use it.
3556
0f202d5d
SM
35572009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * window.el (move-to-window-line-last-op): Remove.
3560 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3561
216349f8
SM
35622009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3563
0f202d5d 3564 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
3565 * window.el (move-to-window-line-last-op): New var.
3566 (move-to-window-line-top-bottom): New command.
3567 (global-map): Bind M-r move-to-window-line-top-bottom.
3568
c10e0633
GM
35692009-11-23 Sven Joachim <svenjoac@gmx.de>
3570
3571 * dired-x.el (dired-guess-shell-alist-default):
3572 Support xz format. (Bug#4953)
3573
e96ec425
CY
35742009-11-22 Chong Yidong <cyd@stupidchicken.com>
3575
2054a44c
CY
3576 * cedet/srecode/map.el (srecode-get-maps):
3577 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3578 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3579 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3580 (semantic-toggle-decoration-style):
3581 * cedet/semantic/decorate/include.el
3582 (semantic-decoration-include-describe)
3583 (semantic-decoration-unknown-include-describe)
3584 (semantic-decoration-unparsed-include-describe)
3585 (semantic-decoration-all-include-summary):
3586 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3587 * cedet/semantic/analyze/complete.el
3588 (semantic-analyze-possible-completions):
3589 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3590 (semantic-show-unmatched-syntax-mode)
3591 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3592 (semantic-highlight-func-mode):
3593 * cedet/semantic/util.el (semantic-describe-buffer):
3594 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3595 (semantic-symref-find-tags-by-name)
3596 (semantic-symref-find-tags-by-regexp)
3597 (semantic-symref-find-tags-by-completion)
3598 (semantic-symref-find-file-references-by-name)
3599 (semantic-symref-find-text):
3600 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3601 (senator-yank-tag):
3602 * cedet/semantic/scope.el (semantic-calculate-scope):
3603 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3604 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3605 (define-semantic-idle-service):
3606 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3607 (semantic-complete-analyze-inline-idle):
3608 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3609 * cedet/mode-local.el (describe-mode-local-bindings)
3610 (describe-mode-local-bindings-in-mode):
3611 * cedet/ede/make.el (ede-make-check-version):
3612 * cedet/ede/locate.el (ede-enable-locate-on-project):
3613 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3614 (cedet-idutils-version-check):
3615 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3616 (cedet-gnu-global-version-check):
3617 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3618 (cedet-cscope-version-check): Use called-interactively-p instead
3619 of interactive-p.
3620
e96ec425
CY
3621 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3622 Use semantic-format-tag-prototype.
3623
953e0c1a
GM
36242009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3625
3626 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3627 last-command-char/last-command-event.
3628 (viper-prefix-arg-value): Do correct conversion of event-char for
3629 XEmacs.
3630
83505cfe
SM
3631 * emulation/viper-util.el, emulation/viper.el:
3632 Use viper-last-command-char instead of
3633 last-command-char/last-command-event.
953e0c1a 3634
83505cfe
SM
3635 * ediff-init.el, ediff-mult.el, ediff-util.el:
3636 Replace last-command-char and last-command-event
3637 with (ediff-last-command-char) everywhere.
953e0c1a
GM
3638
3639 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3640 created in fundamental mode.
3641
3642 * ediff.el (ediff-version): Revert the change of interactive-p to
3643 called-interactively-p.
3644
9ee12eee
TH
36452009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3646
3647 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3648 generation from word-movement command names.
3649
ab2c15d4
CY
36502009-11-21 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
3653 (semantic-complete-jump-local, semantic-complete-jump):
3654 Improve prompt string.
ab2c15d4 3655
8b571bf3
JD
36562009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3657
3658 * cus-start.el (all): Add native condition for font-use-system-font.
3659
4121db47
AM
36602009-11-21 Nathaniel Flath <flat0103@gmail.com>
3661
83505cfe
SM
3662 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3663 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 3664
d71f5e0c
TH
36652009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3666
3667 * progmodes/subword.el: Rename from lisp/subword.el.
3668
3669 * subword.el: Rename to progmodes/subword.el.
3670
3671 * Makefile.in (ELCFILES): Adapt to subword.el move.
3672
fc9d6ad6
SM
36732009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3674 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3677 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3678 (bookmark-bmenu-show-filenames): Use push.
3679 (bookmark-bmenu-hide-filenames): Use local var instead of
3680 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3681 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3682 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3683 filenames now that the bookmark names are always available.
3684
26d9285f
SM
36852009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3688 (bookmark-search-pattern): Move and leave unbound.
3689 (bookmark-bmenu-mode-map): Change binding.
3690 (bookmark-read-search-input): Simplify.
3691 Don't use text-char-description. Don't error on non-char events.
3692 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3693 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3694 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3695 Use a local var for the timer.
3696 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3697 (i.e. bookmark-bmenu-search).
3698
d73a0317
GM
36992009-11-21 Glenn Morris <rgm@gnu.org>
3700
3701 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3702
e572025f
CY
37032009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3704
26d9285f
SM
3705 * net/browse-url.el (browse-url-default-windows-browser):
3706 Use cygstart for cygwin.
e572025f 3707
6aeaa3dc
KF
37082009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3709
e4070cdc 3710 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
3711 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3712 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 3713 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
3714 (bookmark-read-search-input): Adjust to fit within 80 columns.
3715
a9b76eec
TH
37162009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3717
3718 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3719 (c-backward-into-nomenclature): Adapt to subword renaming.
3720
3721 * subword.el (subword-forward, subword-backward, subword-mark)
3722 (subword-kill, subword-backward-kill, subword-transpose)
3723 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
3724 (subword-forward-internal, subword-backward-internal):
3725 Rename from forward-subword, backward-subword, mark-subword,
3726 kill-subword, backward-kill-subword, transpose-subwords,
3727 downcase-subword, upcase-subword, capitalize-subword,
3728 forward-subword-internal, backward-subword-internal.
a9b76eec 3729
1e7d4475
SM
37302009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3731
26d9285f
SM
3732 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3733 New options.
1e7d4475
SM
3734 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3735 New vars.
3736 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3737 (bookmark-bmenu-filter-alist-by-regexp)
3738 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3739 (bookmark-bmenu-search): New command.
3740 (bookmark-bmenu-mode-map): Bind it.
3741
acfad775
CY
37422009-11-20 Chong Yidong <cyd@stupidchicken.com>
3743
1e7d4475 3744 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
3745
3746 * cedet/semantic/idle.el (define-semantic-idle-service)
3747 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3748
653d1554
TH
37492009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3750
ab84bfa0
TH
3751 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3752 backward-subword to quit the byte-compiler.
3753
1f35fda9
TH
3754 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3755
3756 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3757
653d1554 3758 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
3759 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3760 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
3761
3762 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3763 subword.el functions instead of cc-subword.el.
3764
1e7d4475
SM
3765 * progmodes/cc-subword.el: Rename to subword.el.
3766 * subword.el: Rename from progmodes/cc-subword.el.
3767 (subword-mode-map): Rename from c-subword-mode-map.
3768 (subword-mode): Rename from c-subword-mode.
653d1554 3769 (global-subword-mode): New global minor mode.
1e7d4475
SM
3770 (forward-subword): Rename from c-forward-subword.
3771 (backward-subword): Rename from c-backward-subword.
3772 (mark-subword): Rename from c-mark-subword.
3773 (kill-subword): Rename from c-kill-subword.
3774 (backward-kill-subword): Rename from c-backward-kill-subword.
3775 (transpose-subwords): Rename from c-tranpose-subword.
3776 (downcase-subword): Rename from c-downcase-subword.
3777 (capitalize-subword): Rename from c-capitalize-subword.
3778 (forward-subword-internal): Rename from c-forward-subword-internal.
3779 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 3780
9717f119
DN
37812009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3782
8de724f3
DN
3783 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3784 from a dired buffer.
3785 (vc-dired-deduce-fileset): New function.
3786 (vc-root-diff, vc-print-root-log): Use it.
3787
9717f119
DN
3788 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3789 nil LIMIT argument to vc-print-log-internal.
3790
af4999b8
GM
37912009-11-20 Glenn Morris <rgm@gnu.org>
3792
3793 * Makefile.in (ELCFILES): Regenerate.
3794
725bff06
CY
37952009-11-20 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3798
3799 * cedet/semantic.el: Enable idle-mode menu items only if
3800 global-semantic-idle-scheduler-mode is enabled.
3801 (semantic-default-submodes): Doc fix.
3802
3803 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3804 When turning off, disable other idle modes.
3805
b58edcb6
JB
38062009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3807
02e1b488
SM
3808 * calc/calc.el (calc-set-mode-line):
3809 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3810 (math-format-number): Rename `math-format-complement-signed' to
3811 `math-format-twos-complement'.
3812
02e1b488 3813 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
3814 math-format-complement-signed.
3815 (calc-radix): Rename `calc-complement-signed-mode' to
3816 `calc-twos-complement-mode'.
02e1b488
SM
3817 (calc-octal-radix, calc-hex-radix): Add an argument for
3818 two's complement.
b58edcb6 3819
02e1b488
SM
3820 * calc/calc-embed.el (calc-embedded-mode-vars):
3821 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 3822
02e1b488
SM
3823 * calc/calc-ext.el (calc-init-extensions):
3824 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3825 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3826
02e1b488
SM
3827 * calc/calc-units.el (math-build-units-table-buffer):
3828 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
3829
3830 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3831 entries.
3832
3833 * calc/calc-vec.el (calcFunc-vunpack):
3834 * calc/calc-aent.el (calc-do-calc-eval):
3835 * calc/calc-forms.el (math-format-date):
3836 * calc/calc-graph.el (calc-graph-plot):
3837 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
3838 * calc/calccomp.el (math-compose-expr):
3839 Let `calc-twos-complement-mode' be nil.
3840
38412009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3844 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3845 * minibuffer.el (completion-in-region-functions): New hook.
3846 (completion-in-region): New function.
3847 * emacs-lisp/lisp.el (lisp-complete-symbol):
3848 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 3849
e3353a78
SM
38502009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3851
eff77808
SM
3852 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3853 (latex-complete-alist): New vars.
3854 (latex-string-prefix-p, latex-complete-bibtex-keys)
3855 (latex-complete-envnames, latex-complete-refkeys)
3856 (latex-complete-data): New functions.
3857 (latex-complete, latex-indent-or-complete): New commands.
3858
d2c9fc42
SM
3859 * window.el (display-buffer-mark-dedicated): New var.
3860 (display-buffer): Obey it.
3861 * minibuffer.el (minibuffer-completion-help): Use it.
3862
31a1c477
SM
3863 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3864
bed4c972
SM
3865 * filecache.el (file-cache-add-file): Use push and cons.
3866 (file-cache-delete-file-regexp): Use push.
3867 (file-cache-complete): Use completion-in-region.
3868
8c22699f
SM
3869 * simple.el (with-wrapper-hook): Fix thinko.
3870
e3353a78
SM
3871 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3872 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3873 Use with-current-buffer and string-to-number.
3874 (hfy-fallback-colour-values): Use assoc-string.
3875 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3876 (hfy-face-at): Remove unused var `found-face'.
3877 (hfy-compile-stylesheet): Remove unused var `css'.
3878 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3879 and `orig-buffer'.
3880 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3881 Use with-current-buffer.
3882 (hfy-text-p): Use expand-file-name and fewer setq.
3883
acca02b0
SM
38842009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3885
3886 * htmlfontify.el, hfy-cmap.el: New files.
3887
042b7cc6
JL
38882009-11-19 Juri Linkov <juri@jurta.org>
3889
3890 * minibuffer.el (completions-format): New defcustom.
3891 (completion--insert-strings): Implement vertical format.
3892
3893 * simple.el (switch-to-completions): Move point to the first
3894 completion when point was at the beginning of the buffer.
3895
da205913
JL
38962009-11-19 Juri Linkov <juri@jurta.org>
3897
3898 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3899
3900 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3901
0b8ee421
CY
39022009-11-19 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3905 (mail-signature): Change default to t.
3906 (mail-from-style): Deprecate `system-default' value.
3907 (mail-insert-from-field): For default value of mail-from-style,
3908 default to `angles' unless `angles' needs quoting and `parens'
3909 does not.
3910 (mail-citation-prefix-regexp): Use citation regexp from
3911 message-mode.
3912
4265deab
MA
39132009-11-19 Michael Albinus <michael.albinus@gmx.de>
3914
acca02b0
SM
3915 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3916 Set variables for computing the prompt for reading password.
4265deab 3917
27cacd2d
GM
39182009-11-19 Glenn Morris <rgm@gnu.org>
3919
470bce7d
GM
3920 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3921
7e705a1d
GM
3922 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3923
27cacd2d
GM
3924 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3925 (newsticker-treeview-listwindow-height): Fix custom type.
3926
b2f0be0f
KH
39272009-11-19 Kenichi Handa <handa@m17n.org>
3928
3929 * descr-text.el (describe-char-padded-string): Compose with TAB
3930 only if there's a font for CH.
02e1b488 3931 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 3932
03446045 39332009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
3934
3935 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 3936 more accurate version of the regexp. (Bug#3910)
b96337b0 3937
03446045 39382009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
3939
3940 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3941
e0620570
JB
39422009-11-18 Juanma Barranquero <lekktu@gmail.com>
3943
3944 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3945 (font-setting-change-default-font): Fix typo in docstring.
3946
6cc6582e
AM
39472009-11-18 Alan Mackenzie <acm@muc.de>
3948
3949 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3950
dfb3c4c6
JD
39512009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3952
02e1b488 3953 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
3954
3955 * cus-start.el (all): ... to here.
3956
e268e987
MA
39572009-11-17 Michael Albinus <michael.albinus@gmx.de>
3958
3959 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3960 Don't set `ad-return-value' if `ad-do-it' doesn't.
3961
303ffde8
MA
3962 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3963 modification time.
3964
637fa988
JD
39652009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3966
3967 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 3968 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
3969
3970 * loadup.el: If feature system-font-setting or font-render-setting is
3971 there, load font-setting.
3972
02e1b488 3973 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
3974 * font-setting.el: New file.
3975
1d16a255
GM
39762009-11-17 Glenn Morris <rgm@gnu.org>
3977
3978 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3979
2d84f804
GM
3980 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3981 Preserve point in the list buffer. (Bug#4939)
3982 Use point-at-eol.
3983 (newsticker--treeview-list-update-highlight)
3984 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3985
14467b99
JB
39862009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3987
3988 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3989 Remove.
3990
3991 * calc/calc-ext.el (calc-init-extensions): Remove references to
3992 symclip.
3993
3994 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3995
3996 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 3997 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
3998 `calc-symclip'.
3999
e3c39c01
KR
40002009-11-16 Kevin Ryde <user42@zip.com.au>
4001
02e1b488 4002 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 4003 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 4004
497de631
KR
4005 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4006 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4007 Ignore trailing spaces by omit-nulls to split-string (fixing
4008 regression from Emacs 21 due to the incompatible split-string
14467b99 4009 change). (Bug #4928.)
497de631 4010
48b27575
DN
40112009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4012
5237d741 4013 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
4014 (vc-print-log-internal): Insert buttons to request more entries
4015 when limiting the output.
4016
4017 * vc-sccs.el (vc-sccs-print-log):
4018 * vc-rcs.el (vc-rcs-print-log):
4019 * vc-cvs.el (vc-cvs-print-log):
4020 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4021 LIMIT is non-nil.
4022
d3e97185
MA
40232009-11-16 Michael Albinus <michael.albinus@gmx.de>
4024
4025 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4026 error when `tramp-gvfs-dbus-event-vector' is set.
4027 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4028
68d87786
SM
40292009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4032
c0a39702
MA
40332009-11-16 Michael Albinus <michael.albinus@gmx.de>
4034
4035 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 4036 (dbus-register-property): Register the handlers of
c0a39702
MA
4037 "org.freedesktop.DBus.Properties" for SERVICE.
4038 (dbus-property-handler): Fix docstring.
4039
1e857121
YM
40402009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4041
4042 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4043 Quote doc string reference in defvaralias as it is not in special form.
4044 (byte-compile-output-docform): Doc fix.
4045
887484c1
JB
40462009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4047
4048 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4049 (calc-complement-signed-mode): New variables.
4050 (calc-set-mode-line): Add indicator for twos-complements.
4051 (math-format-number): Format twos-complement notation.
4052
4053 * calc/calc-bin.el (calc-word-size): Reset the variables
4054 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
4055 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4056 (calc-symclip): New functions.
887484c1
JB
4057
4058 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4059
68d87786
SM
4060 * calc/calc-embed.el (calc-embedded-mode-vars):
4061 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
4062
4063 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 4064 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
4065
4066 * calc/calc-ext.el (math-read-number-fancy): Read complement
4067 signed numbers.
68d87786
SM
4068 (calc-init-extensions): Add binding for `calc-symclip'.
4069 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
4070
4071 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4072 `calc-symclip'.
68d87786 4073 (calc-modes-menu): Add item for twos complement mode.
887484c1 4074
5237d741 4075 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 4076
4cf1d7e3
CY
40772009-11-15 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * register.el (jump-to-register, insert-register): Handle Semantic
4080 tags. From commented-out advice in semantic/senator.el.
4081
f8e65267
DN
40822009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4083
6616006b
DN
4084 * vc.el (vc-log-show-limit): New variable.
4085 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4086 when using a prefix argument.
4087 (vc-print-log-internal): Add new argument LIMIT.
4088
4089 * vc-svn.el (vc-svn-print-log):
4090 * vc-mtn.el (vc-mtn-print-log):
4091 * vc-hg.el (vc-hg-print-log):
4092 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 4093 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
4094 non-optional.
4095
4096 * vc-sccs.el (vc-sccs-print-log):
4097 * vc-rcs.el (vc-rcs-print-log):
4098 * vc-git.el (vc-git-print-log):
4099 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4100 ignore it. Make the BUFFER argument non-optional
4101
f8e65267
DN
4102 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4103
0566c4bc
CY
41042009-11-15 Chong Yidong <cyd@stupidchicken.com>
4105
7cce3c91
CY
4106 * dired.el (dired-mode-map): Move encryption items to "Operate"
4107 menu (Bug#4703).
4108
d7063de9
CY
4109 * strokes.el (strokes-update-window-configuration): Make strokes
4110 buffer current before erasing (Bug#4906).
4111
0566c4bc
CY
4112 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4113 (semantic-idle-summary-mode): Define using define-minor-mode
4114 instead of define-semantic-idle-service.
4115 (semantic-idle-summary-mode): New function.
4116 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4117 that mouse motion does not reset the echo area.
4118
0fc10137
JL
41192009-11-15 Juri Linkov <juri@jurta.org>
4120
4121 * simple.el (set-mark-default-inactive): Add :type, :group
4122 and :version. (Bug#4876)
4123
f5fce4ec
MA
41242009-11-15 Michael Albinus <michael.albinus@gmx.de>
4125
4126 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4127 (archive-unique-fname): ... here. (Bug#4929)
4128
8d720a00
SM
41292009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4130
589888fe
SM
4131 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4132 with a real fix.
4133
8d720a00
SM
4134 * novice.el (disabled-command-function): Add useful args.
4135 Setup the help buffer so that [back] works.
4136 Remove redundant call to help-mode.
4137 (disabled-command-function): Use `case'.
4138 (en/disable-command): New function extracted from enable-command.
4139 (enable-command, disable-command): Use it.
4140
a61344d6
GM
41412009-11-14 Glenn Morris <rgm@gnu.org>
4142
497f0cdd
GM
4143 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4144 constants. (Bug#4913)
4145
a61344d6
GM
4146 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4147
d501801e
GM
41482009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4149
4150 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4151 defined in C that have no doc-strings. (Bug#1063)
4152
5af27ac2
GM
41532009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4154
4155 * cus-edit.el (data, files):
4156 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4157
aec5395b
CY
41582009-11-14 Chong Yidong <cyd@stupidchicken.com>
4159
e7791447
CY
4160 * simple.el (shell-command): Doc fix (Bug#4891).
4161
aec5395b
CY
4162 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4163
7a41cd7f
GM
41642009-11-14 Glenn Morris <rgm@gnu.org>
4165
c3583c94
GM
4166 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4167 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4168 If they are already loaded, eval-after-load will do the right thing.
4169
73900d1f
GM
4170 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4171 compiling.
4172
0028351d
GM
4173 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4174
f6714ede
GM
4175 * simple.el (x-selection-owner-p): Declare.
4176 (read-mail-command): Use custom radio type rather than choice.
4177 (completion-no-auto-exit): Doc fix.
4178
7a41cd7f 4179 * custom.el (defgroup):
5af27ac2 4180 * epg-config.el (epg): Doc fixes.
7a41cd7f 4181
2d0659ec
DN
41822009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4183
4184 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4185 * international/ccl.el (define-ccl-program): Do not purecopy the
4186 docstring, defconst does it anyway.
4187
7fdbcd83
SM
41882009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4189
d499c5b9
SM
4190 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4191 a second time.
4192
7fdbcd83
SM
4193 * x-dnd.el (x-dnd-maybe-call-test-function):
4194 * window.el (split-window-vertically):
4195 * whitespace.el (whitespace-help-on):
4196 * vc-rcs.el (vc-rcs-consult-headers):
4197 * userlock.el (ask-user-about-lock-help)
4198 (ask-user-about-supersession-help):
4199 * type-break.el (type-break-force-mode-line-update):
4200 * time-stamp.el (time-stamp-conv-warn):
4201 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4202 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4203 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4204 (term-write-input-ring, term-check-source, term-start-output-log):
4205 (term-display-buffer-line, term-dynamic-list-completions):
4206 (term-ansi-make-term, serial-term):
4207 * subr.el (selective-display):
4208 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4209 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4210 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4211 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4212 (speedbar-remove-localized-speedbar-support)
4213 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4214 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4215 (speedbar-buffers-line-directory):
4216 * simple.el (shell-command-on-region, append-to-buffer)
4217 (prepend-to-buffer):
4218 * shadowfile.el (shadow-save-todo-file):
4219 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4220 (scroll-bar-maybe-set-window-start):
4221 * sb-image.el (speedbar-image-dump):
4222 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4223 (load-save-place-alist-from-file):
4224 * ps-samp.el (ps-print-message-from-summary):
4225 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4226 (ps-background-image, ps-begin-job, ps-do-despool):
4227 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4228 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4229 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4230 (pr-call-process, pr-file-list, pr-interface-save):
4231 * novice.el (disabled-command-function)
4232 (enable-command, disable-command):
4233 * mouse.el (mouse-buffer-menu-alist):
4234 * mouse-copy.el (mouse-kill-preserving-secondary):
4235 * macros.el (kbd-macro-query):
4236 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4237 * informat.el (batch-info-validate):
4238 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4239 * hippie-exp.el (try-expand-dabbrev-visible):
4240 * help-mode.el (help-make-xrefs):
4241 * help-fns.el (describe-variable):
4242 * generic-x.el (bat-generic-mode-run-as-comint):
4243 * finder.el (finder-mouse-select):
4244 * find-dired.el (find-dired-sentinel):
4245 * filesets.el (filesets-file-close):
4246 * files.el (list-directory):
4247 * faces.el (list-faces-display, describe-face):
4248 * facemenu.el (list-colors-display):
4249 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4250 * epg.el (epg--process-filter, epg-cancel):
4251 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4252 (epa--read-signature-type):
4253 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4254 (emerge-file-names):
4255 * ehelp.el (electric-helpify):
4256 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4257 * ediff-vers.el (rcs-ediff-view-revision):
4258 * ediff-util.el (ediff-setup):
4259 * ediff-mult.el (ediff-append-custom-diff):
4260 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4261 (ediff-wordify):
4262 * echistory.el (Electric-command-history-redo-expression):
4263 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4264 * disp-table.el (describe-display-table):
4265 * dired.el (dired-find-buffer-nocreate):
4266 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4267 * dabbrev.el (dabbrev--same-major-mode-p):
4268 * chistory.el (list-command-history):
4269 * apropos.el (apropos-documentation):
4270 * allout.el (allout-obtain-passphrase):
4271 (allout-copy-exposed-to-buffer):
4272 (allout-verify-passphrase): Use with-current-buffer.
4273
2ccbc060
GM
42742009-11-13 Glenn Morris <rgm@gnu.org>
4275
4276 * Makefile.in (ELCFILES): Regenerate.
4277
b172ed20
MA
42782009-11-13 Michael Albinus <michael.albinus@gmx.de>
4279
7fdbcd83
SM
4280 * net/dbus.el (dbus-registered-objects-table): Rename from
4281 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4282 (dbus-unregister-object): Unregister also properties.
4283 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4284 Use a timeout of 500 msec, in order to not block.
4285 (dbus-register-property, dbus-property-handler): New defuns.
4286
e96d62cd
SM
42872009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * simple.el (minibuffer-default-add-completions): Drop deprecated
4290 4th arg.
4291
14bd267d
EZ
42922009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4293
e96d62cd
SM
4294 * textmodes/artist.el (artist-mouse-choose-operation):
4295 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4296 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4297 (artist-compute-up-event-key): New function.
4298 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4299
bf89fd7b
KH
43002009-11-13 Kenichi Handa <handa@m17n.org>
4301
4302 * language/japan-util.el: Make sure that the value of jisx0208
4303 property is jisx0208 character.
4304
f70b8925
DN
43052009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4306
4307 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4308 car or each item, not the whole list.
4309
4d93a9e0
SM
43102009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4311
4312 * minibuffer.el (minibuffer-completion-help):
4313 Use minibuffer-hide-completions.
4314
05404988
SM
43152009-11-12 Per Starbäck <per@starback.se> (tiny change)
4316
4317 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4318 (dired-revert): Use them (bug#4880).
4319
5297bc10
DN
43202009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4321
4322 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4323
e2685eb7
JL
43242009-11-12 Juri Linkov <juri@jurta.org>
4325
4326 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4327 New functions.
4328 (find-file-literally-at-point): Alias of `ffap-literally'.
4329
76410c3e
DN
43302009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4331
6d341a2a
DN
4332 * textmodes/ispell.el (ispell-skip-region-alist):
4333 * textmodes/css-mode.el (auto-mode-alist):
4334 * progmodes/compile.el (auto-mode-alist):
4335 * international/mule.el (ctext-non-standard-encodings-alist)
4336 (ctext-non-standard-encodings-regexp):
4337 * simple.el (shell-command-switch, text-read-only):
4338 * replace.el (occur-mode-map):
4339 * paths.el (rmail-file-name):
4340 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4341 * find-file.el (ff-special-constructs):
4342 * files.el (file-name-handler-alist):
4343 * composite.el: Purecopy strings.
4344
76410c3e
DN
4345 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4346
aaa448c9
DN
43472009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4348
4349 * widget.el (define-widget): Purecopy the docstring.
4350 * international/mule-cmds.el (charset): Do not purecopy the
4351 docstring here, define-widget does it.
4352
4353 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4354 * textmodes/bibtex-style.el (auto-mode-alist):
4355 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4356 * progmodes/compile.el (compile-command):
4357 * language/korea-util.el (default-korean-keyboard):
4358 * international/mule-conf.el (file-coding-system-alist):
4359 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4360 * tooltip.el (tooltip-frame-parameters):
4361 * newcomment.el (comment-end, comment-padding):
4362 * dired.el (dired-trivial-filenames):
4363 * comint.el (comint-file-name-prefix): Purecopy initial values.
4364
bbe650fd
MA
43652009-11-11 Michael Albinus <michael.albinus@gmx.de>
4366
4367 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4368 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4369 `tramp-unload'.
4370 (tramp-advice-make-auto-save-file-name)
4371 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4372 after removing the advice.
4373
6bdad9ae
DN
43742009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4375
2f7f4bee
DN
4376 * progmodes/grep.el (grep-regexp-alist):
4377 * international/mule-cmds.el (iso-2022-control-alist):
4378 * emacs-lisp/timer.el (timer-duration-words):
4379 * subr.el (version-separator, version-regexp-alist):
4380 * minibuffer.el (completion-styles-alist):
4381 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4382 Change defvars to defconsts.
4383
a042de45
DN
4384 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4385 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4386 * international/mule-conf.el: Allow to be byte compiled.
4387
3b6acc72
DN
4388 * international/mule.el (define-charset): Purecopy props.
4389 (load-with-code-conversion): Purecopy doc string and file name.
4390 (put-charset-property): Purecopy strings.
4391 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4392
1c2efdfb 4393 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
4394 (define-char-code-property): Correctly purecopy the table.
4395
62591911
DN
4396 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4397
8b908da6
DN
4398 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4399
ff917d63
DN
4400 * subr.el (add-hook): Purecopy strings.
4401 (eval-after-load): Purecopy load-history-regexp and the form.
4402
af89cf77
DN
4403 * custom.el (custom-declare-group): Purecopy load-file-name.
4404
a3c20c83 4405 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
4406 * net/eudc.el (eudc-tools-menu):
4407 * international/mule-cmds.el (set-coding-system-map)
4408 (mule-menu-keymap):
4409 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4410 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
4411 * replace.el (occur-mode-map):
4412 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 4413 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
4414 (menu-bar-custom-menu, menu-bar-showhide-menu)
4415 (menu-bar-options-menu, menu-bar-tools-menu)
4416 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4417 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4418 (menu-bar-help-menu):
4419 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4420 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4421
6bdad9ae
DN
4422 * term/x-win.el (x-gtk-stock-map):
4423 * progmodes/vera-mode.el (auto-mode-alist):
4424 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4425 (inferior-lisp-program, inferior-lisp-load-command):
4426 * progmodes/hideshow.el (hs-special-modes-alist):
4427 * progmodes/gud.el (same-window-regexps):
4428 * progmodes/grep.el (grep-program, find-program, xargs-program):
4429 * net/telnet.el (same-window-regexps):
4430 * net/rlogin.el (same-window-regexps):
4431 * language/ethiopic.el (font-ccl-encoder-alist):
4432 * vc-sccs.el (vc-sccs-master-templates):
4433 * vc-rcs.el (vc-rcs-master-templates):
4434 * subr.el (cl-assertion-failed):
4435 * simple.el (next-error-overlay-arrow-position):
4436 * lpr.el (lpr-command):
4437 * locate.el (locate-ls-subdir-switches):
4438 * info.el (same-window-regexps, info)
4439 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4440 * image-mode.el (image-mode, auto-mode-alist):
4441 * hippie-exp.el (hippie-expand-ignore-buffers):
4442 * format.el (format-alist):
4443 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4444 (find-name-arg):
4445 * facemenu.el (facemenu-keybindings):
4446 * dired.el (dired-listing-switches, dired-chown-program):
4447 * diff.el (diff-switches, diff-command):
4448 * cus-edit.el (same-window-regexps):
4449 * bindings.el (mode-line-mule-info)
4450 (mode-line-buffer-identification): Purecopy strings.
4451
e0987650
JL
44522009-11-11 Juri Linkov <juri@jurta.org>
4453
3570691b 4454 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
4455 Tell the byte-compiler about dired-get-filename.
4456 (shell-command): In Dired mode, get filename from the current line
4457 as the default value.
4458
b16ff465
GM
44592009-11-10 Glenn Morris <rgm@gnu.org>
4460
e8a11b22
GM
4461 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4462 * calendar/holidays.el, progmodes/cperl-mode.el:
4463 Update x-popup-menu declarations.
4464
b16ff465
GM
4465 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4466 (list-load-path-shadows): Use dolist.
4467 (list-load-path-shadows): Use with-current-buffer.
4468
032c3399
JL
44692009-11-10 Juri Linkov <juri@jurta.org>
4470
4471 * minibuffer.el (read-file-name): Support a list of default values
4472 in `default-filename'. Use the first file name where only one
4473 element is required. Doc fix.
4474
8fb1629f
MA
44752009-11-09 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * net/dbus.el (dbus-unregister-object): Release service, if no
4478 other method is registered for it.
4479
a51203ee 44802009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4481
4482 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4483 bookmark-sort-flag is non-nil (Bug#4653).
4484
9bf7dc8a
CY
44852009-11-08 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4488 the progress reporter entirely.
4489
15207e74
CY
4490 * emulation/cua-base.el: Add CUA property to some CC mode commands
4491 (Bug#4100).
4492
8bf7ed70
KR
44932009-11-08 Kevin Ryde <user42@zip.com.au>
4494
4495 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4496 at end of sentence (Bug#4818).
8bf7ed70 4497
951802d0
CY
44982009-11-08 Jared Finder <jfinder@crypticstudios.com>
4499
4500 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4501 Handle "see declaration of" MSFT statements (Bug#4100).
4502
e8244310
MA
45032009-11-08 Michael Albinus <michael.albinus@gmx.de>
4504
4505 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4506 (tramp-advice-file-expand-wildcards): Unload via
4507 `ad-remove-advice'.
4508
4509 * net/trampver.el: Update release number.
4510
a51203ee 45112009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4512
4513 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4514 `ad-do-it'.
4515
a51203ee 45162009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
4517
4518 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4519 in order to keep context in SELinux.
4520
bedd8a58
CY
45212009-11-08 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * dired-aux.el (dired-query): Place cursor in echo area and allow
4524 C-g.
4525
4526 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4527 menu item if not on a directory (Bug#4701).
4528
0484d600
MA
45292009-11-07 Michael Albinus <michael.albinus@gmx.de>
4530
4531 Sync with Tramp 2.1.17.
4532
4533 * net/tramp.el (tramp-handle-copy-directory): Don't use
4534 `file-remote-p' (due to compatibility).
4535
4536 * net/tramp-compat.el (tramp-compat-copy-directory)
4537 (tramp-compat-delete-directory): New defuns.
4538
4539 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4540 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4541 `tramp-compat-delete-directory'.
4542
4543 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 4544 (tramp-smb-handle-delete-directory): Use
0484d600
MA
4545 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4546
4547 * net/trampver.el: Update release number.
4548
b42b2189
CY
45492009-11-07 Chong Yidong <cyd@stupidchicken.com>
4550
6960d7b9
CY
4551 * tar-mode.el (tar-copy): Call write-region on the right buffer
4552 (Bug#4857).
4553
b42b2189
CY
4554 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4555 by hand, if necessary (Bug#4878).
4556
0ad57dfd
CY
45572009-11-06 Chong Yidong <cyd@stupidchicken.com>
4558
d19e23ae
CY
4559 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4560 align size column (Bug#4839).
4561
0ad57dfd
CY
4562 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4563 statement.
4564
0b7f397c
DN
45652009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4566
4567 * progmodes/ld-script.el (auto-mode-alist):
4568 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4569
4570 * cus-face.el (custom-declare-face): Purecopy face spec.
4571
495bd5ca
KH
45722009-11-06 Kenichi Handa <handa@m17n.org>
4573
4574 * international/uni-bidi.el: Re-generated.
4575 * international/uni-category.el: Re-generated.
4576 * international/uni-combining.el: Re-generated.
4577 * international/uni-mirrored.el: Re-generated.
4578
1e8780b1
DN
45792009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4580
4581 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4582 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4583 (tex-start-options, slitex-run-command, latex-run-command)
4584 (tex-run-command, tex-directory):
4585 * textmodes/ispell.el (ispell-html-skip-alists)
4586 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4587 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4588 (adaptive-fill-regexp):
4589 * textmodes/dns-mode.el (auto-mode-alist):
4590 * progmodes/python.el (interpreter-mode-alist):
4591 * progmodes/etags.el (tags-compression-info-list):
4592 * progmodes/etags.el (tags-file-name):
4593 * net/browse-url.el (browse-url-galeon-program)
4594 (browse-url-firefox-program):
4595 * mail/sendmail.el (mail-signature-file)
4596 (mail-citation-prefix-regexp):
4597 * international/mule-conf.el (eight-bit):
4598 * international/latexenc.el (latex-inputenc-coding-alist):
4599 * international/fontset.el (x-pixel-size-width-font-regexp):
4600 * emacs-lisp/warnings.el (warning-type-format):
4601 * emacs-lisp/trace.el (trace-buffer):
4602 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4603 (emacs-lisp-mode-map):
4604 * calendar/holidays.el (holiday-solar-holidays)
4605 (holiday-bahai-holidays, holiday-islamic-holidays)
4606 (holiday-christian-holidays, holiday-hebrew-holidays)
4607 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4608 (hebrew-holidays-1, holiday-oriental-holidays)
4609 (holiday-general-holidays):
4610 * x-dnd.el (x-dnd-known-types):
4611 * tool-bar.el (tool-bar):
4612 * startup.el (site-run-file):
4613 * shell.el (shell-dumb-shell-regexp):
4614 * rfn-eshadow.el (file-name-shadow-tty-properties)
4615 (file-name-shadow-properties):
4616 * paths.el (remote-shell-program, news-directory):
4617 * mouse.el ([C-down-mouse-3]):
4618 * menu-bar.el (menu-bar-tools-menu):
4619 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4620 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4621 (jka-compr-compression-info-list):
4622 * isearch.el (search-whitespace-regexp):
4623 * image-file.el (image-file-name-extensions):
4624 * find-dired.el (find-ls-option):
4625 * files.el (directory-listing-before-filename-regexp)
4626 (directory-free-space-args, insert-directory-program)
4627 (list-directory-brief-switches, magic-fallback-mode-alist)
4628 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4629 (automount-dir-prefix):
4630 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4631 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4632 (face-font-registry-alternatives, face-font-registry-alternatives)
4633 (face-font-family-alternatives):
4634 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4635 (facemenu-foreground-menu, facemenu-face-menu):
4636 * epa-hook.el (epa-file-name-regexp):
4637 * dnd.el (dnd-protocol-alist):
4638 * textmodes/rst.el (auto-mode-alist):
a51203ee 4639 * button.el (default-button): Purecopy strings.
1e8780b1 4640
0adae11f
GM
46412009-11-06 Glenn Morris <rgm@gnu.org>
4642
4643 * Makefile.in (ELCFILES): Update.
4644
2adaf057
SM
46452009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4646
8f72f03c
SM
4647 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4648 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4649
2adaf057
SM
4650 * nxml/xsd-regexp.el (xsdre-gen-categories):
4651 * nxml/xmltok.el (xmltok-parse-entity):
4652 * nxml/rng-parse.el (rng-parse-validate-file):
4653 * nxml/rng-maint.el (rng-format-manual)
4654 (rng-manual-output-force-new-line):
4655 * nxml/rng-loc.el (rng-save-schema-location-1):
4656 * nxml/rng-cmpct.el (rng-c-parse-file):
4657 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4658 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4659
14862301
SM
46602009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4661
bf0b361c 4662 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
4663 Remove extra save-excursions and make-variable-buffer-local's.
4664 Suggested by Stefan Monnier.
4665
4666 (verilog-getopt-file, verilog-module-inside-filename-p)
4667 (verilog-set-define): Merge GNU 1.35 and repair changes from
4668 switching to using with-current-buffer.
4669
4670 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4671 being treated as a number and confusing AUTORESET.
4672 Reported by Dan Dever.
4673
4674 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4675 Add verilog-auto-ignore-concat to fix backward compatibility with
4676 older verilog-modes. Reported by Dan Katz.
4677
4678 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4679 containing closing anchors "...$".
4680
4681 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4682 Reported by Wade Smith.
4683
48c2d18a 4684 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
4685
46862009-11-05 Michael McNamara <mac@mail.brushroad.com>
4687
bf0b361c
JB
4688 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4689 for labels.
14862301
SM
4690
4691 (verilog-label-re, verilog-calc-1): Support proper indent of named
4692 asserts.
4693
4694 (verilog-backward-token, verilog-basic-complete-re)
4695 (verilog-beg-of-statement, verilog-indent-re): Support proper
4696 indent of the assert statement at the beginning of a block of text.
4697
4698 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4699 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4700 tokens as begins.
4701
4f8f657f
GM
47022009-11-05 Glenn Morris <rgm@gnu.org>
4703
775adc51
GM
4704 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4705 Emacs 19. (Bug#1531)
4706 (byte-compile-fix-header): Update for the above change.
4707 Drop test for epoch::version.
4708
4ad6a5e7 4709 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
4710 * cus-dep.el (custom-make-dependencies):
4711 * finder.el (finder-compile-keywords):
4712 Use autoload-rubric's feature argument.
4ad6a5e7 4713
4f8f657f
GM
4714 * calendar/diary-lib.el (top-level): Make load behave more like require.
4715
881e4184
GM
4716 * vc-git.el (vc-git-stash-map): Move definition before use.
4717
ba214964 47182009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 4719
b6f8ba09
DN
4720 * custom.el (custom-declare-group): Purecopy standard-value.
4721 (custom-declare-group): Purecopy custom-prefix.
4722
7fdbcd83
SM
4723 * international/mule.el (load-with-code-conversion):
4724 Call do-after-load-evaluation unconditionally.
eb6f577b 4725
f6195dfb
DN
4726 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4727
56f14120
SM
47282009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4731
e5c89ce9
GM
47322009-11-04 Glenn Morris <rgm@gnu.org>
4733
4734 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4735 (byte-compile-compatibility): Remove option.
4736 (byte-compile-close-variables, byte-compile-fix-header)
4737 (byte-compile-insert-header, byte-compile-output-docform)
4738 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4739 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4740 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4741 (byte-compile-insert, byte-compile-defun):
4742 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
4743 (byte-defop-compiler19): Remove.
4744 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4745 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 4746
e24f42ab
JL
47472009-11-04 Juri Linkov <juri@jurta.org>
4748
4749 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4750 (menu-bar-options-menu): Don't quote the `prop' arg of
4751 `menu-bar-make-mm-toggle'.
4752
d3d5f4f5
JB
47532009-11-04 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * calendar/calendar.el (cal-loaddefs):
4756 * calendar/diary-lib.el (diary-loaddefs):
4757 * calendar/holidays.el (hol-loaddefs):
4758 * eshell/esh-module.el (esh-groups): Load rather than require.
4759
6e39d3b2
SM
47602009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4761
e96d62cd
SM
4762 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4763 point-min==1.
7e83e8b4
SM
4764 (todo-top-priorities): Only display-buffer when called interactively.
4765 (todo-item-start): Don't save excursion point.
4766 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4767 (todo-insert-item-here, todo-file-item, todo-remove-item):
4768 Adjust uses of todo-item-start and todo-item-end.
4769
fae4e5b9
SM
4770 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4771 (autoload-rubric): Don't use any more.
4772 * cedet/semantic/fw.el (semantic/loaddefs):
4773 * cedet/srecode.el (srecode/loaddefs):
4774 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
4775 * cedet/ede/cpp-root.el:
4776 * cedet/ede/emacs.el:
4777 * cedet/ede/files.el:
4778 * cedet/ede/linux.el:
4779 * cedet/ede/locate.el:
4780 * cedet/ede/make.el:
4781 * cedet/ede/shell.el:
4782 * cedet/ede/speedbar.el:
4783 * cedet/ede/system.el:
4784 * cedet/ede/util.el:
4785 * cedet/semantic/analyze.el:
4786 * cedet/semantic/bovine.el:
4787 * cedet/semantic/complete.el:
4788 * cedet/semantic/ctxt.el:
4789 * cedet/semantic/db-file.el:
4790 * cedet/semantic/db-find.el:
4791 * cedet/semantic/db-global.el:
4792 * cedet/semantic/db-mode.el:
4793 * cedet/semantic/db-typecache.el:
4794 * cedet/semantic/db.el:
4795 * cedet/semantic/debug.el:
4796 * cedet/semantic/dep.el:
4797 * cedet/semantic/doc.el:
4798 * cedet/semantic/edit.el:
4799 * cedet/semantic/find.el:
4800 * cedet/semantic/format.el:
4801 * cedet/semantic/html.el:
4802 * cedet/semantic/ia-sb.el:
4803 * cedet/semantic/ia.el:
4804 * cedet/semantic/idle.el:
4805 * cedet/semantic/lex-spp.el:
4806 * cedet/semantic/lex.el:
4807 * cedet/semantic/mru-bookmark.el:
4808 * cedet/semantic/scope.el:
4809 * cedet/semantic/senator.el:
4810 * cedet/semantic/sort.el:
4811 * cedet/semantic/symref.el:
4812 * cedet/semantic/tag-file.el:
4813 * cedet/semantic/tag-ls.el:
4814 * cedet/semantic/tag-write.el:
4815 * cedet/semantic/tag.el:
4816 * cedet/semantic/util-modes.el:
4817 * cedet/semantic/analyze/complete.el:
4818 * cedet/semantic/analyze/refs.el:
4819 * cedet/semantic/bovine/c.el:
4820 * cedet/semantic/bovine/gcc.el:
4821 * cedet/semantic/bovine/make.el:
4822 * cedet/semantic/bovine/scm.el:
4823 * cedet/semantic/decorate/include.el:
4824 * cedet/semantic/decorate/mode.el:
4825 * cedet/semantic/symref/cscope.el:
4826 * cedet/semantic/symref/global.el:
4827 * cedet/semantic/symref/grep.el:
4828 * cedet/semantic/symref/idutils.el:
4829 * cedet/semantic/symref/list.el:
4830 * cedet/semantic/wisent/java-tags.el:
4831 * cedet/semantic/wisent/javascript.el:
4832 * cedet/srecode/compile.el:
4833 * cedet/srecode/cpp.el:
4834 * cedet/srecode/document.el:
4835 * cedet/srecode/el.el:
4836 * cedet/srecode/expandproto.el:
4837 * cedet/srecode/getset.el:
4838 * cedet/srecode/insert.el:
4839 * cedet/srecode/java.el:
4840 * cedet/srecode/map.el:
4841 * cedet/srecode/mode.el:
4842 * cedet/srecode/template.el:
4843 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
4844 generated-autoload-feature.
4845
6e39d3b2
SM
4846 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4847 and only put a prop if it is non-nil.
4848
c9753fb4
JL
48492009-11-03 Juri Linkov <juri@jurta.org>
4850
4851 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4852 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4853
4854 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4855 and "Menu" to make top-level menu item visually one unit (like
4856 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4857 multi-word menu items). Fix :help string for quit-window.
4858
db04f33f
GM
48592009-11-03 Glenn Morris <rgm@gnu.org>
4860
df8fff6c
GM
4861 * cedet/mode-local.el (with-mode-local): Doc fix.
4862
2aea6521
GM
4863 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4864 (byte-compile-file-form-define-abbrev-table)
4865 (byte-compile-file-form-custom-declare-variable)
4866 (byte-compile-variable-ref, byte-compile-defvar):
4867 Whether or not a warning is enabled should only affect whether we issue
4868 the warning, not whether or not we collect the relevant data.
4869 Eg warnings can be turned on and off throughout the course of a file.
4870
db04f33f
GM
4871 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4872 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4873
937e6a56
SM
48742009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4877 * play/mpuz.el (mpuz-create-buffer):
4878 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4879 (lm-print-y,s,noise, lm-print-w0, lm-init):
4880 * play/gomoku.el (gomoku-prompt-for-move):
4881 * play/fortune.el (fortune-in-buffer):
4882 * play/dissociate.el (dissociated-press):
4883 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 4884 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
4885 * mail/supercite.el (sc-eref-show):
4886 * mail/smtpmail.el (smtpmail-send-it):
4887 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4888 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4889 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4890 (rmail-summary-goto-msg, rmail-summary-expunge)
4891 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4892 (rmail-summary-add-label, rmail-summary-output-menu)
4893 (rmail-summary-output-body):
4894 * mail/rfc822.el (rfc822-addresses):
4895 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4896 * mail/mailpost.el (post-mail-send-it):
4897 * mail/hashcash.el (hashcash-generate-payment):
4898 * mail/feedmail.el (feedmail-run-the-queue)
4899 (feedmail-queue-send-edit-prompt-help-first)
4900 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4901 (feedmail-deduce-address-list):
4902 * eshell/esh-ext.el (eshell-remote-command):
4903 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4904 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4905 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4906 (viper-save-string-in-file, viper-valid-marker):
4907 * emulation/viper-keym.el (viper-toggle-key):
4908 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4909 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4910 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4911 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4912 (viper-exec-form-in-emacs, viper-brac-function):
4913 * emulation/viper.el (viper-delocalize-var):
4914 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4915 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4916 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4917 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4918 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4919 * emulation/edt.el (edt-electric-helpify):
4920 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4921 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4922 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4923 (cua-indent-to-global-mark-column):
4924 * calendar/diary-lib.el (calendar-mark-1):
4925 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4926 Use with-current-buffer.
4927 * emulation/viper.el (viper-delocalize-var): Use dolist.
4928
5b955562
CY
49292009-11-03 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * comint.el (comint-replace-by-expanded-history-before-point):
4932 Replace !! with the previous input string literally (Bug#1795).
4933
6292c599
JB
49342009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4935
4936 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4937 to be made up of whitespace.
4938
8368c14e
CY
49392009-11-02 Chong Yidong <cyd@stupidchicken.com>
4940
4941 * minibuffer.el (read-file-name): Don't use file dialogs for
4942 remote directories (Bug#99).
4943
6f750f0d
CY
49442009-11-01 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4947
97ab3f47
AS
49482009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4949
4950 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4951 instead of deleting the window or frame.
4952
673c1168
CY
49532009-10-31 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4956 Support face colors.
4957
937e6a56
SM
4958 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4959 New function. Support face colors (Bug#1168).
673c1168
CY
4960 (tex-common-initialization): Use it.
4961
4962 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4963 mode allows it (Bug#1168).
4964
c9349f0a
CY
49652009-10-31 Juri Linkov <juri@jurta.org>
4966
4967 * facemenu.el (list-colors-display): Don't mark buffer as
4968 modified (Bug#3948).
4969
ebf5c4f5
CY
49702009-10-31 Chong Yidong <cyd@stupidchicken.com>
4971
5c2dce75
CY
4972 * international/mule-diag.el (list-character-sets-1): Minor
4973 message fix (Bug#3526).
4974
26581f0e
CY
4975 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4976 face property (Bug#4834).
4977 (etags-list-tags, etags-tags-apropos-additional)
4978 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4979 property.
4980
ebf5c4f5
CY
4981 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4982 items.
4983
4984 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4985 items.
4986
4987 * cedet/ede.el (ede-minor-mode):
4988 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4989
9a529312
SM
49902009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * textmodes/two-column.el (2C-split):
4993 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4994 * textmodes/tex-mode.el (tex-set-buffer-directory):
4995 * textmodes/spell.el (spell-region, spell-string):
4996 * textmodes/reftex.el (reftex-erase-buffer):
4997 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4998 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4999 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5000 (reftex-select-item):
5001 * textmodes/reftex-ref.el (reftex-label-info-update)
5002 (reftex-offer-label-menu):
5003 * textmodes/reftex-index.el (reftex-index-change-entry)
5004 (reftex-index-phrases-info):
5005 * textmodes/reftex-global.el (reftex-create-tags-file)
5006 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5007 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5008 (reftex-view-crossref-from-bibtex):
5009 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5010 (reftex-extract-bib-entries-from-thebibliography)
5011 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5012 * textmodes/refbib.el (r2b-capitalize-title):
5013 (r2b-convert-buffer, r2b-help):
5014 * textmodes/page-ext.el (pages-directory)
5015 (pages-directory-goto-with-mouse):
5016 * textmodes/bibtex.el (bibtex-validate-globally):
5017 * textmodes/bib-mode.el (bib-capitalize-title):
5018 * textmodes/artist.el (artist-clear-buffer, artist-system):
5019 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5020 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5021 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5022 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5023 (xscheme-send-control-g-interrupt, xscheme-start-process)
5024 (xscheme-process-sentinel, xscheme-cd):
5025 * progmodes/verilog-mode.el (verilog-read-always-signals)
5026 (verilog-set-define, verilog-getopt-file)
5027 (verilog-module-inside-filename-p):
5028 * progmodes/sh-script.el:
5029 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5030 (python-pdbtrack-grub-for-buffer, python-execute-file):
5031 * progmodes/octave-inf.el (inferior-octave):
5032 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5033 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5034 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5035 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5036 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5037 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5038 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5039 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5040 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5041 (idlwave-shell-examine-display, idlwave-shell-run-region)
5042 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5043 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5044 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5045 (idlwave-help-get-help-buffer):
5046 * progmodes/gud.el (gud-basic-call, gud-find-class)
5047 (gud-tooltip-activate-mouse-motions-if-enabled):
5048 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5049 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5050 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5051 (ebrowse-tags-next-file):
5052 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5053 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5054 (ebnf-eps-finish-and-write):
5055 * progmodes/cpp.el (cpp-edit-save):
5056 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5057 * progmodes/cc-defs.el (c-emacs-features):
5058 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5059 (antlr-directory-dependencies):
5060 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5061 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5062 (ada-find-any-references, ada-make-filename-from-adaname)
5063 (ada-make-body-gnatstub):
5064 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 5065 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
5066 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5067 * net/rcirc.el (rcirc-debug):
5068 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5069 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5070 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5071 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 5072 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
5073 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5074 (newsticker--treeview-list-clear-highlight)
5075 (newsticker--treeview-list-update-highlight)
5076 (newsticker--treeview-list-highlight-start)
5077 (newsticker--treeview-tree-update-highlight)
5078 (newsticker--treeview-get-selected-item)
5079 (newsticker-treeview-mark-list-items-old)
5080 (newsticker--treeview-set-current-node):
5081 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5082 * net/newst-backend.el (newsticker--get-news-by-funcall)
5083 (newsticker--get-news-by-wget, newsticker--image-get)
5084 (newsticker--image-sentinel):
5085 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5086 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5087 (eudc-ph-close-session):
5088 * net/eudc.el (eudc-save-options):
5089 * language/thai-word.el (thai-update-word-table):
5090 * language/japan-util.el (japanese-string-conversion):
5091 * international/titdic-cnv.el (tsang-quick-converter)
5092 (ziranma-converter, ctlau-converter):
5093 * international/mule-cmds.el (describe-language-environment):
5094 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5095 (skkdic-convert-postfix, skkdic-convert-prefix):
5096 (skkdic-convert-okuri-nasi, skkdic-convert):
5097 * emacs-lisp/re-builder.el (reb-update-overlays):
5098 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5099 * emacs-lisp/gulp.el (gulp-send-requests):
5100 * emacs-lisp/find-gc.el (trace-call-tree):
5101 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5102 (eieio-describe-generic):
5103 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5104 * emacs-lisp/edebug.el (edebug-outside-excursion):
5105 * emacs-lisp/debug.el (debugger-make-xrefs):
5106 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5107 * emacs-lisp/chart.el (chart-new-buffer):
5108 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5109 Use with-current-buffer.
5110 * textmodes/artist.el (artist-system): Don't call
5111 copy-sequence on a fresh string.
5112 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5113
d566f228
GM
51142009-10-31 Stephen Berman <stephen.berman@gmx.net>
5115
5116 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 5117 is no item to edit. (Bug#4820)
d566f228 5118 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 5119 buffer. (Bug#4820)
d566f228 5120
f3628edd
GM
51212009-10-31 Glenn Morris <rgm@gnu.org>
5122
5cf3709c
GM
5123 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5124 (comint-last-output-start, comint-last-input-start)
5125 (comint-last-input-end): Don't defvar when compiling.
5126 (ange-ftp-process-file): Use bound-and-true-p.
5127
4c814fd2
GM
5128 * pcmpl-rpm.el (top-level): Move provide statement to end.
5129 (pcmpl-rpm): Remove unused custom group.
5130
113b8dcc
GM
5131 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5132
31c615e4
GM
5133 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5134
416d3588
GM
5135 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5136 (byte-compile-warnings): Add `constants' as an option.
5137 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5138 (display-call-tree): Update for byte-compile-fdefinition possibly
5139 returning `(macro lambda ...)'. (Bug#4778)
5140 (byte-compile-variable-ref, byte-compile-setq-default):
5141 Respect `constants' member of byte-compile-warnings.
5142
8aedfd3b
GM
5143 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5144 Use mapc rather than mapcar because the return value is never used.
5145
f3628edd
GM
5146 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5147 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5148 * cedet/semantic/html.el:
5149 Suppress harmless warnings about setting up semantic-imenu (not
5150 part of Emacs) variables.
5151
00f71f39
SM
51522009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5155 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5156 to "submit:".
5157
4fa4a838
SM
5158 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5159 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5160 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5161 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5162 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5163 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5164 (semantic-analyzer-debug-global-symbol)
5165 (semantic-analyzer-debug-missing-innertype)
5166 (semantic-analyzer-debug-insert-include-summary):
5167 * cedet/semantic/util.el (semantic-file-tag-table):
5168 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5169 (semantic-recursive-find-nonterminal-by-name):
5170 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5171 * cedet/semantic/tag-file.el (semantic-prototype-file):
5172 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5173 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5174 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5175 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5176 (semantic-idle-summary-maybe-highlight):
5177 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5178 (semantic-ia-sb-tag-info):
5179 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5180 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5181 * cedet/semantic/ede-grammar.el (project-compile-target):
5182 (ede-proj-makefile-insert-variables):
5183 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5184 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5185 (semantic-debug-mode, semantic-debug):
5186 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5187 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5188 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5189 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5190 (semanticdb-find-translate-path-includes--internal)
5191 (semanticdb-reset-log, semanticdb-find-log-activity):
5192 * cedet/semantic/db-file.el (object-write):
5193 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5194 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5195 (semanticdb-create-ebrowse-database):
5196 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5197 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5198 (semantic-collector-calculate-completions-raw)
5199 (semantic-complete-read-tag-analyzer):
5200 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5201 * cedet/ede/util.el (ede-update-version-in-source):
5202 * cedet/ede/proj.el (project-delete-target):
5203 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5204 (ede-proj-flush-autoconf):
5205 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5206 (ede-proj-configure-synchronize):
5207 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5208 * cedet/ede/linux.el (ede-linux-version):
5209 * cedet/ede/emacs.el (ede-emacs-version):
5210 * cedet/ede/dired.el (ede-dired-add-to-target):
5211 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5212 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5213 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5214 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5215 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5216 (cedet-idutils-version-check):
5217 * cedet/cedet-global.el (cedet-gnu-global-call):
5218 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5219 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5220 * cedet/cedet-cscope.el (cedet-cscope-call)
5221 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5222 Use with-current-buffer.
5223 * cedet/ede.el (ede-make-project-local-variable)
5224 (ede-set-project-variables, ede-set): Use dolist.
5225
ca0a881a
DN
52262009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5227
5228 * textmodes/ispell.el (ispell-skip-region-alist):
5229 * international/mule-conf.el (eight-bit):
5230 * international/fontset.el (font-encoding-alist):
5231 * startup.el (pure-space-overflow-message):
5232 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5233 * paths.el (gnus-nntp-service, rmail-spool-directory)
5234 (term-file-prefix):
5235 * files.el (save-some-buffers-action-alist):
5236 * cmuscheme.el (same-window-buffer-names):
5237 * ielm.el (same-window-buffer-names):
5238 * shell.el (same-window-buffer-names):
5239 * mail/sendmail.el (same-window-buffer-names):
5240 * progmodes/inf-lisp.el (same-window-buffer-names):
5241 * bindings.el (mode-line-client)
5242 (mode-line-column-line-number-mode-map):
5243 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5244 (tibetan-precomposed-regexp): Purecopy string arguments.
5245
b861e45e
SM
52462009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5247
6df9b6d7
SM
5248 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5249 (calcDigit-nondigit):
5250 * calc/calc-yank.el (calc-copy-to-buffer):
5251 * calc/calc-units.el (calc-invalidate-units-table):
5252 * calc/calc-trail.el (calc-trail-yank):
5253 * calc/calc-store.el (calc-insert-variables):
5254 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5255 * calc/calc-prog.el (calc-read-parse-table):
5256 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5257 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5258 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5259 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5260 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5261 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5262 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5263 * calc/calc-ext.el (calc-realign):
5264 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5265 (calc-embedded-finish-edit, calc-embedded-make-info)
5266 (calc-embedded-finish-command, calc-embedded-stack-change):
5267 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5268
5a916e35
SM
5269 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5270 (overload-docstring-extension): Use that info.
5271 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5272 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5273 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5274 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5275 (semantic-nonterminal-full-name): Add the new `when' info.
5276 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5277 `assert'.
5278
70f44c65
SM
5279 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5280 shell-dynamic-complete-filename in preference to
5281 comint-dynamic-complete-filename.
5282
b861e45e
SM
5283 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5284 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5285 Don't consider whether the display supports colors.
5286 (bookmark-import-new-list): Use dolist.
5287 (bookmark-bmenu-mode-map): Move initialization into declaration.
5288 (bookmark-bmenu-list): Use dolist, simplify.
5289 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5290 (menu-bar-final-items): Use push.
5291
8549241d 52922009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5293
5294 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5295 it works on remote files.
5296 (vc-hg-diff): Don't pass any `--cwd' argument.
5297
30644573
KR
52982009-10-27 Kevin Ryde <user42@zip.com.au>
5299
cc63d28f
SM
5300 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5301 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5302 (Further to Bug#3921).
5303
9be01a63
MA
53042009-10-27 Michael Albinus <michael.albinus@gmx.de>
5305
5306 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5307 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5308 calling `tramp-imap-put-file'. Add file size to the call.
5309 (tramp-imap-get-file-entries): Compute also user name, file size,
5310 and date.
5311 (tramp-imap-handle-insert-directory): Insert uid and gid.
5312 (tramp-imap-handle-file-attributes): Transform uid and gid
5313 according to `id-format'.
5314 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5315 size in header X-Size.
5316
41849bf9
JB
53172009-10-26 Juanma Barranquero <lekktu@gmail.com>
5318
5319 * simple.el (transpose-subr): Give clearer error when the mark
5320 is not set. (Bug#4807)
5321
293c24f9
MA
53222009-10-26 Michael Albinus <michael.albinus@gmx.de>
5323
cc63d28f
SM
5324 * net/tramp.el (tramp-perl-file-truename): New defconst.
5325 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5326 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5327 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5328 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5329
cc63d28f
SM
5330 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5331 Ignore `dired-call-process'.
293c24f9
MA
5332 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5333
53342009-10-26 Julian Scheid <julians37@gmail.com>
5335
cc63d28f 5336 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5337 (tramp-get-remote-readlink): New defun.
5338 (tramp-handle-file-truename): Use it.
5339 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5340 file exists if cache value present.
48c2d18a 5341 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5342 (tramp-handle-file-readable-p): Use it.
5343 (tramp-handle-file-writable-p): Likewise.
5344 (tramp-handle-file-executable-p): Likewise.
5345 (tramp-handle-file-name-all-completions): Try using Perl to get
5346 partial completions. When perl not available, combine `cd' and
5347 `ls' into single remote operation and use shell expansion to get
5348 partial remote directory contents. Set `file-exists-p' cache for
5349 directory and any files returned by ls. Change cache handling to
5350 support partial directory contents. Use error message emitted by
5351 remote `cd' or Perl code for local tramp-error.
5352 (tramp-do-copy-or-rename-file-directly): Avoid separate
5353 tramp-send-command-and-check call.
cc63d28f
SM
5354 (tramp-handle-process-file): Merge three remote ops into one.
5355 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5356 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5357 file-attributes shows uid/gid to be set already.
5358
a7610c52
DN
53592009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5360
5361 * textmodes/tex-mode.el (tex-dvi-view-command)
5362 (tex-show-queue-command, tex-open-quote):
5363 * progmodes/ruby-mode.el (auto-mode-alist)
5364 (interpreter-mode-alist): Purecopy strings.
5365
5366 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5367
5368 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5369 string for the hook, keymap and abbrev table.
5370
5371 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5372
5373 * x-dnd.el (x-dnd-xdnd-to-action):
5374 * startup.el (fancy-startup-text, fancy-about-text): Change to
5375 defconst from defvar.
5376
5377 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5378
5379 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5380 Purecopy initialization strings.
5381
5382 * mail/sendmail.el (mail-header-separator)
5383 (mail-personal-alias-file):
5384 * mail/rmail.el (rmail-default-dont-reply-to-names)
5385 (rmail-ignored-headers, rmail-retry-ignored-headers)
5386 (rmail-highlighted-headers, rmail-secondary-file-directory)
5387 (rmail-secondary-file-regexp):
5388 * files.el (null-device, file-name-invalid-regexp)
5389 (locate-dominating-stop-dir-regexp)
cc63d28f 5390 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5391 (interpreter-mode-alist): Use mapcar instead of mapc.
5392
5393 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5394
5395 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5396 (completion-ignored-extensions):
5397 (debug-ignored-errors): Purecopy strings.
5398
4fcc3d32
SM
53992009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5400
0667de21
SM
5401 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5402 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5403 (pcomplete--here): Use push.
5404
4fcc3d32
SM
5405 * subr.el (all-completions): Declare the 4th arg obsolete.
5406
955ef430
SM
54072009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5408
2d085307
SM
5409 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5410 (pcomplete-unquote-argument): New function.
5411 (pcomplete--common-suffix): Always pay attention to case.
5412 (pcomplete--table-subvert): Quote and unquote the text.
5413 (pcomplete--common-quoted-suffix): New function.
5414 (pcomplete-std-complete): Use it and pcomplete-begin.
5415
955ef430
SM
5416 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5417 we're inside a dedicated or minibuffer window.
5418
4fcc3d32
SM
54192009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * cedet/semantic/fw.el (semantic-alias-obsolete)
5422 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5423 (define-mode-overload-implementation):
5424 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5425 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5426 * cedet/semantic/util.el (semantic-file-token-stream)
5427 (semantic-something-to-stream):
5428 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5429 (semantic-expand-nonterminal):
5430 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5431 (semantic-find-dependency, semantic-find-nonterminal)
5432 (semantic-find-dependency):
5433 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5434 (semantic-flex-text, semantic-flex-make-keyword-table)
5435 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5436 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5437 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5438 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5439 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5440 (semantic-after-idle-scheduler-reparse-hooks):
5441 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5442 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5443 * cedet/semantic.el (semantic-toplevel-bovine-table)
5444 (semantic-toplevel-bovine-cache)
5445 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5446 (semantic-init-mode-hooks, semantic-init-db-hooks)
5447 (semantic-bovination-working-type): Provide the `when' arg.
5448
7c85c02b
KF
54492009-10-24 Karl Fogel <kfogel@red-bean.com>
5450
5451 * bookmark.el: Update documentation, especially documentation
5452 of `bookmark-alist' and of the bookmark file format.
5453 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5454
3e8ae8a6
CY
54552009-10-24 Chong Yidong <cyd@stupidchicken.com>
5456
3e425845
CY
5457 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5458 keybindings apply to the mail buffer (Bug#4003). Shrink help
5459 window to buffer.
5460
cdd47d48
CY
5461 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5462 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
5463 (whitespace-toggle-options, global-whitespace-toggle-options):
5464 Doc fix (Bug#3660).
cdd47d48 5465
ba07c9ad
CY
5466 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5467 of xmltok-start before the end tag was inserted (Bug#2840).
5468
3e8ae8a6
CY
5469 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5470 patterns that are preceded by an open-paren (Bug#1320).
5471
ab276820
CY
54722009-10-24 Sven Joachim <svenjoac@gmx.de>
5473
5474 * files.el (delete-directory): Delete symlinks to directories with
5475 delete-file (Bug#4739).
5476
86f1602f
CY
54772009-10-24 Chong Yidong <cyd@stupidchicken.com>
5478
5479 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5480 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5481 argument to make-obsolete.
5482
5483 * cedet/semantic/fw.el (semantic-alias-obsolete)
5484 (semantic-varalias-obsolete): Add optional WHEN argument.
5485
905a9ed3
DN
54862009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5487
a9a2a6db
DN
5488 * vc.el (vc-backend-for-registration): Rename from
5489 vc-get-backend-for-registration. Update callers.
5490
cc63d28f
SM
5491 * international/mule-cmds.el (set-language-info-alist):
5492 Purecopy lang-env.
905a9ed3
DN
5493 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5494 (charset): Purecopy the name.
5495 (define-char-code-property): Purecopy string arguments.
5496
5497 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5498 Purecopy string arguments.
5499
5500 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5501 * ediff-hook.el (menu-bar-ediff-menu):
5502 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5503 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5504
d270305a
GM
55052009-10-24 Glenn Morris <rgm@gnu.org>
5506
6c74d523 5507 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5508 * term.el (term-dynamic-list-completions): Use choose-completion rather
5509 than obsolete alias mouse-choose-completion.
5510
ae732337
GM
5511 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5512 file-cache-choose-completion.
5513 (file-cache-choose-completion): Handle an optional event argument.
5514 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5515
cc63d28f
SM
5516 * progmodes/octave-mod.el (octave-complete-symbol):
5517 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 5518
9847dc91
GM
5519 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5520 use.
5521
e8f2a5d5
GM
5522 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5523 compiler.
5524
d270305a
GM
5525 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5526
c6432f1e
SM
55272009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5530 Ignore `pred' now that we receive one.
5531 Handle test-completion specially.
5532
6ab196f9
DN
55332009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5534
5535 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 5536 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
5537 REGISTER ...
5538 (vc-get-backend-for-registration): ... here. New function.
5539 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5540 of vc-responsible-backend, pass the file name instead of the
5541 directory name.
5542
48feed59
SM
55432009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5546 New funs.
5547 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5548 (pcomplete-comint-setup): Don't modify a global var via
5549 accidental side-effects.
5550 (pcomplete-shell-setup): Adjust call accordingly.
5551 (pcomplete-parse-comint-arguments): Use push.
5552
00006066
CY
55532009-10-23 Chong Yidong <cyd@stupidchicken.com>
5554
36bfa3af
CY
5555 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5556 Allow uncapitalized info node names (Bug#3921).
5557
00006066
CY
5558 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5559 to the DEBUG file (Bug#3781).
5560
aa311d6e
CY
55612009-10-23 Jari Aalto <jari.aalto@cante.net>
5562
5563 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5564 dictionary entry (Bug#4579).
5565
b88f2d0a
MA
55662009-10-23 Michael Albinus <michael.albinus@gmx.de>
5567
5568 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5569 from `rfn-eshadow-update-overlay-hook' when unloading.
5570 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5571 "rsyncc". Adjust doc string.
48c2d18a 5572 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
5573 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5574 Keep temporary file when indicated by method ("rsync" and
5575 "rsyncc").
5576 (tramp-handle-write-region): Handle APPEND.
5577 (tramp-delete-temp-file-function): New defun. Added to
5578 `kill-buffer-hook'.
5579
1becddbb
JB
55802009-10-23 Juanma Barranquero <lekktu@gmail.com>
5581
5582 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5583
8f43cbf3
DN
55842009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5585
5586 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5587 (color-name-rgb-alist, tty-standard-colors)
5588 (tty-color-mode-alist): Change to defconst.
5589
5590 * simple.el (mark-inactive): Purecopy message.
5591
5592 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5593 (global-map, yank-menu):
5594 * textmodes/ispell.el (ispell-menu-map):
5595 * net/eudc.el (eudc-tools-menu):
5596 * international/mule-cmds.el (describe-language-environment-map)
5597 (setup-language-environment-map, set-coding-system-map)
5598 (mule-menu-keymap):
5599 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5600 * replace.el (occur-mode-map):
5601 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5602
1d228a31
JB
56032009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5604
5605 * calc/calc.el (math-read-number, math-read-number-simple): Use
5606 `save-match-data'.
5607
3b067af1
SM
56082009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5609
28a90c44
SM
5610 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5611 rather than fiddling with global-map bindings, since it should only
5612 affect per-terminal settings.
5613 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5614
a452eee8
SM
5615 * minibuffer.el (completion-table-with-terminator): Allow to specify
5616 the terminator-regexp.
5617
ab14d7d5
SM
5618 * simple.el (switch-to-completions): Look for *Completions* in other
5619 frames as well.
5620
3b067af1
SM
5621 * pcomplete.el: Allow the use of completion-tables.
5622 (pcomplete-std-complete): New command.
5623 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5624 (pcomplete--here): Use a function for `form' rather than an expression,
5625 so it can be byte-compiled.
5626 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5627 Add edebug declaration.
5628 (pcomplete-show-completions): Remove unused var `curbuf'.
5629 (pcomplete-do-complete, pcomplete-stub):
1becddbb 5630 Don't assume `completions' is a list of strings any more.
3b067af1 5631
5480359e
JB
56322009-10-22 Juanma Barranquero <lekktu@gmail.com>
5633
5634 * find-dired.el (find-name-arg): Fix typo in docstring.
5635
3170b794
SM
56362009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5637
48c23a25
SM
5638 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5639 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5640
56b14058
SM
5641 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5642 pcomplete-entries.
5643
3170b794
SM
5644 * comint.el (comint-read-input-ring, comint-write-input-ring)
5645 (comint-substitute-in-file-name)
5646 (comint-dynamic-complete-as-filename)
5647 (comint-dynamic-simple-complete)
5648 (comint-dynamic-list-filename-completions)
5649 (comint-dynamic-list-completions)
5650 (comint-redirect-results-list-from-process): Minor simplifications.
5651
2affef34
KR
56522009-10-21 Kevin Ryde <user42@zip.com.au>
5653
3170b794
SM
5654 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5655 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 5656 the first form. And insert a blank line after ";;; Code" since
d8194864 5657 that's usual style. (Bug#4612)
2affef34 5658
e7b94bbb
KR
5659 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5660
528c56e2
SM
56612009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * minibuffer.el (completion-table-with-terminator): Properly implement
5664 boundaries, in case `terminator' appears in the suffix.
5665 (completion--embedded-envvar-table): Don't return boundaries if
5666 there's no valid completion. Simplify.
5667 (completion-file-name-table): New completion table extracted from
5668 completion--file-name-table.
5669 (completion--file-name-table): Use it.
5670 (read-file-name-predicate): Declare obsolete.
5671 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5672 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5673 completion-file-name-table, and use the `pred' argument.
5674 * files.el (locate-file-completion-table): Use the `pred' arg rather
5675 than read-file-name-predicate.
5676 (abbreviate-file-name): Use \` rather than ^ for BOS.
5677
f9ed9b4f
DN
56782009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5679
5680 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5681 vc-responsible-backend to register, it causes problems.
5682
5f2022a3
SM
56832009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5686
8d106ea0
CY
56872009-10-21 Eric Ludlam <zappo@gnu.org>
5688
5689 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5690 (semantic-c-debug-mode-init-pch): New functions.
5691 (semantic-c-debug-mode-init-last-mode): New var.
5692 (semantic-c-parse-lexical-token): Use them.
5693
5694 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5695 When extracting the argument list, limit only by point-max.
5696
fc754ea1
MA
56972009-10-21 Michael Albinus <michael.albinus@gmx.de>
5698
5699 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5700 (tramp-smb-handle-file-attributes): Use it.
5701 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5702 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
5703 `mapcar'. Use `tramp-smb-get-stat-capability'.
5704 Add `dired-filename' text properties.
fc754ea1
MA
5705 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5706 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5707 version.
5708
79bd5ba1
SM
57092009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * subr.el (read-key-delay): Reduce to 0.01.
5712 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5713 (bug#4751).
5714
3c13704d
SM
57152009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5716
554efd10
SM
5717 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5718
c2a37b78
SM
5719 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5720 (Info-menu): Remove unused vars `last' and `completions'.
5721 (Info-index-nodes): Remove unused var `node'.
5722
3c13704d
SM
5723 * info.el (Info-complete-menu-item): Use complete-with-action.
5724
d1e4c403
DN
57252009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5726
5727 Make vc-annotate work through copies and renames.
3c13704d
SM
5728 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5729 Return the file name too.
d1e4c403
DN
5730 (vc-annotate-revision-at-line)
5731 (vc-annotate-find-revision-at-line)
5732 (vc-annotate-revision-previous-to-line)
5733 (vc-annotate-show-log-revision-at-line): Update to get the file
5734 name from vc-annotate-extract-revision-at-line.
5735 (vc-annotate-show-diff-revision-at-line-internal): Change the
5736 argument to mean whether to show a file diff or not. Get the file
5737 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5738 (vc-annotate-show-diff-revision-at-line):
5739 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5740 (vc-annotate-warp-revision): Add an optional file argument.
5741
5742 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5743 (vc-git-annotate-extract-revision-at-line): Also return the file
5744 name if found.
5745
5746 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5747 command. Remove unused code.
5748 (vc-hg-annotate-re): Update to match --follow output.
5749 (vc-hg-annotate-extract-revision-at-line): Also return the file
5750 name if found.
5751
5752 * vc.el: Update annotate-extract-revision-at-line documentation.
5753
b0b0ef98
KR
57542009-10-18 Kevin Ryde <user42@zip.com.au>
5755
5756 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5757 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5758
a9e7f03d
KR
5759 * net/browse-url.el (browse-url): Identify alist with "consp and
5760 not functionp" and let all other things go down the `apply' leg,
5761 as suggested by Stefan. (Further to bug#4531.)
5762
7346a407
CY
57632009-10-18 Chong Yidong <cyd@stupidchicken.com>
5764
5765 * minibuffer.el (read-file-name): Check for repeat before putting
5766 a default argument in file-name-history (Bug#4657).
5767
5768 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5769 read syntax (Bug#4737).
5770
3c13704d 5771 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 5772
1da94541
CY
57732009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5774
5775 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5776 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5777 entries and make note of obsolete tags.
5778
2b93080a
SM
57792009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5782
18b5ffb5
GM
57832009-10-18 Glenn Morris <rgm@gnu.org>
5784
5785 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5786 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 5787 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
5788 now, and in any case the file header format has changed.
5789
c2e161b2
GM
57902009-10-17 Glenn Morris <rgm@gnu.org>
5791
5792 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5793 (flyspell-get-word, flyspell-large-region)
5794 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5795
a1eb44f5
CY
57962009-10-17 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * Makefile.in (ELCFILES): Add ede/shell.
5799
4418646e
DN
58002009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5801
5802 * term/common-win.el (x-colors): Purecopy it.
5803
4062011e
SM
58042009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5807 permissive for when the buffer is empty.
5808 (tar-header-block-tokenize): Decode the username and groupname.
5809 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5810
67d3ffe4
CY
58112009-10-17 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * cedet/srecode/srt.el:
5814 * cedet/srecode/compile.el:
5815 * cedet/semantic/mru-bookmark.el:
5816 * cedet/semantic/debug.el:
5817 * cedet/semantic/complete.el:
5818 * cedet/semantic/analyze.el: Require CL when compiling.
5819
58202009-10-17 Eric Ludlam <zappo@gnu.org>
5821
5822 * cedet/semantic/scope.el
5823 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5824 tmpscope so that the regular scope will continue to work.
5825
4062011e
SM
5826 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5827 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
5828
5829 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5830 contains multibyte characters, choose first applicable coding
5831 system automatically.
5832
5833 * cedet/ede/project-am.el (project-run-target): New method.
5834 (project-run-target): New method.
5835
5836 * cedet/ede.el (ede-target): Add run target menu item.
5837 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5838 (ede-run-target): New function.
5839 (ede-target::project-run-target): New method.
5840
5841 * cedet/ede/proj.el (project-run-target): New method.
5842
5843 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5844 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5845 Add :rules.
5846 (ede-proj-target-makefile-shared-object): Only libtool compilers
5847 now available. Add linkers for libtool.
5848 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5849 (ede-proj-makefile-target-name): Always use .la extension.
5850
5851 * cedet/ede/proj-prog.el (project-run-target): New method.
5852
4062011e 5853 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
5854 (ede-g++-linker): Change Change link lines.
5855
4062011e
SM
5856 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5857 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
5858 search backward from there.
5859 (ede-proj-makefile-automake-insert-subdirs)
5860 (ede-proj-makefile-automake-insert-extradist): New methods.
5861 (ede-proj-makefile-create): Use them.
5862
5863 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5864 Force FILE to expand to the current target. Use file-exists-p to
5865 check that it exists.
5866
5867 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
5868 (ede-linux-load): Wrap dir in file-name-as-directory.
5869 Set :version slot.
67d3ffe4
CY
5870
5871 * cedet/ede/files.el (ede-get-locator-object): When enabling
5872 locate, do so on "top".
5873
5874 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5875 file-name-as-directory during compare.
4062011e
SM
5876 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5877 Get version number from different places. Don't call egrep.
67d3ffe4
CY
5878 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5879 to set the directory.
5880
5881 * cedet/ede/shell.el: New file.
5882
5883 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5884 alpha/beta variants.
5885
2df48a87
SM
58862009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * international/mule-cmds.el (select-safe-coding-system): If the file
5889 has a coding cookie, use it regardless of any other setting (bug#4712).
5890
fd7dd48c
GM
58912009-10-17 Glenn Morris <rgm@gnu.org>
5892
547776f9
GM
5893 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5894 All errors should have messages.
5895
3ee0b477 5896 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
5897 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5898
2550e4b1
GM
5899 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5900 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5901 (dired-keep-marker-symlink, dired-dwim-target)
5902 (dired-copy-preserve-time): Do not autoload these defcustoms.
5903
fd7dd48c
GM
5904 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5905 messages from messing up the file coding. (Bug#4623)
5906
f3e3a990
GM
59072009-10-17 Jari Aalto <jari.aalto@cante.net>
5908
5909 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5910 if no match is found for the current dictionary. (Bug#4578)
5911
5912 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5913 optional, since that is how it is documented, and this is often called
5914 with a nil argument. (Bug#4577)
5915 (flyspell-external-point-words, flyspell-auto-correct-word)
5916 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5917 (flyspell-word-search-backward): Remove nil argument in calls to
5918 flyspell-get-word, since it is not needed now.
5919
59202009-10-17 Ulrich Mueller <ulm@gentoo.org>
5921
1becddbb 5922 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 5923
b61374ab
GM
59242009-10-16 Glenn Morris <rgm@gnu.org>
5925
5926 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5927
412707c2
SM
59282009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5929
5930 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5931 (ange-ftp-file-size): New function.
5932 (ange-ftp-file-attributes): Use it.
5933
0c6f436e
MA
59342009-10-16 Michael Albinus <michael.albinus@gmx.de>
5935
5936 * net/tramp-smb.el (tramp-smb-version): New defvar.
5937 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5938 repeated checks.
5939
850bfd04
GM
59402009-10-16 Glenn Morris <rgm@gnu.org>
5941
5942 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5943 Maybe copy some custom properties from old to new name. (Bug#4706)
5944
f3ed9aca
JB
59452009-10-16 Juanma Barranquero <lekktu@gmail.com>
5946
5947 * subr.el (error, sit-for, start-process-shell-command)
5948 (start-file-process-shell-command): Set the calling convention
5949 after the function definition.
5950
fd6c5134
SM
59512009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5952
5953 * subr.el (error, sit-for, start-process-shell-command)
5954 (start-file-process-shell-command): Use the new
5955 set-advertised-calling-convention feature.
5956
73874eb7
KH
59572009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5958
fd6c5134
SM
5959 * international/ucs-normalize.el (ucs-normalize-version):
5960 Change to 1.2.
5961 (check-range): Adjust for Unicode 5.2.
73874eb7 5962
03fb33cf
JL
59632009-10-15 Juri Linkov <juri@jurta.org>
5964
5965 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5966 to the `menu-item' format.
5967
4260b402
MA
59682009-10-15 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5971 if the environment variable does not exist.
5972
5973 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5974 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5975 parameter.
5976 (tramp-smb-handle-add-name-to-file)
5977 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5978 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5979 (tramp-smb-handle-file-attributes)
5980 (tramp-smb-do-file-attributes-with-stat)
5981 (tramp-smb-handle-file-local-copy)
5982 (tramp-smb-handle-insert-directory)
5983 (tramp-smb-handle-make-directory)
5984 (tramp-smb-handle-make-directory-internal)
5985 (tramp-smb-handle-make-symbolic-link)
5986 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5987 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5988 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5989 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5990 Handle long file names.
5991 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5992 process is running.
5993 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5994 Read share names with "-g" option.
5995
d7a0fd6f
GM
59962009-10-15 Ryan Yeske <rcyeske@gmail.com>
5997
5998 * net/rcirc.el (rcirc-view-log-file): New command.
5999 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6000 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6001 specified.
6002
0b44494a
GM
60032009-10-15 Glenn Morris <rgm@gnu.org>
6004
af9fb32f
GM
6005 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6006 from the second command-line argument.
6007 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6008 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6009 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6010 w32-batch-update-autoloads.
6011 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6012 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6013
0b44494a
GM
6014 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6015 the headers cannot be located. Simplify, subtracting superflous
6016 save-excursions.
6017
d5e63715
SM
60182009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 Replace completion-base-size by completion-base-position to fix bugs
6021 such as (bug#4699).
6022 * simple.el (completion-base-position): New var.
6023 (completion-base-size): Mark as obsolete.
6024 (choose-completion): Make it work for mouse events as well.
6025 Pass the new base-position to choose-completion-string.
6026 (choose-completion-guess-base-position): New function, extracted from
6027 choose-completion-delete-max-match.
6028 (choose-completion-delete-max-match): Use it. Make obsolete.
6029 (choose-completion-string): Use the new base-position info.
6030 (completion-root-regexp): Delete.
6031 (completion-setup-function): Preserve completion-base-position.
6032 Eliminate obsolete base-size manipulation.
6033 * minibuffer.el (display-completion-list): Don't mess with base-size.
6034 (minibuffer-completion-help): Set completion-base-position instead.
6035 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6036 choose-completion.
6037 * textmodes/bibtex.el (bibtex-complete):
6038 * emacs-lisp/crm.el (crm--choose-completion-string):
6039 Adjust to new calling convention.
6040 * complete.el (partial-completion-mode): Use minibufferp to avoid
6041 bumping into incompatible change to choose-completion-string-functions.
6042 * ido.el (ido-choose-completion-string): Make its calling convention
6043 more permissive.
6044 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6045 base-size manipulation.
6046 (comint-dynamic-list-input-ring): Use dotimes and push.
6047 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6048 fundamental-mode. Use `or'.
6049
92f8bfc7
JL
60502009-10-14 Juri Linkov <juri@jurta.org>
6051
6052 * misearch.el (multi-isearch-next-buffer-from-list)
6053 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6054
e78e280d
SM
60552009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6056
384ca163
SM
6057 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6058 `bytecomp.el'.
6059
681e0e7c
SM
6060 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6061 string we return is all made up of text from the completions rather
6062 than part from the completions and part from the input (bug#4219).
6063
e78e280d
SM
6064 * ido.el (ido-everywhere): Use define-minor-mode.
6065
6066 * buff-menu.el (list-buffers, ctl-x-map):
6067 Mark the entry points with ;;;###autoload cookies.
6068
b4e813ca
DN
60692009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6070
52964e54
DN
6071 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6072 correctly in the detached head case.
6073 (vc-git-print-log): Remove unused binding.
6074
b4e813ca
DN
6075 * vc.el (vc-responsible-backend): When a directory is passed for
6076 for registration create a VC repository if no backend is
6077 responsible for the directory argument.
6078 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
6079
6080 * vc.el: Move comments about RCS and SCCS ...
6081 * vc-rcs.el:
6082 * vc-sccs.el: ... here, respectively.
6083
40ba9882
SM
60842009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * minibuffer.el (completion--file-name-table): Return nil if there's
6087 no file completion, even if substitute-in-file-name changed
6088 the string (bug#4708).
6089
04e0f59b
JL
60902009-10-13 Juri Linkov <juri@jurta.org>
6091
6092 * files-x.el (read-file-local-variable-value): Don't filter out
6093 minor modes from mode name completion (bug#4664).
6094
314c8e25
JB
60952009-10-13 Juanma Barranquero <lekktu@gmail.com>
6096
6097 * international/mule-cmds.el (ucs-names): Remove exclusion of
6098 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6099
5c9b7d36
KH
61002009-10-13 Kenichi Handa <handa@m17n.org>
6101
6102 * international/uni-name.el: Regenerated.
6103
1e7a80f2
JB
61042009-10-13 Juanma Barranquero <lekktu@gmail.com>
6105
6106 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6107 should be automatically buffer-local, but isn't.)
6108
cd29f88b
SS
61092009-10-12 Sam Steingold <sds@gnu.org>
6110
6111 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6112 timestamps if the buffer has been visited before.
0cd16af4
SS
6113 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6114 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6115
37493a98
GM
61162009-10-12 Glenn Morris <rgm@gnu.org>
6117
6118 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6119 Let-bind `size'.
6120
3b56b1e6
JB
61212009-10-12 Juanma Barranquero <lekktu@gmail.com>
6122
7422a4bb
JB
6123 * proced.el (proced-unload-function): New function.
6124
fa72d075
JB
6125 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6126 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6127 Doc fix.
6128
3b56b1e6
JB
6129 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6130
4d9b4323
JL
61312009-10-11 Juri Linkov <juri@jurta.org>
6132
6133 * files-x.el (read-file-local-variable-value):
6134 Provide default value only for bound variables (bug#4664).
6135
f6f7e059
MA
61362009-10-11 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6139 connection methods like smb.
6140
6141 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6142 can be empty.
6143
6144 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6145 (tramp-smb-file-name-handler-alist): Add handlers for
6146 `add-name-to-file', `make-symbolic-link'.
6147 (tramp-smb-handle-add-name-to-file)
2992485f 6148 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6149 (tramp-smb-handle-make-symbolic-link)
6150 (tramp-smb-get-cifs-capabilities): New defuns.
6151 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6152 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6153 (tramp-smb-handle-file-local-copy)
6154 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6155 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6156 The file name syntax depends on cifs capabilities.
6157 (tramp-smb-handle-file-attributes):
6158 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6159 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6160 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6161
67868d26
CY
61622009-10-11 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6165 (eieio-defclass): Apply deftype handler and setf-method properties
6166 directly.
6167 (eieio-add-new-slot): Avoid union function from cl library.
6168 (eieio--typep): New function.
6169 (eieio-perform-slot-validation): Use it.
6170
6d6a5b7e
KF
61712009-10-10 Karl Fogel <kfogel@red-bean.com>
6172
3b56b1e6 6173 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6174 Update documentation to refer to the variables documented in r1.135.
6175 (Bug#4188)
6176
67b70de9
KF
61772009-10-10 Karl Fogel <kfogel@red-bean.com>
6178
6179 * bookmark.el (Info-suffix-list): Remove this unused variable.
6180 (bookmark-current-point): Remove this obsolete variable.
6181 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6182 Adjust for removal of bookmark-current-point.
6183
6184 (bookmarks-already-loaded, bookmark-current-buffer)
6185 (bookmark-yank-point): Document. (Bug#4188)
6186
58ae51ae
GM
61872009-10-10 Glenn Morris <rgm@gnu.org>
6188
4619ff5e
GM
6189 * frame.el (frame-height): Doc fix.
6190
58ae51ae
GM
6191 * calendar/calendar.el (calendar-split-width-threshold): New option.
6192 (calendar-basic-setup): Use calendar-split-width-threshold.
6193
3b56b1e6 61942009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 6195
3b56b1e6
JB
6196 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6197 Use .la for Automake.
d751f122 6198
fa63f49c
CY
61992009-10-09 Chong Yidong <cyd@stupidchicken.com>
6200
3b56b1e6
JB
6201 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6202 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 6203
d364386c
JB
62042009-10-09 Juanma Barranquero <lekktu@gmail.com>
6205
6206 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6207 Ideographic Supplement" range (U+1F200..U+1F2FF).
6208
33e97a28
KF
62092009-10-09 Karl Fogel <kfogel@red-bean.com>
6210
02d0f051 6211 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6212 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6213
62142009-10-09 Karl Fogel <kfogel@red-bean.com>
6215
d364386c 6216 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6217 (bookmark-bmenu-execute-deletions): Don't save here, as
6218 bookmark-delete will now do so if necessary.
d364386c 6219 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6220 (Bug#4348)
6221
9656d87b
GM
62222009-10-09 Glenn Morris <rgm@gnu.org>
6223
6224 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6225
e6227f06
KF
62262009-10-09 Karl Fogel <kfogel@red-bean.com>
6227
6228 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6229 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6230 argument now, so the two function's behaviors will match. (Bug#3645)
6231
35c7e413
CY
62322009-10-08 Chong Yidong <cyd@stupidchicken.com>
6233
4f54db4b
CY
6234 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6235 Fix filename test.
35c7e413
CY
6236 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6237 to expand file names.
6238
288f783b
MA
62392009-10-08 Michael Albinus <michael.albinus@gmx.de>
6240
6241 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6242 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6243 Apply `save-match-data'.
288f783b
MA
6244
6245 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6246 case both directories are remote.
6247 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6248 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6249
c2a81032
CY
62502009-10-08 Chong Yidong <cyd@stupidchicken.com>
6251
a6b98754
CY
6252 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6253 (ede-proj-target-makefile-objectcode): Use it.
6254
c2a81032 6255 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
6256 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6257 Return search result. This error was introduced while merging.
c2a81032 6258
872a1ea4
JB
62592009-10-07 Juanma Barranquero <lekktu@gmail.com>
6260
6261 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6262
ab2baced
GM
62632009-10-07 Glenn Morris <rgm@gnu.org>
6264
e78e280d
SM
6265 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6266 of concat.
ab2baced 6267
5c4634c1
SM
62682009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * files-x.el (read-file-local-variable): Include some
6271 non-user-variables in the completion table (bug#4664).
6272
c2dc9732
MA
62732009-10-07 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6276 message.
6277
6278 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6279 (tramp-smb-file-name-handler-alist): Add handler for
6280 `copy-directory', `expand-file-name', `set-file-modes'.
6281 (tramp-smb-handle-copy-directory)
6282 (tramp-smb-handle-expand-file-name)
6283 (tramp-smb-handle-set-file-modes): New defuns.
6284 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6285 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6286 entry.
6287 (tramp-smb-handle-insert-directory): Don't flush the cache.
6288 (tramp-smb-maybe-open-connection): Check for samba client and
6289 server versions.
6290
11be40a6
EZ
62912009-10-07 Eli Zaretskii <eliz@gnu.org>
6292
6293 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6294 to not error out of search for "^lisp=" fails.
6295
8c4afe20
JB
62962009-10-07 Juanma Barranquero <lekktu@gmail.com>
6297
6298 * makefile.w32-in (WINS_UPDATES): New macro.
6299 (custom-deps, finder-data, autoloads): Use it.
6300
429a1506
GM
63012009-10-07 Glenn Morris <rgm@gnu.org>
6302
ee2e93e2
GM
6303 * Makefile.in (autoloads): Revert previous change.
6304 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6305 the list of preloaded files passed on the command-line, get
6306 it from src/Makefile.
6307
429a1506
GM
6308 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6309 show the original buffer rather than a random one.
6310
a51203ee 63112009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6312
6313 * help.el (describe-no-warranty): Place point in a slightly better
6314 position in the GPLv3 text.
6315
f58f7520
SS
63162009-10-06 Sam Steingold <sds@gnu.org>
6317
6318 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6319 the comm attribute is present before calling regexp-quote.
6320
bde79dc0
JB
63212009-10-06 Juanma Barranquero <lekktu@gmail.com>
6322
6323 * play/animate.el (animate-string): For good effect, make sure
6324 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6325
6326 * play/animate.el (animate-sequence, animate-birthday-present):
6327 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6328
25ab0302
GM
63292009-10-06 Glenn Morris <rgm@gnu.org>
6330
73fe714a
GM
6331 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6332
3405d98c
GM
6333 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6334 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6335 (batch-update-autoloads): Process a string value of autoload-excludes,
6336 set during the build process.
6337 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6338
9fb2cdc5
GM
6339 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6340 inside with-parsed... macro so that `v' is defined.
6341
7938ab41
GM
6342 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6343 * progmodes/fortran.el (fortran-end-of-block)
6344 (fortran-beginning-of-block):
6345 Also push mark in the macro case.
6346
eaf9b564
GM
6347 * emerge.el (emerge-show-file-name):
6348 * calc/calc.el (calc-quit):
6349 * calc/calc-misc.el (calc-big-or-small):
6350 * calc/calc-graph.el (calc-graph-view):
6351 * calc/calc-ext.el (calc-reset):
6352 * calendar/calendar.el (calendar-basic-setup):
6353 Use window-full-height-p.
6354
25ab0302
GM
6355 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6356 header we don't understand, don't insert another. (Bug#4624)
6357 If changing mime charset, insert the new one in the right place.
6358
00169eb6
GM
63592009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6360
6361 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6362 (cal-tex-cursor-month): Correctly increment the end date for diary and
6363 holiday listing. (Bug#4626)
6364
82882188
SM
63652009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6366
40ba9882 6367 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6368 a symbol.
6369
a8f316ca
JB
63702009-10-05 Juanma Barranquero <lekktu@gmail.com>
6371
6372 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6373 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6374 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6375 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6376
6377 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6378 (eieio-default-superclass): Reflow docstrings.
6379 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6380 (eieio-unbind-method-implementations, defmethod)
6381 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6382 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6383 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6384 (eieio-slot-originating-class-p, eieio-slot-name-index)
6385 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6386 (constructor, initialize-instance, no-next-method, object-print)
6387 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6388 Fix typos in docstrings.
6389 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6390 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6391 (next-method-p): Doc fixes.
6392 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6393 Fix typos in error messages.
6394 (eieio-defmethod): Fix typo in description of generic method.
6395
6396 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6397 (eieio-persistent-save-interactive, slot-missing):
6398 Fix typos in docstrings.
6399 (eieio-instance-inheritor-slot-boundp): Doc fix.
6400
6401 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6402 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6403
6404 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6405 (eieio-custom-object-apply-reset):
6406 Fix typos in docstrings and error messages.
6407
6408 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6409 Fix typo in docstring.
6410
6411 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6412 (eieio-browse-tree): Doc fix.
6413 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6414 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6415 Fix typos in docstrings.
6416
6417 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6418 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6419 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6420 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6421 Reflow docstrings.
6422
c66b7ac0
DN
64232009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6424
4a827e0a 6425 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
6426 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6427 Set log-view-vc-backend so that diff can work.
4a827e0a 6428
c66b7ac0
DN
6429 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6430 vc-version-diff.
6431 (vc-diff-internal): Autoload this instead of vc-version-diff.
6432
1902a98c
EZ
64332009-10-05 Eli Zaretskii <eliz@gnu.org>
6434
a7a8618b
EZ
6435 * simple.el (eval-expression): Doc fix.
6436
1902a98c
EZ
6437 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6438
0e1f2ee6
MA
64392009-10-05 Michael Albinus <michael.albinus@gmx.de>
6440
6441 * files.el (directory-files-no-dot-files-regexp): New defconst.
6442 (delete-directory): Use it.
6443 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6444
263c02ef 6445 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
6446 (tramp-methods): Add recursive option to `tramp-copy-args'.
6447 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 6448 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 6449 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
6450 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6451 Add handler for `copy-directory'.
6452 (tramp-handle-copy-directory): New defun.
6453 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
6454 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6455 Optimize sent command.
263c02ef 6456
72aa7df4
SM
64572009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6458
4a34f065
SM
6459 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6460 window if necessary.
6461
72aa7df4
SM
6462 * calendar/calendar.el (calendar-basic-setup): Don't call
6463 switch-to-buffer in a dedicated window.
6464
5feb1ba7
KF
64652009-10-05 Karl Fogel <kfogel@red-bean.com>
6466
6467 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 6468 don't do anything related to relocating, just return nil.
5feb1ba7
KF
6469 (bookmark-error-no-filename): New error.
6470 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
6471 bookmark has no file. Don't even attempt to handle things that
6472 are not files; the whole point of custom handlers is to keep that
6473 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
6474 (bookmark-file-or-variation-thereof): Remove now-unused function.
6475 (bookmark-location): Doc string fix.
6476 (Bug#4250)
6477
1bd49952
KF
64782009-10-04 Karl Fogel <kfogel@red-bean.com>
6479
6480 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6481 don't use a file dialog, because they usually don't know how to read
6482 a directory target from the user. (Bug#4230)
6483 Also, make sure the prompt can display directories as well as files.
6484
825382c0
KF
64852009-10-04 Karl Fogel <kfogel@red-bean.com>
6486
6487 * bookmark.el (bookmark-set, bookmark-buffer-name):
6488 Improve doc strings. (Bug#1193)
6489
13901bcb
KF
64902009-10-04 Karl Fogel <kfogel@red-bean.com>
6491
4a34f065
SM
6492 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6493 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6494 (bookmark-get-annotation, bookmark-set-annotation)
6495 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6496 (bookmark-set-position, bookmark-get-front-context-string)
6497 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6498 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6499 (bookmark-jump-other-window, bookmark-handle-bookmark)
6500 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6501 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6502 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
6503 Improve doc strings to say whether bookmark can be a string or
6504 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
6505 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6506 (bookmark-default-annotation-text, bookmark-yank-word)
6507 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6508 (bookmark-import-new-list, bookmark-maybe-rename)
6509 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6510 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 6511 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 6512 add a FIXME comment about how the function may be pointless.
13901bcb 6513 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
6514 parameter name, to clarify that this takes a bookmark record
6515 not a bookmark name.
13901bcb 6516 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 6517 and improve the doc string a bit.
13901bcb
KF
6518 (Bug#4188)
6519
5c1b3e94
KF
65202009-10-04 Karl Fogel <kfogel@red-bean.com>
6521
6522 * bookmark.el (bookmark-alist): Document the new `handler' element
6523 in the param alist.
6524 (bookmark-make-record-function): Adjust documentation for above.
6525 (Bug#4193)
6526
8559076d
KF
65272009-10-04 Karl Fogel <kfogel@red-bean.com>
6528
6529 * info.el (Info-bookmark-make-record): Document this function.
6530 (Info-bookmark-jump): Document with a doc string, not just a comment.
6531 (Bug#4203)
6532
82481502
CY
65332009-10-04 Chong Yidong <cyd@stupidchicken.com>
6534
4a34f065 6535 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
6536 (semantic-new-buffer-fcn): Call parser setup functions here.
6537 (semantic-mode): Don't call parser setup functions here, it's done
6538 in semantic-new-buffer-fcn now.
d436f538 6539 (semantic-mode): Parse all existing buffers when enabled.
82481502 6540
4a34f065
SM
6541 * cedet/srecode/compile.el (srecode-compile-file):
6542 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 6543
2e7eba60
CY
65442009-10-04 Chong Yidong <cyd@stupidchicken.com>
6545
d91485a9
CY
6546 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6547
6548 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6549 (proj-comp-insert-variable-once): New macro, renamed from
6550 ede-pmake-insert-variable-once in ede/pmake.edl.
6551 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 6552
b4583b8c
MA
65532009-10-04 Michael Albinus <michael.albinus@gmx.de>
6554
6555 * files.el (copy-directory): New defun.
6556
6557 * dired-aux.el (dired-copy-file-recursive): Use it.
6558
04075952
JB
65592009-10-04 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6562 (makefile-end-of-command):
6563 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6564 (semantic-end-of-context): Fix previous change. Doc fixes.
6565
131ae8f2
JB
65662009-10-04 Juanma Barranquero <lekktu@gmail.com>
6567
a30e71ae
JB
6568 * files-x.el (modify-dir-local-variable)
6569 (copy-dir-locals-to-file-locals-prop-line):
6570 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6571 (makefile-end-of-command):
6572 * cedet/semantic/lex.el (semantic-lex-token):
6573 * cedet/semantic/analyze/fcn.el
6574 (semantic-analyze-dereference-metatype-1):
6575 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6576 (semantic-lex-cpp-undef):
6577 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6578 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6579 (semantic-end-of-context): Fix typos in docstrings.
6580
131ae8f2
JB
6581 * recentf.el (recentf-unload-function): New function.
6582
0fd9cb9c
CY
65832009-10-04 Chong Yidong <cyd@stupidchicken.com>
6584
a30e71ae 6585 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
6586 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6587 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 6588 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 6589
ccafbf06
GM
65902009-10-04 Glenn Morris <rgm@gnu.org>
6591
6592 * window.el (window-full-height-p): Add doc string.
6593
02c6f098
GM
65942009-10-04 Martin Rudalics <rudalics@gmx.at>
6595
6596 * window.el (window-full-height-p): New function. (Bug#4543)
6597
e6e267fc
CY
65982009-10-03 Chong Yidong <cyd@stupidchicken.com>
6599
a70bfe61
CY
6600 * cedet/srecode/insert.el: Require srecode/args.
6601
6602 * cedet/srecode/args.el: Require srecode/dictionary instead of
6603 srecode/insert.
6604
e6e267fc
CY
6605 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6606
6607 * files.el (auto-mode-alist): Add .srt and Project.ede.
6608
4a34f065
SM
6609 * cedet/semantic.el (semantic-mode):
6610 Handle srecode-template-mode-hook as well.
0b8cafba 6611 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
6612
6613 * cedet/srecode/template.el: Remove hook variable.
6614
6615 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6616
6617 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6618 projects exist.
8b440f71
CY
6619 (ede-project-placeholder-cache-file): Default to a file in
6620 user-emacs-directory.
e6e267fc
CY
6621
6622 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6623 templates in data-directory.
4a34f065 6624 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
6625
6626 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6627 directory.
6628
66292009-09-30 Eric Ludlam <zappo@gnu.org>
6630
131ae8f2
JB
6631 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6632 Doc fix.
e6e267fc
CY
6633
6634 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6635 Only insert each variable once.
6636
6637 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6638 (ede-pmake-insert-variable-shared): Use it.
6639
6640 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6641 for lexical table iff table is nil.
6642
ed6b0195
DN
66432009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6644
6645 * vc.el: Remove commented out code.
6646 (vc-derived-from-dir-mode): Remove, unused.
6647 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6648
1b8d1cc7
MA
66492009-10-03 Michael Albinus <michael.albinus@gmx.de>
6650
4a34f065
SM
6651 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6652 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
6653 there could be recursive loading when `default-directory' is a
6654 remote file name. (Bug#4614)
6655
ac3c593c
GM
66562009-10-03 Glenn Morris <rgm@gnu.org>
6657
686ea556
GM
6658 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6659 the frame is wide.
6660 (calendar-generate-window): Test for shrinkability rather than width.
6661
619392fc
GM
6662 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6663 declaration, currently false.
6664
ac3c593c
GM
6665 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6666 reusing existing buffers, in case we happen to visit two files with the
6667 same basename. (Bug#4593)
6668
573709fd
EZ
66692009-10-02 Eli Zaretskii <eliz@gnu.org>
6670
4a34f065 6671 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
6672 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6673 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6674 subdirs of cedet as well.
8f885d01 6675 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 6676
8d6c1239
SM
66772009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6680 Obey advertised-signature-table.
6681
6682 * help-fns.el (help-function-arglist): Don't check
6683 advertised-signature-table.
6684 (describe-function-1): Do it here instead so it also applies to subrs.
6685
c4861de0
MA
66862009-10-02 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * simple.el (start-file-process): Say in the doc-string, that file
6689 handlers might not support pty association, if PROGRAM is nil.
6690
6691 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6692 HOST and USER are strings. They are nil, when there are
6693 incomplete entries in ~/.netrc, for example.
6694 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6695 root directory ("device busy" error otherwise).
6696
8d6c1239
SM
6697 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6698 Flush file properties of created directory.
c4861de0 6699
d2bda74f
EZ
67002009-10-02 Eli Zaretskii <eliz@gnu.org>
6701
6702 * makefile.w32-in (WINS_BASIC): Remove cedet.
6703 (WINS_CEDET): Add cedet.
6704 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6705
895d1904
GM
67062009-10-02 Kevin Ryde <user42@zip.com.au>
6707
6708 * net/browse-url.el (browse-url): Pass any symbol in
6709 browse-url-browser-function to `apply', since if you've mistakenly put
6710 an unbound symbol then the error is clearer. (Bug#4531)
6711
32226619
JB
67122009-10-02 Juanma Barranquero <lekktu@gmail.com>
6713
6714 * allout.el (allout-init, allout-back-to-current-heading)
6715 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6716 (allout-ascend, allout-up-current-level, allout-end-of-level)
6717 (allout-previous-visible-heading, allout-forward-current-level)
6718 (allout-backward-current-level, allout-show-children):
6719 * apropos.el (apropos-describe-plist):
6720 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6721 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6722 * completion.el (add-completion, add-permanent-completion):
6723 * descr-text.el (describe-text-category, describe-char):
6724 * desktop.el (desktop-lazy-abort):
6725 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6726 * dired.el (dired-build-subdir-alist):
6727 * ediff.el (ediff-version):
6728 * elide-head.el (elide-head, elide-head-show):
6729 * emerge.el (emerge-version):
6730 * env.el (getenv):
6731 * face-remap.el (variable-pitch-mode):
6732 * faces.el (describe-face):
6733 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6734 (dired-at-point):
6735 * files.el (find-file-existing, auto-save-mode):
6736 * font-lock.el (font-lock-fontify-buffer):
6737 * help-fns.el (describe-function, describe-variable)
6738 (describe-syntax, describe-categories):
6739 * help.el (view-lossage, describe-bindings, describe-key)
6740 (describe-mode):
6741 * hexl.el (hexl-current-address):
6742 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6743 * info.el (Info-goto-emacs-key-command-node):
6744 * log-edit.el (log-edit-insert-cvs-template)
6745 (log-edit-insert-cvs-rcstemplate):
6746 * menu-bar.el (menu-bar-mode):
6747 * mouse.el (mouse-appearance-menu):
6748 * newcomment.el (comment-indent-new-line):
6749 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6750 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6751 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6752 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6753 * recentf.el (recentf-mode):
6754 * savehist.el (savehist-mode, savehist-save):
6755 * shadowfile.el (shadow-copy-files):
6756 * simple.el (kill-ring-save, next-line, previous-line)
6757 (normal-erase-is-backspace-mode):
6758 * strokes.el (strokes-update-window-configuration)
6759 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6760 (strokes-xpm-for-stroke):
6761 * time.el (emacs-uptime, emacs-init-time):
6762 * tutorial.el (tutorial--describe-nonstandard-key)
6763 (tutorial--detailed-help):
6764 * type-break.el (type-break-mode)
6765 (type-break-mode-line-message-mode, type-break-query-mode)
6766 (type-break-guesstimate-keystroke-threshold):
6767 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6768 * version.el (emacs-version):
6769 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6770 * winner.el (winner-mode):
6771 * calendar/timeclock.el (timeclock-in, timeclock-out)
6772 (timeclock-status-string, timeclock-change)
6773 (timeclock-workday-remaining-string)
6774 (timeclock-workday-elapsed-string)
6775 (timeclock-when-to-leave-string):
6776 * calendar/todo-mode.el (todo-add-category):
6777 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6778 * emacs-lisp/autoload.el (update-file-autoloads):
6779 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6780 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6781 (checkdoc-message-text, checkdoc-defun):
6782 * emacs-lisp/debug.el (debugger-list-functions):
6783 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6784 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6785 (eieio-describe-generic):
6786 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6787 * emacs-lisp/shadow.el (list-load-path-shadows):
6788 * emulation/cua-base.el (cua-mode):
6789 * emulation/edt.el (edt-set-scroll-margins):
6790 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6791 (tpu-toggle-regexp, tpu-toggle-search-direction)
6792 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6793 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6794 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6795 (viper-set-parsing-style-toggling-macro)
6796 (viper-set-emacs-state-searchstyle-macros):
6797 * emulation/viper.el (viper-set-hooks):
6798 * eshell/esh-mode.el (eshell-truncate-buffer):
6799 * international/mule-cmds.el (prefer-coding-system)
6800 (describe-input-method, describe-language-environment):
6801 * international/mule-diag.el (list-character-sets)
6802 (describe-character-set, describe-coding-system)
6803 (describe-fontset, list-fontsets, list-input-methods):
6804 * mail/sendmail.el (mail-signature):
6805 * net/ange-ftp.el (ange-ftp-copy-file):
6806 * net/browse-url.el (browse-url):
6807 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6808 * net/quickurl.el (quickurl-add-url):
6809 * net/rcirc.el (names, topic):
6810 * net/xesam.el (xesam-mode):
6811 * play/5x5.el (5x5-new-game):
6812 * play/yow.el (apropos-zippy):
6813 * progmodes/ada-mode.el (ada-mode-version):
6814 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6815 (f90-end-of-block)
6816 (f90-beginning-of-block):
6817 * progmodes/fortran.el (fortran-end-of-block)
6818 (fortran-beginning-of-block):
6819 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6820 * progmodes/python.el (python-describe-symbol, python-shell):
6821 * term/ns-win.el (ns-print-buffer):
6822 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6823 * textmodes/flyspell.el (flyspell-mode-on):
6824 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6825 (pages-directory-for-addresses):
6826 * textmodes/table.el (table-recognize-cell)
6827 (table-query-dimension, table-generate-source)
6828 (table-insert-sequence, table--warn-incompatibility):
6829 * textmodes/tex-mode.el (tex-validate-buffer):
6830 * textmodes/texinfmt.el (texinfmt-version)
6831 (texinfo-format-buffer):
6832 Use `called-interactively-p' instead of `interactive-p'.
6833
12a3c28c
JB
68342009-10-02 Juanma Barranquero <lekktu@gmail.com>
6835
6836 * image-mode.el (image-toggle-display):
6837 * emacs-lisp/elp.el (elp-instrument-function):
6838 * emacs-lisp/advice.el (ad-make-advised-definition):
6839 * emacs-lisp/easy-mmode.el (define-minor-mode):
6840 * net/browse-url.el (browse-url-maybe-new-window):
6841 * progmodes/sh-script.el (sh-learn-buffer-indent):
6842 Pass new argument 'any to `called-interactively-p'.
6843
171fda8a
JB
68442009-10-01 Juanma Barranquero <lekktu@gmail.com>
6845
171fda8a
JB
6846 * international/uni-bidi.el:
6847 * international/uni-category.el:
6848 * international/uni-combining.el:
6849 * international/uni-comment.el:
6850 * international/uni-decimal.el:
9c3c9fdf 6851 * international/uni-decomposition.el:
171fda8a
JB
6852 * international/uni-digit.el:
6853 * international/uni-lowercase.el:
6854 * international/uni-mirrored.el:
6855 * international/uni-name.el:
6856 * international/uni-numeric.el:
6857 * international/uni-old-name.el:
6858 * international/uni-titlecase.el:
6859 * international/uni-uppercase.el:
6860 Regenerate from Unicode 5.2.0 data.
6861
dcb9734a
GM
68622009-10-01 Glenn Morris <rgm@gnu.org>
6863
6864 * Makefile.in (ELCFILES): Regenerate.
6865
ced10a4c
SM
68662009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6867
9d28c33e
SM
6868 * subr.el (interactive-p): Mark obsolete.
6869 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6870 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6871 advertised-signature-table for subroutines as well.
6872
ced10a4c
SM
6873 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6874 (set-advertised-calling-convention): New function.
6875 (make-obsolete, define-obsolete-function-alias)
6876 (make-obsolete-variable, define-obsolete-variable-alias):
6877 Make the optional-ness of `when' obsolete.
6878 (define-obsolete-face-alias): Make `when' non-optional.
6879 * help-fns.el (help-function-arglist):
6880 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6881 Use advertised-signature-table.
6882
cc3dda16
MA
68832009-10-01 Michael Albinus <michael.albinus@gmx.de>
6884
6885 * files.el (delete-directory): New defun. The original function
6886 in fileio.c has been renamed to `delete-directory-internal'.
6887
6888 * dired.el (dired-delete-file): Call `delete-directory' with
6889 RECURSIVE parameter.
6890
5ce6e4f4 6891 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
6892 parameter RECURSIVE. Implementation is missing.
6893
6894 * net/tramp.el (tramp-handle-make-directory): Flush upper
6895 directory's file properties.
ced10a4c 6896 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
6897 (tramp-handle-dired-recursive-delete-directory): Flush directory
6898 properties after the remove command only.
6899
ced10a4c
SM
6900 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6901 Handle optional parameter RECURSIVE.
cc3dda16 6902
ced10a4c
SM
6903 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6904 Handle optional parameter RECURSIVE.
cc3dda16
MA
6905
6906 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6907 connection timeout.
6908 (tramp-smb-handle-delete-directory): Handle optional parameter
6909 RECURSIVE.
6910
cf885595
SM
69112009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6912
e3a6b82f
SM
6913 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6914 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6915 (byte-compile-defmacro): Use backquotes.
6916
7201bfbb
SM
6917 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6918
cf885595
SM
6919 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6920 has no associated file.
6921 (vc-resynch-buffer): Use vc-dir-buffers.
6922
a4d2c321
GM
69232009-10-01 Glenn Morris <rgm@gnu.org>
6924
9ffe3f52
GM
6925 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6926 (chart-file-count):
6927 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6928 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6929 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6930 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6931 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6932 (eieio-copy-parents-into-subclass, make-instance, class-children)
6933 (eieio-generic-form):
bd2afec2
GM
6934 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6935 * cedet/cedet-idutils.el (cedet-idutils-search)
6936 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6937 (cedet-idutils-version-check):
6938 * cedet/cedet.el (cedet-version):
6939 * cedet/data-debug.el (data-debug-insert-overlay-button)
6940 (data-debug-insert-overlay-list-button)
6941 (data-debug-insert-buffer-button)
6942 (data-debug-insert-buffer-list-button)
6943 (data-debug-insert-process-button, data-debug-insert-ring-button)
6944 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6945 (data-debug-insert-stuff-vector-button)
6946 (data-debug-insert-symbol-button, data-debug-insert-string)
6947 (data-debug-insert-number, data-debug-insert-lambda-expression)
6948 (data-debug-insert-nil, data-debug-insert-simple-thing)
6949 (data-debug-insert-custom, data-debug-edebug-expr):
6950 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6951 (global-ede-mode-map, ede-new, ede-debug-target)
6952 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6953 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6954 (semantic-fetch-tags, semantic-submode-list)
6955 (semantic-default-submodes):
a785b776
GM
6956 * cedet/ede/source.el (ede-source-match):
6957 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6958 (project-am-package-info):
6959 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6960 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6961 * cedet/ede/proj-comp.el (ede-current-build-list):
6962 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6963 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6964 * cedet/ede/cpp-root.el (initialize-instance):
6965 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6966 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
6967 * cedet/semantic/wisent.el (wisent-lex-eoi):
6968 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6969 (semantic-show-parser-state-mode):
6970 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6971 * cedet/semantic/tag.el (semantic-tag-new-variable)
6972 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6973 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6974 (semantic--tag-deep-copy-tag-list)
6975 (semantic-tag-components-with-overlays-default):
6976 * cedet/semantic/symref.el (semantic-symref-find-text):
6977 * cedet/semantic/senator.el (senator-yank-tag)
6978 (senator-transpose-tags-up):
6979 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6980 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6981 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6982 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6983 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6984 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6985 * cedet/semantic/lex-spp.el
6986 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6987 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6988 * cedet/semantic/idle.el
6989 (semantic-idle-summary-current-symbol-info-brutish)
6990 (semantic-idle-summary-current-symbol-info-default):
6991 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6992 (semantic--grammar-macro-compl-dict):
6993 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6994 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6995 (semantic-format-tag-canonical-name-default):
6996 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6997 (semantic-find-tags-for-completion)
6998 (semantic-find-tags-by-scope-protection-default)
6999 (semantic-deep-find-tags-for-completion):
7000 * cedet/semantic/edit.el
7001 (semantic-edits-incremental-reparse-failed-hook)
7002 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7003 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7004 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7005 * cedet/semantic/dep.el (semantic-dependency-include-path):
7006 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7007 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7008 (semanticdb-project-roots):
7009 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7010 (semanticdb-find-adebug-insert-scanned-tag-cons)
7011 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7012 (semanticdb-brute-deep-find-tags-for-completion):
7013 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7014 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7015 (semantic-end-of-context-default)
7016 (semantic-ctxt-current-function-default)
7017 (semantic-ctxt-scoped-types-default):
7018 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7019 (semantic-complete-inline-tag-engine)
7020 (semantic-complete-inline-custom-type)
7021 (semantic-complete-read-tag-analyzer):
7022 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7023 (semantic-chart-database-size):
7024 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7025 (semantic-analyze-current-context):
7026 * cedet/semantic/symref/list.el (semantic-symref)
7027 (semantic-symref-hide-buffer, semantic-symref-symbol):
7028 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7029 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7030 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7031 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7032 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7033 (semantic-c-dereference-template):
7034 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7035 (semantic--analyze-refs-full-lookup-with-parents)
7036 (semantic--analyze-refs-full-lookup-simple):
7037 * cedet/semantic/analyze/complete.el
7038 (semantic-analyze-possible-completions):
2f10955c
GM
7039 * cedet/srecode/table.el (srecode-mode-table-new):
7040 * cedet/srecode/srt.el (srecode-read-variable-name):
7041 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7042 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7043 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7044 * cedet/srecode/map.el (srecode-current-map):
7045 * cedet/srecode/insert.el (srecode-insert)
7046 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7047 (srecode-template-inserter-point-override)
7048 (srecode-insert-include-lookup):
7049 * cedet/srecode/getset.el (srecode-auto-choose-class):
7050 * cedet/srecode/extract.el (srecode-inserter-extract):
7051 * cedet/srecode/document.el
7052 (srecode-document-autocomment-return-last-alist)
7053 (srecode-document-autocomment-param-type-alist)
7054 (srecode-document-insert-function-comment)
7055 (srecode-document-insert-variable-one-line-comment)
7056 (srecode-document-function-name-comment):
7057 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7058 (srecode-compound-toString):
7059 * cedet/srecode/compile.el (srecode-flush-active-templates):
7060 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
7061 Doc/message fixes.
7062
9515cdcc
GM
7063 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7064 match-data. (Bug#4555).
7065
57b0083a
GM
7066 * cedet/semantic/bovine/gcc.el
7067 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7068 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7069
a4d2c321
GM
7070 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7071 rather than parsing it as a regexp. This relaxes the layout
7072 requirements and makes errors easier to detect.
7073 (check-declare-verify): Check file is regular.
7074 (check-declare-directory): Doc fix.
7075 * subr.el (declare-function): Doc fix.
7076
b15c31c7
GM
7077 * ibuffer.el (ibuffer-format-qualifier):
7078 * isearch.el (hi-lock-regexp-okay):
7079 * calc/calc.el (math-zerop):
7080 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7081 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7082 Remove unused declarations.
7083
0376249d
JB
70842009-10-01 Juanma Barranquero <lekktu@gmail.com>
7085
7086 * cedet/semantic/wisent/javat-wy.el
7087 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7088
9a589407
JB
70892009-09-30 Juanma Barranquero <lekktu@gmail.com>
7090
7091 * cedet/srecode/expandproto.el: Fix provide statement.
7092
722ff82f
CY
70932009-09-30 Eric Ludlam <zappo@gnu.org>
7094
cf885595 7095 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
7096
70972009-09-30 Sascha Wilde <wilde@sha-bang.de>
7098
7099 * cedet/ede/srecode.el: Fix provide statement.
7100
1fc28a2c
GM
71012009-09-30 Glenn Morris <rgm@gnu.org>
7102
8240628d 7103 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 7104 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
7105 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7106 (ede-misc-source):
d16d4acd
GM
7107 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7108 (semantic-mrub-switch-tags): Fix doc typos.
7109
40f9bf94
GM
7110 * cedet/semantic/db-global.el (data-debug-new-buffer)
7111 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7112 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7113
494f4fc7
GM
7114 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7115
cf885595
SM
7116 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7117 use of CL function `remove-if-not'.
1fc28a2c
GM
7118
7119 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7120
494f4fc7
GM
7121 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7122 filename is not a string.
7123
561580e9
CY
71242009-09-29 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * files.el (safe-local-eval-forms): Fix typo.
7127
dcbbecd4
SM
71282009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * vc-hooks.el (vc-dir-buffers): New var.
7131 (vc-state-refresh): New function.
7132 (vc-state): Use it.
7133 (vc-after-save): Always ask the backend to recompute the new state.
7134 Always call vc-dir if necessary, using vc-dir-buffers.
7135 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7136 Use vc-dir-buffers.
7137 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7138 (vc-dir-prepare-status-buffer, vc-dir-update)
7139 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7140 Don't call expand-file-name on default-directory.
7141
d88444f2
JB
71422009-09-29 Juanma Barranquero <lekktu@gmail.com>
7143
7144 * speedbar.el (speedbar-item-delete):
7145 * calc/calc-prog.el (calc-kbd-if):
7146 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7147
7148 * epa.el (epa-key-list-mode-map):
7149 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7150
7151 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7152 (hs-show-hook): Fix typo in docstring.
7153
5da62d41
GM
71542009-09-29 Glenn Morris <rgm@gnu.org>
7155
d037e45a
GM
7156 * cedet/semantic/symref/idutils.el:
7157 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7158
ae715515
GM
7159 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7160
7161 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7162 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7163 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7164 Mark declarations not understood by check-declare.
7165
8360fce0
GM
7166 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7167 file-name-nondirectory call preventing location of cedet files.
7168 (check-declare-verify): Use literal search rather than re-search.
ae715515 7169 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7170
7171 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7172 Use tramp-compat-file-attributes rather than nonexistent
7173 tramp-compat-handle-file-attributes.
7174
5da62d41
GM
7175 * Makefile.in (lisptagsfiles4): New.
7176 (AUTOGENEL): Add cedet loaddefs files.
7177 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7178 (update-elclist, compile-always, backup-compiled-files)
7179 (bootstrap-clean): Add yet another directory level.
7180 (update-elclist): Use LC_COLLATE rather than COLLATE.
7181 (ELCFILES): Update, via `make update-elclist'.
7182
48267264
JB
71832009-09-29 Juanma Barranquero <lekktu@gmail.com>
7184
7185 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7186 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7187 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7188
2c4cd0b0
AS
71892009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7190
7191 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7192 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7193 (update-elclist): Add third directory level to look for elc files.
7194 (compile-always): Likewise.
7195 (backup-compiled-files): Likewise.
7196 (bootstrap-clean): Likewise.
7197 (ELCFILES): Update.
7198
a2533e47
CY
71992009-09-28 Chong Yidong <cyd@stupidchicken.com>
7200
7201 * Makefile.in (ELCFILES): Add CEDET files.
7202
b90caf50 72032009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 7204
b90caf50 7205 CEDET (development tools) package merged.
a2095e2e 7206
b90caf50
CY
7207 * cedet/*.el:
7208 * cedet/ede/*.el:
7209 * cedet/semantic/*.el:
7210 * cedet/srecode/*.el: New files.
a2095e2e 7211
eefbedb1
MA
72122009-09-28 Michael Albinus <michael.albinus@gmx.de>
7213
7214 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7215
7216 * net/tramp.el (top): Require tramp-imap.
7217
7218 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7219 Use `tramp-compat-handle-file-attributes'.
7220
72212009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7222
7223 * net/tramp-imap.el: New package.
7224
66635e2f 72252009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
7226
7227 * emacs-lisp/chart.el:
7228 * emacs-lisp/eieio-base.el:
7229 * emacs-lisp/eieio-comp.el:
7230 * emacs-lisp/eieio-custom.el:
e608e7be 7231 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
7232 * emacs-lisp/eieio-opt.el:
7233 * emacs-lisp/eieio-speedbar.el:
7234 * emacs-lisp/eieio.el: New files.
7235
666fd2cc
CY
7236 * cedet/cedet-cscope.el:
7237 * cedet/cedet-files.el:
7238 * cedet/cedet-global.el:
7239 * cedet/cedet-idutils.el:
7240 * cedet/data-debug.el:
7241 * cedet/inversion.el:
7b232be9 7242 * cedet/mode-local.el:
666fd2cc
CY
7243 * cedet/pulse.el: New files.
7244
748e3d67
VJL
72452009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7246
7247 * whitespace.el (whitespace-trailing-regexp)
7248 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7249 Fix doc string.
7250
15120dec
CY
72512009-09-27 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7254 menu.
7255
7256 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7257 menu-bar-ediff-menu.
7258
7259 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7260 define-overloadable-function.
7261
7262 * progmodes/autoconf.el: Provide autoconf as well, so that this
7263 file can be `require'd.
7264
7265 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7266
7267 * emacs-lisp/autoload.el (generated-autoload-feature)
7268 (generated-autoload-load-name): New vars.
7269 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7270 (make-autoload): Recognize define-overloadable-function and
7271 defclass forms (for EIEIO).
7272
7273 * Makefile.in (update-subdirs): Exclude cedet directory.
7274
135abf91
AR
72752009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7276
1becddbb 7277 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7278
7279 * faces.el: Default light-background background for region face to
7280 ns_selection_color under NS.
7281
3d994264
TZ
72822009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7283
7284 * net/imap-hash.el: New library, see NEWS.
7285
7286 * Makefile.in (ELCFILES): Add imap-hash.el.
7287
ce9a0ccb
SM
72882009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7291 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7292 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7293 definition where the docstring could be taken for the return value.
7294
a92cdd49
GM
72952009-09-26 Glenn Morris <rgm@gnu.org>
7296
7297 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7298 Add option to only show images below a certain size.
7299 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7300 save-excursion calls.
7301
416ac2f1
EZ
73022009-09-26 Eli Zaretskii <eliz@gnu.org>
7303
7304 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7305 subdirectories) and eieio.
7306
d9a13f68
AM
73072009-09-26 Alan Mackenzie <acm@muc.de>
7308
9c3c9fdf 7309 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7310 buggy bracketing. (Bug#4289)
d9a13f68
AM
7311
7312 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7313 character constants (as case labels). (Bug#4289)
d9a13f68 7314
182b3bec
CY
73152009-09-25 Juri Linkov <juri@jurta.org>
7316
7317 * files.el (safe-local-eval-forms): Allow time-stamp in
7318 before-save-hook (Bug#4554).
7319
8f75f2da
JB
73202009-09-25 Drew Adams <drew.adams@oracle.com>
7321
7322 * menu-bar.el (list-buffers-directory): Doc fix.
7323
8390fb80
SM
73242009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7327 Try and avoid copying twice the same paragraph.
7328 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7329 Remove save-excursion.
7330 (log-edit-changelog-entry): Do it here instead.
7331
11ee8d90
JB
73322009-09-25 Juanma Barranquero <lekktu@gmail.com>
7333
027b1942
JB
7334 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7335 when available, instead of hardcoding mode names. Doc fix.
7336
11ee8d90
JB
7337 * menu-bar.el (list-buffers-directory): Add docstring.
7338 Make automatically buffer-local.
7339
7340 * dired.el (dired-mode):
7341 * files.el (cd-absolute):
7342 * pcvs.el (cvs-temp-buffer):
7343 * pcvs-util.el (cvs-get-buffer-create):
7344 * shell.el (shell-mode):
7345 * vc-dir.el (vc-dir-mode):
7346 Don't make `list-buffers-directory' buffer local.
7347
21289c5d
CY
73482009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7349
8390fb80
SM
7350 * comint.el (comint-exec, comint-run, make-comint):
7351 Doc fixes (Bug#4542).
21289c5d 7352
e8652dd9
GM
73532009-09-25 Glenn Morris <rgm@gnu.org>
7354
7355 * mail/rmailmm.el (rmail-mime): New custom group.
7356 Move all defcustoms in this file into this group.
7357 (rmail-mime-media-type-handlers-alist): Revert previous change.
7358 (rmail-mime-show-images): New option.
7359 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7360 references to it, since it wasn't actually used for anything.
7361 (rmail-mime-insert-image): New function.
7362 (rmail-mime-image): Use rmail-mime-insert-image.
7363 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7364 obey the value of `rmail-mime-show-images' option. Print the size of
7365 attachments.
e8652dd9 7366
fb652bb5
JB
73672009-09-25 David Engster <deng@randomsample.de>
7368
7369 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7370
32a9841c
VJL
73712009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7372
7373 * whitespace.el: Does not highlight trailing spaces While point is
7374 at end of line. Does not highligt spaces at beginning of buffer
7375 while point is at beginning of buffer. Does not highlight spaces
7376 at end of buffer while point is at end of buffer. (Bug#4177)
7377 New version 12.0.
7378 (whitespace-display-mappings): Adjust initialization.
7379 (whitespace-point, whitespace-font-lock-refontify): New vars.
7380 (whitespace-color-on, whitespace-color-off): Adjust code.
7381 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7382 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7383 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7384
e477ca84
CY
73852009-09-24 Chong Yidong <cyd@stupidchicken.com>
7386
7387 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7388
7389 * textmodes/sgml-mode.el: Remove xml-mode alias.
7390
7391 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7392 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7393
68712602
AM
73942009-09-24 Alan Mackenzie <acm@muc.de>
7395
7396 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7397 c-forward-conditionals, but it doesn't move point and doesn't set
7398 the mark.
7399 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7400 (c-down-conditional-with-else, c-backward-conditional)
7401 (c-forward-conditional): Refactor to use c-scan-conditionals.
7402
1659ada0
JB
74032009-09-24 Juanma Barranquero <lekktu@gmail.com>
7404
7405 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7406 (help-default-arg-highlight): Remove.
7407 (help-highlight-arg): New function.
7408 (help-do-arg-highlight): Use it.
7409 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7410
b3f01e46
SM
74112009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7414 Undo last change, which didn't fix the problem and introduced others.
7415
107ef54a
NR
74162009-09-24 Nick Roberts <nickrob@snap.net.nz>
7417
7418 * progmodes/gdb-mi.el: Don't require speedbar.
7419 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7420
ffa1fed6
GM
74212009-09-24 Glenn Morris <rgm@gnu.org>
7422
2157a2be
GM
7423 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7424
6125167c
GM
7425 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7426
ffa1fed6
GM
7427 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7428 there is no newline after the final mime boundary. (Bug#4539)
7429 Move markers on insertion so that any buttons inserted don't end up in
7430 the next part of a multipart message.
2e9075d3
GM
7431 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7432 (rmail-mime-bulk-handler): Optionally handle images.
7433 (rmail-mime-image): New button action.
7434 (rmail-mime-image-handler): New function.
7435 (rmail-mime-mode): New mode.
7436 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7437
4a814992
SM
74382009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7439
075518b5
SM
7440 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7441 than just dropping elements from it (bug#4504).
7442
8ad2defc
SM
7443 * term.el (term-set-scroll-region): Don't move cursor any more.
7444 (term-handle-ansi-escape): Call term-goto here instead.
7445 Suggested by Ivan Kanis <apple@kanis.eu>.
7446
4a814992
SM
7447 * term.el: Require CL.
7448 (term-ansi-reset): New function.
7449 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7450 (term-handle-colors-array): Simplify.
7451
5a0c3f56
JB
74522009-09-24 Juanma Barranquero <lekktu@gmail.com>
7453
7454 * allout.el (allout-overlay-interior-modification-handler)
7455 (allout-obtain-passphrase):
7456 * epa-file.el (epa-file-write-region):
7457 * ps-print.el (ps-begin-job):
7458 * vc-hooks.el (vc-toggle-read-only):
7459 * vc-rcs.el (vc-rcs-rollback):
7460 * vc-sccs.el (vc-sccs-rollback):
7461 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7462 (vc-version-diff, vc-revert, vc-rollback):
7463 * wdired.el (wdired-check-kill-buffer):
7464 * emacs-lisp/authors.el (authors):
7465 * net/socks.el (socks-open-connection):
7466 * net/zeroconf.el (zeroconf-service-add-hook):
7467 * obsolete/vc-mcvs.el (vc-mcvs-register):
7468 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7469 (gdb-select-frame):
7470 * progmodes/grep.el (lgrep, rgrep):
7471 * progmodes/idlw-help.el (idlwave-help-check-locations)
7472 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7473 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7474 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7475 (reftex-toc-rename-label): Fix typos in error messages.
7476
7477 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7478 (dired-copy-how-to-fn): Doc fix.
7479 (dired-files-attributes, dired-read-shell-command):
7480 Fix typos in docstrings.
7481
7482 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7483 (dired-x-find-file-other-window): Reflow docstrings.
7484 (dired-omit-marker-char, dired-read-shell-command)
7485 (dired-x-submit-report): Fix typos in docstrings.
7486
7487 * shell.el (shell-mode-hook):
7488 * view.el (View-scroll-line-forward):
7489 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7490 Fix typos in docstrings.
7491
7492 * net/dig.el (dig-invoke): Fix typo in docstring.
7493 (query-dig): Reflow docstring.
7494
7495 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7496 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7497 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7498 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7499 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7500 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7501 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7502 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7503 (idlwave-completion-map, idlwave-current-indent)
7504 (idlwave-custom-ampersand-surround, idlwave-customize)
7505 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7506 (idlwave-define-abbrev, idlwave-determine-class-special)
7507 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7508 (idlwave-end-block-reg, idlwave-end-of-statement)
7509 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7510 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7511 (idlwave-explicit-class-listed, idlwave-file-header)
7512 (idlwave-fill-paragraph, idlwave-find-class-definition)
7513 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7514 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7515 (idlwave-in-quote, idlwave-indent-action-table)
7516 (idlwave-indent-expand-table, idlwave-indent-line)
7517 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7518 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7519 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7520 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7521 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7522 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7523 (idlwave-outlawed-buffers, idlwave-popup-select)
7524 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7525 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7526 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7527 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7528 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7529 (idlwave-statement-type, idlwave-struct-skip)
7530 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7531 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7532 (idlwave-what-module-find-class): Fix typos in docstrings.
7533 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7534 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7535 (idlwave-find-module, idlwave-find-structure-definition)
7536 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7537 (idlwave-list-load-path-shadows, idlwave-next-statement)
7538 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7539 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7540 (idlwave-template): Reflow docstrings.
7541
7542 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7543 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7544 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7545 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7546 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7547 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7548 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7549 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7550 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7551 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7552 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7553 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7554 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7555 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7556 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7557 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7558 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7559 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7560 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7561 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7562 Fix typos in docstrings.
7563 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7564 (idlwave-shell-hide-output, idlwave-shell-mode)
7565 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7566 Reflow docstrings.
7567
7568 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7569
62136c5d
SM
75702009-09-24 Ivan Kanis <apple@kanis.eu>
7571
7572 * term.el (term-bold-attribute): New var.
7573 (term-handle-colors-array): Use it.
7574
9c1a45ed
NR
75752009-09-23 Nick Roberts <nickrob@snap.net.nz>
7576
7577 * progmodes/gdb-mi.el (gdb-version): New variable.
7578 (gdb-non-stop-handler): Set gdb-version.
7579 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7580 Condition "--thread" option on gdb-version.
7581 (gdb-invalidate-threads): Remove unused argument.
7582
03304f31
SM
75832009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7586 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7587
4f02f0c9
GM
75882009-09-23 Glenn Morris <rgm@gnu.org>
7589
7590 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7591 replying to mail without References or Message-Id. (Bug#4525)
7592
a3b4b363
AR
75932009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7594
7595 * term/ns-win.el (ns-reg-to-script): New variable.
7596
7bda18cc
DU
75972009-09-23 Daiki Ueno <ueno@unixuser.org>
7598
7599 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7600
72169e55
SS
76012009-09-22 Sam Steingold <sds@gnu.org>
7602
7603 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
7604 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7605 to 1 because hg returns status 1 when nothing is found.
0aa4f295 7606 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 7607
905b7d38
SM
76082009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7609
b0459dec
SM
7610 * textmodes/fill.el: Convert to utf-8 encoding.
7611 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7612 pre-unicode days.
7613
905b7d38
SM
7614 * add-log.el (change-log-fill-forward-paragraph): New function.
7615 (change-log-mode): Use it so fill-region DTRT.
7616 Set fill-indent-according-to-mode here rather than in
7617 change-log-fill-paragraph.
7618 (change-log-fill-paragraph): Remove.
7619
baa7f3de
JB
76202009-09-22 Juanma Barranquero <lekktu@gmail.com>
7621
7622 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7623 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7624
a8d789f0
GM
76252009-09-22 Glenn Morris <rgm@gnu.org>
7626
daedbbc2
GM
7627 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7628 the scroll-bar scroll the calendar window rather than the buffer.
7629
d8899a74
GM
7630 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7631 commands that move point (as opposed to scrolling).
7632
a8d789f0
GM
7633 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7634
7635 * emacs-lisp/elint.el (elint): New custom group.
7636 (elint-log-buffer): Make it a defcustom.
7637 (elint-scan-preloaded, elint-ignored-warnings)
7638 (elint-directory-skip-re): New options.
7639 (elint-builtin-variables): Doc fix.
7640 (elint-preloaded-env): New variable.
7641 (elint-unknown-builtin-args): Add an entry for encode-time.
7642 (elint-extra-errors): Make it a variable rather than a constant.
7643 (elint-preloaded-skip-re): New constant.
7644 (elint-directory): Skip files matching elint-directory-skip-re.
7645 (elint-features): New variable, local to linted buffers.
7646 (elint-update-env): Initialize elint-features. Possibly add
7647 elint-preloaded-env to the buffer's environment.
7648 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7649 Skip quoted forms.
7650 (elint-init-form): New function, extracted from elint-init-env.
7651 Make non-list forms a warning rather than an error.
7652 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7653 easy-menu-define, put that adds an error-condition, and provide.
7654 When requiring cl, also require cl-macs. Really require cl, to handle
7655 some cl macros. Store required libraries in the list elint-features,
7656 so as not to re-load them. Treat cc-require like require.
7657 (elint-init-env): Call elint-init-form to do the work.
7658 Handle eval-and-compile and such like.
7659 (elint-add-required-env): Do not clear messages.
7660 (elint-special-forms): Add handlers for function, defalias, if, when,
7661 unless, and, or.
7662 (elint-form): Add optional argument to ignore elint-special-forms,
7663 useful to prevent recursive calls from handlers. Doc fix.
7664 Respect elint-ignored-warnings.
7665 (elint-form): Respect elint-ignored-warnings.
7666 (elint-bound-variable, elint-bound-function): New variables.
7667 (elint-unbound-variable): Respect elint-bound-variable.
7668 (elint-get-args): Respect elint-bound-function.
7669 (elint-check-cond-form): Add some simple handling for (f)boundp and
7670 featurep tests.
7671 (elint-check-defalias-form): New handler.
7672 (elint-check-let-form): Make an empty let a warning rather than an
7673 error.
7674 (elint-check-setq-form): Make an empty setq a warning rather than an
7675 error. Respect elint-ignored-warnings.
7676 (elint-check-defvar-form): Accept null doc-strings.
7677 (elint-check-conditional-form): New handler. Does some simple-minded
7678 checking of featurep and (f)boundp tests.
7679 (elint-put-function-args): New function.
7680 (elint-initialize): Use elint-scan-doc-file rather than
7681 elint-find-builtin-variables. Use elint-put-function-args.
7682 Possibly scan preloaded-file-list.
7683 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7684 extend to handle functions as well.
7685
245be23c
JB
76862009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7687
7688 * linum.el (linum-delete-overlays, linum-update-window):
7689 Do not modify the right margin. (Bug#3971)
7690
91fdbd6f
CY
76912009-09-21 Chong Yidong <cyd@stupidchicken.com>
7692
7693 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7694 nxml-mode instead of xml-mode.
7695
7589d38e
JB
76962009-09-21 Kevin Ryde <user42@zip.com.au>
7697
7698 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7699
5ac42715
SM
77002009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * net/dig.el (dig-mode): Use define-derived-mode.
7703
09c01323
DN
77042009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7705
4096c5f2
DN
7706 * vc-dispatcher.el (vc-do-command): Return the process object in
7707 the asynchronous case. Use when instead of if. Do not run
5480359e 7708 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 7709
0e172cc2
DN
7710 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7711 properties to the stash strings.
7712 (vc-git-stash-list): Return a list of strings.
7713 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7714 (vc-git-stash-show-at-point): New functions.
7715 (vc-git-stash-map): New keymap.
7716
03304f31
SM
7717 * register.el (ctl-x-r-map): Define the keys here instead of
7718 using autoload.
09c01323 7719
03304f31 77202009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7721
7722 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7723 list, to workaround performance problem (bug#4485).
7724
2f5fc4d7
NR
77252009-09-20 Nick Roberts <nickrob@snap.net.nz>
7726
7727 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7728
b0f5fd2e
DU
77292009-09-20 Daiki Ueno <ueno@unixuser.org>
7730
7731 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7732 Document that this option is not recommended to use.
7733
f3445fab
GM
77342009-09-19 Glenn Morris <rgm@gnu.org>
7735
547c6921
GM
7736 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7737 variable `var'.
7738
f3445fab
GM
7739 * calc/calc-alg.el (var):
7740 * calc/calcalg2.el (var): Define for compiler.
7741
946c009b
CY
77422009-09-19 Chong Yidong <cyd@stupidchicken.com>
7743
e3f36d03
SM
7744 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7745 Doc fix (Bug#3932).
e2045997 7746
24aedbca
CY
7747 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7748
327dd27a
CY
7749 * time-stamp.el (time-stamp-month-dd-yyyy)
7750 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7751 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7752 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7753 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7754 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7755
946c009b
CY
7756 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7757 indent buffer only if called interactively (Bug#4452).
7758
3e70541a
JB
77592009-09-19 Juanma Barranquero <lekktu@gmail.com>
7760 Eli Zaretskii <eliz@gnu.org>
7761
7762 This fixes bug#4197 (merged to bug#865, though not identical).
7763 * server.el (server-auth-dir): Add docstring note about FAT32.
7764 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7765 but warn against using them.
7766
9b94c32e
NR
77672009-09-19 Nick Roberts <nickrob@snap.net.nz>
7768
7769 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7770 older GDB where there is no has_more field.
7771
66590684
GM
77722009-09-19 Glenn Morris <rgm@gnu.org>
7773
7774 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7775
9a1337f9
CY
77762009-09-18 Chong Yidong <cyd@stupidchicken.com>
7777
7778 * files.el (auto-mode-alist): Change default for XML files to nXML
7779 mode (Bug#4169).
7780
d7554167
JB
77812009-09-18 Juanma Barranquero <lekktu@gmail.com>
7782
7783 * server.el (server-ensure-safe-dir): Pass 'integer
7784 to `file-attributes', as suggested.
7785
35a3f9a4
SM
77862009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7789 (dired-query): Use read-key.
7790
044f9b05
AR
77912009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7792
7793 * cus-start.el (ns-use-qd-smoothing): Remove.
7794
6188ea49
GM
77952009-09-18 Glenn Morris <rgm@gnu.org>
7796
08cf18e4
GM
7797 * allout.el (top-level): Remove unnecessary progn.
7798
07eae5c5
GM
7799 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7800
6726c25e
GM
7801 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7802 definition of abbrev table.
7803
3f527154 7804 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7805 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7806 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7807 * net/newst-backend.el (newsticker--cache-read-feed):
7808 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7809 condition-case handlers.
7810
ccb4c30c
NR
78112009-09-18 Nick Roberts <nickrob@snap.net.nz>
7812
7813 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7814 (gdb-var-list): Add an element for has_more field.
7815 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7816 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7817 (gdb-var-update-handler-1): Parse output of dynamic variable
7818 objects (STL containers).
7819 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7820 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7821
7822 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7823 gdb-var-list.
7824 (gud-speedbar-buttons): Make node expandable if expression "has more"
7825 children.
7826
8686ac71
JB
78272009-09-17 Juanma Barranquero <lekktu@gmail.com>
7828
7829 * startup.el (emacs-quick-startup): Remove variable and all uses.
7830 (command-line): Set `inhibit-x-resources' instead.
7831 (command-line-1): Use `inhibit-x-resources' instead.
7832
a69c67e8
CY
78332009-09-17 Chong Yidong <cyd@stupidchicken.com>
7834
7835 * subr.el: Fix last change to avoid using the `unless' macro,
7836 which breaks bootstrapping.
7837
354f0faf
SM
78382009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7841 extended definitions, in case we reload subr.el after having
7842 loaded CL.
7843 (eval-next-after-load): Mark as obsolete.
7844
98b9bf40
JL
78452009-09-17 Juri Linkov <juri@jurta.org>
7846
7847 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7848 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7849 (menu-bar-showhide-menu, menu-bar-tools-menu)
7850 (menu-bar-describe-menu, menu-bar-help-menu)
7851 (minibuffer-local-completion-map, minibuffer-local-map):
7852 Fix list quoting.
7853
28fab7b5
GM
78542009-09-17 Glenn Morris <rgm@gnu.org>
7855
88d5190c
GM
7856 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7857 arguments, whether or not it has a handler.
7858
74f24ba7
GM
7859 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7860
28fab7b5
GM
7861 * simple.el (hard-newline): Give it a doc-string.
7862
a8106aec
GM
7863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7864 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 7865
76251ad7
DN
78662009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7867
72033dbe
DN
7868 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7869 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7870 (menu-bar-options-menu, menu-bar-showhide-menu)
7871 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7872 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7873 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7874 (menu-bar-options-menu, menu-bar-tools-menu)
7875 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7876 (menu-bar-help-menu):
7877 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7878 string arguments.
7879
76251ad7
DN
7880 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7881 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7882 calls for the menu names and :help.
7883
97b952b7
SM
78842009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7887 to :minor-mode-function (bug#4455).
7888
8f38189e
SM
78892009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7890
d2fd733e
SM
7891 * startup.el (command-line): Initialize the window-system after
7892 processing the command-line.
7893
8f38189e
SM
7894 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7895 page-delimiter matches the empty string.
7896
77564fa4
GM
78972009-09-16 Glenn Morris <rgm@gnu.org>
7898
7899 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7900 byte-compile-not-obsolete-var. It's a list now.
7901 (byte-compile-not-obsolete-funcs): New variable.
7902 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7903 byte-compile-not-obsolete-funcs.
7904 (byte-compile-variable-ref, byte-compile-defvar): Update for
7905 byte-compile-not-obsolete-vars name-change and list nature.
7906 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7907 and variables behind (f)boundp tests.
7908 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7909
79d316d3
DN
79102009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7911
7912 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7913
8fed6934
SM
79142009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7917 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7918 Don't autoload.
7919
4078fd57
SE
79202009-09-15 Stephen Eglen <stephen@gnu.org>
7921
7922 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 7923 the virtual-buffers, use the name of the buffer specified by
4078fd57 7924 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 7925 problem if the target and the symlink had different names.)
4078fd57 7926
838ff458
SM
79272009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7928
b3c7c12d
SM
7929 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7930
13dc2bc2
SM
7931 * desktop.el (desktop-path): Check user-emacs-directory.
7932
49fec531
SM
7933 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7934
0e328d37
SM
7935 * loadup.el: Use after-load-functions to GC after loading each file.
7936 Remove the explicit GC calls that used to be sprinkled around.
7937
838ff458
SM
7938 * subr.el (after-load-functions): New hook.
7939 (do-after-load-evaluation): Run it. Use string-match-p to detect
7940 `obsolete' packages, rather than painfully extracting the relevant
7941 directory name.
7942
a62f564f
GM
79432009-09-15 Glenn Morris <rgm@gnu.org>
7944
7945 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7946 free variable `doc'.
7947
7948 * dired.el (dired-mode-map): Add menu entry for async shell command.
7949
7950 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7951 variables, also consider the .elc files, since the .el files are
7952 normally gzipped (subsequent code locates the .el.gz from the .elc).
7953
7954 * calc/calc-prog.el (arglist): Define for compiler.
7955
7956 * calendar/diary-lib.el (diary-display-function): Change the default to
7957 fancy display.
7958 (body): Define for compiler.
7959
7960 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7961 (byte-compile-file-form, byte-compile-lambda)
7962 (byte-compile-top-level-body, byte-compile-form)
7963 (byte-compile-variable-ref, byte-compile-setq)
7964 (byte-compile-setq-default, byte-compile-body)
7965 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7966 (batch-byte-compile): Give some more local variables with common names
7967 a "bytecomp-" prefix to avoid masking warnings about free variables.
7968
cd05fe7f
GM
7969 * startup.el (command-line-1): Give local variables with common names a
7970 distinguishing prefix, so as not to hide free variable warnings during
7971 bootstrap.
7972
a62f564f
GM
7973 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7974 clever and add a suffix to make a unique name, just let the user decide
7975 whether or not to overwrite it. If the input is a directory, write the
7976 default filename to that directory. (Bug#4388)
7977 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7978 is a filename-as-a-directory.
7979
fbc88440
SM
79802009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * textmodes/page.el (what-page): Don't move to beginning of line.
7983 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7984
60308853
DN
79852009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7986
7987 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7988
32ba3abc
DN
79892009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7990
9cd39aff
DN
7991 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7992 * help.el (help-for-help-internal): Add purecopy calls for text.
7993
32ba3abc
DN
7994 * vc.el (top): print-log method now takes an optional SHORTLOG
7995 argument. Add a new method: root.
32ba3abc
DN
7996 (vc-root-diff, vc-print-root-log): New functions.
7997 (vc-log-short-style): New variable.
7998 (vc-print-log-internal): Add support for showing short logs.
7999
8000 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8001 vc-print-root-log and vc-print-root-diff.
8002
8003 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8004 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8005 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8006 short logs.
8007
8008 * vc-cvs.el (vc-cvs-print-log):
8009 * vc-mtn.el (vc-mtn-print-log):
8010 * vc-rcs.el (vc-rcs-print-log):
8011 * vc-sccs.el (vc-sccs-print-log):
8012 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8013 that is ignored for now.
8014
837b0e99
DN
8015 * vc-mtn.el (vc-mtn-annotate-command):
8016 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8017
31cd2dd4
SM
80182009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8021 to function-key-map, and give them ascii-character property.
8022 * term/x-win.el (x-alternatives-map):
8023 * term/ns-win.el (ns-alternatives-map):
8024 * term/internal.el (msdos-key-remapping-map):
8025 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8026
d62e5bf2
GM
80272009-09-14 Glenn Morris <rgm@gnu.org>
8028
8029 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8030 temp-buffers (2009-09-12).
8031
7d0105e5
SM
80322009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8035 the new read-key function.
8036
e17ed9ad
CY
80372009-09-13 Chong Yidong <cyd@stupidchicken.com>
8038
8039 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8040 is defined (Bug#4405).
8041
1fc26e29
CY
80422009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8043
8044 * recentf.el (recentf-cleanup): Use a hash table to find
8045 duplicates (Bug#4407).
8046
61dc96a2 80472009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8048
8049 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8050 kp-0 to ascii equivalents (Bug#4325).
8051
42c3a9e3
CY
80522009-09-13 Chong Yidong <cyd@stupidchicken.com>
8053
1f5c1626
CY
8054 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8055
42c3a9e3 8056 * eshell/em-hist.el:
31cd2dd4
SM
8057 * eshell/em-dirs.el (eshell-complete-user-reference):
8058 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8059
80602009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8061
8062 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8063 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8064 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8065 * eshell/em-hist.el (eshell-history-file-name):
8066 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8067
1e2b6acf
GM
80682009-09-13 Glenn Morris <rgm@gnu.org>
8069
8070 * ediff-merg.el (ediff-do-merge):
8071 * filesets.el (filesets-run-cmd):
8072 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8073 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8074 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8075 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8076 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8077 Replace empty `let's with `progn'.
8078
adba8116
SM
80792009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * mail/sendmail.el (send-mail-function):
8082 * tooltip.el (tooltip-mode):
8083 * simple.el (transient-mark-mode):
8084 * rfn-eshadow.el (file-name-shadow-mode):
8085 * frame.el (blink-cursor-mode):
8086 * font-core.el (global-font-lock-mode):
8087 * files.el (temporary-file-directory)
8088 (small-temporary-file-directory, auto-save-file-name-transforms):
8089 * epa-hook.el (auto-encryption-mode):
8090 * composite.el (global-auto-composition-mode):
8091 Use custom-initialize-delay.
8092 * startup.el (command-line): Don't explicitly call
8093 custom-reevaluate-setting for all the above vars.
8094 * custom.el (custom-initialize-safe-set)
8095 (custom-initialize-safe-default): Delete.
8096
0a4afea9
SM
80972009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8098
9f94990d
SM
8099 * term/x-win.el (x-initialize-window-system):
8100 * term/w32-win.el (w32-initialize-window-system):
8101 * term/ns-win.el (ns-initialize-window-system): Don't call
8102 mouse-wheel-mode since it's enabled globally by default already.
8103
0a4afea9
SM
8104 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8105 actually define the variable, but only silences the byte-compiler.
8106 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8107 before looking it up.
8108 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8109 is changed.
8110
bf01513f
GM
81112009-09-12 Glenn Morris <rgm@gnu.org>
8112
8113 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8114 1000.
8115 (elint-add-required-env): Don't beep on error.
8116 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8117 (elint-init-env): Skip non-list forms.
8118 (elint-log): Handle unknown file positions.
bf01513f 8119
d85889e4
DU
81202009-09-12 Daiki Ueno <ueno@unixuser.org>
8121
8122 * epg.el (epg-make-context): Add autoload cookie.
8123 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8124 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8125 (epg-verify-string, epg-start-sign, epg-sign-file)
8126 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8127 (epg-encrypt-string, epg-start-export-keys)
8128 (epg-export-keys-to-file, epg-export-keys-to-string)
8129 (epg-start-import-keys, epg-import-keys-from-file)
8130 (epg-import-keys-from-string, epg-start-receive-keys)
8131 (epg-receive-keys, epg-import-keys-from-server)
8132 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8133 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8134 (epg-generate-key-from-file, epg-generate-key-from-string):
8135 Remove autoload cookie.
d85889e4 8136
8f825ee6
EZ
81372009-09-12 Eli Zaretskii <eliz@gnu.org>
8138
36b434ee
EZ
8139 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8140 reevaluation of trash-directory.
8141
8f825ee6
EZ
8142 * mwheel.el: Fix last change.
8143 (mouse-wheel-mode): New defvar.
8144 (mouse-wheel-mode): Remove autoload cookie.
8145
5766c380
SM
81462009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8147
ab5c0fcd
SM
8148 * mwheel.el (mwheel-installed-bindings): New var.
8149 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8150 the bindings we set last time. Use custom-initialize-delay.
8151 * loadup.el: Load mwheel after term/*-win.el.
8152 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8153 and mouse-wheel-up-event now that their first evaluation is done
8154 sufficiently late to be correct.
8155
45448e64
SM
8156 * startup.el (tutorial-directory): Make it a defcustom.
8157 Use custom-initialize-delay rather than eval-at-startup to set it.
8158 * image.el (image-load-path): Make it a defcustom.
8159 Use custom-initialize-delay rather than eval-at-startup to set it.
8160 * subr.el (eval-at-startup): Remove.
8161 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8162
5766c380
SM
8163 * subr.el (do-after-load-evaluation): Warn the user after loading an
8164 obsolete package.
8165
d6549da4
GM
81662009-09-12 Glenn Morris <rgm@gnu.org>
8167
8168 * proced.el (proced-mark-alt): Remove alias.
8169 (proced-mode-map): Remove proced-mark-alt.
8170
8171 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8172 Elint file and directory. Remove initialization entry.
8173
8174 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8175 commands.
8176 (elint-current-buffer): Set mode-line-process.
8177 (elint-init-env): Handle define-derived-mode.
8178 Fix declare-function with unspecified arglist. Guard against odd
8179 defalias statements (eg iso-insert's 8859-1-map).
8180 (elint-add-required-env): Use a temp buffer.
8181 (elint-form): Just print the function/macro name, not the whole form.
8182 Return env unchanged if we fail to parse a macro.
8183 (elint-forms): Guard against parse errors.
8184 (elint-output): New function, to handle batch mode.
8185 (elint-log-message): Add optional argument. Use elint-output.
8186 (elint-set-mode-line): New function.
8187
30194d4d
CY
81882009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8189
8190 * emacs-lisp/elp.el (elp-not-profilable): Add more
8191 functions (Bug#4233).
8192
a035f9b0
CY
81932009-09-12 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8196 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8197
dad61164
NR
81982009-09-11 Nick Roberts <nickrob@snap.net.nz>
8199
8200 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8201 (gdb-var-list-children): Use json parsing.
8202
9c3c9fdf 82032009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8204
8205 * progmodes/js.el (js--proper-indentation): Handle the case where
8206 char-before is null. Reported by Deniz Dogan.
8207
b4587710
JB
82082009-09-11 Juanma Barranquero <lekktu@gmail.com>
8209
8210 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8211
13890796
DU
82122009-09-11 Daiki Ueno <ueno@unixuser.org>
8213
8214 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8215 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8216 (epg-context-set-passphrase-callback)
97d4bdba 8217 (epg-context-set-progress-callback): Add description about
b18508dd 8218 callback function.
13890796 8219
2efb64a8
SM
82202009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8221
790d0270
SM
8222 * custom.el (custom-delayed-init-variables): New var.
8223 (custom-initialize-delay): New function.
8224 * startup.el (command-line): "Re"evaluate all vars in
8225 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8226 explicitly any more.
8227 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8228 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8229
8230 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8231
ac243a40
NR
82322009-09-11 Nick Roberts <nickrob@snap.net.nz>
8233
8234 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8235 (gdb-var-update-handler): Use json parsing.
8236
657bc6fc
JB
82372009-09-11 Juanma Barranquero <lekktu@gmail.com>
8238
8239 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8240 decode annotated text, regardless of language environment. (Bug#2741)
8241
b6fe8102
SM
82422009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * Makefile.in (autoloads): Make rmail.el writable as well.
8245
5cc443fe
GM
82462009-09-11 Glenn Morris <rgm@gnu.org>
8247
5515c54e
GM
8248 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8249 loaddefs.el.
8250 * dired.el: Regenerate with extracted autoloads.
8251 * Makefile.in (autoloads): Make dired.el writable.
8252
15067158
GM
8253 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8254 * ibuffer.el: Regenerate with extracted autoloads.
8255 * Makefile.in (autoloads): Make ibuffer.el writable.
8256
d35d0238
GM
8257 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8258 * version.el (emacs-copyright, emacs-major-version)
8259 (emacs-minor-version): Reformat doc-strings for make-docfile.
8260
5cc443fe
GM
8261 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8262 functions and variables, since they must be stuff specific to some other
8263 platform.
8264 (apropos-print): Make mouse-click message less specific about button.
8265
8266 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8267 that records where a macro was defined.
8268 * help-fns.el (describe-function-1): Mention if a function has a
8269 compiler-macro.
8270 * help-mode.el (help-function-cmacro): New button.
8271
8272 * locate.el (top-level): Always require dired.
8273 (locate-mode-map): Initialize inside the defvar.
8274
8275 * net/ange-ftp.el (dired-compress-file): Declare.
8276 (ange-ftp-dired-compress-file): Add doc string.
8277
8278 * term/ns-win.el (x-display-name, x-setup-function-keys):
8279 Unify doc-strings with X versions.
8280
8cb95edf
SM
82812009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8282
726a4d09
SM
8283 * emulation/crisp.el (crisp-mode-map): Move initialization
8284 into declaration.
8285 (crisp-mode): Use define-minor-mode.
8286
8cb95edf
SM
8287 * progmodes/xscheme.el (xscheme-evaluation-commands):
8288 Put a :advertised-binding property rather than using
8289 advertised-xscheme-send-previous-expression.
8290 (advertised-xscheme-send-previous-expression): Declare obsolete.
8291 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8292 `advertised-undo'.
8293 (crisp-mode): Add corresponding bindings to
8294 undo's :advertised-binding instead.
8295 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8296 than using dired-advertised-find-file.
8297 (dired-advertised-find-file):
8298 * simple.el (advertised-undo):
8299 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8300 (widget-keymap): Put a :advertised-binding property rather
8301 than using advertised-widget-backward.
8302 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8303 than using advertised-undo.
8304 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8305
07db5857
SS
83062009-09-10 Simon South <ssouth@slowcomputing.org>
8307
8308 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8309 Mark mode is enabled and region is active; otherwise indent or
8310 insert TAB as usual.
8311 (delphi-mode): Update description of TAB-key binding.
8312
50d4ba39
SM
83132009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * subr.el (define-key-rebound-commands): Mark obsolete.
8316 * startup.el (precompute-menubar-bindings): Remove.
8317 (normal-top-level): Remove obsolete code that tried to precompute
8318 menubar bindings.
8319 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8320 define-key-rebound-commands and precompute-menubar-bindings.
8321
ffa894db
KY
83222009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8323
8324 * net/imap.el (imap-interactive-login): Better messages.
8325 (imap-open): Fix bug with renamed buffer on reconnect.
8326 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8327 for easier debugging and cleaner code. On successful (guessed based on
8328 server capabilities) secondary authentication, set imap-state
8329 correctly.
8330 (imap-last-authenticator): Define imap-last-authenticator as a variable
8331 to avoid warnings.
8332
9477096c
GM
83332009-09-10 Glenn Morris <rgm@gnu.org>
8334
8335 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8336
8337 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8338 (byte-compile-file-form-autoload): Don't warn about unknown functions
8339 where the autoload statement comes after the use.
8340 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8341 that any handlers inside the body (eg require) are in turn respected.
8342
8343 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8344 effects.
8345
8346 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8347 and syntax and abbrev tables basic docs, if they don't have any.
8348
8349 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8350
8351 * international/mule-cmds.el (top-level): Require cl when compiling.
8352 (view-hello-file): Use default-value rather than
8353 default-enable-multibyte-characters.
8354
8355 * progmodes/fortran.el: Move all safe and risky properties into the
8356 defcustoms.
8357
8358 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8359 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8360 * mail/undigest.el:
8361 Put autoloads in rmail.el rather than loaddefs.el.
8362 * mail/rmail.el: Regenerate with extracted autoloads.
8363
8364 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8365 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8366
9f16c547
NR
83672009-09-10 Nick Roberts <nickrob@snap.net.nz>
8368
8369 Reported in thread for Bug#4375.
8370 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8371 "-data-evaluate-expression" instead of print.
8372 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8373 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8374 (gdb): Revert 2009-08-11 change. User should detach inferior
8375 manually.
9f16c547
NR
8376
8377 Remove the word "separate" from IO functions as inferior
8378 output is now never displayed in the GUD buffer.
8379
50405cd0
JB
83802009-09-10 Juanma Barranquero <lekktu@gmail.com>
8381
8382 * startup.el (command-line-normalize-file-name): On Windows and
8383 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8384
7ae62430
JL
83852009-09-10 Juri Linkov <juri@jurta.org>
8386
8387 * isearch.el (isearch-text-char-description): Propertize escape
8388 character sequences with the `escape-glyph' face. (Bug#4344)
8389
8390 * simple.el (shell-command): Set asynchronous process filter to
8391 `comint-output-filter'. (Bug#4343)
8392
8393 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8394 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8395 the list. Move "asm" to the bottom.
8396 (grep-find-ignored-directories): Add `choice' with nil value
8397 to empty the list easily.
8398 (grep-find-ignored-files): New option.
8399 (grep-files-history): Set to nil by default instead of '("ch" "el").
8400 (grep-compute-defaults): Add "<X>" to `grep-template'.
8401 (grep-read-files): Bind new local variables `default-alias' and
8402 `default-extension'. Use a list of default values for the file prompt.
8403 (lgrep): Add `--exclude=' command line options composed from
8404 `grep-find-ignored-files'.
8405 (rgrep): Add `-name' command line options composed from
8406 `grep-find-ignored-files'. (Bug#4301)
8407
cd875252
SM
84082009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8411 (bug#4368).
8412
cdce0b33
KY
84132009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * calendar/time-date.el (autoload):
8416 Expand define-obsolete-function-alias into defalias and make-obsolete
8417 for old Emacsen that Gnus supports.
8418 (with-no-warnings): Define it for old Emacsen.
8419 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8420 is available.
8421 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8422 float-time is available; suppress compile warning for time-to-seconds.
8423
84242009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8425
8426 * net/imap.el (imap-message-map): Docstring fix.
8427
2b2eb431
GM
84282009-09-09 Glenn Morris <rgm@gnu.org>
8429
8430 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8431 line numbers too. (Bug#4374)
8432
83a5aac5
SM
84332009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8434
755e0210
SM
8435 * smerge-mode.el (smerge-remove-props, smerge-refine):
8436 Use with-silent-modifications (bug#4342).
8437
83a5aac5
SM
8438 * subr.el (with-silent-modifications): New macro.
8439
79f01fa7
JB
84402009-09-07 Juanma Barranquero <lekktu@gmail.com>
8441
8442 * files.el (top-level): Require `cl' when compiling.
8443
448ecec3
GM
84442009-09-07 Glenn Morris <rgm@gnu.org>
8445
8446 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8447
8f09a02f
GM
8448 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8449 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8450
76ff67bf
NR
84512009-09-06 Nick Roberts <nickrob@snap.net.nz>
8452
8453 * vc-git.el (vc-git-annotate-command): Use separator to parse
8454 arguments correctly.
8455
943c8b75
EZ
84562009-09-06 Eli Zaretskii <eliz@gnu.org>
8457
8458 * proced.el (proced-mode): Doc fix.
8459
680db9ac
MA
84602009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8461
8462 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8463 lstat fails.
8464 (tramp-do-file-attributes-with-ls): Check for file existence at
8465 remote end.
8466 (tramp-do-file-attributes-with-stat): Likewise.
8467 (tramp-convert-file-attributes): Return nil when attr is nil.
8468
3f12e5bd
GM
84692009-09-05 Glenn Morris <rgm@gnu.org>
8470
c8dc27bf
GM
8471 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8472 properties to this button.
8473 (diary-fancy-display): Don't extend the button to the final newline.
8474 (diary-fancy-display-mode): Continue to define "q" as a local key.
8475
cca065d8
GM
8476 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8477 efficient.
8478
cddaedb6
GM
8479 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8480
3f12e5bd
GM
8481 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8482 (byte-compile-dest-file-function): New option.
8483 (byte-compile-dest-file): Doc fix.
8484 Obey byte-compile-dest-file-function.
8485 (byte-compile-cl-file-p): New function.
8486 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8487 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8488 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8489 than for file being previously loaded.
8490 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8491 (byte-compile-file-form-require): Handle the case where requiring a file
8492 indirectly causes CL to be loaded.
8493
049a231b
KF
84942009-09-05 Karl Fogel <kfogel@red-bean.com>
8495
8496 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8497 before killing the old buffer, since by the time `kill-buffer' is
8498 run so many buffer variables have been set to nil that it may not
8499 behave as expected. (Bug#4061)
8500
ef7ef2a0
KF
85012009-09-05 Karl Fogel <kfogel@red-bean.com>
8502
8503 * files.el (find-alternate-file): If the old buffer is modified
8504 and visiting a file, behave similarly to `kill-buffer' when
8505 killing it, thus reverting to the pre-1.878 behavior; see
8506 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8507 for discussion. Also, consult `buffer-file-name' as a variable
8508 not as a function, for consistency with the rest of the code.
8509
73d854cd
MA
85102009-09-04 Michael Albinus <michael.albinus@gmx.de>
8511
8512 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8513 also when adding a new directory.
8514
8515 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8516 defun.
8517
df120481
SM
85182009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * files.el (locate-file-completion-table): Make it provide boundary
8521 information, so partial-completion works better.
8522
c0bc6d79
SM
85232009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8524
8525 * mail/footnote.el (Footnote-text-under-cursor):
8526 Check footnote-text-marker-alist before using it (bug#4324).
8527
f76a9756
GM
85282009-09-04 Glenn Morris <rgm@gnu.org>
8529
67d110f1
GM
8530 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8531 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8532 * play/solitaire.el, play/tetris.el:
8533 Remove leading * from defcustom and defface docs.
8534
b42d4989
GM
8535 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8536 necessary.
8537 (diary-fancy-overriding-map): New variable.
8538 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8539 Use view-mode.
8540
f76a9756
GM
8541 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8542 goto-line.
8543
e605eeeb
GM
85442009-09-03 Glenn Morris <rgm@gnu.org>
8545
597e2240
GM
8546 * arc-mode.el (archive-mode):
8547 * dos-fns.el (set-default-process-coding-system):
8548 * man.el (Man-getpage-in-background):
8549 * menu-bar.el (menu-bar-describe-menu):
8550 * server.el (server-process-filter):
8551 * startup.el (command-line):
8552 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8553 * w32-fns.el (set-default-process-coding-system):
8554 * x-dnd.el (x-dnd-handle-file-name):
8555 * international/mule-cmds.el (mule-menu-keymap)
8556 (set-default-coding-systems, language-info-alist, set-language-info)
8557 (set-language-environment, standard-display-european-internal)
8558 (set-locale-environment):
8559 * international/mule-diag.el (mule-diag):
8560 * mail/emacsbug.el (report-emacs-bug):
8561 * mail/rmail.el (rmail-mode):
8562 * mail/sendmail.el (mail-setup):
8563 Use default-value rather than default-enable-multibyte-characters.
8564
f38184aa
GM
8565 * progmodes/f90.el: Move all safe properties into the defcustoms.
8566 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8567
e605eeeb
GM
8568 * calendar/appt.el (appt-check):
8569 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8570 (diary-check-diary-file, diary-list-entries)
8571 (diary-include-other-diary-files, diary-simple-display)
8572 (diary-fancy-display, diary-print-entries)
8573 (diary-mark-included-diary-files, diary-make-entry):
8574 Don't call substitute-in-file-name on diary-file.
8575
734db384
SM
85762009-09-03 Eduard Wiebe <usenet@pusto.de>
8577 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8580 (footnote-mode-map): Move initialization into the declaration.
8581 (footnote-minor-mode-map): Define it rather than changing global-map.
8582 (footnote-mode): Use define-minor-mode.
8583
e5aa47f9
MA
85842009-09-02 Michael Albinus <michael.albinus@gmx.de>
8585
8586 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8587 (tramp-do-file-attributes-with-perl)
8588 (tramp-do-file-attributes-with-stat): Rename from
8589 `tramp-handle-file-attributes-with-*'.
8590 (tramp-handle-file-attributes): Use them.
8591 (tramp-do-directory-files-and-attributes-with-perl)
8592 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8593 `tramp-handle-directory-files-and-attributes-with-*'.
8594 (tramp-handle-directory-files-and-attributes): Use them.
8595 (tramp-method-out-of-band-p): Additional parameter SIZE.
8596 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8597 (tramp-handle-write-region): Use it.
734db384 8598 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8599 (tramp-handle-vc-registered): Check, whether the first run did
8600 return files to be tested.
8601 (tramp-advice-make-auto-save-file-name): Do not call directly
8602 `tramp-handle-make-auto-save-file-name', because this would bypass
8603 the locking mechanism.
8604
734db384 8605 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
8606 (file-remote-p, process-file, start-file-process, set-file-times)
8607 (tramp-compat-file-attributes): Compatibility functions shall not
8608 call directly `tramp-handle-*', because this would bypass the
8609 locking mechanism.
8610 (tramp-compat-number-sequence): New defun.
8611
6e2ca895
GM
86122009-09-02 Glenn Morris <rgm@gnu.org>
8613
697c7714
GM
8614 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8615 alias for float-time.
8616 (time-to-number-of-days): In Emacs, use float-time.
8617 * net/newst-backend.el (time-add): Suppress warnings from compat
8618 function.
8619 * time.el (emacs-uptime, emacs-init-time):
8620 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8621 Use float-time rather than time-to-seconds.
8622
6e2ca895
GM
8623 * minibuffer.el (completion-initials-expand): Fix typo.
8624
8625 * faces.el (modeline, modeline-inactive, modeline-highlight)
8626 (modeline-buffer-id):
8627 * info.el (info-menu-5): Mark these face aliases as obsolete.
8628
ed17efec
NR
86292009-09-01 Nick Roberts <nickrob@snap.net.nz>
8630
8631 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8632 space ...
8633 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8634 no "--thread" option.
8635 (gdb-stopped): Don't print "Switched to thread" message when it is
8636 unchanged.
8637
fcb68f70
SM
86382009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * minibuffer.el (completion-try-completion)
8641 (completion-all-completions): Remove ill-defined (and
8642 mistakenly installed and luckily never used nor documented)
8643 `completion-styles' property.
8644 (completion-initials-expand, completion-initials-all-completions)
8645 (completion-initials-try-completion): New functions.
8646 (completion-styles-alist): Add doc to each entry.
8647 Add new `initials' entry.
8648
83318a6d
NR
86492009-09-01 Nick Roberts <nickrob@snap.net.nz>
8650
8651 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8652 MI command -var-evaluate-expression.
8653 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8654 and tweak for case of string child.
734db384 8655 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 8656
d63eb0e7
GM
86572009-09-01 Glenn Morris <rgm@gnu.org>
8658
c4f6e489
GM
8659 * add-log.el (change-log-date-face, change-log-name-face)
8660 (change-log-email-face, change-log-file-face, change-log-list-face)
8661 (change-log-conditionals-face, change-log-function-face)
8662 (change-log-acknowledgement-face):
8663 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8664 (custom-modified-face, custom-set-face, custom-changed-face)
8665 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8666 (custom-documentation-face, custom-state-face, custom-comment-face)
8667 (custom-comment-tag-face, custom-variable-tag-face)
8668 (custom-variable-button-face, custom-face-tag-face)
8669 (custom-group-tag-face-1, custom-group-tag-face):
8670 * diff-mode.el (diff-header-face, diff-file-header-face)
8671 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8672 (diff-added-face, diff-changed-face, diff-function-face)
8673 (diff-context-face, diff-nonexistent-face):
8674 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8675 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8676 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8677 (Info-title-4-face):
8678 * isearch.el (isearch-lazy-highlight-face):
8679 * log-view.el (log-view-file-face, log-view-message-face):
8680 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8681 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8682 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8683 (cvs-msg-face):
8684 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8685 (smerge-base-face, smerge-markers-face):
8686 * wid-edit.el (widget-documentation-face, widget-button-face)
8687 (widget-field-face, widget-single-line-field-face)
8688 (widget-inactive-face, widget-button-pressed-face):
8689 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8690 (woman-addition-face):
2fb1ec93
GM
8691 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8692 (eshell-ls-executable-face, eshell-ls-readonly-face)
8693 (eshell-ls-unreadable-face, eshell-ls-special-face)
8694 (eshell-ls-missing-face, eshell-ls-archive-face)
8695 (eshell-ls-backup-face, eshell-ls-product-face)
8696 (eshell-ls-clutter-face):
8697 * eshell/em-prompt.el (eshell-prompt-face):
8698 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 8699 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
8700 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8701 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8702 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8703 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8704 (antlr-font-lock-literal-face):
c4f6e489
GM
8705 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8706 (ebrowse-root-class-face, ebrowse-file-name-face)
8707 (ebrowse-default-face, ebrowse-member-attribute-face)
8708 (ebrowse-member-class-face, ebrowse-progress-face):
8709 * progmodes/make-mode.el (makefile-space-face):
8710 * progmodes/sh-script.el (sh-heredoc-face):
8711 * textmodes/flyspell.el (flyspell-incorrect-face)
8712 (flyspell-duplicate-face):
8713 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8714 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8715 Mark face aliases with "-face" suffix as obsolete.
8716
d80619fa
GM
8717 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8718 compiler.
8719
5f68c1b7
GM
8720 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8721 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8722 easy-menu-define wants to modify these.
8723
8724 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8725
8726 * net/browse-url.el (browse-url-file-url):
8727 * term/internal.el (dos-codepage-setup):
8728 Use default-value rather than default-enable-multibyte-characters.
8729
d80619fa 8730 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8731 * progmodes/flymake.el (flymake-highlight-line)
8732 (flymake-goto-file-and-line, flymake-goto-line):
8733 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8734 (gdb-goto-breakpoint):
8735 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8736 * progmodes/python.el (python-find-function)
8737 (python-pdbtrack-track-stack-file):
8738 * progmodes/verilog-mode.el (verilog-surelint-off):
8739 * term/ns-win.el (ns-open-file-select-line):
8740 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8741 Use forward-line rather than goto-line.
8742
d63eb0e7
GM
8743 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8744 * textmodes/reftex-index.el (reftex-display-index):
8745 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8746 * textmodes/reftex-toc.el (reftex-toc):
8747 Remove unnecessary bindings of default-major-mode (all are followed by
8748 major-mode check and possible mode switch).
8749
0afad278
NR
87502009-08-31 Nick Roberts <nickrob@snap.net.nz>
8751
8752 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8753 Handle watchpoints (bug#4282).
8754 (def-gdb-thread-buffer-command): Enable thread to be selected by
8755 clicking without selecting threads buffer first.
8756 (gdb-current-context-command): Use selected frame so that "up",
8757 "down" etc work in the GUD buffer.
8758 (gdb-update): Find selected frame before rendering stack buffer.
8759 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8760
4e135dd2
SM
87612009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * progmodes/sym-comp.el (displayed-completions): Remove.
8764 (symbol-complete): Use minibuffer-complete.
8765
e61eba34
GM
87662009-08-31 Glenn Morris <rgm@gnu.org>
8767
8768 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8769
734db384
SM
8770 * apropos.el (apropos-symbols-internal):
8771 Handle (obsolete) face aliases.
e61eba34
GM
8772
8773 * faces.el (describe-face): Adjust the output format to be more like
8774 describe-variable, and to mention (obsolete) face aliases.
8775 Adjust the whitespace so that help-setup-xref works.
8776
8777 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8778 * calendar/diary-lib.el (diary-button-face):
8779 Mark these face aliases as obsolete.
8780
8781 * calendar/calendar.el (calendar-today): Doc fix.
8782
4cf71456
NR
87832009-08-31 Nick Roberts <nickrob@snap.net.nz>
8784
8785 * progmodes/gdb-mi.el (gdb-control-all-threads)
8786 (gdb-control-current-thread): Force tool bar update.
8787 (gdb-non-stop-handler): New function.
8788 (gdb-init-1): Use it to test if non-stop mode is supported.
8789 Remove unused gdbmi buffer type.
8790
e61eba34 87912009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8792
8793 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8794 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8795
4324f7ca
NR
87962009-08-30 Nick Roberts <nickrob@snap.net.nz>
8797
8798 * comint.el (comint-exec-1): Check command is non-null first.
8799 Part of gdb-mi.el change (2009-08-28).
8800
a1bf889a
SM
88012009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8802
8803 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8804
060c08b5
JB
88052009-08-30 Juanma Barranquero <lekktu@gmail.com>
8806
8807 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8808 instead of `dolist' to avoid a recursive require when bootstrapping.
8809
ab22be48
SM
88102009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8811
73ebf88f
SM
8812 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8813
80629cfc
SM
8814 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8815
206d0387 8816 * net/imap.el (imap-send-command): Simplify.
734db384 8817 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8818
844f7784
SM
8819 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8820
5ca4661e
SM
8821 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8822 with constant argument.
8823
c61dc887
SM
8824 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8825
7eb73deb
SM
8826 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8827
5fe443de
SM
8828 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8829 Change default, since most of our files don't have a history.
8830 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8831 the user.
8832
6444d64a
SM
8833 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8834 Add comint-run.
8835
5cb16bfc
SM
8836 * calc/calc.el: Improve commenting convention.
8837 (calc-digit-map, toplevel): Simplify.
8838
0aeb71a7
SM
8839 * comint.el (comint-insert-input): Be careful to only set point if we
8840 don't delegate to some other command.
8841
9a9af856
SM
8842 * proced.el (proced-signal-list): Make it an alist.
8843 (proced-grammar-alist): Capitalize names.
8844 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8845 Disable undo manually and make it read-only.
8846 Use completion-annotate-function.
8847
ab22be48
SM
8848 * minibuffer.el (minibuffer-message): If the current buffer is not
8849 a minibuffer, insert the message in the echo area rather than at the
8850 end of the buffer.
8851 (completion-annotate-function): New variable.
8852 (minibuffer-completion-help): Use it.
8853 (completion--embedded-envvar-table): Environment vars are
8854 always case-sensitive.
8855
4a948dbf
GM
88562009-08-30 Glenn Morris <rgm@gnu.org>
8857
8858 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8859 from fortran-current-defun.
8860 (fortran-beginning-of-subprogram): Be more precise about finding the
8861 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8862 (fortran-end-of-subprogram): Simplify.
8863 (fortran-current-defun): Use fortran-start-prog-re.
8864
486cf3b8
JB
88652009-08-29 Juanma Barranquero <lekktu@gmail.com>
8866
8867 * subr.el (do-after-load-evaluation): Simplify.
8868
db167d28
DN
88692009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8870
8871 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8872
8873 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8874 (vc-rcs-print-log): Use it.
8875
8876 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8877
efbc652a
SM
88782009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8879
2aa0e5bf
SM
8880 * paths.el (abbrev-file-name): Move to abbrev.el.
8881 * abbrev.el (abbrev-file-name): Move from paths.el.
8882 Obey user-emacs-directory.
8883 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8884 user-emacs-directory.
8885 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8886 abbrev-file-name and calc-settings-file any more.
8887 * startup.el (command-line): Recompute abbrev-file-name and
8888 abbreviated-home-dir.
8889 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8890 of the special code for when C-h bindings haven't been changed.
8891 (display-startup-echo-area-message): Use with-current-buffer.
8892 (command-line-1): Use a list of strings, rather than a list of lists
8893 of strings for longopts.
8894
51da8fe2
SM
8895 * files.el (get-free-disk-space): Use / for default-directory.
8896
0c3cc4dd
SM
8897 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8898 Use with-current-buffer.
8899
d988dbf6
SM
8900 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8901 Recognize immutable variables like most-positive-fixnum.
8902 (byte-compile-setq-default): Check and warn if trying to assign
8903 to an immutable variable, or a non-variable.
8904
efbc652a
SM
8905 * progmodes/cc-vars.el (c-comment-continuation-stars):
8906 * progmodes/cc-engine.el (c-looking-at-bos):
8907 * progmodes/cc-cmds.el (c-toggle-auto-state)
8908 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8909 (c-comment-line-break-function): Add version of obsolescence.
8910
d30a05d1
JL
89112009-08-28 Juri Linkov <juri@jurta.org>
8912
8913 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8914 associated with `archive-mode'.
8915
8916 * image.el (image-type-header-regexps): Use only JPEG magic number
8917 to determine JPEG images, and don't use `image-jpeg-p' because
8918 Emacs can display non-JFIF non-Exif JPEG images.
8919
1e8eecea
JB
89202009-08-28 Juanma Barranquero <lekktu@gmail.com>
8921
8922 * arc-mode.el (archive-mode):
8923 * emacs-lisp/re-builder.el (re-builder-unload-function):
8924 Protect against the default value of `major-mode' being nil.
8925
dd4fbf56
JB
89262009-08-28 Juanma Barranquero <lekktu@gmail.com>
8927
8928 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8929 Fix typos in docstrings.
8930
8931 * progmodes/js.el (js--macro-decl-re): Doc fix.
8932 (js--plain-method-re, js--split-name): Refloc docstring.
8933 (js--class-styles, js--make-merged-item, js--splice-into-items):
8934 Fix typos in docstrings; reflow docstrings.
8935 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8936 (js--variable-decl-matcher, js--inside-pitem-p)
8937 (js--parse-state-at-point, js--get-all-known-symbols)
8938 (js--symbol-history, js-find-symbol, js--js-references)
8939 (js--moz-interactor, js--js-encode-value, js--read-tab):
8940 Fix typos in docstrings.
8941
72f16325
SM
89422009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8943
14acf2f5
SM
8944 * textmodes/reftex.el (reftex-get-file-buffer-force):
8945 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8946 * emulation/viper.el (viper-go-away, viper-set-hooks):
8947 * emacs-lisp/re-builder.el (re-builder-unload-function):
8948 * emacs-lisp/bytecomp.el (byte-compile-file):
8949 * ses.el (ses-unload-function):
8950 * hexl.el (hexl-find-file):
8951 * files.el (normal-mode):
8952 * ehelp.el (with-electric-help):
8953 * autoinsert.el (auto-insert-alist):
8954 * arc-mode.el (archive-mode):
8955 Use (default-value 'major-mode) instead of default-major-mode.
8956
72f16325
SM
8957 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8958 * international/mule.el (load-with-code-conversion):
8959 * emacs-lisp/debug.el (debug):
8960 * ediff-vers.el (ediff-rcs-get-output-buffer):
8961 * dired.el (dired-internal-noselect): Don't let-bind
8962 default-major-mode around code that doesn't use it.
8963 E.g. buffer creation via get-buffer-create doesn't use it.
8964
aa485f7c
MA
89652009-08-28 Michael Albinus <michael.albinus@gmx.de>
8966
8967 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8968 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8969 when writing the temp file. Otherwise, epa-file gets confused.
8970 (tramp-register-file-name-handlers): Make it a defun. Move also
8971 `epa-file-handler' to the front of `file-name-handler-alist'.
8972
89732009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8976 start right after a ^M.
8977 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8978 (tramp-completion-file-name-regexp-separate)
8979 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
8980 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8981 Don't modify last-coding-system-used by accident.
aa485f7c
MA
8982 (tramp-completion-file-name-handler): Apply the checks here,
8983 instead during registration.
48c2d18a 8984 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
8985 `tramp-register-file-name-handler'. Register both
8986 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8987 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8988
3f0c2b92
NR
89892009-08-28 Nick Roberts <nickrob@snap.net.nz>
8990
72f16325
SM
8991 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8992 Remove variable ...
3f0c2b92
NR
8993 (gdb-init-1, gdb-display-separate-io-buffer)
8994 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8995 references to it.
8996 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8997 (gdb-inferior-filter): Use comint-output-filter to stop
8998 echoing and remove ^M characters.
8999
705e5bd9
SM
90002009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9001
009fdc2e
SM
9002 * emulation/viper-init.el (viper-restore-cursor-type):
9003 * emulation/cua-base.el (cua--update-indications):
9004 Replace default-cursor-type with (default-value 'cursor-type).
9005
b56a5ae0
SM
9006 * mail/sendmail.el (mail-recover-1):
9007 * international/mule-diag.el (describe-current-coding-system-briefly)
9008 (describe-current-coding-system):
9009 * international/mule-cmds.el (select-safe-coding-system)
9010 (select-message-coding-system)
9011 (set-language-environment-coding-systems, set-locale-environment):
9012 * hexl.el (hexl-insert-multibyte-char):
9013 * dos-w32.el (find-buffer-file-type-coding-system):
9014 * simple.el (what-cursor-position):
9015 Replace uses of default-buffer-file-coding-system
9016 with (default-value 'buffer-file-coding-system).
9017
de70529f
SM
9018 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9019 Replace uses of default-cursor-in-non-selected-windows
9020 with (default-value 'cursor-in-non-selected-windows).
9021 Use with-current-buffer.
9022
705e5bd9
SM
9023 * mail/feedmail.el: Use CL macros.
9024 (feedmail-run-the-queue, feedmail-send-it-immediately):
9025 * dos-w32.el (find-buffer-file-type): Replace uses of
9026 default-buffer-file-type with (default-value 'buffer-file-type).
9027
4d985ac2
GM
90282009-08-28 Glenn Morris <rgm@gnu.org>
9029
9030 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9031 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9032 Use default-value of major-mode rather than default-major-mode.
9033
17c15b81
SM
90342009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9035
3a68ab06
SM
9036 * Makefile.in (update-elcfiles): Report left over elc files.
9037
9421bdd1
SM
9038 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9039 expand-file-name and with-current-buffer.
9040 (mail-get-names, mail-directory): Use with-current-buffer.
9041
17c15b81
SM
9042 * vc.el (vc-read-revision): New function.
9043 (vc-version-diff, vc-merge): Use it.
9044
ba83a64e
SS
90452009-08-27 Sam Steingold <sds@gnu.org>
9046
9047 * simple.el (kill-do-not-save-duplicates): New user option.
9048 (kill-new): When it is non-nil, and the new string is the same as
9049 the latest kill, set replace to t to avoid duplicates in kill-ring.
9050
be3e598a 90512009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9052
9053 * net/tramp.el (tramp-handle-process-file): Do not flush all
9054 caches when `process-file-side-effects' is set.
9055 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9056 instead of `tramp-find-file-exists-command'.
9057 Unset `process-file-side-effects'.
d5b5c94a
MA
9058
90592009-08-27 Michael Albinus <michael.albinus@gmx.de>
9060
9061 * net/tramp.el (tramp-methods): New method "rsyncc".
9062 (top): Add completion function for "rsyncc".
9063 (tramp-message-show-message): New defvar.
9064 (tramp-message, tramp-error): Use it.
9065 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9066 remote copying.
9067 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9068 `tramp-methods' entry `copy-env' of "rsyncc".
9069 (tramp-vc-registered-read-file-names): New defconst.
9070 (tramp-vc-registered-file-names): New defvar.
9071 (tramp-handle-vc-registered): Implement optimization strategy.
9072 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9073 (tramp-vc-file-name-handler): New defun.
9074 (tramp-get-ls-command, tramp-get-test-command)
9075 (tramp-get-file-exists-command, tramp-get-remote-ln)
9076 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9077 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9078
9079 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9080 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9081 timestamps.
9082 (tramp-get-file-property): Check for timestamps in
9083 `tramp-cache-inhibit-cache'.
9084 (tramp-set-file-property): Write timestamp.
9085
1339cf20
KH
90862009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9087
9088 * language/japan-util.el (japanese-symbol-table): Add entries for
9089 cp932-2-byte.
9090
9091 * international/characters.el: Add category `j' to cp932-2-byte.
9092
726e3f1d
KH
90932009-08-27 Kenichi Handa <handa@m17n.org>
9094
9095 * international/fontset.el (build-default-fontset-data): New macro.
9096 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9097 tibetan, ethiopic, and ipa.
726e3f1d 9098
4e3b4528
SM
90992009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9102 (enable-multibyte-characters): Not customizable any more.
9103
9104 * subr.el (default-mode-line-format, default-header-line-format)
9105 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9106 (default-direction-reversed, default-truncate-lines)
9107 (default-left-margin, default-tab-width, default-case-fold-search)
9108 (default-left-margin-width, default-right-margin-width)
9109 (default-left-fringe-width, default-right-fringe-width)
9110 (default-fringes-outside-margins, default-scroll-bar-width)
9111 (default-vertical-scroll-bar, default-indicate-empty-lines)
9112 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9113 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9114 (default-scroll-down-aggressively, default-fill-column)
9115 (default-cursor-type, default-buffer-file-type)
9116 (default-cursor-in-non-selected-windows)
9117 (default-buffer-file-coding-system, default-major-mode)
9118 (default-enable-multibyte-characters): Mark as obsolete.
9119
b3cca6a6
DN
91202009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9121
652cc1a2
DN
9122 * vc-dir.el (vc-dir-update): Remove debug helper.
9123
b3cca6a6
DN
9124 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9125
4ed8c7aa
SS
91262009-08-26 Sam Steingold <sds@gnu.org>
9127
9128 * simple.el (save-interprogram-paste-before-kill): New user option.
9129 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9130 save the interprogram-paste into kill-ring before overriding it
9131 with the Emacs kill.
9132
3b64d86b
DN
91332009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9134
9135 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9136 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9137 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9138 and move to vc-rcs.el.
9139 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9140 move to vc-rcs.el.
9141 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9142 (vc-rcs-update-changelog): Remove.
9143 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9144 and move to vc-rcs.el.
9145
9146 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9147 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9148 renaming.
9149 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9150 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9151 vc.el, renamed to be RCS specific.
9152
72f16325
SM
9153 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9154 New functions.
9155 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9156
9157 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9158 New functions.
9159
636a36a0
SM
91602009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9163
239b3340
DN
91642009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9165
b91f0762 9166 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9167 (vc-git-stash, vc-git-stash-show): New functions.
9168 (vc-git-extra-menu-map): Bind them.
b91f0762 9169
b8e54362
DN
9170 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9171 directory correctly in case the item is a directory itself.
9172
239b3340
DN
9173 * vc.el: Document the desired behavior for reverted files in the
9174 `added' state.
dc810649
DN
9175 (vc-default-prettify-state-info): Remove function, unused.
9176
9177 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9178
e49c0179
GM
91792009-08-26 Glenn Morris <rgm@gnu.org>
9180
9181 * bindings.el (standard-mode-line-format): Reposition dashes in
9182 which-func entry. (Bug#4217)
9183
3029e594
GM
9184 * files.el (enable-local-variables, enable-local-eval)
9185 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9186 the defcustoms.
9187 (auto-mode-alist, ignored-local-variables)
9188 (save-some-buffers-action-alist): Move risky declarations to the
9189 definitions.
9190 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9191 (font-lock-defaults, format-alist, imenu--index-alist)
9192 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9193 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9194 (mode-line-modified, mode-line-mule-info, mode-line-position)
9195 (mode-line-process, mode-line-remote, outline-level)
9196 (parse-time-rules, rmail-output-file-alist)
9197 (special-display-buffer-names, vc-mode):
9198 Move risky declarations to the relevant files.
72f16325
SM
9199 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9200 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9201 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9202 * font-core.el (font-lock-defaults):
9203 * format.el (format-alist):
9204 * vc-hooks.el (vc-mode):
9205 * window.el (special-display-buffer-names):
9206 * international/mule-cmds.el (input-method-alist):
9207 Define riskiness here (dumped file) rather than in files.el.
9208 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9209 * imenu.el (imenu-generic-expression, imenu--index-alist):
9210 * outline.el (outline-level):
9211 * time.el (display-time-string):
9212 * calendar/parse-time.el (parse-time-rules):
9213 * mail/rmailout.el (rmail-output-file-alist):
9214 Autoload riskiness here, rather than placing in files.el.
9215
8476cfaf
SM
92162009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9217
9218 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9219
0b35b48e
MA
92202009-08-25 Michael Albinus <michael.albinus@gmx.de>
9221
9222 * simple.el (process-file-side-effects): New defvar.
9223
9224 * dired-aux.el (dired-show-file-type):
9225 * vc.el (vc-diff-internal):
9226 * vc-arch.el (vc-arch-diff):
9227 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9228 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9229 * vc-git.el (vc-git-registered, vc-git-working-revision)
9230 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9231 (vc-git--empty-db-p):
9232 * vc-hooks.el (vc-user-login-name):
9233 * vc-svn.el (vc-svn-registered, vc-svn-state)
9234 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9235 * progmodes/grep.el (grep-probe): Let-bind
9236 `process-file-side-effects' with nil.
9237
9238 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9239
9240 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9241 daemon. Replace ping by checking for running service for bluez
9242 and zeroconf. (Bug#4239)
9243
d54cc599
GM
92442009-08-25 Kevin Ryde <user42@zip.com.au>
9245
9246 * net/dig.el (dig): Add autoload cookie.
9247
7bfd055d
GM
92482009-08-25 Glenn Morris <rgm@gnu.org>
9249
bac9c66c
GM
9250 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9251 load-history for absolute file-names.
9252 (byte-compile-file-form-require): Warn about use of the cl package.
9253
7bfd055d
GM
9254 * format.el (format-alist): Doc fix.
9255
5ac1f9e0
GM
9256 * play/bubbles.el (top-level): Don't require cl at run-time.
9257
af62aa88
GM
9258 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9259 run-time cl).
9260
71e036af
DD
92612009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9262
9263 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9264 from cl package.
9265 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9266
42110eaf
JB
92672009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9268
9269 * calc/calc-alg.el (math-trig-rewrite)
9270 (math-hyperbolic-trig-rewrite): New functions.
9271 (calc-simplify): Simplify trig functions when asked.
9272
88421f3e
SM
92732009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9274
9275 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9276
dbd9624e
KH
92772009-08-24 Kenichi Handa <handa@m17n.org>
9278
9279 * language/ind-util.el (mapthread): Delete it.
9280 (combinatorial): New function.
9281 (indian--puthash-cv): Use combinatorial instead of mapthread.
9282
9b89e3ee
GM
92832009-08-22 Kevin Ryde <user42@zip.com.au>
9284
9285 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9286 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9287 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9288 Clarify docstring that the value is strings not symbols.
9289 (checkdoc-list-of-strings-p): New function.
9290
e6ce8c42
GM
92912009-08-22 Glenn Morris <rgm@gnu.org>
9292
2ddf2ea6 9293 * files.el (auto-mode-alist):
a3374680
GM
9294 * hippie-exp.el (he-concat-directory-file-name):
9295 * lpr.el (lpr-windows-system, printer-name):
9296 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9297 * ps-print.el (ps-windows-system):
9298 * startup.el (command-line):
9299 * emulation/viper-ex.el (viper-glob-function):
9300 * international/mule-cmds.el (set-language-environment-coding-systems):
9301 * net/ange-ftp.el (ange-ftp-write-region):
9302 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9303 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9304 unisoft-unix, vax-vms, win32, w32.
9305
977955fa
GM
9306 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9307 given name if the pattern is not more specific.
9308
b4deec2e
GM
9309 * calendar/lunar.el (lunar-phase-names): New option.
9310 (lunar-phase): Doc fix.
9311 (lunar-cycles-per-year): New constant.
9312 (lunar-index): New function.
9313 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9314 (lunar-phase-name): Use lunar-phase-names.
9315 (calendar-lunar-phases): Use format.
9316 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9317
47e83968
GM
9318 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9319 Copy imenu-example--name-and-position function here for own use.
9320 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9321
e6ce8c42
GM
9322 * bs.el (bs--redisplay):
9323 * cus-edit.el (custom-redraw):
9324 * ibuffer.el (ibuffer-bury-buffer):
9325 * server.el (server-goto-line-column):
9326 * startup.el (command-line-1):
9327 * strokes.el (strokes-xpm-for-stroke):
9328 * term.el (term-display-buffer-line):
9329 * view.el (View-goto-line):
9330 * calc/calc.el (calc-do, calc-trail-buffer):
9331 * play/gamegrid.el (gamegrid-add-score-insecure):
9332 * progmodes/ada-mode.el (ada-compile-goto-error):
9333 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9334 (ebrowse-select-1st-to-9nth):
47e83968 9335 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9336 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9337 * progmodes/gud.el (gud-display-line):
9338 (idlwave-shell-display-line):
9339 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9340 * progmodes/make-mode.el (makefile-browser-toggle):
9341 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9342 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9343 * textmodes/picture.el (picture-draw-rectangle):
9344 * textmodes/reftex-index.el (reftex-index-goto-letter):
9345 (reftex-select-jump-to-previous):
9346 * textmodes/reftex-sel.el (reftex-find-start-point)
9347 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9348 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9349 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9350 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9351 * textmodes/two-column.el (2C-associated-buffer):
9352 Use forward-line rather than goto-line.
9353
9354 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9355 goto-line.
9356
4b18bdb3
GM
9357 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9358 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9359 (quick-check-list-to-regexp): Declare.
e6ce8c42 9360
72f16325
SM
9361 * progmodes/make-mode.el (makefile-browser-insert-selection):
9362 Use goto-char rather than goto-line.
e6ce8c42
GM
9363
9364 * progmodes/prolog.el (compilation-error-regexp-alist)
9365 (compilation-forget-errors): Declare.
9366
32a2cf25
JL
93672009-08-22 Juri Linkov <juri@jurta.org>
9368
9369 * progmodes/grep.el (lgrep, rgrep): At the beginning
9370 set `dir' to `default-directory' unless `dir' is a non-nil
9371 readable directory. (Bug#4052)
9372 (lgrep, rgrep): Change a weird way to report an error
9373 from using `read-string' to using `error'.
9374 Instead of using interactive arguments in the function body,
9375 add new argument `confirm'.
9376
5443c9b7
SM
93772009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9378
cb5b40ee
SM
9379 * textmodes/remember.el (remember-buffer):
9380 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9381 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9382 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9383 * net/newst-treeview.el (newsticker-groups-filename):
9384 * net/newst-backend.el (newsticker-cache-filename):
9385 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9386 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9387 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9388 (speedbar-buffers-line-path, speedbar-path-line)
9389 (speedbar-buffers-line-path):
9390 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9391 (epg-sign-keys):
9392 * epa.el (epa-display-verify-result):
9393 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9394
d6261cc1
GM
93952009-08-21 Glenn Morris <rgm@gnu.org>
9396
3e1ea342
GM
9397 * progmodes/js.el (inferior-moz-process): Fix declaration.
9398
ce86eeb5
GM
9399 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9400
fff28970
GM
9401 * obsolete/rnewspost.el (news-mail-reply):
9402 Use goto-char rather than goto-line.
9403
d93e053b
GM
9404 * term/ns-win.el (ns-open-file-select-line):
9405 Use line-beginning-position rather than goto-line.
9406
d5d105e8
GM
9407 * apropos.el (apropos-command):
9408 * ehelp.el (electric-helpify):
9409 * printing.el (pr-show-setup):
9410 * strokes.el (strokes-help):
9411 * tutorial.el (tutorial--describe-nonstandard-key)
9412 (tutorial--detailed-help):
9413 * woman.el (woman-mini-help, woman-display-extended-fonts):
9414 * calc/calc-help.el (calc-describe-key):
9415 * emulation/edt.el (edt-electric-helpify):
9416 * international/mule-diag.el (mule-diag):
9417 * play/yow.el (apropos-zippy):
9418 * progmodes/python.el (python-describe-symbol):
9419 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9420 * textmodes/table.el (*table--cell-describe-mode)
9421 (*table--cell-describe-bindings):
9422 Use help-print-return-message rather than the now obsolete alias.
9423
a8ab722f 9424 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9425 (calendar-cursor-to-visible-date):
9426 * play/5x5.el (5x5-position-cursor):
9427 * play/decipher.el (decipher):
9428 * play/gomoku.el (gomoku-goto-xy):
9429 * play/landmark.el (lm-goto-xy):
9430 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9431 (mpuz-paint-digit):
9432 Use forward-line, not goto-line.
a8ab722f 9433
d6261cc1
GM
9434 * mail/rmail.el (rmail-obsolete): Delete custom group.
9435 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9436 (rmail-remote-password, rmail-remote-password-required):
9437 Remove unneeded :set-after and :set properties.
9438
9e846523
MA
94392009-08-21 Michael Albinus <michael.albinus@gmx.de>
9440
9441 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9442
bbe1f502
DN
94432009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9444
bcc5db24
DN
9445 * loadup.el: Remove leftover macos code.
9446
bbe1f502
DN
9447 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9448 Explicitly pass the date format to git blame so that user local
9449 so that the output format can be parsed.
9450
6fd2d19a
MA
94512009-08-20 Michael Albinus <michael.albinus@gmx.de>
9452
9453 * net/dbus.el (top): Don't check for (getenv
9454 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9455
31764e15
SM
94562009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9457
9458 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9459 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9460
28930e39
SM
94612009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9462
4fd15622 9463 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9464 Bug#3287
4fd15622 9465
b3d8e4a0
SM
9466 * help.el (help-print-return-message): Rename from
9467 print-help-return-message.
9468
c9829c70
SM
9469 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9470 cvs-mode-map parent hack.
9471 (log-view-mode): Derive from special-mode.
9472
b932657b
SM
9473 * linum.el (linum-mode): window-size-change-functions is redundant.
9474 Adapt to new window-configuration-change-hook behavior.
9475 (linum-after-size, linum-after-config): Remove.
9476
1b700bca
SM
9477 * imenu.el (imenu-example--name-and-position)
9478 (imenu-example--lisp-extract-index-name)
9479 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9480 Mark as obsolete.
9481
28930e39
SM
9482 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9483 (inferior-prolog-mode): Use it.
9484 (inferior-prolog-load-file): Reset list of errors.
9485
c9af0b68
KH
94862009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9487
9488 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9489
9490 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9491
720c7cd6
MA
94922009-08-19 Michael Albinus <michael.albinus@gmx.de>
9493
9494 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9495 is running already.
9496
03a74b84
SM
94972009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * subr.el (listify-key-sequence-1): Use normal syntax since those
9500 integers are nowadays always represented by the same (positive) number
9501 on all platforms.
9502 (read-key-empty-map): New const.
9503 (read-key-delay): New var.
9504 (read-key): New function.
9505 (force-mode-line-update): Use with-current-buffer.
9506 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9507 (start-process-shell-command, start-file-process-shell-command):
9508 Discourage the use of command-args.
9509
f43e88d4
GM
95102009-08-19 Glenn Morris <rgm@gnu.org>
9511
9512 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9513
890429cc
SM
95142009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9515
85be9ec4
SM
9516 * simple.el (choose-completion-string): Don't rely on
9517 minibuffer-completing-file-name and ad-hoc checks to decide whether
9518 to continue completion or not.
9519
890429cc
SM
9520 * minibuffer.el (minibuffer-hide-completions): New function.
9521 (completion--do-completion): Use it.
9522 (completions-annotations): New face.
9523 (completion--insert-strings): Use it.
9524 (completion-pcm--delim-wild-regex): Add docstring.
9525 (completion-pcm--string->pattern): Add support for 0-width delimiters
9526 in completion-pcm--delim-wild-regex.
9527
265d4549
SM
95282009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9529
d440b941
SM
9530 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9531 Remove unused var `buffer-modified-p'.
9532
265d4549
SM
9533 * minibuffer.el (completion--do-completion): Move point for the #b001
9534 case as well (bug#4176).
9535 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9536
ba6f7d86
MA
95372009-08-18 Michael Albinus <michael.albinus@gmx.de>
9538
9539 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9540 and :session buses.
9541
98819490
KH
95422009-08-18 Kenichi Handa <handa@m17n.org>
9543
265d4549
SM
9544 * international/ucs-normalize.el (ucs-normalize-version):
9545 Change to 1.1.
58627cf0
KH
9546 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9547 (utf-8-hfs): Make it perform normalization on encoding too.
9548
98819490
KH
9549 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9550 (sentence-end-without-space): Delete duplicated chars.
9551 (sentence-end-base): Likewise.
e739cc85
KH
9552
9553 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9554 (html-mode): Delete duplicated chars from sentence-end-base.
9555
9556 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9557 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 9558
645b9326
CY
95592009-08-17 Chong Yidong <cyd@stupidchicken.com>
9560
9561 * files.el (hack-one-local-variable): If the mode function is for
9562 a minor mode, pass it an argument (Bug#4148).
9563
56c195af
MA
95642009-08-17 Michael Albinus <michael.albinus@gmx.de>
9565
9566 * net/tramp.el (tramp-register-completion-file-name-handler):
9567 Check also for (member 'partial-completion completion-styles).
9568
7a55c78b
CY
95692009-08-16 Chong Yidong <cyd@stupidchicken.com>
9570
9571 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9572 abbrev (Bug#3943).
9573
be3e598a 95742009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9575
9576 * progmodes/cperl-mode.el: Merge upstream 6.2.
9577 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9578 (cperl-forward-re): Check cperl-brace-recursing.
9579 (cperl-highlight-charclass): New function.
9580 (cperl-find-pods-heres): Use it.
31cd2dd4 9581 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9582 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9583 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9584 (cperl-beautify-level): Don't process entire regexp.
9585 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9586 calling man.
9587 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9588 (cperl-init-faces): Build a list in the normal way.
9589
81b1f9c9
CY
95902009-08-16 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * calendar/parse-time.el (parse-time-string-chars): Save match
9593 data.
9594
c3732cb8
SM
95952009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9596
55659495
SM
9597 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9598 (sql-product): Use it.
9599 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9600 (sql-set-product): Add completion.
9601 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9602 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9603 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9604 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9605 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9606 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9607 (sql-highlight-db2-keywords): Remove.
9608 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9609 (sql-highlight-product): Use derived-mode-p.
9610 (sql-set-sqli-buffer): Use with-current-buffer.
9611 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9612 Simplify.
9613
1ae79427
SM
9614 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9615
c3732cb8
SM
9616 * term.el: Fix commenting convention, turn comments into docstrings.
9617
f24b8bf3
CY
96182009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9619
9620 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9621
7b6fefac 96222009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 9623
1200ac26 9624 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
9625 character classes, to handle non-ascii characters (Bug#3190).
9626
96272009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 9628
1abbe4e5
CY
9629 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9630 another heredoc if the user adds another < (Bug#3226).
9631
c3732cb8
SM
9632 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9633 Don't initialize based on window-system (Bug#4124).
19261da4 9634
daad00fc
CY
9635 * facemenu.el (facemenu-read-color): Use a completion function
9636 that accepts any defined color, such as RGB triplets (Bug#3677).
9637
e1bdde78
CY
9638 * files.el (get-free-disk-space): Change fallback default
9639 directory to /. Expand DIR argument before switching to fallback.
9640 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9641
9d73a99e
CY
96422009-08-15 Chong Yidong <cyd@stupidchicken.com>
9643
9644 * files.el (load-library): Doc fix.
9645
68b962d4 96462009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 9647
953e0c1a 9648 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 9649 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 9650 incremental search string.
9d73a99e 9651
c3732cb8 9652 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 9653 XEmacs.
9d73a99e 9654
c3732cb8
SM
9655 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9656 (ediff-merge-region-is-non-clash)
9657 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 9658 Also check if the job is really a merge job.
9d73a99e 9659
c3732cb8 9660 * ediff.el (ediff-current-file): New function.
9d73a99e 9661
2e330adc
CY
96622009-08-15 Chong Yidong <cyd@stupidchicken.com>
9663
9664 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9665 conventions.
c3732cb8 9666 (js-insert-and-indent): Delete function.
2e330adc
CY
9667 (js-mode-map): Don't bind keys to js-insert-and-indent.
9668 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9669 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 9670 (js-auto-indent-flag): Delete variable.
2e330adc 9671
17b5d0f7
CY
96722009-08-14 Chong Yidong <cyd@stupidchicken.com>
9673
c3732cb8
SM
9674 * progmodes/js.el: Remove proclaim statement.
9675 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 9676
ba2d8894
CY
9677 * files.el (auto-mode-alist): Use js-mode for .js files.
9678
c3732cb8 9679 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
9680
9681 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9682
9683 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9684
c3732cb8 9685 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
9686
96872009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 9688 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
9689
9690 * progmodes/js.el: New file.
9691
b6377f1d
MH
96922009-08-14 Mark A. Hershberger <mah@everybody.org>
9693
9694 * timezone.el (timezone-parse-date): Add ability to understand ISO
9695 basic format (minimal separators) dates in addition to the
9696 already-supported extended format dates.
9697
bc0eef46
EZ
96982009-08-14 Eli Zaretskii <eliz@gnu.org>
9699
4e021e65
EZ
9700 * international/ucs-normalize.el: Add a `coding' file variable.
9701
bc0eef46
EZ
9702 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9703
53dab179
SS
97042009-08-14 Sam Steingold <sds@gnu.org>
9705
6801c38a 9706 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 9707
6c58c39c
CY
97082009-08-13 Chong Yidong <cyd@stupidchicken.com>
9709
9710 * faces.el (help-argument-name): Define it here instead of
9711 help-fns.el, because in daemon mode help-fns.el may be loaded when
9712 faces are still uninitialized (Bug#1078).
9713
9714 * help-fns.el (help-argument-name): Move defface to faces.el.
9715
c7baf7e9
NR
97162009-08-13 Nick Roberts <nickrob@snap.net.nz>
9717
9718 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9719 create buffer with a pty but no process so that GDB can make the
9720 inferior the controlling process.
9721
9c40e995 97222009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9723
9724 * international/ucs-normalize.el: New file.
9725
8cdba32b
RS
97262009-08-13 Richard Stallman <rms@gnu.org>
9727
5c950923
RS
9728 * mail/rmail.el (rmail-get-attr-names):
9729 Accept an attribute header that is too short.
9730
76e1e40b
RS
9731 * mail/rmail.el (rmail-forget-messages):
9732 Ignore nil elt in rmail-message-vector. Use dotimes.
9733
1fc01b08
RS
9734 * progmodes/compile.el (compilation-goto-locus):
9735 Use next-error-move-function.
9736
8cdba32b
RS
9737 * simple.el (next-error-move-function): New variable.
9738
99910cf4
JL
97392009-08-12 Juri Linkov <juri@jurta.org>
9740
9741 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9742 always non-nil. (Bug#4052)
9743
9744 * replace.el (read-regexp): Return empty string when
9745 `default-value' is nil.
9746 (keep-lines-read-args): Don't use empty string as the
9747 default value for `read-regexp'. (Bug#2495)
9748
fc5bdf6c
JL
97492009-08-12 Juri Linkov <juri@jurta.org>
9750
9751 * international/mule-cmds.el (ucs-insert): Change arguments
9752 from `arg' to `character', `count', `inherit' to be the same
9753 as in `insert-char'. Doc fix. (Bug#4039)
9754
9755 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9756
77748848
JL
97572009-08-12 Juri Linkov <juri@jurta.org>
9758
9759 * files-x.el: New file.
9760
9761 * files.el: Move code that deals with adding/deleting
9762 file/directory-local variables to files-x.el.
9763
9764 * Makefile.in (ELCFILES): Add files-x.elc.
9765
c8a44c4e
DD
97662009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9767
27a9fd5a
DD
9768 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9769 to use `goto-line'.
9770 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9771 `goto-line'.
9772 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9773 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9774 threads list.
107ef54a 9775 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9776 (gdb-starting): Moved -data-list-register-names...
9777 (gdb-stopped): ...here so it's sent when first thread stops.
9778 (gdb-registers-handler-custom): Do nothing if register names are
9779 unknown yet.
27a9fd5a 9780
c8a44c4e
DD
9781 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9782 from `gdb-mi.el' to avoid extra tangling.
9783
9784 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9785 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9786 (gdb-update-gud-running): No extra fuss for updating frame number.
9787
dfd4e693
SM
97882009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9789
51c4341f
SM
9790 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9791 (describe-language-environment-map, setup-language-environment-map)
9792 (set-coding-system-map): Move initialization into declaration.
9793 (set-language-info-alist): Last arg to define-key-after can be skipped.
9794
9795 * international/quail.el (quail-completion-1): Simplify.
9796 (quail-define-rules): Use slightly more compact code.
9797 (quail-insert-decode-map): Propertize keys, compact columns.
9798
dfd4e693
SM
9799 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9800 Add goto-line.
9801
83326559
MB
98022009-08-10 Miles Bader <miles@gnu.org>
9803
9804 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9805 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9806 (js2-instance-member, js2-private-member, js2-private-function-call)
9807 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9808 (js2-magic-paren, js2-external-variable):
9809 Remove "-face" suffix from face names.
9810 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9811 (js2-highlight-undeclared-vars, js2-peek-token)
9812 (js2-parse-function-params, js2-mode-show-errors)
9813 (js2-mode-show-warnings, js2-make-magic-delimiter)
9814 (js2-mode-highlight-magic-parens): Update to use new face names.
9815
8e754ea2
MA
98162009-08-09 Michael Albinus <michael.albinus@gmx.de>
9817
9818 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9819 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9820
1c292fc7
CY
98212009-08-09 Chong Yidong <cyd@stupidchicken.com>
9822
18d433a7
CY
9823 * subr.el: Provide hashtable-print-readable.
9824
1c292fc7
CY
9825 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9826 hs-c-like-adjust-block-beginning.
9827 (hs-hide-block-at-point): Stop hiding at the beginning of
9828 hs-block-end-regexp (Bug#700).
9829
2db0ae07
DD
98302009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9831
9832 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9833 a macro.
9834 (gdb-registers-handler-custom): Do not fail when register names
9835 are unavailable.
9836
fe4740a6
DD
98372009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9838
9839 * progmodes/gdb-mi.el (gdb-control-all-threads)
9840 (gdb-control-current-thread): Interactive setters for
9841 `gdb-gud-control-all-threads' to use in menu.
9842 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9843 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9844 gud/thread.xpm and gud/all.xpm.
9845
ce299d55
CY
98462009-08-08 Yoni Rabkin <yoni@rabkins.net>
9847
9848 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9849 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9850 (net-utils-mode): New mode for viewing diagnostic network output.
9851 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9852 (net-utils-run-simple): New function.
9853 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9854
7c4654ad
DD
98552009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9856
9857 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9858 (gdb-memory-set-address, def-gdb-set-positive-number)
9859 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9860 after changing settings.
9861 (gdb-invalidate-disassembly): Update when first shown.
9862 (gdb-edit-locals-value): Fixed.
9863 (gdb-registers-handler-custom): Print registers in right order and
9864 allow changing register values (only for current thread yet).
9cbac26b
DD
9865 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9866 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9867 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9868 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9869 info in mode name.
9870 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 9871
0f25a277
EZ
98722009-08-08 Eli Zaretskii <eliz@gnu.org>
9873
9874 * mail/rmail.el (rmail-add-mbox-headers)
9875 (rmail-set-message-counters-counter): Search for
9876 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9877
b971be60
GM
98782009-08-08 Glenn Morris <rgm@gnu.org>
9879
9880 * Makefile.in (ELCFILES): Update.
9881
a35d3ad8
EZ
98822009-08-07 Eli Zaretskii <eliz@gnu.org>
9883
60c2df40
EZ
9884 * mail/sendmail.el (mail-yank-original): Set
9885 buffer-file-coding-system from the one used by the message whose
9886 text is yanked.
9887
8b0bcc2e
EZ
9888 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9889 to "windows" when "pgnuplot" is used.
9890 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9891 call accept-process-output if "pgnuplot" is used.
9892 (calc-graph-init): Don't send -display and -geometry to
9893 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9894 running "pgnuplot -V" with shell-command-to-string.
9895
9896 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9897 the default.
9898
98992009-08-07 Eli Zaretskii <eliz@gnu.org>
9900
9901 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
9902 org/org-latex.elc.
9903
3bca7ca5
DN
99042009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9905
3c53763c
DN
9906 * vc-dispatcher.el (vc-resynch-window): Update comment.
9907
3bca7ca5
DN
9908 * term.el (term-handle-ansi-escape): Add comments with the
9909 terminfo capabilities implemented.
9910
7b217360
DD
99112009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9912
9913 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9914 (gdb-var-create-handler): Rewritten using JSON parser.
9915 (gdb-propertize-header): Moved earlier.
9916 (gdb-set-header): Removed to avoid duplication.
9917 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9918 Refresh disassembly buffers only after threads list have been
9919 update.
9920 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9921 variables.
9922
b4d84ecf
JL
99232009-08-04 Juri Linkov <juri@jurta.org>
9924
9925 * files.el: Commands to add/delete file/directory-local variables.
9926 (read-file-local-variable, read-file-local-variable-value)
9927 (read-file-local-variable-mode, modify-file-local-variable)
9928 (modify-file-local-variable-prop-line)
9929 (modify-dir-local-variable): New functions.
9930 (add-file-local-variable, delete-file-local-variable)
9931 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9932 (add-dir-local-variable, delete-dir-local-variable)
9933 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9934 (copy-dir-locals-to-file-locals-prop-line): New commands.
9935
42da39c1
CY
99362009-08-04 Chong Yidong <cyd@stupidchicken.com>
9937
9938 * abbrev.el (insert-abbrev-table-description): Prettify output.
9939 Suggested by Karl Chen.
9940
98bf8494
DD
99412009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9942
78b9fb28 9943 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 9944 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
9945 (gdb-overlay-arrow-position, gdb-thread-position)
9946 (gdb-disassembly-position): Declare variables.
9947 (gdb-wait-for-pending): Function now.
9948 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9949 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9950 compilation goes smoothly.
9951 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9952 (gdb-non-stop-setting): New customization setting which replaces
9953 `gdb-non-stop' so changing it doesn't break active GDB session.
9954 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9955 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9956 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9957 (gdb-show-threads-by-default): New customization options.
9958 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9959 routines.
9960 (gdb-get-buffer-create): Send buffers update signal when they are
9961 created.
9962 (gdb-invalidate-locals, gdb-invalidate-registers)
9963 (gdb-invalidate-breakpoints)
9964 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9965 (gdb-invalidate-memory): Accept update signal.
9966 (gdb-current-context-command): Use --frame option.
9967 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9968 Implement `gdb-frame-number' selection logic.
9969 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9970 whether to show GUD toolbar buttons.
9971 (gdb-thread-exited): Unselect current thread when it exits.
9972 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9973 (gdb-mark-line): Routine which sets overlay arrow or inverses
9974 video on fringeless displays.
9975 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9976 to build aligned columns of data in GDB buffers and set text
9977 properties line-by-line.
9978 (gdb-invalidate-breakpoints)
9979 (gdb-breakpoints-list-handler-custom)
9980 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9981 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9982 (gdb-registers-handler-custom): Align data columns.
9983 (gdb-locals-handler-custom): Now prints data like in variable
9984 declarations.
9985 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9986 Removed confusing buttons.
9987 (gdb-invalidate-threads): Append --frame.
9988 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9989 between breakpoints/threads buffers.
9990 (gdb-set-window-buffer): Now can ignore dedicated windows.
9991 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9992 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9993 (def-gdb-thread-buffer-gud-command): Replaces
9994 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9995 for fine thread control.
9996 (gdb-preempt-existing-or-display-buffer): New function used to
9997 display bound buffers without breaking window layout.
9998 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9999 (gdb-select-frame): New version of `gdb-frames-select' which now
10000 sets `gdb-frame-number' so commands may use --frame option instead
10001 of inner debugger state.
10002 (gdb-frame-handler): Do not set `gdb-frame-number'.
10003 (gdb-threads-mode-map): Select threads with mouse.
10004
10005 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10006 avoid compilation warning.
10007 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10008 `gdb-show-stop-p`.
10009
566f3909
DD
10010 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10011 Argument `key' renamed to `buffer-type'.
10012 (gdb-current-context-buffer-name): Do not add thread info to
10013 buffer name when no thread is selected.
10014 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10015 command (bug 3794).
10016 (gdb-thread-selected): Handle `=thread-selected' notification.
10017 (gdb-wait-for-pending): New macro to deal with congestion problems.
10018 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10019 breakpoints.
7b6fefac
JB
10020 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10021 This fixes problem similar to one described in bug 3947.
566f3909
DD
10022 (gud-menu-map): More menu items.
10023 (gdb-init-1): Reset `gdb-thread-number' to nil.
10024
4a31122c
DD
10025 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10026 non-stop settings.
10027
10028 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10029 (gdb-current-context-command): Do not append --thread if
10030 `gdb-thread-number' is nil.
10031 (gdb-running-threads-count, gdb-stopped-threads-count): New
10032 variables.
10033 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10034 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10035 customization options.
10036 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10037 GUD commands.
7b6fefac 10038 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10039 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10040 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10041 set `gdb-thread-number' and update `gud-running' properly.
10042 (gdb-running): Update threads list when new threads appear.
10043 (gdb-stopped): Support non-stop operation and new thread switching
10044 logic.
10045 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10046 (gdb-json-partial-output): New set of JSON routines.
10047 (def-gdb-auto-update-trigger): New `signal-list' optional
10048 argument.
10049 (gdb-thread-list-handler-custom): Update `gud-running',
10050 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10051 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10052 (gdb-continue-thread, gdb-step-thread): New commands for fine
10053 thread execution control.
10054 (gud-menu-map): New menu items to switch non-stop options.
10055 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10056 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10057
10058 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10059 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10060 gdb-buffer-rules.
10061 (def-gdb-auto-update-handler): New nopreserve optional argument.
10062 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10063
10064 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10065 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10066 (gdb-parent-mode): New mode to derive other GDB modes from.
10067 (gdb-display-disassembly-for-thread)
10068 (gdb-frame-disassembly-for-thread): New commands for threads
10069 buffer.
10070
10071 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10072 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10073 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10074 (gdb-update): We now store all GDB buffers in a list so that they
10075 can be updated by traversing a list instead of calling invalidate
7b6fefac 10076 triggers explicitly.
a5c9f540
DD
10077 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10078 pair for GDB buffer.
10079 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10080 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10081 handle pending triggers.
10082 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10083 (def-gdb-thread-buffer-simple-command)
10084 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10085 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10086 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10087 New commands which show buffers bound to thread.
e7086683 10088 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 10089
7b6fefac
JB
10090 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10091 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10092 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10093 to (gud-comint-buffer) in *-buffer-name functions
10094 because (gdb-get-target-string) already does that.
10095 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10096 (gdb-changed-registers-handler): Rewritten without regexps.
10097
ba214964 10098 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10099 (gdb-thread-number): New variable.
10100 (gdb-current-context-command): New macro which adds --thread
10101 option to command.
7b6fefac 10102 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10103 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10104 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10105 (gdb-select-thread): New command which selects current thread.
10106 (gdb-invalidate-frames, gdb-invalidate-locals)
10107 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10108
2ac33804
MA
101092009-08-04 Michael Albinus <michael.albinus@gmx.de>
10110
10111 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10112 robust. (Bug#3977)
2ac33804
MA
10113 (tramp-handle-insert-file-contents): `unwind-protect' must be
10114 inside `with-parsed-tramp-file-name'.
10115
10116 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10117 fails.
10118
39d0296f
NR
101192009-08-03 Nick Roberts <nickrob@snap.net.nz>
10120
10121 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10122 directory if CLASSPATH is not set.
10123
adcbca53
MA
101242009-08-03 Michael Albinus <michael.albinus@gmx.de>
10125
7b6fefac
JB
10126 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10127 New defconst.
7ef849b6 10128 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10129
30924b0b
CY
101302009-08-02 Kevin Ryde <user42@zip.com.au>
10131
7b6fefac
JB
10132 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10133 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10134
b6ce92f1
CY
101352009-08-02 Chong Yidong <cyd@stupidchicken.com>
10136
d977a092
CY
10137 * select.el (x-set-selection): Doc fix (Bug#4021).
10138
10139 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10140
b6ce92f1
CY
10141 * help-fns.el (describe-variable): Treat list return values from
10142 dir-locals-find-file properly (Bug#4005).
10143
7b6fefac 101442009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10145
10146 * net/tramp.el (tramp-debug-message): Print also microseconds.
10147
101482009-08-02 Michael Albinus <michael.albinus@gmx.de>
10149
10150 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10151 or END is non-nil.
10152 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10153 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10154 format.
10155
5ce6e4f4 10156 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10157 (tramp-get-file-property): Use it.
10158
10159 * autorevert.el (auto-revert-handler): Allow
10160 `auto-revert-tail-mode' for remote files.
10161
2aafe808
JR
101622009-08-02 Jason Rumney <jasonr@gnu.org>
10163
10164 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10165 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10166
e094097c
CY
101672009-08-02 Chong Yidong <cyd@stupidchicken.com>
10168
10169 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10170 (font-lock-variable-name-face, font-lock-constant-face): Darken
10171 the colors for light backgrounds.
10172
de94f281
EZ
101732009-08-01 Eli Zaretskii <eliz@gnu.org>
10174
10175 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10176 month names. (Bug#3987)
10177
54b99340
CY
101782009-07-31 Chong Yidong <cyd@stupidchicken.com>
10179
10180 * simple.el (line-move-finish): Pass whole number to
10181 line-move-to-column.
34be836c 10182 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10183
38216c30
JB
101842009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10185
10186 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10187
c779896d
CY
101882009-07-29 Alan Mackenzie <acm@muc.de>
10189
10190 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10191
592ccae0
DD
101922009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10193
35edc6c6
DD
10194 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10195 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10196
5a9e3ab7
JB
101972009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10198
10199 * calc/calc.el (calc-mode-map): Add keybinding for
10200 `calc-transpose-lines'.
10201
7b6fefac 102022009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10203
10204 * calc/calc-misc.el (calc-transpose-lines): New function.
10205
905fb90e
MA
102062009-07-28 Michael Albinus <michael.albinus@gmx.de>
10207
10208 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10209 Simplify check for out-of-band methods.
10210 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10211 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10212
76e14464
DN
102132009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10214
10215 * vc-git.el (vc-git-checkin): Fix typo.
10216
6088b51f 102172009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10218
10219 * progmodes/js2-mode.el: New file.
10220
b85157fe
NR
102212009-07-28 Nick Roberts <nickrob@snap.net.nz>
10222
10223 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10224 (gud-menu-map): Adjust tooltip accordingly.
10225
d43c2b06
DN
102262009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10227
1c0f0c3b
DN
10228 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10229 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10230
d43c2b06
DN
10231 * add-log.el (change-log-mode-map): Add a menu.
10232
3dec5c36
MA
102332009-07-27 Michael Albinus <michael.albinus@gmx.de>
10234
10235 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10236 function returns nil.
10237 (dbus-handle-event): Handle special return value :ignore.
10238 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10239
5704140c
CY
102402009-07-26 Chong Yidong <cyd@stupidchicken.com>
10241
10242 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10243 it's not needed.
10244
3077d1f6
EZ
102452009-07-25 Eli Zaretskii <eliz@gnu.org>
10246
10247 Fix Bug#3888:
10248
10249 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10250
10251 * term/pc-win.el (x-display-name, x-colors)
10252 (x-select-enable-clipboard, x-select-text): Doc fix.
10253
10254 * term/common-win.el (x-display-name, x-colors): Doc fix.
10255
10256 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10257 (xw-defined-colors): Doc fix.
10258
10259 * w32-fns.el (x-select-text, x-setup-function-keys)
10260 (x-get-selection, x-set-selection): Doc fix.
10261
10262 * term/x-win.el (x-select-text, x-setup-function-keys)
10263 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10264
10265 * select.el (x-set-selection): Doc fix.
10266
51768bc8
MA
102672009-07-25 Michael Albinus <michael.albinus@gmx.de>
10268
10269 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10270 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10271 "IsNSSSupportAvailable" method is not available. Reported by
10272 Steve Youngs <steve@sxemacs.org>.
10273
b11c2874
KH
102742009-07-24 Kenichi Handa <handa@m17n.org>
10275
10276 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10277 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10278 (build-unicode-category-table): Fix range checks.
10279
ba83b7b6
DN
102802009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10281
10282 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10283 the buffer we try to sync is current when calling
10284 vc-resynch-buffer.
10285
10286 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10287 not show up to date files.
10288
7a8ae964
GM
102892009-07-24 Glenn Morris <rgm@gnu.org>
10290
10291 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10292 Add autoload cookies. If necessary, initialize.
10293 (elint-log): Handle non-file buffers.
10294 (elint-initialize): Add optional argument to reinitialize.
10295 (elint-find-builtin-variables): Save excursion.
10296
a707eb05
DN
102972009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10298
10299 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10300 for Lint.
10301
0a2ddfa6
DN
103022009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10303
d6a62b0d
DN
10304 * vc.el (vc-print-log-internal): New function, split out from ...
10305 (vc-print-log): ... here.
10b5dcad 10306 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10307
0a2ddfa6
DN
10308 * vc-git.el (vc-git-add-signoff): New variable.
10309 (vc-git-checkin): Use it.
10310 (vc-git-toggle-signoff): New function.
10311 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10312 (vc-git--run-command-string): Accept a nil FILE argument.
10313 (vc-git-stash-list): New function.
10314 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10315
589a99f2
GM
103162009-07-23 Glenn Morris <rgm@gnu.org>
10317
10318 * help-fns.el (describe-variable): Describe ignored and risky local
10319 variables in a similar way to that in which we describe safe ones.
10320
10321 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10322 (byte-compile-output-file-form, byte-compile-output-docform)
10323 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10324 Give some more local variables with common names a "bytecomp-" prefix,
10325 so as not to shadow things during compilation.
10326 * emacs-lisp/cl-macs.el (load-time-value)
10327 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10328 `outbuffer' to `bytecomp-outbuffer'.
10329
10330 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10331 since the next two variables cover them automatically now.
10332 (elint-builtin-variables, elint-autoloaded-variables): New.
10333 (elint-unknown-builtin-args): Remove all members, since they can be
10334 parsed automatically now.
10335 (elint-extra-errors): New.
10336 (elint-env-add-env, elint-env-add-macro): Use cadr.
10337 (elint-current-buffer): Use or. Change final message.
10338 (elint-get-top-forms): Use line-end-position.
10339 (elint-init-env): Use cadr. Handle autoload, declare-function,
10340 and defalias.
10341 (elint-add-required-env): Doc fix. Use or. Standardize error.
10342 (regexp-assoc): Remove unused function.
10343 (elint-top-form): Set elint-current-pos, to record the start of the
10344 top-level form, for compilation-mode.
10345 (elint-form): Trap errors in macro expansion. Use dolist.
10346 (elint-unbound-variable): Use elint-builtin-variables and
10347 elint-autoloaded-variables.
10348 (elint-get-args): Use cadr, or.
10349 (elint-check-cond-form): Use dolist, cadr.
10350 (elint-check-condition-case-form): Doc fix. Use cadr.
10351 Use elint-extra-errors.
10352 (elint-log): New function.
10353 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10354 Distinguish errors and warnings.
10355 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10356 Use a bytecomp-style format.
10357 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10358 (elint-get-log-buffer): Use compilation mode. Disable undo.
10359 Don't truncate lines.
10360 (elint-initialize): Set builtin and autoloaded variable lists.
10361 Only process elint-unknown-builtin-args if non-nil.
10362 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10363 New functions.
10364 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10365
855b42a2
GM
103662009-07-22 Kevin Ryde <user42@zip.com.au>
10367
10368 * net/newst-backend.el (newsticker--parse-atom-1.0)
10369 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10370 (newsticker--parse-rss-1.0):
10371 * progmodes/idlwave.el (idlwave-mode):
10372 * progmodes/idlw-shell.el (idlwave-shell-mode):
10373 * progmodes/vera-mode.el (vera-mode):
10374 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10375 * progmodes/vhdl-mode.el (vhdl-mode):
10376 * textmodes/table.el (table-generate-source)
10377 (table--warn-incompatibility):
10378 Hyperlink urls in docstrings with URL `...'.
10379
fd413a37
GM
103802009-07-22 Glenn Morris <rgm@gnu.org>
10381
cb711556
GM
10382 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10383 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10384 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10385 Remove leading * from defcustom docs.
10386
fd413a37
GM
10387 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10388
10389 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10390 defcustom doc.
10391 (list-load-path-shadows): Optionally, just return shadows as a string.
10392
10393 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10394
a4f69701
CY
103952009-07-21 Chong Yidong <cyd@stupidchicken.com>
10396
10397 * mail/rmailedit.el (rmail-edit-mode): Use
10398 auto-save-include-big-deletions.
10399
10400 * mail/rmail.el (rmail-variables): Use
10401 auto-save-include-big-deletions.
10402
10403 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10404 changes.
10405
ec06459c
JB
104062009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10407
10408 * calc/calc.el (calc-undo-length): New variable.
10409 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10410
b41b0976
RS
104112009-07-21 Richard Stallman <rms@gnu.org>
10412
10413 * files.el (auto-save-mode): Handle buffer-save-size = -2
10414 for toggling mode.
10415
4ed32706
GM
104162009-07-21 Glenn Morris <rgm@gnu.org>
10417
531b1264
GM
10418 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10419
55d27f41
GM
10420 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10421
02df3f4d
GM
10422 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10423 silence compiler. Instead...
10424 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10425 (ps-print-ensure-fontified): Update for above function name changes.
10426
fdd8417e
GM
10427 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10428 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10429 silence compiler. Instead...
10430 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10431 (mh-show-buffer): Only define for compiler.
10432 (pr-mh-current-message): Update for above function name changes.
10433
4ed32706
GM
10434 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10435 as an argument.
10436 (find-file-noselect, insert-file-1): Update for above change.
10437
10438 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10439
10440 * mail/mailclient.el (mailclient-send-it): Fix message.
10441
10442 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10443 (edebug-eval): Check cl-debug-env is bound.
10444 (print-level, print-circle): Don't redefine built-in variables.
10445
10446 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10447 (custom-print-vectors): Remove old comments from doc.
10448
10449 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10450 (emerge-version): Make the variable an obsolete alias for the
10451 emacs-version variable. Make the function obsolete.
10452 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10453 Emerge options, rather than merging in into the main Options menu.
10454 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10455 and auto advance modes. Disable edit/fast items when not relevant.
10456
86812144
CY
104572009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10458
10459 * term/vt420.el (terminal-init-vt420): Fix typo.
10460
6bb90094
SS
104612009-07-20 Sam Steingold <sds@gnu.org>
10462
10463 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10464 variable (removed from compile.el on 2004-03-11).
10465
42e0a725
CY
104662009-07-20 Chong Yidong <cyd@stupidchicken.com>
10467
10468 * files.el (hack-local-variables-filter): Fix last change.
10469
2ee20f24
JL
104702009-07-19 Juri Linkov <juri@jurta.org>
10471
10472 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10473 (dir-local-variables-alist): New buffer-local variable.
10474 (hack-local-variables-filter): If variable is not dir-local,
10475 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10476 because file-local overrides dir-local.
3570691b 10477 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10478 Remove obsolete declaration.
10479 (hack-dir-local-variables): Add dir-local variable/value pair to
10480 `dir-local-variables-alist' and remove duplicates. Doc fix.
10481
10482 * help-fns.el (describe-variable): Add information about
10483 file-local and dir-local variables.
10484
89bf83cd
CY
104852009-07-19 Chong Yidong <cyd@stupidchicken.com>
10486
10487 * files.el (hack-local-variables-filter): Rewrite.
10488
1a8d3541
GM
104892009-07-19 Glenn Morris <rgm@gnu.org>
10490
d9e8a018
GM
10491 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10492 Silence compiler by only defining on XEmacs.
10493
da332cfb
GM
10494 * international/mule.el (auto-coding-regexp-alist): Only match
10495 BABYL... at the start of buffer, not of lines. (Bug#3790)
10496
1a8d3541
GM
10497 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10498 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10499 (cal-menu-context-mouse-menu): Doc fix.
10500
10501 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10502
10503 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10504
d842b103
JL
105052009-07-18 Juri Linkov <juri@jurta.org>
10506
10507 * info.el: Virtual Info keyword finder.
3570691b 10508 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10509 (Info-finder-file): New variable.
10510 (Info-finder-find-file): New function.
10511 (finder-known-keywords, finder-package-info)
10512 (find-library-name, lm-commentary): Use defvar and
10513 declare-function to silence compiler warnings.
10514 (Info-finder-find-node): New function.
10515 (info-finder): New command.
10516
10517 * subr.el (process-kill-buffer-query-function): New function.
10518 (add-hook)<kill-buffer-query-functions>: Add hook
10519 `process-kill-buffer-query-function'.
10520
10d37df7
AM
105212009-07-18 Alan Mackenzie <acm@muc.de>
10522
7b6fefac 10523 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10524 (c-postprocess-file-styles): Give invocation of `c-set-style'
10525 DONT-OVERRIDE parameter of t. Already set style variables will
10526 thus not be overridden by style settings given by `c-file-syle'.
10527
10528 * files.el (hack-local-variables-filter): Remove entries with
10529 duplicate keys from `file-local-variables-alist'.
10530
102e1a41
EZ
105312009-07-18 Eli Zaretskii <eliz@gnu.org>
10532
10533 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10534 x-set-selection if display-selections-p returns nil for the
10535 current frame.
10536
16f2e9fc
CY
105372009-07-18 Chong Yidong <cyd@stupidchicken.com>
10538
10539 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10540
f22693fc
EZ
105412009-07-18 Eli Zaretskii <eliz@gnu.org>
10542
a6c2c80c
EZ
10543 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10544 Accept nil in addition to a regexp.
10545 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10546 Accept nil in addition to a regexp.
10547 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10548 buffers that have an associated file. Handle nil values of
10549 desktop-buffers-not-to-save and desktop-files-not-to-save.
10550 (Bug#3833)
10551
f22693fc
EZ
10552 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10553 (x-disown-selection-internal): New functions.
10554
e456379a
NR
105552009-07-18 Nick Roberts <nickrob@snap.net.nz>
10556
10557 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10558 warning.
10559 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10560 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10561
0013b70f
CY
105622009-07-18 David De La Harpe Golden <david@harpegolden.net>
10563
10564 * simple.el (set-mark): Revert last change.
10565
0855c2ca
CY
105662009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10567
10568 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10569 rendering of pngs is not possible instead of messaging a long
10570 description.
10571
3f5c9cad
CY
105722009-07-17 David De La Harpe Golden <david@harpegolden.net>
10573
10574 * w32-fns.el (x-selection-owner-p): New function.
10575
10576 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10577 (mouse-yank-at-click, mouse-yank-primary): If
10578 select-active-regions is non-nil, deactivate the mark before
10579 insertion.
3f5c9cad
CY
10580
10581 * simple.el (deactivate-mark, set-mark): Only save selection if we
10582 own it.
10583
1fc87f9b
KH
105842009-07-17 Kenichi Handa <handa@m17n.org>
10585
10586 * case-table.el (describe-buffer-case-table): Fix for the case
10587 that KEY is a cons.
10588
d56fdcd2
DN
105892009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10590
10591 * vc-rcs.el (vc-rcs-find-file-hook):
10592 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10593
bede3e9f
MA
105942009-07-16 Michael Albinus <michael.albinus@gmx.de>
10595
10596 * net/tramp.el (tramp-wait-for-output): Handle the case when
10597 commands do not return a newline but a null byte before the shell
10598 prompt. (Bug#3858)
10599
7653ca1d
YM
106002009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10601
10602 * term/ns-win.el (ns-set-alpha): Don't declare.
10603 (ns-set-background-alpha): Remove function.
10604
ed2a52e9
SM
106052009-07-16 Kevin Ryde <user42@zip.com.au>
10606
10607 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10608 y-or-n-p, for safety.
10609
7a907299
RS
106102009-07-16 Richard Stallman <rms@gnu.org>
10611
10612 * files.el (auto-save-mode): If buffer-saved-size is -2,
10613 don't clobber it.
10614
10615 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10616 (rmail-retry-ignored-headers): Add more uninteresting fields.
10617
c0db3477
CY
106182009-07-15 Jari Aalto <jari.aalto@cante.net>
10619
10620 * net/rcirc.el (rcirc): Use history variables.
10621 (rcirc-server-name-history, rcirc-nick-name-history)
10622 (rcirc-server-port-history): New variables.
10623
6c875452
KH
106242009-07-15 Kenichi Handa <handa@m17n.org>
10625
bf974dc9
KH
10626 * international/mule-cmds.el (set-language-environment-charset):
10627 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10628 ignore them.
10629
6c875452
KH
10630 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10631 Delete unibyte-display.
10632
2066b4fe
CY
106332009-07-15 Chong Yidong <cyd@stupidchicken.com>
10634
10635 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10636
f9be2e35
CY
106372009-07-15 Chong Yidong <cyd@stupidchicken.com>
10638
10639 * simple.el (deactivate-mark): Optional argument FORCE.
10640 (set-mark): Use deactivate-mark.
10641
10642 * info.el (Info-search): No need to check transient-mark-mode
10643 before calling deactivate-mark.
10644
10645 * select.el (x-set-selection): Doc fix.
10646 (x-valid-simple-selection-p): Allow buffer values.
10647 (xselect--selection-bounds): Handle buffer values. Suggested by
10648 David De La Harpe Golden.
10649
10650 * mouse.el (mouse-set-region, mouse-drag-track): Call
10651 copy-region-as-kill before setting the mark, to let
10652 select-active-regions work.
10653
be3e598a 106542009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
10655
10656 * simple.el (deactivate-mark): If select-active-regions is
10657 non-nil, copy the selection data into a string.
10658 (activate-mark): If select-active-regions is non-nil, set the
10659 selection to the current buffer.
10660 (set-mark): Update selection if select-active-regions is non-nil.
10661
10662 * select.el (x-valid-simple-selection-p): Allow buffer values.
10663
cbd61418
SM
106642009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10667 and more featureful message-mode.
10668
f470187f
CY
106692009-07-14 Chong Yidong <cyd@stupidchicken.com>
10670
10671 * select.el (x-set-selection): Doc fix.
10672 (x-valid-simple-selection-p): Disallow selection data consisting
10673 of a list or cons of integers, since that is not used.
10674 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10675 (xselect-convert-to-string, xselect-convert-to-length)
10676 (xselect-convert-to-filename, xselect-convert-to-charpos)
10677 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10678
bfc99364
DD
106792009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10680
10681 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10682 output in -break-info command (Emacs bug #3794).
10683
e32721f5
GM
106842009-07-14 Glenn Morris <rgm@gnu.org>
10685
1e46f9e4
GM
10686 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10687 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10688 (edebug-print-length, edebug-print-level, edebug-print-circle)
10689 (edebug-sit-for-seconds, edebug-view-outside)
10690 (edebug-bounce-point, edebug-set-global-break-condition)
10691 (edebug-Go-nonstop-mode, edebug-trace-mode)
10692 (edebug-Trace-fast-mode, edebug-continue-mode)
10693 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10694 (edebug-visit-eval-list): Doc fixes.
10695
e32721f5
GM
10696 * subr.el (def-edebug-spec): Doc fix.
10697
66a85e76
KH
106982009-07-14 Kenichi Handa <handa@m17n.org>
10699
10700 * international/characters.el: Fix setting of category ?C.
10701
28571246
JD
107022009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10703
7b6fefac 10704 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
10705 ns-popup-font-panel instead of generate-fontset-menu.
10706
5d74672c
EZ
107072009-07-12 Eli Zaretskii <eliz@gnu.org>
10708
7b6fefac 10709 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 10710
eb1727a4
CY
107112009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10712
10713 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10714 the PK\003\004 header (Bug#3770).
10715
208384c5
CY
107162009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10717
10718 * pcomplete.el (pcomplete-comint-setup): Check for
10719 shell-dynamic-complete-filename too.
10720
774409a1
CY
107212009-07-11 Chong Yidong <cyd@stupidchicken.com>
10722
10723 * simple.el (temporary-goal-column): Change the value for
10724 line-move-visual to a cons cell.
10725 (line-move-visual): Record or set the window hscroll, if
10726 necessary (Bug#3494).
10727 (line-move-1): Handle cons value of temporary-goal-column.
10728
1639ee1d
KH
107292009-07-11 Kenichi Handa <handa@m17n.org>
10730
10731 * international/mule-diag.el (describe-character-set): Don't show
10732 width.
10733
2b1d2412
SS
107342009-07-10 Sam Steingold <sds@gnu.org>
10735
10736 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10737 Omake sometimes indents the errors it prints, so allow all
10738 regexps to start with spaces.
10739
ed3a5691
EZ
107402009-07-10 Eli Zaretskii <eliz@gnu.org>
10741
ed2a52e9
SM
10742 * cus-edit.el (customize-changed-options-previous-release):
10743 Bump value to 22.1. (Bug#3804)
ed3a5691 10744
49405d0e
SS
107452009-07-08 Sam Steingold <sds@gnu.org>
10746
10747 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10748 to be a cons cell (test . ignored-directory) to selectively ignore
10749 some directories depending on the location of the search.
10750
93c3eb7c
MA
107512009-07-08 Michael Albinus <michael.albinus@gmx.de>
10752
10753 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10754 remote user is root, on the local host.
10755 (tramp-local-host-p): Either the local user or the remote user
10756 must be root. (Bug#3771)
10757
6f2a8484
NR
107582009-07-08 Nick Roberts <nickrob@snap.net.nz>
10759
10760 * progmodes/gdb-mi.el (gdb): Remove description of
10761 gdb-use-separate-io-buffer.
69cb8d82 10762 (menu): Don't allow toggling of or enable
6f2a8484
NR
10763 gdb-use-separate-io-buffer from menubar.
10764
88d03607
CY
107652009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10766
10767 * mail/unrmail.el (unrmail): Make sure the message ends with two
10768 newlines (Bug#3769).
10769
7ef5b8b2
GM
107702009-07-08 Glenn Morris <rgm@gnu.org>
10771
10772 * calendar/calendar.el (calendar-current-date): Rework previous change.
10773
3ce82f97
GM
107742009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10775
10776 * calendar/calendar.el (calendar-current-date):
10777 Add an optional argument giving an offset from today.
10778
f35fc841
GM
107792009-07-08 Glenn Morris <rgm@gnu.org>
10780
10781 * tutorial.el (tutorial--describe-nonstandard-key):
10782 Adjust the message for when a key has been unbound.
10783 (help-with-tutorial): Hide the arch-tag.
10784
40149292
KH
107852009-07-08 Kenichi Handa <handa@m17n.org>
10786
69cb8d82
KH
10787 * international/fontset.el (setup-default-fontset): For each
10788 script, append (not set) font-specs.
10789
40149292
KH
10790 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10791 docstring.
10792
ff0c4194
NR
107932009-07-08 Nick Roberts <nickrob@snap.net.nz>
10794
10795 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10796 -data-list-register-names to ...
10797 (gdb-starting): ... here because GDB 7.0 requires execution to
10798 have started when using this MI command.
10799 (gdb-set-header): New function to distinguish select and
10800 unselected tabs in gdb buffers.
10801 (gdb-propertize-header): New macro that uses gdb-set-header.
10802 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10803 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10804
8954c675
CY
108052009-07-07 Chong Yidong <cyd@stupidchicken.com>
10806
10807 * Makefile.in (ELCFILES): Remove fadr.elc.
10808
0996385d
DD
108092009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10810
dc6b4519
DD
10811 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10812 may contain frame information, so `string-match' should be used.
10813 (gdb-update): Disassembly is invalidated through
10814 `gdb-get-selected-frame'.
10815 (gdb-pad-string): New function to pad string with spaces.
10816 (gdb-invalidate-disassembly): Invalidate only if the buffer
10817 exists.
10818 (gdb-disassembly-handler-custom): Column alignment.
10819 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10820 placing new ones.
10821 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10822 end of line, too.
10823 (gdb-frame-handler): Match convention to for disassembly buffer
10824 mode name.
17c1380b 10825 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10826 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10827 not highlight breakpoints without line information.
69a197a2 10828 (gdb-input): Add trailing newline to command.
dc6b4519 10829
14340b25
DD
10830 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10831 buffer properly.
10832 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10833 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10834 now.
10835 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10836 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10837 to place breakpoints.
14340b25
DD
10838 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10839 functions.
10840 (gdb-disassembly-handler-custom): Show overlay arrow.
10841 (gdb-disassembly-place-breakpoints): Show breakpoints in
10842 disassembly buffer.
10843 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10844 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10845 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10846 in `gud-menu-map'.
14340b25 10847
38d4f316 10848 * fadr.el: Remove.
1f2a6224 10849
7b6fefac 10850 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10851 (gdb-memory-address): New variable which holds top address of
7b6fefac 10852 memory page shown in memory buffer.
0996385d
DD
10853 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10854 customization variables.
10855 New functions:
10856 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10857 display the memory buffer.
10858 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10859 buffer display parameters.
10860 (def-gdb-memory-format, gdb-memory-format-binary)
10861 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10862 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10863 Functions for setting memory buffer format.
10864 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10865 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10866 unit size used in memory buffer.
10867 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10868 to next/previous page of memory buffer.
28d67a53 10869 Now using (bindat-get-field) instead of fadr functions.
0996385d 10870
9ba562d3
SS
108712009-07-07 Sam Steingold <sds@gnu.org>
10872
10873 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10874 non-top-level files.
10875
a43977db
KH
108762009-07-07 Kenichi Handa <handa@m17n.org>
10877
10878 * international/mule-cmds.el (reset-language-environment): Put
10879 the highset priority to the charset iso-8859-1.
10880
d44d05e8
CY
108812009-07-06 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10884 to the end of the line when locating the block (Bug#700).
10885
3e2fa353
MA
108862009-07-06 Michael Albinus <michael.albinus@gmx.de>
10887
10888 * net/tramp.el (tramp-handle-write-region): Flush file properties
10889 in case of short track.
10890
be3e598a 108912009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 10892
bf0b361c
JB
10893 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10894 Coded custom representation of verilog error regular expressions
10895 to work with Emacs-22's new format.
d88782c3 10896 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 10897 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
10898 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10899 error recognition into XEmacs.
10900 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10901 error recognition into Emacs-22.
10902
25c6f63e
CY
109032009-07-06 Chong Yidong <cyd@stupidchicken.com>
10904
10905 * woman.el: Remove stand-alone closing parentheses.
10906 (woman-file-name, woman2-format-paragraphs)
10907 (woman-leave-blank-lines): Code cleanup.
10908 (woman-use-own-frame): Change default to nil.
10909 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10910 defaults to inherit from default faces.
10911 (woman2-process-escapes): Consume the newline after a stand-alone
10912 filler character (Bug#3651).
10913
f176290e
GM
109142009-07-06 Glenn Morris <rgm@gnu.org>
10915
10916 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10917 (top-level): Move provide to the end.
10918 (ffap): Remove defunct URL from custom group.
10919
10920 * subr.el (eval-after-load): Doc fix.
10921
7b6fefac 109222009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
10923
10924 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10925 `calc-embedded-word' is called twice.
10926
4b8b1ec5
SM
109272009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * files.el (find-alternate-file-other-window, find-alternate-file):
10930 Obey confirm-nonexistent-file-or-buffer.
10931
d6ceb380
MA
109322009-07-05 Michael Albinus <michael.albinus@gmx.de>
10933
10934 * dired-aux.el (dired-show-file-type): Handle remote files.
10935
be3e598a 109362009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 10937
4b8b1ec5
SM
10938 * desktop.el (desktop-globals-to-save):
10939 Add file-name-history (Bug#2750).
c760f19e 10940
6d00ce04
CY
109412009-07-05 Chong Yidong <cyd@stupidchicken.com>
10942
4b8b1ec5 10943 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 10944
6ee21b07
JB
109452009-07-04 Johan Bockgård <bojohan@gnu.org>
10946
10947 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10948 property on entire argument since this is what eshell-lisp-command
10949 expects.
10950
f0dbdc25
MA
109512009-07-03 Michael Albinus <michael.albinus@gmx.de>
10952
10953 * net/tramp-gvfs.el (tramp-gvfs-methods)
10954 (tramp-gvfs-zeroconf-domain)
10955 (tramp-bluez-discover-devices-timeout): Add version flag.
10956 (tramp-gvfs-handler-mounted-unmounted)
10957 (tramp-gvfs-connection-mounted-p): Polish handling of
10958 incompatibilities between GVFS 0.2 and 1.0.
10959
e044e4fc
JD
109602009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10961
4b8b1ec5 10962 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 10963
2e9b968b
JB
109642009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10965
bf0b361c 10966 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
10967 formatted correctly.
10968
baf1a55e
JL
109692009-07-02 Juri Linkov <juri@jurta.org>
10970
10971 * info.el: Virtual Info files and nodes.
10972 (Info-virtual-files, Info-virtual-nodes): New variables.
10973 (Info-current-node-virtual): New variable.
10974 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10975 New functions.
10976 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10977 to check for a virtual file instead of checking a fixed list
10978 of node names.
10979 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10980 instead of ad-hoc processing of "dir" and (apropos history toc).
10981 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10982 instead of ad-hoc processing of "dir" and (apropos history toc).
10983 Reread a file when moving from a virtual node.
10984 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10985 (Info-directory-toc-nodes, Info-directory-find-file)
10986 (Info-directory-find-node): New functions.
10987 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10988 (Info-history): Move part of code to
10989 `Info-history-find-node'.
10990 (Info-history-toc-nodes, Info-history-find-file)
10991 (Info-history-find-node): New functions.
10992 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10993 (Info-toc): Move part of code to `Info-toc-find-node'.
10994 (Info-toc-find-node): New function.
4b8b1ec5 10995 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10996 the current Info file name to references because now the node
10997 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10998 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10999 (Info-toc-nodes): Rename input argument `file' to `filename'.
11000 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11001 instead of ad-hoc processing of ("dir" apropos history toc).
11002 (Info-index-nodes): Use Info-virtual-file-p
11003 to check for a virtual file instead of checking a fixed list
11004 of node names.
11005 (Info-index-node): Add check for `Info-current-node-virtual'.
11006 Raise `save-match-data' higher up the tree to contain
11007 `search-forward' too (bug fix).
11008 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11009 (Info-virtual-index-nodes): New variable.
11010 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11011 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11012 (Info-apropos-file, Info-apropos-nodes): New variables.
11013 (Info-apropos-toc-nodes, Info-apropos-find-file)
11014 (Info-apropos-find-node, Info-apropos-matches): New functions.
11015 (info-apropos): Move part of code to `Info-apropos-find-node' and
11016 `Info-apropos-matches'.
11017 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11018 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11019 for a virtual file instead of checking a fixed list of node names.
11020
11021 * simple.el (async-shell-command): New command.
11022
11023 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11024
11025 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11026 instead of `mount-info'.
11027
d04bc496
MA
110282009-07-02 Michael Albinus <michael.albinus@gmx.de>
11029
11030 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11031 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11032
af0403e0
KH
110332009-07-02 Kenichi Handa <handa@m17n.org>
11034
11035 * international/mule.el (set-keyboard-coding-system): Force *-unix
11036 coding-system to avoid eol conversion.
11037
99278f8a
MA
110382009-07-01 Michael Albinus <michael.albinus@gmx.de>
11039
4b8b1ec5
SM
11040 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11041 Add handler for `process-file', `shell-command' and
99278f8a
MA
11042 `start-file-process'.
11043 (tramp-gvfs-handle-shell-command)
11044 (tramp-gvfs-handle-start-file-process)
11045 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11046 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11047
3f1c6666
JD
110482009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11049
11050 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11051
3f396bac
KH
110522009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11053
11054 * language/korean.el (set-language-info-alist): Add korean-cp949,
11055 cp949 to spec.
11056
c1185193
KH
110572009-07-01 Kenichi Handa <handa@m17n.org>
11058
11059 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11060
11061 * international/encoded-kb.el: Deleted.
11062
11063 * international/mule.el (set-keyboard-coding-system): Perform the
11064 necessary setup here instead of calling encoded-kbd-setup-display.
11065
3f150a60
GM
110662009-07-01 Glenn Morris <rgm@gnu.org>
11067
11068 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11069
b0d5b05b
GM
110702009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11071
11072 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11073
4f4126e6
MA
110742009-06-30 Michael Albinus <michael.albinus@gmx.de>
11075
4b8b1ec5
SM
11076 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11077 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11078 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11079
7ae3ea65 11080 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11081 (top): Add a default for "synce" in `tramp-default-user-alist'.
11082 Add completion function for "synce" method.
11083 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11084 (tramp-hal-interface-manager, tramp-hal-interface-device):
11085 New defconst.
11086 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11087 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11088 New defuns.
d6ceb380
MA
11089
11090 * net/trampver.el: Update release number.
7ae3ea65 11091
0ad6626b
KH
110922009-06-30 Kenichi Handa <handa@m17n.org>
11093
11094 * international/fontset.el (setup-default-fontset): Add CJK fonts
11095 for symbols and the other miscellaneous characters.
11096
4b8b1ec5
SM
11097 * language/korea-util.el (setup-korean-environment-internal):
11098 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11099 (exit-korean-environment): Cancel above.
11100
11101 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11102 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11103 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11104 environments, and an exit-function to cancel that.
11105
11106 * language/japan-util.el (setup-japanese-environment-internal):
11107 Call use-cjk-char-width-table with arg `ja_JP'.
11108
11109 * international/characters.el (cjk-char-width-table): Delete it.
11110 (cjk-char-width-table-list): New variable.
11111 (use-cjk-char-width-table): New arg local-name.
11112 (use-default-char-width-table): Fix for the case that Emacs is
11113 already using the default char-width-table.
11114
fd46e893
MA
111152009-06-29 Michael Albinus <michael.albinus@gmx.de>
11116
11117 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11118 modes mandatory. (Bug#3712)
11119
b87d9f96
AM
111202009-06-29 Alan Mackenzie <acm@muc.de>
11121
11122 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11123 correction between the visible width of TABs and their number of bytes.
b87d9f96 11124
2d25aa5a
CY
111252009-06-29 Chong Yidong <cyd@stupidchicken.com>
11126
11127 * server.el (server-buffer-done): Prevent kill-buffer from
11128 prompting by clearing the buffer modification flag (Bug#3696).
11129
a3a8b002
DN
111302009-06-28 Michael McNamara <mac@mail.brushroad.com>
11131
bf0b361c 11132 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11133 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11134 (verilog-basic-complete-re): Support localparam lineup.
11135 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11136 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11137 commenting.
11138 (verilog-leap-to-case-head): Now support *nested* unique &
11139 priority case statements.
11140 (verilog-auto-lineup): Make just declarations the default (as it
11141 had been).
4b8b1ec5 11142 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11143 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11144 select the various styles of automatic lineup.
a3a8b002
DN
11145 (verilog-error-regexp-alist): Rework to support the XEmacs style
11146 of error regular expressions from compilers, lint tools &
11147 simulators. Note that GNU Emacs has made it impossible for a mode
11148 to load such things.
11149 (electric-verilog-terminate-line, verilog-indent-declaration)
11150 (verilog-auto-wiure): Rework for radio button selection of
11151 auto-lineup selection of specification of auto lineup.
11152 (verilog-beg-of-statement-1): Redesign to support proper operation
11153 in additional code, based on testing with auto-lineup.
11154 (verilog-calculate-indent, assignments & declarations)
11155 (verilog-backward-token): Enhance to support auto-lineup of
11156 assignments & declarations.
11157 (verilog-in-directive-p, verilog-at-struct-p): New function for
11158 easy test of whether we are.
11159 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11160 to support safe execution at almost anyline.
11161 (verilog-calc-1): Properly support indenting deep inside generate
11162 blocks.
48c2d18a 11163 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11164 as it is redundant with font-lock-defaults.
a8f316ca 11165 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11166 to avoid circular calls if syntax-ppss is a function (as is the
11167 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11168 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11169 (verilog-ovm-begin-re, verilog-ovm-end-re)
11170 (verilog-ovm-statement-re, verilog-leap-to-head)
11171 (verilog-backward-token): Add support for OVM macros. Some are
11172 complete statements, and others open and close scopes like begin
11173 and end.
11174 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11175 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11176 compilation issue.
48c2d18a 11177 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11178 coverpoint, constraint and cross statements.
a3a8b002
DN
11179 (verilog-defun-level-list, verilog-generate-defun-level-list)
11180 (verilog-all-defun-level-list): Redo these specifications - it is
11181 too hard to support eval-when compile aggregation of lists also
11182 built at when-compile time.
11183 (verilog-defun-level-list): Place defconsts of variables used in
11184 building regular expressions which are built in eval-when-compile
11185 bodies in the same eval-when-compile body to facilitate compile
11186 without load.
11187 (verilog-beg-block-re-ordered): Support indenting
11188 virtual/protected tasks and functions.
7b6fefac 11189 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11190 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11191 indentation of some module items (generate items).
11192 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11193 across virtual/protected tasks and functions.
11194
111952009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11196
bf0b361c 11197 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11198 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11199 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11200 in concatenations. Reported by Yishay Belkind.
11201 (verilog-auto-ascii-enum): Support one-hot state machines in
11202 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11203 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11204 modport in AUTOINST and add vl-modport for users. Reported by
11205 David Rogoff.
11206 (verilog-auto-inout-module, verilog-auto-inst)
11207 (verilog-decls-get-interfaces, verilog-insert-definition)
11208 (verilog-insert-one-definition, verilog-read-decls)
11209 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11210 (verilog-sig-modport, verilog-signals-combine-bus)
11211 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11212 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11213 Suggested by David Rogoff.
11214 (verilog-repair-open-comma): Fix non-insertion of comma when
11215 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11216 (verilog-make-width-expression): Simplify [A-1:0] expression
11217 widths to just {A{1'b0}}.
11218 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11219 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11220 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11221 inputs/outputs or data type. Suggested by Vasu Kandadi.
11222 (next-error-last-buffer): Fix byte-compiler warning.
11223 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11224 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11225 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11226 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11227 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11228 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11229 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11230 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11231 causing use of <= assignments. Reported by Alex Reed.
11232 (verilog-read-decls): Fix triand, trior, wand, wor to be
11233 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11234 (verilog-extended-complete-re): Support import "DPI-C" functions.
11235 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11236 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11237 (verilog-insert-date, verilog-insert-year)
11238 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11239 Windows systems. Reported by Michael Potts.
11240 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11241 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11242 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11243 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11244 (verilog-read-decls): Fix detecting "parameter int" when using
11245 AUTOINSTPARAM. Reported by Bruce T.
11246 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11247 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11248 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11249 verilog-goto-defun will work. Reported by Lawrence Butcher.
11250 (verilog-getopt): Expand environment variables in -f file
11251 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11252 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11253 when reading enumerations.
11254 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11255 Suggested by Stephen Peltan.
4b8b1ec5 11256 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11257 files. Reported by Steve Peltan.
11258
f7c0d931
CY
112592009-06-28 David De La Harpe Golden <david@harpegolden.net>
11260
11261 * files.el (trash-directory): Fix defcustom type.
11262
baf1a55e 112632009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11264
11265 * help-fns.el (describe-function-1): Correctly locate adviced
11266 functions in hyperlink (Bug#2438).
11267
d63a01ef
CY
112682009-06-28 Chong Yidong <cyd@stupidchicken.com>
11269
11270 * files.el (trash-directory): Change default to nil.
11271 (move-file-to-trash): If trash-directory is nil and
11272 system-move-file-to-trash is unbound, perform freedesktop-style
11273 trashing.
11274
112752009-06-28 David De La Harpe Golden <david@harpegolden.net>
11276
11277 * files.el (move-file-to-trash): Add freedesktop trash
11278 support (Bug#973).
11279
fc2f6a26
GM
112802009-06-28 Glenn Morris <rgm@gnu.org>
11281
11282 * autorevert.el (global-auto-revert-non-file-buffers)
11283 (global-auto-revert-mode): Doc fixes.
11284
00242b07
JB
112852009-06-27 Johan Bockgård <bojohan@gnu.org>
11286
11287 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11288
f5594f03
CY
112892009-06-27 Chong Yidong <cyd@stupidchicken.com>
11290
e8a2b2da
CY
11291 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11292 opened an X connection before calling x-get-resource (Bug#3194).
11293
f5594f03
CY
11294 * play/doctor.el: Remove reference to obsolete website.
11295 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11296
3c3bf6ce
DN
112972009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11298
11299 Remove find-file-not-found-hook VC method. (Bug#2757)
11300 * vc-hooks.el (vc-file-not-found-hook)
11301 (vc-default-find-file-not-found-hook): Remove functions.
11302 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11303 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11304 * vc.el:
11305 * vc-hg.el:
11306 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11307
e26a7bc0
AM
113082009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11309
11310 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11311 compatibility function for `looking-back'.
e26a7bc0 11312
4b8b1ec5 11313 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11314 Use `ispell-looking-back'.
e26a7bc0 11315
d9848600
MA
113162009-06-24 Michael Albinus <michael.albinus@gmx.de>
11317
11318 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11319 rather than `filename'.
d9848600 11320
05fbc4a9
MB
113212009-06-23 Miles Bader <miles@gnu.org>
11322
11323 * face-remap.el (text-scale-set): New function.
11324
f86ca715
GM
113252009-06-23 Glenn Morris <rgm@gnu.org>
11326
33e2c2e5
GM
11327 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11328
f529f302
GM
11329 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11330
34995333
GM
11331 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11332
cc80ccee
GM
11333 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11334
84cb770d
GM
11335 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11336 Simplify Persian conditionals.
11337
d916c965
GM
11338 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11339 variable `filename'.
11340
b6a44b27
GM
11341 * comint.el (comint-insert-input): Doc fix.
11342
f86ca715
GM
11343 * Makefile.in (ELCFILES): Fix typo in previous change.
11344
666e158e
MB
113452009-06-23 Miles Bader <miles@gnu.org>
11346
11347 * cus-start.el: Add entry for `recenter-redisplay'.
11348
be3e598a 113492009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11350
11351 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11352 Add an optional argument for the backend, use it instead of
11353 calling vc-backend.
4b8b1ec5
SM
11354 (vc-mode-line): Add an optional argument for the backend.
11355 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11356 special handling for vc-state being a buffer to ...
11357
11358 * vc-rcs.el (vc-rcs-find-file-hook):
11359 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11360
11361 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11362 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11363 vc-stay-local-p and vc-mode-line calls.
11364
11365 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11366 (vc-cvs-diff, vc-cvs-annotate-command)
11367 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11368 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11369 vc-mode-line calls.
11370
11371 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11372 direct comparison.
11373 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11374 backend when calling vc-mode-line.
11375 (vc-register): Do not create a closure for calling the vc register
11376 function, call it directly.
11377
2764748c
DN
113782009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11379
11380 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11381 to make it obvious item can be clicked.
f5a0b281
DN
11382
11383 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11384
d4a885b2
KH
113852009-06-23 Kenichi Handa <handa@m17n.org>
11386
11387 * language/korea-util.el (korean-key-bindings): Change the binding
11388 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11389 same command.
11390
e3610693
MA
113912009-06-22 Michael Albinus <michael.albinus@gmx.de>
11392
11393 Sync with Tramp 2.1.16.
11394
11395 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11396
11397 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11398 when a loading of a package fails. Completion function for rsync
11399 is `tramp-completion-function-alist-ssh'.
11400 (all): Replace all calls of `split-string' and
11401 `tramp-split-string' by `tramp-compat-split-string'.
11402 (tramp-default-method): Use `tramp-compat-process-running-p'.
11403 (tramp-default-proxies-alist): Allow also Lisp forms.
11404 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11405 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11406 (tramp-domain-regexp): Allow also "-", "_" and ".".
11407 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11408 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11409 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11410 (tramp-handle-directory-files-and-attributes-with-stat):
11411 Care about filenames with spaces, or starting with "-".
e3610693
MA
11412 (tramp-handle-dired-uncache): New defun.
11413 (tramp-handle-insert-directory): Don't flush the directory from
11414 cache, this is handled by `dired-uncache' now.
11415 (tramp-handle-insert-file-contents): Improve error handling.
11416 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11417 Quote `tramp-end-of-output'.
11418 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11419 (tramp-check-for-regexp): Both echoes must be present, before removing.
11420 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11421 (tramp-compute-multi-hops): Eval cons cells of
11422 `tramp-default-proxies-alist'.
11423 (tramp-maybe-open-connection): Use the same command pattern for
11424 first hop and further hops.
11425 (tramp-wait-for-output): Remove handling of newlines.
11426 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11427 (tramp-split-string): Remove function. It is handled in
11428 tramp-compat now.
11429
4b8b1ec5
SM
11430 * net/tramp-cmds.el (tramp-bug):
11431 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11432
11433 * net/tramp-compat.el (tramp-compat-split-string)
11434 (tramp-compat-process-running-p): New defuns.
11435
11436 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11437 for `dired-uncache'.
11438
11439 * net/tramp-gvfs.el: New package.
11440
4b8b1ec5
SM
11441 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11442 Add handler for `dired-uncache'.
e3610693
MA
11443 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11444
11445 * net/trampver.el: Update release number. Make version check fit
11446 for SXEmacs 22.
11447
13a3f374
JM
114482009-06-22 Jim Meyering <meyering@redhat.com>
11449
e0a28a3b 11450 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11451 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11452 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11453
5242671e 114542009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11455 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11456
e0a28a3b 11457 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11458 repository (http://sphinx.net.ru/hg/gdb-mi/).
11459
3fde45af
GM
114602009-06-22 Glenn Morris <rgm@gnu.org>
11461
46253b34
GM
11462 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11463 `mode' and `eval' entries. (Bug#3430)
11464
97e18192
GM
11465 * Makefile.in (ELCFILES): Add fadr.elc.
11466
731a00fb
GM
11467 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11468 differing behavior of \n and ^ in strings. (Bug#3385)
11469
c66cd0ff
GM
11470 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11471
3fde45af
GM
11472 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11473 property.
11474 (lisp-indent-function): Make it a defcustom.
11475
db2241a0
NR
114762009-06-21 Nick Roberts <nickrob@snap.net.nz>
11477
11478 * progmodes/gdb-ui.el: Replace with ...
5242671e 11479 * progmodes/gdb-mi.el: ... this file.
db2241a0 11480 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11481
114822009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11483
db2241a0
NR
11484 * fadr.el: New file.
11485
38d4f316 11486See ChangeLog.14 for earlier changes.
e3d51b27
MR
11487
11488;; Local Variables:
11489;; coding: utf-8
e3d51b27
MR
11490;; End:
11491
4e5617ee 11492 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11493
11494 This file is part of GNU Emacs.
11495
11496 GNU Emacs is free software: you can redistribute it and/or modify
11497 it under the terms of the GNU General Public License as published by
11498 the Free Software Foundation, either version 3 of the License, or
11499 (at your option) any later version.
11500
11501 GNU Emacs is distributed in the hope that it will be useful,
11502 but WITHOUT ANY WARRANTY; without even the implied warranty of
11503 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11504 GNU General Public License for more details.
11505
11506 You should have received a copy of the GNU General Public License
11507 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11508
38d4f316 11509;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1